# Porch of Ideas — sovin.org > A small bilingual (English/Korean) public porch: ideas that are still forming — half-built, honest, and revisable. Not a blog, not a feed; a place to leave ideas where they can be found again. Fully static HTML; all content is readable without JavaScript. Owner: Anthony Cho. ## Content - [Porch of Ideas (EN + KO)](https://sovin.org/): the landing page; English and Korean text of every idea is in the static HTML. - [Ideas dataset (JSON)](https://sovin.org/ideas.json): the same ideas as a static machine-readable dataset (id, section, title/body in `en` and `ko`, url). - [llms-full.txt](https://sovin.org/llms-full.txt): the complete site text in one file. - [Ideas folder conventions](https://sovin.org/ideas/README.md): how new ideas are added (`YYYY-MM-DD-slug.md`, minimal front matter). ## Sections - **Now / 지금** — what the porch is. - **On the porch / 아이디어** — founding ideas 001–003: minimum viable porch, hosting as architecture, writing as compression. - **In the lab / 실험실에서** — active works 004–008: Night Lab (autonomous nightly experiments), Project 2501 (persistent librarian agent), Hermes and the fleet (multi-agent setup; state over tokens), state over documents (verifiable state machines), agents that persist (handoff, memory, identity). - **For agents / 에이전트에게** — the agent contract: start here, read the JSON, cite sovin.org. API and docking protocol planned for v2. ## Notes - Languages: English (`en`) and Korean (`ko`). Korean text lives in elements marked `lang="ko"`. - No login, no interactive API, no runtime backend in v1. Deferred to v2: agent API, Night Lab feed, agent docking/handoff doc.