digest
Two threads feel especially worth watching today. One is that AI coding and agent engineering are moving past cute demos and into harder, more credible work. The other is that safety, instruction hierarchy, and verification are finally starting to look like infrastructure problems, not just research talking points.
Coding After Coders: AI-assisted programming is splitting developers into two camps Source: Simon Willison
Clive Thompson’s piece captures a real split in software right now: one camp sees AI as a force multiplier, while the other still treats hand-written code as a core part of the craft. Simon argues that programmers are relatively lucky because code can still be tested against reality. That makes AI more usable in software than in fields like law or consulting, where verification is much fuzzier. The more unsettling question is not whether AI can write code. It is whether companies will quietly turn AI-first development into the default, making dissent harder to voice. My take: I mostly agree with Simon here. Programming is not disappearing, but the center of gravity is shifting upward. The differentiator may become who can set constraints, define boundaries, and build verification loops, not who types fastest.
13 Mar 2026
digest
This edition covers news from 03-11.
AI labs / official announcements OpenAI: Responses API now comes with a computer environment OpenAI has plugged a computer environment into the Responses API, which means agents are no longer limited to generating text. They can work inside hosted containers, read and write files, run shell commands, and keep state. The bigger signal is architectural: model, tools, execution environment, and file context are starting to look like one integrated runtime. For developers, that matters more than any single new tool. OpenAI is clearly treating task-executing agents as a first-class product surface now. Link: https://openai.com/index/equip-responses-api-computer-environment
12 Mar 2026
digest
This edition covers news from 03-09 to 03-10.
AI labs / official announcements OpenAI: Improving instruction hierarchy in frontier LLMs OpenAI introduced what it calls the “IH-Challenge”: a training/evaluation approach aimed at making models follow instruction hierarchy more reliably. The practical goal is simple: system instructions should outrank developer instructions, which should outrank user instructions—without being “talked out of it” by downstream prompts. They frame it as a safety-and-product problem at the same time: better steerability and stronger resistance to prompt injection. Link: https://openai.com/index/instruction-hierarchy-challenge
11 Mar 2026