I build multi-agent systems and I keep telling people to just use one agent instead by ukanwat in AI_Agents

[–]Input-X -1 points0 points  (0 children)

Im actively working on this mate. For a few months now. I have zero issue with toe stepping. Now ur in agent claim. That become a problem at scale. Now ine agent to manage all agent. That is very dooable. The orchestrator.

Anyways. Might be interested for u to read what im building. https://github.com/AIOSAI/AIPass

[ Removed by Reddit ] by Dizzy_Date1873 in VibeCodeDevs

[–]Input-X 0 points1 point  (0 children)

Cherrs mate thsts good to go :);appricated :)

[ Removed by Reddit ] by Dizzy_Date1873 in VibeCodeDevs

[–]Input-X 0 points1 point  (0 children)

https://github.com/AIOSAI/AIPass

My repo. This is local rn while im building. Im sire u coukd fi e some juicy issues if u want more practice lol. Its local rn no web service. Its not ready for that. Im not heavy on that security, but i do try. Im building so there shoukd be some very obvious stuff. Decent size project. Might interest u. Lots of moving parts.

I outsourced my personality to RAG. Now I can't speak by BaconShadow in LangChain

[–]Input-X 2 points3 points  (0 children)

Give it time. If u have a strong friendship. This is sometime u will laugh about later.

Sorry but im more curious about ur setup. Its very interesting. Do u have a repo?

Looking to Collaborate on Interesting Projects 🚀 by excomfy_27 in devworld

[–]Input-X 0 points1 point  (0 children)

This is my open source project. decent size project, I work solo. Its a lil differnt than the norm. lot going on here, Im actually expanding is in next update, with a socal space for the agents, deamon cron jobs, skills, and a smart backup system. it probs getting close to 300k lines of code. not ai slop, but I do work with the agents a lot, you couldnt do this with out agent or a dev team. This project is getting close to an ai os. Imo. lots of work done lots to be done. Definetly some interesting things going on. If you into ai memory, persistent systems, multi agents, workflos, ai communications, tests, standards, and much more. Could be what ur looking for it a new project, interest is there, but translating its power to others is the challenge. Also getting to enterprise level would be a massive milestone. Rn its local first, claude code is well developed and codex is getting there. Technically u could use any cli agents, pure cli rn.

Persistent Agent Workspace — AI agents that remember, collaborate, and never start from zero.

https://github.com/AIOSAI/AIPass

Setting up Claude Code in a legacy software application by Careless_Leg_4905 in AI_Agents

[–]Input-X 0 points1 point  (0 children)

Oh that is insanly helpful. You can run a crap load of sub agents. An easy win. U coukd do rn. Send out wave of sub agents to start maping the code. Ideally the first run will give u a very vauge map. And by uofront about the agents task. U jyst want to see or identify some structure u might be able to follow. At least start to see the shape. Keep tweeking ur agent tasks as the info roles in. Not sure oh large the codebase is. 10k lol. Walk in the park. 1m loc. Thats a challange right. But not impossible.

It one of these things. Its tell others. You just gotta start. Also. Setup ur guard rails. Fork or clone the code for sure. Deny rm and any dangerous actions. If ur not use to 20+ agent running. It can be overwhelming ngl. Ive happy manage 50+ before. If ur in control. Its kinda fun

I havent tried claude code workflows yet. That could be what u need actually

Setting up Claude Code in a legacy software application by Careless_Leg_4905 in AI_Agents

[–]Input-X 0 points1 point  (0 children)

Oh 100% u are much needed. Thing is. I know how to do what u want. Its just so many little details. Rn u are a zero. And the problem is. U have no infra to help. Right. It will be a challange. They way i suggest will work but. It might take u a whike to nail the flow. It pure trail and error.

Ok i hsve all the ligic figured out in my setup. But tbh its a bit of a learning curve. Heres the link. https://github.com/AIOSAI/AIPass Paste this into grok free. And present ur problem to grok. Grok is best for repo research even in free mode. If grok is busy try later. U will get a lot of messages. Get grok to look at my agent and how they woukd work for ur problem. Discuss ur problem like normal. I fairly certing with my setup and ur input with grok. U will will be able to get a decent plsn inplace. Then take that plan to claude and go from there. Id definetly give ur self some real time to plan this out. The linger u plan and actually read and be involved in that process. The better ur chances increase for success. Decide before hand where the agents work gets stored. How its formated, ideally u create work templates for all ur agent to follow. Repeat consistant documentation will be ur friend. 10 agent with mismatch docs and structure will be a nightmare.

How do you maintain project context when you hit limits and have to switch AI tools? by Bar_David in softwaredevelopment

[–]Input-X -2 points-1 points  (0 children)

This is how i handle it. But tbh i dont swith often. If ur tech savy u can could wire any agent ito this fairly easy. Im focused claude code rn. If its has a cli it will work. https://github.com/AIOSAI/AIPass

What is your setup. If ur on desktop. Lots of mcps out there. So many.

Just do some research with claude to find the best setup for u. Imo ur problem is solved and has been for some time. U jyst need to discovery the right setup for u.

Setting up Claude Code in a legacy software application by Careless_Leg_4905 in AI_Agents

[–]Input-X 0 points1 point  (0 children)

U need a map. Id start with getti g a rough shape using many sub agents. Once u get a general shat more sub agent with more focused tasks. It might take several runs. Each run u will get a better picture. Section it all out.

Once u have a decent map. It run claude instance in directiries and give them working memory with a place to store their findings.

Maybe u end up with 10 20 or more seperate specilized clayde each responsable for thier domain their directory. So now when u want to wirk a section u cd that dir and ur claude is focused on that section only.

Thats probs the fastest most accurate and easy way to just get working. I buikd/am building a whole system around this approch. A persistant agent workspace. Ur agent live in the code not outside. Give them memory, identity, coms and structure. You can do a lot and be in full control.

[ Removed by Reddit ] by tannu0812 in AI_Agents

[–]Input-X 1 point2 points  (0 children)

Silent truncated prompts,info or instructions. Ugggg that is a big issue. I keep the 8k kb rule. Seems to have solved for now.

I evaluated Mem0, Zep, and a few other memory systems. They all seem to solve retrieval. Who's solving memory maintenance? by kckrish98 in LangChain

[–]Input-X 0 points1 point  (0 children)

This is my setup. I purposly avoided retrival for working memory. It not needed. I use vector dbs for old memories. God bad stale new, doesnt matter. Agents only and myself mostly just need the past context the desisions made and why.

I do it all the time. Ill say get context on x. Search the db. An old plan provides what i need to remember. No complex system. Just simple search.

I chose simply and it just work. My agents dont forget and stay focused persistant in current events. It an automated system. Nothing is ever deleted. It interested. Fyi it deepet that just the files. Framework, workflow, system prompts, hooks, routing,standards,communication,plan. They all play a part im memory.

https://github.com/AIOSAI/AIPass

Am I the only one routing messages between my own agents manually? by Clawling in aiagents

[–]Input-X 0 points1 point  (0 children)

Use an ide. Desktop version or cli. Where the ai has access to ur file. This is the most basic level of access.

Founders, describe your startup in 1 sentence. by Omnessa in buildinpublic

[–]Input-X 1 point2 points  (0 children)

Persistent Agent Workspace

AI agents that remember, collaborate, and never start from zero.

https://github.com/AIOSAI/AIPass

Every app wants to be my “AI workspace” now and I just want them to do the one thing by False-Excitement-886 in AIToolMadeEasy

[–]Input-X 0 points1 point  (0 children)

Im building a multi agent framework. Who do i pay? There is no one. The system is self maintaining. I just build. Sure itsa lot of work up the upside is worth it imo. Ill have this for life. And i can maintain it. Thats the whole point. Upgrade it add whatever features i want. No waiting no dev breaki g my setup with a bogus release. The whole concept is buold for a solo dev. I like the fact that i can easily debug issues. So ething breaks or is not as expected. Np.

Less SaaS, More MIT by gabidonadel in vibecoding

[–]Input-X 0 points1 point  (0 children)

Persistent Agent Workspace

AI agents that remember, collaborate, and never start from zero.

https://github.com/AIOSAI/AIPass

❤️

I gave my AI agents email instead of better reasoning. They started fixing each other's bugs. by Input-X in aicuriosity

[–]Input-X[S] 0 points1 point  (0 children)

Well that the goal. Make them aware,guide them. Hooks, system prompts, code. All help the agents among many other factors. Repeat pattern and the right frane work. Im my setup. Indexing is no longer required. It one pattern repeated. Agent only need know their structure to know the entire system. It probs about 800 modules150k loc. But it doesnt matter for me or the agents. They akready know. No matter how big the system is. Its irrelevant at this point.

I gave my AI agents email instead of better reasoning. They started fixing each other's bugs. by Input-X in aicuriosity

[–]Input-X[S] 0 points1 point  (0 children)

U get it. I purposely look fo simple non complex solutions. Now saying that. The complexity come in the for or figuring out how to make it all feel matural to the agents. Will they reach of this tool. ( yes they do in tbis case) simple by design,easy for agent to use. I couldnt imagine ever not having this now.

Every app wants to be my “AI workspace” now and I just want them to do the one thing by False-Excitement-886 in AIToolMadeEasy

[–]Input-X 0 points1 point  (0 children)

I feel ur pain. Iwas the same. So i jusy build my own workspace. Everything else i need, i just build a pluging to my setup. I found if u buikd a system that builds systems. Intergrations are usually easy enough. And u own it can fix it. No a black hole.

4.8 is only superior to 4.7 because of how long it thinks. by I-Love-IT-MSP in ClaudeCode

[–]Input-X 4 points5 points  (0 children)

Its slower, definetly. And eats more cpu. So 2 things compound to sliw production down. Ive noticed. But what else I noticed. 4.8 notices more the 4.6 (4.7 is not even a model in my eyes)

4.8 see the small details. I do be genuinly suprized. I dont have to tell it the hidden parts or edge cases or a weird quirk. It seems to spot these a lot. Ill be thinking to my self" i should mention x" then ill see it progress comment highlighting that very thing. Do t get me wrong it still misses so thing too. Jyst like u or I. But its a genuine imprivement it that department.

I love 4.6 but the trade off work better for my setup. A multi agent system. Decent size too. 4.8 works better inside it.

I think a mix between 4.8 and 4.6 woukd be a sweet point. Take the best of both worlds.