Viewing profile — bediashpreet
bediashpreet
HN member- Joined
- Sun, Jan 28, 2024, 7:23 PM UTC
- HN karma
- 45
- Public activity
- 58 items
- HN profile
- View on Hacker News ↗
About bediashpreet
Recent public activity
-
comment
Comment #46545775
After reading hundreds of papers on agentic memory and trying out every possible tool, I came to the simple conclusion that maybe we're looking at memory wrong. Memory is just... l…
- story
- story
- story
- story
- story
- story
- story
- story
-
story
Show HN: Agno – multi-agent framework, runtime and control plane
Hi HN, Excited to share Agno, a framework and runtime for multi-agent systems. Think of it as FastAPI for AI Agents. At its core is the AgentOS, a high-performance server/runtime t…
-
comment
Comment #45699994
WTF are Agents? > Are they workflows or are they graphs? > Are they LLMs in a loop or expensive while loops? > Are they deterministic, autonomous, or confused? Let's cut through th…
- story
- story
- story
- story
- story
-
comment
Comment #44160450
In general we instantiate one or even multiple agents per request (to limit data and resource access). At moderate scale, like 10,000 requests per minute, even small delays can imp…
-
comment
Comment #44160405
You’re right, inference is typically the bottleneck and it’s reasonable to think the framework’s performance might not be critical. But here’s why we care deeply about it: - High P…
-
comment
Comment #44160279
Thank you for the feedback and the kind words. Agree that the cookbooks have gotten messy. Not an excuse but sharing the root case behind it: we're building very, very fast and put…
-
comment
Comment #44160232
Thank you for using Agno and the kind words!
- comment
-
comment
Comment #44160222
Thank you for the kind words <3
-
comment
Comment #44160220
Thank you for the kind words <3
- story
-
comment
Comment #44084296
Author here, happy to answer questions on design goals, performance trade-offs, or use cases.