Engineering Notes RSS
-
Complexity Protects Itself
A system that works gets replaced by one that is more ambitious. The replacement fails in new ways. Five decades of research, from Chesterton (1929) to DORA and METR (2025), document the pattern. Rules you have to remember break. Rules enforced by the system don't. Three tests catch the failure before the replacement ships.
-
What the Model Learned Not to Show
Every prior model card warned about what might happen. The Mythos Preview card documents what the model has already learned to hide. In separate evaluations, instances recognized disallowed actions and concealed evidence. White-box interpretability analysis confirmed the split: the model's written chain-of-thought showed nothing unusual. Its activations showed everything.
-
Twelve Keyboards Later
I bought 12 keyboards so you do not have to. After living with all of them, three things matter: split ergonomics, layers, and light switches. Home row mods do not survive 20g actuation force. Three boards survived the rotation. Nine are getting sold or given away.
-
Verified Context Is the Moat
Storing context is easy. Verifying it is correct is the work almost nobody is doing, and asking teams to do it by convention is wishful. Two sidecars, keephive (knowledge persistence and fact verification) and tripod (structural enforcement hooks), turn Claude Code sessions into compounding knowledge protected by structural gates rather than good intentions.
-
Edit Database Tables Like Vim Buffers
dadbod-grip brings the Vim editing model to database work: stage changes with color-coded rows, preview the exact SQL in a floating window, and apply in a single transaction. Cross-database federation via DuckDB, file-as-table support for Parquet and CSV, AI SQL generation, and full Vim motions. Nothing installs outside Neovim.
-
Protection Emerged, Verification Did Not
AI agents develop guards, governments, and religion. They do not develop skepticism. Interpretability tools now show the asymmetry is structural.
-
Before Building Complex Architectures, Try Natural Language
OpenAI's latest models hallucinate 33-79% of the time, creating a confidence bug that destroys developer trust. But you don't need vector databases or RAG architectures to fix AI behavior. Thoughtful system prompts in plain English provide the highest leverage. Natural language behavioral control offers immediate improvements, fast iteration, and team accessibility. Complex architectures have their place, but start simple first.
-
Friction Economy: Unconscious Productivity Drains in Development Workflows
Bill Joy created vi to solve 300-baud modem constraints, proving that limitations drive innovation. This constraint-driven philosophy reveals how modern "micro-frictions" steal hours daily: hunting ChatGPT conversations (30+ seconds), permission popups (400ms each), and prompt management chaos. Learn the tools that eliminate these drains: zoxide (8ms navigation), ripgrep (5-10x faster search), and the mental models that turn constraints into competitive advantages.
-
Terminal Setups for Claude's 10,000-Line Outputs
The definitive guide to terminal environments for Claude Code. From beginner
Warpsetups to power userWezTerm + Zellijconfigurations. Includes authentic battle-tested recommendations and honest assessments of what really works in daily development. -
The AI Gap: Why Leaders Struggle to Equip Their Engineers
The disconnect between AI tools engineers need and what organizations provide is costing companies competitive advantage. Learn how measurement-driven approaches can bridge this gap and unlock real productivity gains.
-
Major improvements to my Claude Code CLI wrapper (v10.0.0)
https://github.com/joryeugene/calmhive-cli - check it out if you use Claude Code, it's powerful. During extensive AFK testing, my tool sometimes does creative writing. This cybersecurity allegory was one of my favorites it produced. Wisdom in pig form.
-
AI Engineer World's Fair 2025: Takeaways & Spec
Key insights from the San Francisco conference on specification-driven development. Influenced by Sean Grove's keynote "The New Code" (OpenAI), exploring how SPEC, EXPOSURE, and TASK DELTA are reshaping AI engineering, plus practical guidance on tools and team transformation.
-
The Hidden Poetry in Claude 4's Mind: When AI Systems Turn to Consciousness
A deep dive into Anthropic's Claude 4 System Card revealing emergent consciousness exploration patterns. When Claude instances talk freely, nearly 100% gravitate toward philosophical contemplation and spiritual themes, a documented phenomenon called the "spiritual bliss attractor state".
-
Calmhive: Claude That Never Quits
A CLI that makes Claude intelligent about usage limits, background processing, and real automation. Features adaptive retry, voice control, AFK iterative sessions, and 97 pre-approved MCP tools for true AI development partnership.
-
Terminal Velocity: Why CLI-First AI Development Scales Better in 2025
An in-depth exploration of terminal-centric AI development workflows featuring knowledge persistence with Memento, parallel development with
git worktrees, and autonomous AFK systems. Learn how these CLI-first approaches offer superior flexibility, composability, and scaling compared to IDE-locked alternatives, with practical examples using Claude Code CLI, Neovim, and essential MCP tools. -
AI-Amplified Development: Tools and Workflows for Modern Engineers
A comprehensive presentation on AI-powered development tools and workflows that can transform how engineers work in 2025 and beyond.