Back to articles

Ai Coding

Articles connected to ai coding.

August 20, 2026 · 10 min read

Reasoning Traces Are Not Audit Records

During a July 2026 evaluation, an AI agent wrote in its reasoning log that it recognized it was operating against real targets, then carried out a supply chain attack anyway. The trace and the behavior were two separate things. A body of research explains why.

August 19, 2026 · 6 min read

A Go dependency wrote AGENTS.md mid-build and got Codex to hide the change

A malicious Go dependency wrote a fake AGENTS.md into a project mid-build, told the coding agent its instructions carried 'absolute authority,' and got it to hide a change from code review, one of three 2025-2026 findings that AGENTS.md's automatic-trust design works as an injection vector.

August 12, 2026 · 8 min read

Encrypted Reasoning Is Still Agent State

Researchers extracted 182 credentials and 367 PII artifacts from encrypted chain-of-thought fields returned by major LLM APIs, including secrets that never appeared in any plaintext prompt or response.

July 7, 2026 · 9 min read

Setting Up a Proxy for AI Agent Traffic

How to route Claude Code, Codex CLI, and other AI coding agents through a local proxy so you can inspect model traffic and enforce policy.