Thoughts on clojure, linux, security and Bitcoin's 0.1v (Satoshi Nakamoto's Design) in an era of artificial intelligence
A few minutes ago, I experienced a strange kind of development vertigo.
I was sitting at my desk, directing an AI agent to clean up some repositories, rename local folders, re-render my blog, write three distinct technical articles, and push commits to GitHub. In exactly 46 minutes, we completed 8 distinct, multi-system tasks.
I literally told the agent: "I'm experiencing G-force and feel like vomiting. It's too fast."
When your development environment transforms from a text editor into a highly-leveraged orchestration sandbox, the speed limit is no longer how fast you can typeβit is how fast your mind can context-switch.
Here is the exact timeline of what was accomplished between 03:26 AM and 04:12 AM this morning:
clojure.nurazhar.com to blog.nurazhar.com, mapping custom CNAMEs and updating DNS configurations.bsv-clj), analyzed its Malli schemas, SQLite wallet querying, and DLP regex layers, and published a technical integration post about it.Before agentic IDE tools, this workload would have taken half a day to a weekend of focused manual effort.
The time wouldn't be spent thinking; it would be consumed by the friction of execution:
When an agent handles the execution, you become the Director. You are no longer writing the code; you are compiling intent.
But this speed comes with a cost: Cognitive G-force. When you do not have to wait for compilers to run, files to save, or documentation to write, the latency between designing a system and seeing it live collapses to zero. You are constantly in high-throughput decision-making mode. It is exhilarating, but it can induce a literal sense of motion sickness.
The future of software engineering is no longer about learning syntax. It is about building the mental stamina to guide autonomous agents through complex architectures without losing your bearings.
How are you managing the cognitive load as developer velocity accelerates? Let's discuss.
Published: 2026-06-14
Tagged: automation workflow developer-experience reflection systems