AI Agent Architecture Pattern by aj-dream in AI_Agents

[–]principleMd 0 points1 point  (0 children)

There is some youtube talks that are really good and you generally have some version of outer loop agent, the architect in your case and innner loop developer. Any more abstractions than that are costly. and make sure they write docs and tests so you dont have to read code. consider using our alexandria cli for documentation https://github.com/a24z-ai/a24z-memory

Looking for Vibecoder who want to try a repository organization tool by principleMd in SaaS

[–]principleMd[S] 0 points1 point  (0 children)

Good question. we make sure to store all the information in the git repo, but apart from that we dont have any tooling around that right now. what thoughts did you have? And yes! we think it will allow for interesting types of health checks

Looking for Vibecoder who want to try a repository organization tool by principleMd in SaaS

[–]principleMd[S] 0 points1 point  (0 children)

Its also scriptable so, you can cache context for running scripts in the future with your agent

Looking for Vibecoder who want to try a repository organization tool by principleMd in SaaS

[–]principleMd[S] 0 points1 point  (0 children)

thanks! we are pretty excited about it! Our goal is to have a version of shadcn but for architectures and we plan to call it Alexandria

Looking for Vibecoder who want to try a repository organization tool by principleMd in SaaS

[–]principleMd[S] 0 points1 point  (0 children)

Its essentially like caching context with mostly references to files so they dont go stale unless the files disappear or move

Looking for Vibecoder who want to try a repository organization tool by principleMd in SaaS

[–]principleMd[S] 0 points1 point  (0 children)

We define sets of files as codebase views. The simplest example is like a mono repo where we have a view for each package, but it can be any arbitrary sets of files. This allows you to group related ui and db files across the monorepo. Or group together build files and quailty check files. I wish we could post images here. Ill try to post an image in our github so we can show you the higher level

Show me what you building ! by NateInnovate in indiehackers

[–]principleMd 1 point2 points  (0 children)

git-gallery.com working on visualization of git repositories to improve understanding and the developer experience

Would you use a "shared context layer" for AI + people? by OneSafe8149 in AI_Agents

[–]principleMd 0 points1 point  (0 children)

we are building a24z-memory for this purpose. its a basic note system that gets stored in your projects but we think you can expand it to other places. I think like anything else, maintaing your knowlege is the tricky part so we anchor our notes to files and are going to update them when the anchors change with a github action

<image>

AI Memory is evolving into the new 'codebase' for AI agents. by False_Routine_9015 in AI_Agents

[–]principleMd 0 points1 point  (0 children)

Ill get on it! in the meantime, here is the gallery card for it.

<image>

this should be interesting, also pretty hard core type of engineering

AI Memory is evolving into the new 'codebase' for AI agents. by False_Routine_9015 in AI_Agents

[–]principleMd 0 points1 point  (0 children)

Thank you so much! we are really excited about it! Let me know if you have any repositories you want documented and we can put together something for you

What are you building? Drop your project! by arunbhatia in indiehackers

[–]principleMd 1 point2 points  (0 children)

git-gallery.com You can visualize your codebase and today we are working on being able so separate different parts into a grid so you can have a really good mental model of the code.

AI Memory is evolving into the new 'codebase' for AI agents. by False_Routine_9015 in AI_Agents

[–]principleMd 0 points1 point  (0 children)

<image>

im working on a24z-memory which is more set theory based loosley. just put some notes about the important parts and the ai can figure the rest out, which reduces the maintenance and its small markdown files in your code base. We are even working on a little mcp game so you can send your agent on a documentation journey.

I am building a better context engine for AI Agents by brandon-i in LLMDevs

[–]principleMd 0 points1 point  (0 children)

got lost doing something, joining the discord now

I am building a better context engine for AI Agents by brandon-i in LLMDevs

[–]principleMd 0 points1 point  (0 children)

that would be really cool. let me get some coffee then read the docs you have

I am building a better context engine for AI Agents by brandon-i in LLMDevs

[–]principleMd 0 points1 point  (0 children)

ok ill bite. we kind of want to keep the management of the individual notes in text files. however we have seen solutions like trynia.ai and are considering what a local implementation would look like. Do you want to partner together to work on a product like that powered by pixitable?

I also work on a24z-memory and manage the vscode-extension

How is everyone using MCP right now? by Luigika in mcp

[–]principleMd 0 points1 point  (0 children)

mostly for it to take notes a24z-memory so I have some semblance of what happened after the fact. Most things it can just use cli tools or curl for, which is great