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

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.

GitHub
AI Agent2026

Manages real tmux-backed terminals and AI agents as draggable nodes on an infinite pan/zoom canvas, with a Trello-style kanban view, persistent sessions that survive restarts, mobile companion support, and a browser Server Edition for self-hosting.

GitHub

Provides long-term memory for AI coding agents by compiling sanitized lifecycle observations into a git-versioned Markdown wiki that enables cross-agent handoffs, per-project isolation, and optional vector-backed retrieval.