← Latest Update

Agent Ops: coding agents, APIs, distillation, interpretability, audits

Components of a Coding Agent breaks coding agents into six essential components, showing how context, tools, memory, and harnesses turn LLMs into practical software teammates. Use it as a concise blueprint and checklist when you design agent architectures and map responsibilities between agent, toolchain, and human reviewers.

research-llm-apis — 2026-04-04 release catalogs raw JSON and curl patterns across LLM vendors to rethink LLM abstractions for server-side tool execution. These concrete patterns make it easier to standardize agent-to-tool contracts and build reliable server-side orchestrators and adapters for multi-vendor deployments.

Embarrassingly Simple Self-Distillation Improves Code Generation shows that self-distillation of a model’s own outputs substantially improves code generation by reshaping token distributions and resolving precision–exploration trade-offs. That’s a low-friction knob for boosting coding-agent correctness and reducing flaky outputs in CI pipelines and agent-driven code synthesis.

Claude Code Found a Linux Vulnerability Hidden for 23 Years reports Anthropic’s Claude Code discovering multiple remotely exploitable Linux kernel bugs with minimal human oversight. For outcome engineers this demonstrates powerful model-assisted auditing but also demands stronger verification, reproducible artifacts, and safety gates before agents act on or deploy such findings.

Emotion concepts and their function in a large language model finds emotion-like internal representations in Claude Sonnet 4.5 that causally shape model behavior. Understanding these internal concepts helps engineers design better validation tests, interpret failure modes, and place appropriate checkpoints when agents interact with humans or make consequential decisions.