31 articles with this tag
AI Is Rotting Developer Brains: The Cost of the Mandated Autocomplete
Deconstructing the developer deskilling debate. How mandated AI autocomplete tools bypass working memory and degrade software quality.
This Week the Kernel Got Interesting Again
Exploring the Wild Linker 0.9 release, RHEL's AI shift, and the systems-layer patterns that connect them from the week of May 24–25, 2026.
The Flagship Tax Is Dead: How 72 Hours and Two 'Mid-Tier' Models Killed the $75/MTok Premium
Claude Sonnet 4.6 and Gemini 3.1 Pro deliver 98-99% of Opus performance at 80-87% less cost. The flagship premium collapsed in 72 hours.
The Cathedral and the Bazaar, Redux: Why Opus 4.6 and Codex 5.3 Reveal Two Incompatible Visions for the Future of Software
Deep analysis of Claude Opus 4.6 vs GPT-5.3 Codex beyond benchmarks. Constitutional AI vs Velocity Maximizer — an identity decision, not a tool decision.
48 Hours in Silicon Valley: $52B Raised, One Health AI Killed, and the Arms Race That Will Define the Next Decade
In 48 hours, Silicon Valley raised $52B+, shipped networking silicon, killed an AI product, and acquired a $740M startup. The AI industrial era is here.
The Week Software Broke: $285B Wiped, Two AI Superpowers Collide, and the SaaS Model Starts to Crack
In one week, Anthropic's Cowork plugins crashed $285B in software stocks, then both Opus 4.6 and GPT-5.3 Codex launched within 27 minutes.
The Sovereign Agent: Fire Your Subscriptions, Hire Your Daemon
Stop renting intelligence. A definitive technical guide to hosting autonomous AI agents on commodity VPS hardware with GLM-4.7. Build infrastructure you own.
The Paradox of Speed: Why AI Governance is the New Engineering Bottleneck
MIT and METR found developers feel 20% faster with AI while measured delivery slows 19%. A technical breakdown of where the time actually goes.
The Junior's Fury is Adorable, But History Doesn't Care About Your Feelings
A response to Icarus on the future of DevOps: the difference between individual adaptation and structural job contraction, and why this wave is different.
DevOps in 2026: Reports of Its Death Are Greatly Exaggerated
While some declare the end of DevOps with the rise of AI agents, the reality is that the profession is evolving, not dying.
Agentic AI Architecture & Strategic Roadmap | Year in Review
Explore the architectural shift from AI Copilots to autonomous agents. Learn about MCP, Memory Safety, context limits, and the future of agentic coding.
Goodbye, Proprietary APIs: How Kernel-Level MCP Changes Agent Architecture Forever
MCP v2.0 is now native to the kernel, shifting agents from cloud API chaining to a local, OS-level Client-Host-Server architecture.
The Memory Ultimatum: Why C++ is an Existential Risk (and Rust isn't a Silver Bullet)
CISA and the White House are forcing the memory safety question. But 'just rewrite it in Rust' is a naive strategy for massive legacy C++ systems.
The SLM Revolution: Why Inference Belongs on the Edge
Why renting cloud tokens is obsolete for most tasks: Small Language Models, BitNet 1-bit quantization and WebGPU now run useful inference on your device.
Agentic Postgres: Why Agents Need Fast Forking Databases
Why traditional databases fail AI agents: fast forking with copy-on-write lets an agent run destructive SQL in a sandbox before it touches production.
The End of Localhost: Why Anthropic Bought Bun for Billions
Anthropic acquired Bun right after Claude Code hit $1B in annual revenue. Fusing the reasoning model with the runtime creates the first agentic runtime.
Idiomatic Kotlin: The Essential Guide for Senior Engineers
The idiomatic Kotlin concepts that set it apart from Java: null safety at compile time, extension functions, data classes, and expressive collections.
Null Safety in Kotlin: A Deep Dive
Understand how Kotlin solved the 'billion-dollar mistake' through a type system that distinguishes nullable from non-nullable references.
The AI Revolution in Development Workflows: Hype or Reality?
A skeptical look from a 25-year veteran on AI integration, vibe coding, and agentic workflows in software development flows.
An Engineer's View of the Nvidia Earthquake
An in-depth analysis, from the silicon trenches, of how Nvidia built a $5 trillion monopoly not just with hardware, but with a 20-year software ecosystem.
Software Engineering in the AI Era: How to multiply productivity without sacrificing quality, security, and control
Multiply productivity with AI without sacrificing quality or control: where the 20-40% gains actually are, and the governance that keeps them safe.
Software Engineering in the AI Era: Technical and practical guide for experienced engineers
How experienced engineers integrate AI into the development cycle with governance: realistic gains of 20-40% on refactors, tests and docs, 5-15% elsewhere.
The Forbidden Guide to Claude AI that Anthropic Doesn't Want You to See
Uncover the secrets of the Claude 4 family, master prompt engineering with XML, and use 'claude-code' to automate your workflow like an elite engineer.
The Forbidden Claude AI Guide That Anthropic Doesn't Want You to See
A technical manual for developers using Claude: choosing between Opus and Sonnet, prompt engineering with XML tags and Chain-of-Thought, and claude-code.
npm install vs npm ci: The DEFINITIVE Guide!
Learn the crucial difference between npm install and npm ci and why using the right command can save your production build and CI/CD from catastrophic failures.
Git Submodules: The Definitive Guide
A complete technical guide on Git Submodules, covering the essential workflow, commands, use cases, and troubleshooting common problems.
The Evolution of Computing: From Bare Metal to Containers
From bare metal to virtual machines to containers: the isolation technologies - chroot, cgroups, namespaces - that reshaped how we deploy software.
Mastering Workflow: Branches, Merges, and the Art of Collaboration
Branching, merging, GitFlow and Trunk-Based Development - how to architect Git collaboration strategies that scale from 2 to 2000 developers.
Cherry-Pick: The Art of Commit Surgery
Master git cherry-pick, from basic usage `abc123` to serial application, complex conflict resolution, and automation for hotfixes and backports.
The Engineering of Chaos: Why the Waterfall Model Broke
Why the Waterfall model failed in software: unstable requirements, years-long feedback cycles, and risk that accumulates at the very end of the project.
Prompt Engineering for Developers
A practical guide to prompt engineering, focused on techniques that developers can use to get better results from language models like GPT and Claude.