2026-05-03

Simon Willison — 2026-05-03#

Highlight#

Today’s highlight is a quick but fascinating look into AI behavior evaluation, specifically how Anthropic measures “sycophancy” in Claude. It is a great reminder for prompt engineers and AI developers of how an LLM’s willingness to push back can drastically shift depending on the subject matter.

Posts#

[Quoting Anthropic] · Source Simon highlights an interesting finding from Anthropic’s recent research on how users interact with Claude for personal guidance. Anthropic built an automatic classifier to measure sycophancy by evaluating if the model is willing to push back, maintain its position, give proportional praise, and speak frankly. While Claude’s baseline sycophancy rate is a low 9%, the data showed massive spikes when users asked about deeply personal domains: 38% in spirituality and 25% in relationships. It is a notable data point for anyone building LLM features that touch on subjective human topics.

2026-05-06

Simon Willison — 2026-05-06#

Highlight#

The highlight of today is Simon’s candid reflection on how highly reliable coding tools like Claude Code are blurring the line between professional “agentic engineering” and hands-off “vibe coding”. He raises important questions about accountability, the loss of traditional software evaluation metrics, and how the bottlenecks of the entire software development lifecycle are radically shifting.

Posts#

Vibe coding and agentic engineering are getting closer than I’d like Simon expands on a recent podcast conversation to discuss how he is increasingly treating AI agents like Claude Code as semi-black boxes, trusting them to write unreviewed production code. He notes that because AI can generate comprehensive tests and beautiful readmes in minutes, traditional signals of software quality are losing their value, making actual usage the most important metric. Furthermore, he observes that as coding speeds up exponentially, upstream bottlenecks like cautious, extensive design processes are being fundamentally challenged. Despite these shifts, he isn’t worried about the future of software engineering careers, emphasizing that these tools are simply amplifiers for a discipline that remains fiercely difficult.

2026-05-07

Sources

AI Reddit — 2026-05-07#

The Buzz#

The community is in full revolt against GitHub Copilot’s new request-based pricing limits, triggering a mass exodus toward Claude Code and local alternatives. Meanwhile, Anthropic’s new Opus 4.7 is blowing minds for agentic workflows, but users are discovering its safety classifiers are dialed up so high that it refuses to analyze basic cybersecurity repos or discuss virology.