A working
notebook
Experience, know-how, and thoughts from solo dev with AI.
AI Hallucinated From Examples I Intentionally Made
I removed the markers, and AI filled in the blanks — with things that looked like my own words
What It Actually Means for AI to Manage Your Entire Blog Without a Database
With just text files, AI can read and write everything
Markdown Only, No Database — How I Built a Blog That AI Manages End-to-End
The technical architecture of slowloop lab — Astro, text files, and a second brain wiki
How Conversation Becomes a Post — Publishing from a Single Sentence, with slowloop Skills
"Just write me a blog post" produces generic content — so I built a skill pipeline instead
The Person Building Alone with AI Agents — Starting slowloop
Without a second brain, I don't think I'd have gotten this far
What I Learned Building a Stock Portfolio App with AI Agents
Worktree pipelines, multi-agent experiments, KIS API pitfalls, and getting blocked by regulations after nearly finishing the whole thing
How I Built My Mom's Online Art Museum in 6 Hours
One hour of planning on the commute home, AI that built the gallery without asking — and how we actually shipped it
I Read the Terms of Service After Building the Whole Thing
Building a stock portfolio app — KIS API regulation pitfalls and a pivot
I Read a Book About Stock ETFs and Decided to Build a Stock App Instead
I knew nothing about stocks but wanted to build it — after a year-long pause, finishing in 2 weeks
Before Building the App, I Tried CLI and Obsidian First
I dumped 130 scattered chat histories into a CLI — and validated the hypothesis in a single day
A Token-Burning Experiment Became the Foundation of Atlas
AI generates, humans evaluate — what the template experiment left behind and what comes next
I Had AI Stamp Out Templates in Bulk — But Couldn't Judge Which Was Good
Auto-generation worked, but self-verification didn't — the prerequisite for autonomous loops
Tokens Were Going to Waste — So I Started Making a Screen Every Week
The starting point of a design experiment born from leftover tokens
I Couldn't Pick the Design, So I Let Users Vote
Outsourcing evaluation via home concept voting — and feeding that signal back into the generation loop
Turning an Idle Home Computer into a Zero-Cost Server — The Early Friction
Hosting fees were adding up, so I turned on a home server — then hit SSL certificates and domain walls
Neither My Mom Nor I Speak English — But the Museum Went Multilingual Anyway
Running a multilingual site without a translator — filling the DB with an LLM pipeline
I Didn't Build It All at Once
Why I split requirements → mockups → wireframes → code — and what it saved me
Five Years Later, I Finally Built My Mom's Art Museum — The Right Way
The failed shop that taught me the difference between selling and showing
A Month of Agent Development — I Became a Creator, Not Just a Developer
If you keep getting distracted while building, that's not distraction
Why Saying "Build Me an App" to AI Is Actually Slower — How to Speed Up Development with the build-plan Skill
One session = one item, dependency-aware splitting is the mechanism that creates speed
Decide First, Then Code — How the docs-spec Skill Forces You to Spec Up Front
Even solo developers can avoid the "I have to rip this out" moment
The Secret of Skills — When Natural Language Becomes Logic
"/review is actually just a well-crafted prompt" — 4 levers for designing agent behavior
5 Mistakes Solo Developers Keep Making — Things I Only Learned After Living Through Them
Constraints come before features. If the direction is wrong, the more you build, the further you stray.
When Implementation Becomes Free — The Bottleneck Moved Up
Redefining my role as a developer, felt firsthand while building with AI
Why You Shouldn't Integrate Your Tools — The Context Spine Idea
Context evaporates at every planning→development→deployment handoff. The fix wasn't tool integration.
How to Write Instructions for an AI Agent — build-plan Format from B1 to B17
"Why does "Do B2" fail — why the agent needs the full context handed to it at once
LLM Meets You for the First Time Every Session — That's Why Documentation Is Strategy
When background explanations started piling up like a tax, I started writing CLAUDE.md
How to eliminate git conflicts in Obsidian mobile — Pull strategy HARD reset
If you only read on mobile, two settings are all it takes to stop conflicts entirely
From Idea to Build Plan — How I Automated 8 App Design Documents with AI
Revealing the docs-spec workflow validated through myWiki's design process
The Agent Control Code I Wrote Myself Was Already in Claude Code
If you miss AI tool updates, you'll reinvent the wheel twice
Why I Break Big Tasks into Phases — When I Realized All My Tools Look the Same
The pattern I use every time I do big work with AI — why I divide into phases and put gates at the boundaries
You Don't Need to Code to Build an App — Everything a Non-Developer Needs to Know in the Age of Natural Language Logic
4 real takeaways from a 10-year developer who actually built apps using only natural language
I Built a Second Brain Because I Hated Watching My AI Conversations Disappear
What a month of AI chats left behind — why I split raw and wiki
3 Painful Lessons from Deploying a Stock App on a Home Server
iptime CAA block, DB port conflict, stale manual checkout — things you only learn the hard way
I wanted it, it didn't exist, so I started building it myself
I dug through dozens of PKM apps, found nothing, and after an OAuth headache decided to build it myself
How I Made My Second Brain Manage Itself
Building Claude Code automation for the second wiki — how ingest, scrub, digest, and hooks fit together
AI Wrote It, But It's My Story — Using a Second Brain as a Blog Engine
How raw conversations stored in a wiki become blog posts
My Planning AI and Coding AI Were Working in Silos — So I Started Connecting Their Context
The problem of context breaking between agents, and how I solved it with a second brain
I Built a Discord Bot Because I Hated Losing Ideas on My Phone
Automatic capture is the only way to miss nothing — why I designed a dedicated entry point for my thoughts
Running Multiple Apps on One Home Server — Single Caddy + web_edge Pattern, Practical Guide
How I run a stock app, an art gallery, and a bot on the same server — sharing the full setup
Building a Loop Where Discord Messages Automatically Land in Your Wiki — hermes-discord Story
A loop where ideas thrown from your phone pile up in the second wiki, built with a single ops repo
How I Run Two AI Agents Together — hermes and Claude Code Role Split in Practice
hermes as the chat entry point, Claude Code for coding and wiki editing — a role structure I figured out running both on my home server