Skip to content

Glossary

61 terms (major concepts & methodologies)

A

METHODOLOGIE

> ACE

ACE — an agent context-engineering method reported to improve agent accuracy by about 10.6% and finance-task accuracy by 8.6% while cutting latency by roughly 87%. It illustrates how structuring the context supplied to an agent, rather than changing the model, can lift measured performance.

METHODOLOGIE

> ADLC

Agentic Development Lifecycle — a proposed software lifecycle designed around the properties and failure modes of AI models rather than human teams. Each phase maps to a defended failure mode or an exploited model property, structured as phases and verification gates. Cited as a convergent framework reached independently by several practitioners.

CONCEPT

> AEO

Answer Engine Optimization — the practice of structuring content so AI answer engines cite it when responding to queries. It adapts search-optimization thinking to a world where users read a generated answer rather than a list of links, prioritizing citable, well-attributed statements over keyword ranking alone.

METHODOLOGIE

> Agentique adaptative

An architectural approach for putting agentic AI into production, organized around four pillars. It addresses how autonomous agents are structured, supervised, and adapted so they keep working reliably under real operating conditions — with edge cases, drift, and load — rather than only in controlled demonstrations.

METHODOLOGIE

> agents parallèles

A working pattern in which many agent instances run at once on the same effort — reported at up to 16 simultaneous agents across roughly 2,000 coding sessions. Running agents in parallel raises throughput and lets independent sub-tasks proceed together, at the cost of coordination and oversight.

CONCEPT

> AGI

Artificial General Intelligence — a system able to match or exceed human capability across most cognitive work rather than one narrow task. Framed by leading AI companies as their stated goal, often defined by benchmarks such as PhD-level research or self-improvement. Whether current approaches can reach it is contested.

METHODOLOGIE

> AI-Assisted Engineering

The methodical integration of AI into a mature software development lifecycle, aimed at code that stays secure, scalable, and maintainable. It positions AI as one disciplined stage within established engineering practice rather than a replacement for review, testing, and design.

CONCEPT

> AI brain fry

Mental fatigue from excessive use or oversight of AI tools beyond one's cognitive capacity. Reported symptoms include a buzzing sensation, mental fog, and slower decision-making. The term names a human cost of continuous agent supervision, distinct from the productivity gains usually emphasized.

CONCEPT

> AI slop

Low-effort AI-generated output produced without real understanding or review — in software, code that compiles and may pass tests yet degrades a codebase's clarity and long-term quality. The term is pejorative, marking the gap between genuine engineering and volume generation, and warns against accepting agent output uncritically.

CONCEPT

> AI4Ops

The application of AI to IT operations, oriented toward autonomous operation of infrastructure and services. It extends the automation of monitoring, incident response, and remediation, so that operational tasks are increasingly handled by agents rather than triggered manually by an on-call engineer.

METHODOLOGIE

> approche spec-driven IA

A spec-driven method for AI-assisted development structured in stages: onboarding, atomic planning, iterative development, and capitalization. Work is anchored on an explicit specification the agent follows, so intent is fixed up front and progress accumulates into reusable knowledge rather than one-off output.

METHODOLOGIE

> augmented coding

AI-assisted coding that keeps quality, testing, and coverage as first-order priorities. It contrasts with looser styles that accept generated output uncritically: the developer stays responsible for correctness, using the agent to move faster without ever lowering the bar on verification and review.

CONCEPT

> Augmented Craftsman

A developer augmented by AI who nonetheless stays in the code — reviewing, shaping, and owning the result rather than delegating it wholesale. The term marks a stance that keeps human craft and judgment central even as agents handle more of the mechanical work.

B

C

CONCEPT

> commerce agentique

Commerce conducted by AI agents acting on behalf of consumers — searching, comparing, and completing purchases with limited human involvement. Described as an emerging and accelerating category, it shifts the buyer from a person browsing to an agent transacting, reshaping how products are discovered, priced, and sold online.

CONCEPT

> Compaction

The automatic summarization of a conversation that replaces accumulated history with a condensed version, freeing context space while preserving intent. It is a common countermeasure to context rot, letting long agent sessions continue without the earlier turns crowding out what still matters.

METHODOLOGIE

> Compound Engineering

An engineering practice in which each unit of work also improves the system that produces future work: lessons, tests, prompts, and tooling are captured as durable artifacts so quality and speed compound over time instead of resetting with each task. Discussed mainly in the context of AI-assisted software development.

METHODOLOGIE

> Compounding Knowledge Lifecycle

A cycle of capture, storage, retrieval, and refresh that makes organizational knowledge composable over time. Each pass adds durable, reusable artifacts so that later work builds on earlier work instead of restarting, echoing the compounding logic applied to teams and engineering.

CONCEPT

> compounding teams

Teams that no longer write code directly but build recursive frameworks around models — tooling, prompts, and processes that make each future task cheaper and better. The label captures a shift in where engineering effort goes: into the system that produces work, not the work itself.

METHODOLOGIE

> context engineering

The discipline of deliberately assembling, structuring, and pruning the information given to a language model — instructions, retrieved documents, code, and history — so the limited context window carries exactly what a task needs. Treated as a first-class engineering concern, distinct from the wording of a single prompt.

CONCEPT

> Context Flywheel

The compounding effect by which iteratively curated context improves each successive agent task: better context yields better output, which in turn enriches the context for the next task. It frames context as an asset that accrues value rather than input assembled fresh each time.

CONCEPT

> Context Rot

The gradual degradation of a model's output quality as its context window fills with accumulated, partly irrelevant history: earlier instructions get diluted, contradictions creep in, and attention spreads thin. Motivates practices such as compaction, summarization, and starting fresh sessions to keep context dense and relevant.

METHODOLOGIE

> cycle SFEIR à 11 phases

An AI-driven software development lifecycle organized in eleven phases, numbered 0 to 10, with three human gates and two capitalization points. It formalizes where humans intervene in an otherwise agent-run process, and where knowledge is captured for reuse across future projects.

D

F

G

H

I

K

L

O

P

CONCEPT

> Paradoxe de Jevons

An economic observation from William Stanley Jevons (1865): greater efficiency in using a resource can raise total consumption rather than lower it, because falling cost expands demand. Applied to AI-assisted development, it suggests that making code far cheaper to produce may increase — not reduce — the total volume written and maintained.

CONCEPT

> personal software

A single-purpose application created by and for one person, fitted to their precise need rather than a general market. Cheap AI generation makes such throwaway, tailored software newly practical, shifting some building from shared products toward disposable tools an individual makes for themselves.

METHODOLOGIE

> Phase Build

A two-hour block of autonomous construction in which a candidate builds with AI tools and frameworks of their choice. Used in assessment, it observes how a developer directs agents under time pressure rather than testing recall, foregrounding judgment and workflow over syntax.

METHODOLOGIE

> pipeline de vérification adversariale multi-agents

A verification pattern combining a generator agent, independent reviewers, an automated check (tests or formal methods), and consensus by vote. By pitting agents against one another before accepting a result, it aims to catch errors that a single agent would confidently pass.

METHODOLOGIE

> Plan mode

An agent operating mode that separates planning from execution: the agent first proposes a step-by-step plan for a human to review and approve, and only then carries it out. It reduces wasted or unsafe actions on complex tasks by front-loading intent and human oversight before any change is made.

METHODOLOGIE

> procédure infographique

A working procedure built around infographic-quality visual presentation, cited with reference to Steve Jobs's obsession with perfection. It treats the clarity and finish of a visual artifact as part of the method itself, not decoration added after the substance is settled.

METHODOLOGIE

> Programme de tutorat IA

A structured AI-mentoring program running six weeks, with twelve ninety-minute sessions held twice a week. It formalizes how practitioners are trained to work with AI tools over time, treating adoption as a taught skill rather than something picked up incidentally.

METHODOLOGIE

> PROJ-AI

PROJ-AI — a lightweight methodological layer that makes collective projects transmissible through a repository, an agent, and a shared doctrine. It turns projects into reusable artifacts, so that method and context carry over between teams instead of being rebuilt each time.

S

CONCEPT

> SDLC

The Software Development Life Cycle — the sequence of phases through which software is defined, built, verified, deployed, and maintained. Traditionally designed around human teams and largely invariant, it is the reference frame against which AI-era changes are measured as agents compress, reorder, or automate individual phases.

CONCEPT

> SecNumCloud

A high-level French security qualification for cloud services, defining the requirements a provider must meet to host sensitive workloads. It functions as a trust and sovereignty benchmark, shaping which platforms are eligible for regulated, public-sector, or otherwise security-critical use in France.

CONCEPT

> skills

A harness primitive that packages reusable agent capability as persistent, shareable files — commonly Markdown (SKILL.md) — loaded on demand. Skills implement progressive disclosure: instructions and tools enter the context only when needed, keeping it dense and guarding against context rot. They make agent behavior testable and portable.

METHODOLOGIE

> Software Factory

Non-interactive development driven by specifications and scenarios, without human intervention in the loop — reported at a scale of about $1,000 in tokens per human engineer per day. It frames software production as an automated pipeline where humans set specs and agents execute them.

CONCEPT

> subagents

Specialized secondary agents that a primary agent spawns to handle a bounded sub-task — searching, reviewing, or transforming — each with its own context and tools. Delegating to subagents keeps the parent agent's context focused and lets independent pieces of work run in parallel.

T

U

V

W