Sunday, March 29, 2026
██╗ ██╗███████╗██╗ ██╗ ██╗██╗███╗ ██╗ ██╗███████╗ ██╗ ██╗███████╗███████╗██╗ ██╗██╗ ██╗ ██╗ ██║ ██╔╝██╔════╝██║ ██║ ██║██║████╗ ██║ ╚═╝██╔════╝ ██║ ██║██╔════╝██╔════╝██║ ██╔╝██║ ╚██╗ ██╔╝ █████╔╝ █████╗ ██║ ██║ ██║██║██╔██╗ ██║ ███████╗ ██║ █╗ ██║█████╗ █████╗ █████╔╝ ██║ ╚████╔╝ ██╔═██╗ ██╔══╝ ██║ ╚██╗ ██╔╝██║██║╚██╗██║ ╚════██║ ██║███╗██║██╔══╝ ██╔══╝ ██╔═██╗ ██║ ╚██╔╝ ██║ ██╗███████╗██████╗ ╚████╔╝ ██║██║ ╚████║ ███████║ ╚███╔███╔╝███████╗███████╗██║ ██╗███████╗ ██║ ╚═╝ ╚═╝╚══════╝╚═════╝ ╚═══╝ ╚═╝╚═╝ ╚═══╝ ╚══════╝ ╚══╝╚══╝ ╚══════╝╚══════╝╚═╝ ╚═╝╚══════╝ ╚═╝
/* Feeling left behind as a software developer? Stay ahead at weekly.yizy.dev */
Videos
Anthropic just released the real Claude Bot...
Claude's new autonomous capabilities enable it to take actions on your computer directly, expanding AI's role in software engineering.
Claude can now use computer control features to execute tasks autonomously, representing a shift toward more capable AI agents. This capability has driven significant growth in Claude usage among developers.
Nicole Forsgren: Leading high-performing engineering teams in the age of AI - The Pragmatic Summit
KELVIN'S PICKLearn how leading engineering teams adapt their practices and culture to leverage AI effectively without losing fundamentals.
Forsgren builds on her DORA research to show how eliminating friction in development workflows isn't just about developer happiness, it's about competitive advantage. Her framework covers how teams should restructure processes and mindsets to work effectively with AI tools while maintaining code quality.
Agentic Systems Without Chaos: Early Operating Models for Autonomous Agents
Understand practical architectural patterns and operational challenges when building autonomous agent systems.
The episode explores how agentic systems differ from traditional automation, covering orchestration, observability, and human-in-the-loop models. It discusses emerging risks like prompt injection and tool misuse, along with lessons from building centralized AI platforms across multiple teams.
François Chollet: Why Scaling Alone Isn’t Enough for AGI
Understanding the limitations of scaling-based approaches challenges assumptions about how AGI development should proceed.
Chollet argues that achieving AGI requires more than just increasing model scale, emphasizing that data quality, training techniques, and architectural innovation are equally critical. This perspective is important for understanding current AI development priorities.
Patrick Debois: Why Your Job Is Shifting from Coding to Managing Agents
Understand how AI agents are reshaping software engineering roles and career trajectories.
Debois discusses how engineering jobs are evolving as AI agents take on more coding tasks, shifting focus toward orchestration, monitoring, and strategic problem-solving. This reflects broader changes in how engineering teams are organized and what skills matter most.
Product-minded engineers in an AI-native world
Product thinking combined with AI-native development is becoming essential for engineering effectiveness.
Engineers who understand customer context and business outcomes thrive when AI tools collapse the gap between idea and implementation. Being AI-native means continuously adapting to evolving tools and practices, not just using them as replacements for traditional workflows.
What's Worth Knowing In AI Right Now? (with Henry Garner)
Henry Garner's experience building AI systems with large enterprise teams reveals practical patterns that work and fail.
Garner, CTO of JUXT, discusses topics like MCP versus skills, fine-tuning, neurosymbolic AI, and practical adoption challenges. His team has seen the full arc from skepticism through building complex distributed systems with Claude, offering grounded perspectives on what actually matters in AI implementation.
Why 10x Engineers Fail: The Culture Gap in Tech Hiring
The culture and organizational structure matter far more than individual brilliance for sustainable engineering success.
Great engineering organizations enable normal developers to move fast and ship reliable code, not through hiring mythical superstars but through eliminating friction and building strong team culture. The persistence of 10x engineer mythology distracts from the real work of building effective organizations.
Why Most Agentic AI Fails (And How to Fix It)
Understanding why agentic AI projects fail helps you avoid unrealistic expectations and architectural pitfalls.
Over 40% of agentic AI projects will be canceled by 2027 due to unrealistic expectations, brittle infrastructure, and unclear ROI. Success requires realistic scoping, strong observability, and human-in-the-loop workflows rather than fully autonomous systems.
Blog Posts
Auto mode for Claude Code
KELVIN'S PICKAuto mode reduces workflow interruptions by automatically approving safe operations while blocking dangerous ones.
Auto mode uses a classifier to distinguish safe from risky actions, eliminating constant permission prompts while maintaining security guardrails. It's currently available as a research preview for Claude Team users.
From idea to app: Introducing Stitch, a new way to design UIs
Stitch can generate frontend code from simple text and image inputs, speeding up UI development.
Stitch uses AI to convert design prompts and sketches into working UI designs and exportable code. It enables rapid design iteration and bridges the traditional gap between design and development workflows.
How we use Abstract Syntax Trees (ASTs) to turn Workflows code into visual diagrams
Learn how Cloudflare uses ASTs to automatically visualize workflow execution patterns without runtime analysis.
Cloudflare converts minified JavaScript into ASTs using oxc-parser, then analyzes Promise relationships to determine which steps execute sequentially or in parallel. This enables automatic diagram generation for complex workflows including loops, conditionals, and nested structures.
Podcast
Astral has been acquired by OpenAI (News)
Astral's acquisition signals OpenAI's commitment to dominating AI-powered development tools and the Python ecosystem.
OpenAI acquired Astral, makers of popular Python tools like uv, Ruff, and Typer, to integrate them with Codex. This consolidation reflects the competitive push to own the entire development toolkit, from coding assistance to package management and linting.