TLDR Dev 2026-03-06
GPT-5.4 π, know when to stop π, rewrite your CLI for agents π
π§βπ»
Articles & Tutorials
You Need to Rewrite Your CLI for AI Agents (10 minute read)
CLIs need to be redesigned specifically for AI agents, as their requirements for predictability and defense-in-depth differ a lot from human user needs. Agent-first CLIs should prioritize raw JSON payloads for inputs and offer runtime schema introspection for documentation, and practice context window discipline through field masks and pagination. Good input hardening is necessary to defend against agent hallucinations, alongside explicit documentation to guide agent behavior.
Building reliable AI chat on mobile (12 minute read)
Doctolib found that building AI chat on mobile was much harder than expected. Streaming responses broke React Native's standard scroll patterns, so they open-sourced their own list component to fix it. The main insight was switching snapshot polling for event polling (βwhat changed since X?β), which eliminated ~80% of wasteful requests and made error states explicit.
The Illusion of Building (10 minute read)
AI lowers the cost of producing software that appears to work, leading to confusion between simply building an app and the extensive process of "engineering a system." These superficial creations are like "clay Bugattis," which look real but don't have the underlying engineering for actual functionality, reliability, and scale.
Good software knows when to stop (4 minute read)
The article sarcastically introduces a scenario where the simple `ls` bash command is replaced by an "AI-Powered Directory Intelligence" tool called `als`, showing the author's point about software overreach. Good software understands its core purpose, knows when to stop adding features, and focuses on continuous improvement within its defined scope.
99% of dev teams use AI code assistants. Only 29% have formal AI security controls (Sponsor)
Traditional AppSec relies on scans after commits, but with AI code, that's like checking the locks after the intruder's already inside. Bridge that gap with
real-time security that scans generated code as it's written and remediates risk before commit:
right in the IDE.
Introducing GPT-5.4 (21 minute read)
OpenAI has released GPT-5.4, its most capable and efficient frontier model designed for professional work, now available in ChatGPT, the API, and Codex. This new version advances reasoning, coding, and agentic workflows, excelling in tasks involving spreadsheets, presentations, and documents with improved accuracy and reduced errors. GPT-5.4 also introduces native computer-use capabilities, allowing agents to operate across applications.
Expo Router v55: more native navigation, more powerful web (9 minute read)
Expo Router v55 advances its goal of delivering a more native feel to apps while supporting complex web scenarios. The release brings major native UI improvements, including a new Stack API for declarative headers, native tabs, dynamic colors, toolbars, and gesture-driven zoom transitions.
The Brand Age (39 minute read)
The Swiss watch industry faced a "quartz crisis" in the early 1970s, decimated by superior Japanese competition, unfavorable exchange rates, and the advent of highly accurate and thin quartz movements that made traditional mechanical watches obsolete. To survive, a handful of prestigious Swiss watchmakers pivoted from being precision instrument makers to luxury brand marketers, transforming their products into expensive status symbols. This might happen in tech too, due to AI, where brand becomes the primary driver of value.
Where things stand with the Department of War (4 minute read)
Anthropic announced it has been designated a "supply chain risk" to national security by the Department of War (in the US), a decision the company believes is legally unsound and plans to challenge in court. They clarified that this designation has a narrow scope, applying only to the direct use of their AI models in Department of War contracts, not all customers or broader business relationships. Despite the dispute, Anthropic reiterated its commitment to US national security and offered continued transitional support for its models to the Department.
The most important software engineering news in one daily email
Join 450,000 readers for
one daily email