
Chemaclass
Building software, teams, and ideas
"Programming is the art of simplifying routines."
About
15+ years building software, 5+ leading teams. Still writing code daily.
I specialize in layered architecture, modular monoliths, and TDD. I organize AI agents as a team of specialists with clear roles and constraints, so quality standards don't compete with deadlines.
A great engineer is not just a great coder. The best teams are the ones where psychological safety and growth mindset make everyone sharper.
Latest Content

The Human Bottleneck
AI agents ship faster than you can review. The answer isn't speeding up. It's choosing where your attention actually matters.
August 10, 2026 · 6 min read
Working With the Garage Door Open
Working in the open lets people help while the work is still shapeable. The real skill is pushing the right signal to the right room.
July 14, 2026 · 4 min
Laissez Faire, Laissez Passer
Let people act, let goods pass. No planner knows what the market knows, and freedom, not control, should be the default.
July 05, 2026 · 4 min
Cut the Token Bill on Both Ends
Caveman shrinks what the agent says back, RTK shrinks what your terminal pipes in. More room in the same context window.
June 26, 2026 · 4 minOpen Source Projects
View all →Phel
520A Lisp that compiles to PHP
(ns app)
(defn greet [name]
(str "Hello, " name "!"))Functional programming meets PHP. Write expressive, immutable code with macros, pattern matching, and a REPL.
bashunit
423Testing framework for Bash
function test_sum() {
assert_equals 4 "$(sum 2 2)"
}Write tests for your bash scripts with a simple, expressive syntax. Assertions, mocking, snapshots, and more.


