Live data from Hacker News

Show HN: AI Agents for engineering use cases like debugging, LLD,testing etc.

github.com

1–10 of 17 posts

Show HN: AI Agents for engineering use cases like debugging, LLD,testing etc.

#1
Hi I am Aditi and I co-founded Potpie AI with my college mate Dhiren. We are building an open-source infrastructure to create custom agents for engineering use-cases like debugging, system design, integration testing, PR review etc. The agents are powered by a knowledge graph built on your code base to provide better context and memory, leading to better planning and execution. Currently we offer 6 ready-to-use agents but you can also build your custom agents. You can tune agent parameters like purpose, goals, background etc. and they are also empowered by pre-built tooling like code retrieval, keyword similarity search, node specific code retrieval, branch diff comparison, fetching code file structure etc. To get started try Potpie Agents on popular open source repos like caldotcom, agentops, portkey, mem0, CrewAI etc. Don’t forget to star our repo! We both are super open to chat with folks who try our tool and help them make their software development process agentic.

Show HN: AI Agents for engineering use cases like debugging, LLD,testing etc.
github.com

Re: Show HN: AI Agents for engineering use cases like debugging, LLD,testing etc.

#6

This tool sounds promising—it could really simplify designing features. I’m also curious about the debugging agent, I haven’t seen it work that well in Copilot, so I’m interested to see how this one compares!

Absolutely, debugging is one of the things that can benefit very well from the knowledge graph. Our debugging agent has the ability to look up a function's "neighbours" i.e. functions that call it and function that it calls. This way it will be able to do more comprehensive debugging much better

Re: Show HN: AI Agents for engineering use cases like debugging, LLD,testing etc.

#10

How can I use this to create my own agent? I want to build an agent that can help me evaluate Hiring Assignments. Thanks!

Wow thats an interesting use case. Check out the readme - it explains how you could build your custom agents.
Post reply on HN