Live data from Hacker News

Viewing profile — Radeen1

Radeen1

HN member
Joined
Sun, Jul 13, 2025, 10:48 AM UTC
HN karma
1
Public activity
16 items

About Radeen1

No profile information was provided.

Recent public activity

  1. comment
    Comment #46451928

    Very interesting! But could not pass the level 2. Is anyone able to break it?

  2. story
  3. story
  4. comment
    Comment #45979185

    Built a Rust package that connects to AI agents from any framework in just a few lines of code. Full support for streaming and non-streaming operations with both sync and async API…

  5. story
  6. story
    Show HN: Why Current Agentic Frameworks Don't Work Well in Production

    So, I've been noticing a few key problems with agent integration in current setups. 1. Most software backends are built in non-Pythonic languages (Rust, Golang, Java, etc.). But ag…

  7. comment
  8. story
    Show HN: Build and Deploy Custom AI Agents with a Simple Prompt with GPT-5-Mini

    I created a tool that lets you write a prompt like “build a research report agent in LlamaIndex” or in any framework and automatically generates and deploys the agent locally, comp…

  9. comment
    Comment #44876379

    RunAgent's entrypoint system makes it achievable to be framework agnostic.

  10. story
    Show HN: I built a vibe agent builder with deployment (GPT-5-mini powered)

    You just write the agent you need for any agentic framework e.g. "write research writing agent in Agno/ write summarizer agent in llamaindex" and then it will create agent and auto…

  11. comment
  12. story
    Show HN: Built an Agentic Gaming PC Builder

    I built a small project showing how to build an agentic PC builder in Golang using the Agno framework and RunAgent. The agent takes a user’s budget and performance needs, pulls rea…

  13. comment
    Comment #44715549

    Actually the platform RunAgent is framework agnostic. And we can also implement this with golang as well

  14. comment
    Comment #44596071

    But question is how they are standardizing it? I understand the multi framework approach, but like if anyone is a javascript developer, he doesn't know about python. How he can wri…

  15. comment
    Comment #44595540

    Guys this is really a very unique approach. Just one thing I am confused about, as far as I understand, this is like vercel but for ai agent with multi agentic framework. Is it cor…

  16. comment
    Comment #44594896

    This is really cool concept. So it means it is a open source collaboration just like MCP but for deployment of agents of different frameworks right?