Tech Blog

Technology blog – practical tips, inspiration, and insights on modern software and design.

All posts

From PayloadCMS to Astro Content Collections

After two years on PayloadCMS I moved this site's content into MDX files in the repo. Deploy went from 8 min to 2, build 60% faster, Lighthouse +5. What I lost, and who shouldn't follow.

AI-driven parametric 3D model generator

I spent a month building a parametric 3D model generator where an AI agent takes a prompt and spits out a ready STEP, GLB and FCStd file. It works. And I still haven't produced anything I couldn't do by hand in FreeCAD GUI in five minutes.

T3 Code - The Bridge Between CLI and GUI in AI Coding

If you use Cursor or Claude Code, you already know that AI coding tools split into two camps: GUI-first (editors with built-in AI) and CLI-first (terminal agents). T3 Code steps right in the middle, and does it deliberately.