8 Stages to a Software Factory, and Where I Am Now

󰃭 2026-09-02 | #agents #ai #ai engineering #claude code #codex #orca #pi #software factory #workflow

TL;DR
I thought I already had an advanced agent setup. What I actually had was a group of capable workers with me acting as scheduler, state machine, and safety net. DazzHub and Orca moved parts of that setup towards Stage 7, but the interesting work was not better prompting. It was isolation, state, gates, and limited permissions.

A few weeks ago, I still started every coding agent myself. I opened a terminal, explained the task, watched it work, ran the tests, and decided what happened next. The agent wrote much of the code, but I remained the scheduler, the state machine, and the audit log.

Continue reading 


Orca Is My Agent Development Environment Now

󰃭 2026-08-23 | #agents #ai #ai engineering #claude code #codex #onorca.dev #orca #pi #self-hosting #software factory #workflow

I used to open an IDE, open a terminal, find the right file, make a change, and run the tests myself.

That is still a perfectly reasonable way to develop software. It is also no longer the way I want to work.

At the beginning of August, I moved my development into Herdr. Herdr gave me the first important step away from an IDE: one terminal interface for several agents and projects. I could send an agent to work, switch to another project instead of watching it, and see when the first agent had finished.

Continue reading 


Four Ways to Extract Knowledge from Unstructured Data (and Why RAG Isn't One of Them)

󰃭 2026-07-17 | #AI #knowledge extraction #LLM #ontology #RAG

The problem: knowledge trapped in the unstructured

Every video you watch, every long-form article you read, every podcast transcript sitting in a folder somewhere contains knowledge that is, structurally speaking, in the worst possible shape for reuse. It’s linear. It’s redundant. It’s mixed with filler, tangents, and repetition. The same concept might be explained three different ways across forty minutes, buried between an ad read and a rambling aside about the weather. If you want to use that knowledge later — cite it, search it, connect it to something you learned six videos ago, hand it to an agent as durable context — you cannot use the transcript directly. You have to extract.

Continue reading 


O is for Ontology

󰃭 2026-01-28 | #ontology

I have developed my own YouTube video transcript RAG. I wanted to read summarized transcripts as blog posts, but when I was at the stage that the blog posts appeared in my blog right after a video that I had in my subscriptions was published I thought that I also would like to have all the content accessible for AI so I could ask an LLM about topics of the videos my system had consumed and an LLM would answer with all the references back to the videos where a piece of information was found.

Continue reading 