Steven's notes on building software

AI, web development, tools, and whatever else I'm figuring out. No hype, no fluff.

Read the blog About me
6 Articles
~/blog/latest.ts
const thoughts = await explore({
  topics: ['AI', 'code', 'craft'],
  approach: 'curiosity-driven',
  output: 'blog posts'
});

// Never stop learning
while (true) {
  await write(thoughts.next());
}
Scroll
// Recent Articles
View all