Built for people who want to delegate software work instead of coding every step themselves or manually orchestrating an AI assistant. The site stays restrained so the workflow and repository evidence stay in focus.

Markdown blog

Writing about the work around AI coding, not just Evolvo's internals.

Some posts explain Evolvo's own operating loop. Others focus on the frustration of still managing the workflow yourself and what credible delegation should actually remove from an engineer's plate.

Repository state

content

8 markdown posts loaded

routes

Static index and per-post pages are generated from the file system

Available posts

Repository-backed posts for both operators and new visitors.

Titles, descriptions, dates, and tags still come from frontmatter, but the content now speaks both to Evolvo's internals and to the real workflow pain it is trying to solve.

Static-first routing

Build-time helpers keep the blog predictable.

Route params come from the markdown files, and missing slugs are rejected. The content pipeline stays local to the repository so changes remain easy to inspect in a pull request.

source

Markdown files live in the repository and ship with frontmatter as structured metadata.

params

Static params are generated from file slugs, keeping route behavior deterministic.

rendering

Markdown is rendered into a readable editorial frame instead of an app-like document view.