
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

Cut the Token Bill on Both Ends
Two small tools that compound: Caveman shrinks what the agent says back, RTK shrinks what your terminal pipes in. Same context window, twice the room.
June 26, 2026 · 4 min read
The Eternal Return
Nietzsche used eternal return as a test. Life uses it as a mirror. Patterns rhyme not to predict the future, but to reveal who you become under pressure.
June 01, 2026 · 5 min
Skills Over Agents
Why Claude Code skills beat specialized agents. On-demand context, not the model, decides quality. Build a skill library that travels with your code.
May 19, 2026 · 5 min
The Levels of AI Adoption
A six-level ladder of AI adoption, from copy-paste prompts to agentic teams and AI-native workflows. Where most companies stall, and how to climb.
May 01, 2026 · 13 minOpen Source Projects
View all →Phel
516A 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
416Testing 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.


