SECAI Core · phase 5 of 15 · noun

Plugins

Additions that help tailor the software product to more closely match the infrastructure being managed from one organization to another.

The Explain card

Plain English
Plugins are add-on components that extend a software product so it fits a particular organisation's infrastructure, adding integrations and capabilities the core product does not ship with.
Example
A chat assistant gains a plugin that reads the company's ticketing system. It is convenient, until a crafted ticket contains hidden instructions, the model reads them through the plugin, and starts acting on an attacker's text as if it were the user's request.
Why it matters
Each plugin is new code, new permissions and a new data path into the model. Defenders must vet who wrote it, what it can reach, and what it can be tricked into doing.
Hook
A plugin is a door you installed yourself; make sure it is not a back door.

Word knowledge

How the word is built, where it came from, and what it sits beside in memory.

In a sentence

The assistant host loads plugins that call the Jira REST endpoint, then passes the returned issue fields into the model's next prompt.

How it is built
  • plug root a bung or stopper, later an electrical connector
  • in particle into
  • -s suffix plural
Where it came from
Origin
English compound of plug, probably from Middle Dutch or Middle Low German plugge, a peg or bung, plus the particle in
Entered the language
c. 1922
What changed
A plug was a bung driven into a hole. Electricians reused the shove for a connector that entered a socket, and plug in became the verb for making that contact. By 1922 plug-in named the appliance that arrived that way. Software labs in the late 1980s kept the socket metaphor for extra modules a host would accept. Computing English later dropped the hyphen, and the plural plugins named the extras themselves.
How it is spelled
Pattern
Closed compounds from a verb plus particle write as one word: plugin, login, backup
Pattern
Regular plural adds -s after n, never an apostrophe
Breaks the pattern
g stays hard /g/ before i, unlike giant, because the morpheme boundary is plug|ins
Breaks the pattern
Older and dictionary spelling still uses the hyphen: plug-in
Breaks the pattern
The verb remains two words: you plug in a plugin

Spelled like

  • login
  • backup
  • setup
  • checkout
Broken into chunks
  • plug
    • unplug
    • earplug
    • plugged
  • in
    • login
    • input
    • inbox
What it sits beside

Same subject

Same shape

  • logins
  • backups
  • setups
  • checkouts

Ways a model reaches outside itself

Closed verb-particle compounds

  • login
  • backup
  • setup

Plug family

  • unplug
  • earplug
  • plugboard

Where it sits in the deck

Phase 5: Interacting with Models: Prompting, APIs, and Retrieval

With a working model and clean data, learn the interaction layer — how users and systems communicate instructions and retrieve grounded answers.