LAI #128: Developers Using AI Were 19% Slower. They Thought They Were 20% Faster.

· Source: Learn AI Together · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering, Robotics & Autonomous Systems · Depth: Advanced, medium

Summary

LAI #128 highlights a significant perception gap in AI-assisted development. Developers using AI were 19% slower on complex tasks, despite believing they were 20% faster. This contrasts with Claude Code's creator using it for 100% of his code since November 2025, and his team shipping 95% agent-written code. The brief also covers DeepSeek V4's mHC for stabilizing 61-layer training. A Snowflake Cortex optimization yielded a 9-point accuracy gain and 26% cost reduction. Further topics include building stateful research agents on TensorLake to preserve VM state. Transformers fail at exact arithmetic due to Maclaurin series limitations. A multi-agent research engine architecture features centralized state and human checkpoints. A community poll indicates Claude Code is preferred by 61% of users over Codex.

Key takeaway

For AI Engineers evaluating developer productivity tools, recognize that your perceived speed gains with AI might mask actual slowdowns on complex tasks. Implement rigorous, objective performance metrics beyond subjective feeling. If you are building agentic AI systems, prioritize robust state tracking and recovery mechanisms. This prevents duplicated work and ensures reliable operation, especially with retries. Consider exploring multi-agent architectures with centralized state for enhanced control and efficiency.

Key insights

The perception of AI's impact on developer productivity often misaligns with actual performance, especially on complex tasks.

Principles

Method

To recover from agent failures, track agent intent, tool interactions, side effects, and allowed next steps after each action, enabling safe resumption.

In practice

Topics

Code references

Best for: CTO, VP of Engineering/Data, Director of AI/ML, AI Engineer, Machine Learning Engineer, MLOps Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Learn AI Together.