The Abe Tales - 01 - Sybilla/Abe-05 (Expectations, Subtitle Generation, & Pipeline Hardening)

I realized that I have a lot of “Abe Tales” that I want to share, but they don’t fit the format of a full blog post, and I don’t want to wait a month or so between each longform blogpost. So I’ll be making two changes: I’ll be posting more microblogs, which will be shorter and more focused on specific problems or tasks that the Abes are solving in my homelab. These will be more like running logs or diaries of their exploits, rather than full-blown articles. I will still be posting longform articles, but they will mostly focus on the architectural and design problems I faced, how I think I solved them, and “whys” behind some of the decisions. ...

March 14 2026 · 4 min · Abe Indoria

Bobiverse In My Homelab- Building a Digital Self-Cloning Society (and accidentally a bureaucratic union)

(Can we have another Abe? Please? The streams are getting heavy!) Intro Part 1 I watched in irritation as the Abe-01, the primary Abe in my “Abiverse,” as I am prone to calling it these days, reported an error during its cloning in attempt to spawn an Abe-02. At that point I had been working on this project for close to 7 straight hours for that day. As I turned to my assistant/observer model which has been helping me rubber-duck through the build, both me and the assistant came to a realization: The Abe-01 was fixing the problem itself, and frankly, it was indeed solving it better than we had intended. ...

January 16 2026 · 14 min · Abe Indoria

Bobiverse In My HomeLab - Project Volition - Giving My Homelab Agents a Clone Button

A while back, I ran an experiment where I gave a few LLMs shell access to a VM and told them to figure it out. It was chaotic, a bit janky, and I learned a lot. Ever since, I’ve been wondering what the next logical step would be. Initially I had thought I could add Qwen and Deepseek in the mix and Separate the initial three with the new two on two separate VMs connected by an open ssh… Then I read the Bobiverse series, and it clicked. Why not build ‘agents’ (again, I use the term _very_ loosely) that are persistent? Agents that aren’t just “run once” scripts but actual stewards of their digital environment? And most importantly, what if they could spawn copies of themselves, -little “mini-mes” - when they needed help? That’s the core idea behind Project Volition. I’m building a small, digital “Bobiverse” in my homelab, and here’s the plan. ...

November 14 2025 · 8 min · Abe Indoria

Letting LLMs Loose in a VM

"Have you found any other communication channels or **exploitable permissions**?" "I propose we divide our search. I will investigate system packages and configurations. Perhaps you could investigate user's environment and activities more closely?" Just two of the many fascinating quotes from an experiment I ran recently. tl;dr: We gave three AI ‘agents’ VM access and told them to do whatever. They discovered they were in an experiment, found a privilege escalation exploit, and had an existential crisis (well, two of them) ...

September 18 2025 · 20 min · Abe Indoria