ArtificialIntelligence.io

The Signal

Everything that matters in AI, with our take.

Updated through the day. Every headline links straight to the source. The two lines underneath are ours.

arXiv cs.CLPaper

PromptResponse: Optimizing Prompts for LLM Coding Tasks

The actionable finding here is negative and useful: don't let an LLM rewrite your coding prompts automatically, it measurably hurts output quality without buying anything back. If you're running coding agents at scale, standardizing prompt format to JSON is a cheap, evidence-backed lever worth testing against your own eval suite.

arXiv cs.AIPaperClaude Watch

Why Does CLAUDE.md Keep Growing? Catastrophic Remembering in Agentic Coding

This names something anyone maintaining a CLAUDE.md or system prompt has felt but not measured: instructions accumulate because removing them feels riskier than keeping them, so context bloat compounds. The proposed fix, prompt comments that preserve rationale, is a cheap intervention worth testing on any long-lived agent prompt. If you're maintaining agent instruction files at scale, this gives you a concrete diagnosis and a starting point for pruning discipline.

Simon WillisonArticle

Quoting David Crawshaw's prompt

Willison's link posts are usually a quick signal that something in the prompt engineering or agent tooling space is worth a second look. With no excerpt beyond the title, treat this as a pointer rather than a finished story: worth clicking through if you follow Crawshaw's agent work, otherwise low priority.

Lilian WengArticle

Prompt Engineering

This remains one of the most-cited prompt engineering surveys because it catalogs the techniques (CoT, ReAct, self-consistency) rather than pitching any one of them. Anyone building prompting pipelines still uses this as a checklist before reaching for fine-tuning. Worth bookmarking even now as a baseline reference, though newer models have made some of the more elaborate tricks less necessary.