slowlp
BLOG

A working
notebook

Experience, know-how, and thoughts from solo dev with AI.

TAGS
39 posts
Story 2026.06.16

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

Long read 6 min
#1인개발#AI협업
Story 2026.06.16

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

Long read 5 min
#홈서버
Story 2026.06.16

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

Long read 10 min
#개인-위키#AI협업
Story 2026.06.16

A Token-Burning Experiment Became the Foundation of Atlas

AI generates, humans evaluate — what the template experiment left behind and what comes next

Long read 5 min
#AI협업#에이전트-설계
Lesson 2026.06.16

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

Long read 5 min
#에이전트-설계#AI협업
Story 2026.06.16

Tokens Were Going to Waste — So I Started Making a Screen Every Week

The starting point of a design experiment born from leftover tokens

Long read 4 min
#AI협업
Method 2026.06.16

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

Long read 4 min
#AI협업
Lesson 2026.06.16

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

Long read 6 min
#1인개발#AI협업
Lesson 2026.06.16

I Didn't Build It All at Once

Why I split requirements → mockups → wireframes → code — and what it saved me

Long read 5 min
#1인개발#AI협업
Story 2026.06.16

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

Long read 5 min
#1인개발#브랜딩
Story 2026.06.13

A Month of Agent Development — I Became a Creator, Not Just a Developer

If you keep getting distracted while building, that's not distraction

Video soon 11 min
#AI협업#1인개발
Method 2026.06.11

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

Video soon 8 min
#에이전트-설계#1인개발
Method 2026.06.11

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

Long read 11 min
#에이전트-설계#1인개발
Lesson 2026.06.11

Decide First, Then Code — How the product-pipeline Skill Forces You to Spec Up Front

Even solo developers can avoid the "I have to rip this out" moment

Long read 9 min
#에이전트-설계#1인개발
Lesson 2026.06.11

The Secret of Skills — When Natural Language Becomes Logic

"/review is actually just a well-crafted prompt" — 4 levers for designing agent behavior

Long read 9 min
#에이전트-설계#자연어-개발
Story 2026.06.11

I Was Planning a Brand Site When I Finally Understood What Slowloop Was

slowloop lab — the site doesn't exist yet, but the things running underneath it do

Long read 8 min
#브랜딩#1인개발
Story 2026.06.11

I picked the name slowloop because I wanted to keep going, just slower

I asked AI for a brand name, and the philosophy came out first

Long read 6 min
#브랜딩#1인개발
Lesson 2026.06.11

I Read the Terms of Service After Building the Whole Thing

Building a stock portfolio app — KIS API regulation pitfalls and a pivot

Long read 10 min
#API-연동#1인개발#홈서버
Lesson 2026.06.11

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.

Long read 12 min
#1인개발#AI협업
Lesson 2026.06.11

When Implementation Becomes Free — The Bottleneck Moved Up

Redefining my role as a developer, felt firsthand while building with AI

Video soon 8 min
#AI협업#1인개발
Method 2026.06.11

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.

Video soon 9 min
#컨텍스트-관리#에이전트-설계
Method 2026.06.11

From Idea to Build Plan — How I Automated 8 App Design Documents with AI

Revealing the product-pipeline workflow validated through myWiki's design process

Video soon 10 min
#에이전트-설계#문서화#1인개발
Lesson 2026.06.11

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

Video soon 11 min
#문서화#컨텍스트-관리
Tip 2026.06.11

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

Short 4 min
#개인-위키
Method 2026.06.11

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

Video soon 11 min
#에이전트-설계#1인개발
Method 2026.06.11

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

Series 11 min
#자연어-개발#에이전트-설계
Lesson 2026.06.11

The Agent Control Code I Wrote Myself Was Already in Claude Code

If you miss AI tool updates, you'll reinvent the wheel twice

Short 5 min
#AI협업#에이전트-설계
Method 2026.06.11

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

Series 9 min
#AI협업#1인개발#컨텍스트-관리
Lesson 2026.06.11

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

Long read 10 min
#홈서버#배포-자동화#API-연동
Method 2026.06.11

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

Series 8 min
#홈서버#배포-자동화
Story 2026.06.11

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

Long read 8 min
#개인-위키#컨텍스트-관리
Story 2026.06.11

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

Long read 5 min
#개인-위키#1인개발
Method 2026.06.11

How I Made My Second Brain Manage Itself

Building Claude Code automation for the second wiki — how ingest, scrub, digest, and hooks fit together

Series 7 min
#개인-위키#에이전트-설계#콘텐츠-파이프라인
Method 2026.06.11

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

Long read 13 min
#개인-위키#콘텐츠-파이프라인
Story 2026.06.11

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

Long read 6 min
#컨텍스트-관리#개인-위키
Story 2026.06.11

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

Long read 5 min
#개인-위키#1인개발
Story 2026.06.11

How I Built My Mom's Online Art Museum in 6 Hours

The day AI built a gallery without permission — and how we shipped it for real

Video soon 8 min
#1인개발#AI협업#홈서버
Story 2026.06.11

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

Long read 10 min
#개인-위키#배포-자동화
Method 2026.06.11

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

Short 6 min
#컨텍스트-관리#에이전트-설계