AIAny
AI Coding2026
Icon for item

AI Coding Dictionary

Explains AI coding jargon in plain English, giving concrete engineering meanings for terms like context window, tool call, and attention degradation. Structured as a browsable dictionary with pragmatic examples and guidance for developers building LLM-driven systems.

Introduction

Most confusion in AI engineering comes not from model math but from vocabulary — different teams mean different things by the same words, and that mismatch costs time. This dictionary flips the problem: instead of more abstraction, it translates the everyday terms of LLM-driven development into operational, decision-ready language you can act on during implementation and debugging.

What Sets It Apart
  • Focus on actionable definitions: each entry explains not just what a term means but why it matters for engineering decisions (so what: you can choose a mitigation like compaction or a tooling change with confidence).
  • Practical, example-led guidance: entries include typical failure modes and concrete fixes (so what: reduces trial-and-error when an agent drifts or hallucinate).
  • Designed for harnesses and teams, not academia: covers system prompts, tools, sessions, and deployment trade-offs (so what: helps engineers diagnose failures that look like “model problems” but are harness or AX issues).
  • Lightweight, browseable format with pointers to further resources (so what: quick to consult during a debugging session or design review).
Who It's For and Trade-offs

Great fit if you build or operate LLM-based developer tooling, agent harnesses, or integrate models into CI/CD: it shortens the learning curve for engineers who must reason about tokens, context budgets, and toolchains. Look elsewhere if you need low-level research mathematics or training recipes—the dictionary intentionally omits deep theoretical derivations in favor of engineering heuristics and operational patterns.

Information

  • Websitegithub.com
  • AuthorsMatt Pocock
  • Published date2026/05/01

Categories

More Items

GitHub
AI Agent2026

Runs background coding agents in isolated sandboxes to autonomously handle development tasks, create pull requests, and integrate with Slack, GitHub, Linear and webhooks. Supports multiplayer sessions, multiple LLM providers, fast startup via snapshots and prebuilt images; designed for single-tenant deployments.

GitHub
AI Coding2026

Intercepts and blocks destructive git, filesystem and CLI commands before they execute when run by AI coding agents. Offers sub-millisecond hook latency, 50+ modular rule packs, heredoc/inline-script AST scanning, agent-specific integrations and configurable bypass/allow-once workflows.

GitHub
AI Client2026

Terminal-native AI coding assistant optimized for the deepseek-v4 model. Provides configurable "thinking" modes and reasoning-intensity controls, agent skills for extensibility, MCP integration, and a shared config with a VSCode plugin.