We’re all figuring out how AI fits into the way we build.
It’s a force multiplier unlike anything we’ve built with before.
I’m Steven Sacks, a fullstack engineer based in Tokyo. Decades of building for the web have sharpened my read on what’s real and what’s noise.
GAIA, my open-source Claude Code workflow built on React, is where I’m working it out.
Recent articles
- 5 min read日本語で読む →
The ESLint config I stopped copy-pasting between projects
Every new React project meant copying eslint.config and package.json devDependencies from the last one, then reconciling whatever had drifted. The config was good. Keeping every copy in sync was not.
- 8 min read日本語で読む →
Level up your workflow with ESLint fix on save
Prettier, ESLint, and Stylelint are amazing tools that improve speed and efficiency, code quality, and reduce bugs, so you can focus on what really matters.
- 8 min read日本語で読む →
Empathetic Coding - Button Component
In this article, we’ll be creating a Button component from the ground up using an empathetic approach.