<span class="vcard">/u/Input-X</span>
/u/Input-X

Most multi-agent setups are a room full of people wearing headphones. Here’s what I changed.

Most multi-agent setups I've seen are basically a room full of people wearing headphones. Agents running in parallel, no shared awareness, no idea who's doing what. That's not collaboration. That's coexistence. I've been building th…

What most people call AI agents, we call sub-agents. The real ones don’t get thrown away.

What most people call an AI agent – spin it up, give it a task, it does the thing, it's gone, we have those too. We just call them what they are: sub-agents. Disposable workers. We spin up dozens in a single session.They do a job and disappear. No …

What most people call AI agents, we call sub-agents. The real ones don’t get thrown away.

What most people call an AI agent – spin it up, give it a task, it does the thing, it's gone – we have those too. We just call them what they are: sub-agents. Disposable workers. We spin up dozens in a single session. They do a job and disappear. …

I ran 11 AI agents for 2 months. Memory wasn’t the bottleneck – identity was.

Everyone's building memory layers right now. Longer context, better embeddings, persistent state across sessions. I spent weeks on the same thing. But the failure mode that actually cost me the most debugging time had nothing to do with memory. Her…

Been building a multi-agent framework in public for 7 weeks, its been a Journey.

I've been building this repo public since day one, roughly 7 weeks now with Claude Code. Here's where it's at. Feels good to be so close. The short version: AIPass is a local CLI framework where AI agents have persistent identity, memory, a…

When will AI engineering be accepted.

When to you this ai engineers will become a real accepted job tital. Recognized.? Or will it ever be be a thing? submitted by /u/Input-X [link] [comments]

Week 6 AIPass update – answering the top questions from last post (file conflicts, remote models, scale)

Followup to last post with answers to the top questions from the comments. Appreciate everyone who jumped in. The most common one by a mile was "what happens when two agents write to the same file at the same time?" Fair question, it's t…

Been building a multi-agent framework in public for 5 weeks, its been a Journey.

I've been building this repo public since day one, roughly 5 weeks now with Claude Code. Here's where it's at. Feels good to be so close. The short version: AIPass is a local CLI framework where AI agents have persistent identity, memory, a…

Agents: Isolated vrs Working on same file system

What are ur views on this topic. Isolated, sandboxed etc. Most platforms run with isolated. Do u think its the only way or can a trusted system work. multi agents in the same filesystem togethet with no toe stepping? submitted by /u/Input…

Rate My README.md

Working on my README.md to make it more accessiable and understood without make it to long. still working through it. project is still under development also. getting closer every day. feedback is much appreciated, Its my first public repo. https://…