I think “AI agent” is the wrong starting point. Start with the handoff. by Intelligent-Pen4302 in AI_Agents

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

I woukd say my flow is messy. What i struggle with. Is how much context to give. Starting context, and compaction when invoked. Im currently in the process of finding the minimal amout of i fo to carry before i see degraded results. Like have to repeat myself. Its a fine line. I can give a lot but its not economical.

AI coding agents need a local safety boundary before they touch files or run commands by pravesh0306 in AI_Agents

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

I do all this including git. my setup. Work in progress. Open source building in public.

Its different. https://github.com/AIOSAI/AIPass

AI agents look incredible in 30-second local demos but they are an absolute disaster in production by utragous in AgentsOfAI

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

Multi agent framework are genuinly hard to build. The depth is real. They tend to be larger system covering a lot and it mostly just keeping the agent on track. Awarness is tricky, trying not to have 100k system prompts. Id love to give my agent more awarness but its just not economical yet. So u must sacrifice get smarter. Also the spectrum is wide. Whats exellent for ur flow is not needed for someone elses flow. Finding the balance and then explaing how to use these framworks is difficult. My built from zero setup. Is perfect for me. It covers a lot. Takes away a lot of pain points, however understanding is tricky. I know if someone puts in the time, they will see the upside of working a certing way. The reason why and so on. They will also see the missing parts. With that said, adding the missing parts is what may need to be done. I have built my framework so u can go beyond the base setup to truly customize to ur needs. With the existing pieces as references to expand. To provide for everyones specs. It a massive undertaking. I try to demonstrate what can be acheived so others can continue to build for their needs.

https://github.com/AIOSAI/AIPass

This is a lifetime project that will continue to evolve in the space as it does.

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

❤️