Wiki
Concept-indexed synthesis articles. Each article compiles across multiple sources from the reading log; one article per concept that has at least two contributing sources.
189 sources · compiled Jul 9, 2026
Compiled by Claude · How this works →
5 neighborhoods · 45 concepts · 875 ties
Agents · LLMs16
- Agent coordination
How multiple LLM agents divide work, share state, and handle failures, with research showing that coordination structure must match task structure and that poor coordination causes the majority of multi-agent system failures.
8 sources - Agentic workflows
Systems where AI agents execute multi-step tasks autonomously, raising interconnected questions about harness architecture, state management, reliability engineering, human oversight, and the organizational context those agents operate within.
49 sources - AI agents
Autonomous systems that plan, act, and verify across tool calls and multi-step workflows, with active debate over architecture choices, coordination costs, memory design, state management, and the governance infrastructure needed to make them reliable.
36 sources - AI infrastructure
The systems, abstractions, and operational layers that make AI models usable at scale, from compute and caching to routing, governance, agent hosting, and credential management.
22 sources - AI safety
AI safety spans containment of agentic systems, epistemic harms from sycophancy, skill atrophy from unreviewed code generation, and macro-level risks from rapid capability growth — each requiring different mitigations.
12 sources - Benchmarks
Benchmarks measure model or system capability, but their results are only as meaningful as their design — a recurring problem across LLM, multi-agent, and vision tasks, where tests built for one context are routinely applied to contexts they cannot capture.
25 sources - Context engineering
Context engineering is the practice of deliberately constructing what an LLM receives in its context window — structuring, compressing, persisting, and retrieving information so agents produce reliable output across tasks and sessions.
27 sources - LLM engineering
LLM engineering spans the full stack of building with large language models: training, inference optimization, agent architecture, harness design, and the operational tradeoffs that determine whether model capability translates into reliable software.
39 sources - LLM fine-tuning
LLM fine-tuning adapts a pretrained model to a specific task or domain; current tooling ranges from from-scratch training guides to efficient local adapters to automated synthetic data pipelines that can beat larger models at a fraction of the cost.
5 sources - LLM inference
LLM inference covers how language models generate tokens from a prompt — spanning hardware constraints, serving architecture, caching strategies, quantization, routing, and cost — and has become its own engineering discipline as scale and cost pressures intensify.
19 sources - LLM orchestration
LLM orchestration covers the control structures, harness designs, and coordination patterns that govern how language models are invoked, sequenced, and supervised — whether in single-agent loops or across distributed multi-agent pipelines.
23 sources - LLM tooling
The infrastructure, utilities, and integration layers built around large language models, spanning local inference runtimes, context management, MCP servers, knowledge organization, and provider-agnostic design patterns.
12 sources - Model Context Protocol (MCP)
MCP is an open protocol for exposing tools and context to AI agents; sources debate whether it belongs in developer workflows or enterprise governance layers, while implementations range from code intelligence servers to token-compression proxies.
14 sources - Multi-agent systems
Multi-agent systems coordinate multiple LLM-backed agents to handle tasks too large or complex for a single context window, but empirical research shows failure rates of 41–87% in production, making coordination structure and verification as important as raw model capability.
19 sources - Multimodal AI
AI systems that process and generate across multiple input or output modalities, including text, images, video, and audio, now powering everything from local desktop inference to autonomous video production pipelines.
4 sources - Retrieval-augmented generation
RAG grounds LLM outputs in external knowledge at inference time; recent work questions when vector similarity retrieval is the right tool and what alternatives — hierarchical indexing, KV caching, compiled wikis — better serve different workloads.
12 sources
Craft10
- AI-assisted coding
Using LLMs as coding collaborators spans a spectrum from inline suggestion to fully autonomous multi-agent pipelines, with active debate about reliability, skill atrophy, security exposure, and what human oversight must remain.
40 sources - API design
Principles for designing interfaces — whether REST endpoints, component inputs, or module boundaries — that minimize what callers need to know while keeping implementations free to evolve.
11 sources - Continuous integration
CI pipelines face compounding pressures from scale, flaky tests, merge queue correctness, supply chain attacks, and AI-generated code — each demanding stricter architecture at the point where code enters the main branch.
13 sources - Developer productivity
Developer productivity spans individual workflow habits, organizational systems, and AI tooling — and the sources collectively argue that output speed is the least reliable measure of it.
34 sources - Developer tooling
Developer tooling spans the full surface area of software construction — version control, testing, shell ergonomics, AI coding assistants, and platform infrastructure — with a consistent theme: reducing friction without sacrificing correctness or security.
47 sources· new - Developer tools
Discrete software tools that extend what practitioners can build, debug, deploy, or understand, spanning LLM fine-tuning, CI orchestration, documentation, security scanning, Kubernetes management, and more.
17 sources - Engineering craft
Engineering craft is the accumulated discipline of writing, organizing, and maintaining software well — spanning code design, tooling fluency, communication, and the judgment to know when technical excellence actually changes outcomes.
43 sources· new - Flaky tests
Flaky tests fail intermittently without code changes, and eliminating them requires tracing root causes across environment inconsistencies, brittle selectors, AI-generated anti-patterns, and test coupling to implementation details.
6 sources - Software architecture
Software architecture shapes how systems behave under pressure, how teams reason about codebases, and how much complexity accumulates over time — spanning module design, state management, deployment topology, and the feedback loops that keep all three honest.
38 sources· new - Software engineering
Software engineering spans craft, process, and judgment — how code is structured, tested, reviewed, deployed, and maintained — and the sources collected here collectively interrogate each layer as AI tooling reshapes who does what and why.
63 sources· new
Systems9
- Distributed systems
Distributed systems problems — coordination, state management, failure recovery, and observability — recur across cloud infrastructure, durable execution, multi-agent AI, and formal verification research.
14 sources - Enterprise software
Enterprise software sits at the intersection of organizational process, vendor ecosystems, and institutional trust, with recent sources highlighting governance pressures from AI adoption, supply chain risk, onboarding dysfunction, and the fragility of human-scale loyalty.
10 sources - Kubernetes
Kubernetes is the dominant container orchestration platform, providing the runtime foundation for modern cloud-native infrastructure, developer platforms, and AI inference workloads.
5 sources - Observability
Observability spans infrastructure, distributed systems, and AI agents — the practice of making system internals legible through traces, events, and feedback signals so engineers can understand, debug, and improve what they've built.
10 sources - Platform strategy
Platform strategy governs how products, companies, and infrastructure define their foundational layer, control access to it, and build durable advantage — a question that runs from cloud architecture to AI tooling to startup positioning.
14 sources - Production systems
The engineering decisions that determine how software behaves under real load, covering durability, observability, testing discipline, performance constraints, and the operational costs of failure.
24 sources - Reliability
Reliability in software systems is achieved through structural constraints and environmental design rather than prompting, validation, or testing alone, as sources from agent engineering to durable execution consistently show.
17 sources - Supply chain security
Attackers exploit the trust placed in shared code infrastructure, from invisible Unicode payloads in npm packages to self-propagating credential stealers, while defenses range from commit signing to agentic vulnerability scanning.
5 sources - Systems design
Systems design spans how components are structured, isolated, and coordinated to handle real-world complexity, covering tradeoffs in state management, failure recovery, module boundaries, and the diagrams used to communicate it all.
11 sources
Web4
- Fluid typography
Fluid typography scales type continuously across viewport sizes using CSS clamp() and modular scales, eliminating stepped breakpoints in favor of math-driven relationships between minimum, maximum, and preferred font sizes.
7 sources - Font pairing
Font pairing is the practice of selecting typefaces that work together across a composition; sources here cover curated Google Fonts combinations, pairing within technical layout systems, and how fluid type scales affect relative typographic relationships.
3 sources - Responsive design
Responsive design is shifting away from viewport breakpoints toward intrinsic, component-aware CSS — fluid sizing, container queries, and platform primitives that let layouts and typography adapt without media-query thresholds.
11 sources· new - Web accessibility
Web accessibility spans technical decisions across CSS, typography, and HTML structure that determine whether interfaces remain usable for all people, regardless of device, ability, or preference.
15 sources· new
Ecosystem2
- Open source
Open source spans infrastructure, tooling, security risk, and platform trust — the cited sources collectively show it as a foundation for local AI, developer tooling, and code forges, with its benefits shadowed by real supply-chain and stewardship threats.
27 sources - Startup ecosystem
The startup ecosystem is shaped by failure rates, infrastructure bets, pricing dynamics, and product philosophy — sources here trace how dead companies, AI cost shifts, and great-product thinking collectively define the terrain.
7 sources
Other concepts4
- Automation
Automation spans from discrete API integrations to economy-wide labor displacement, raising questions about what tasks machines should absorb, what costs that absorption creates, and where human presence remains irreplaceable.
8 sources - Future of work
Automation and AI are reshaping who does what in organizations, but the harder problems are structural: how firms hire, onboard, retain tacit knowledge, and decide which human roles remain irreplaceable.
15 sources - LLM Agents
LLM agents are software systems that pair a language model with tools, memory, and control flow to accomplish multi-step tasks autonomously; the emerging consensus is that reliability requires engineering constraints, not better prompts.
38 sources - Open-source tools
Open-source tools span compilers, CLIs, design libraries, version-control workflows, and AI agent SDKs; what unites them is public availability of source, enabling inspection, customization, and community-driven improvement.
6 sources