weebhek
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Cut multi-turn AI agent cost/latency by ~80–90% with one small change (oneshotcodegen.com)
-
I was adding generative UI and user input handling to my AI agents and kept repeating the same logic. So I turned it into AgenticGenUI — and now I’m open-sourcing it. It’s a React library that lets you add generative…
- Show HN: Open-source AI Retool, where AI does the tooling (oneshotcodegen.com)
I have been trying to create AI retool where tooling is done via AI, to create full stack apps like internal portals, ERP apps. Which led me to an architecture where we give ai pre build component, tools and let is just…
-
Best way is to create as much context as you can for your project. Agents do it by prompting you again and but still get lost. My Solution: A python script that generates code with custom prompts and chaining in…