
Chemaclass
Building software, teams, and ideas
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
View all →
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 companie…
May 01, 2026 · 13 min read
The Art of Being Happy
Schopenhauer's posthumous collection of 50 rules for practical happiness, built on the idea that avoiding suffering matt…
March 15, 2026 · 3 min readOpen Source Projects
View all →Phel
A 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
Testing 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.