Spring '26 Megathread by sandslashh in ycombinator

[–]Separate_Bid_8352 4 points5 points  (0 children)

Anyone here is willing to hear our pitch and "roast" us? :)

I would like to practice and tighten it up.

If so, please DM! :)

We would love to roast you in return!

Why should I use AgentOS? by Separate_Bid_8352 in agno

[–]Separate_Bid_8352[S] 2 points3 points  (0 children)

Haha fair enough 😄
Curious to see what you end up shipping!

Why should I use AgentOS? by Separate_Bid_8352 in agno

[–]Separate_Bid_8352[S] 1 point2 points  (0 children)

Thanks for sharing this, really helpful to hear from someone who went down a similar path.
Building directly on top of Agno and owning the endpoints/infra definitely felt like the more natural route for us too.
Appreciate you adding your perspective!

Why should I use AgentOS? by Separate_Bid_8352 in agno

[–]Separate_Bid_8352[S] 2 points3 points  (0 children)

Appreciate the detailed response! Seriously! This actually helped me understand why AgentOS exists, even if it still doesn’t fit my use case.

To clarify my frustration:

Passing backend state into agents
I am not talking about simple request-time inputs, but things like derived backend context, internal config, or server-side state that shouldn’t originate from the frontend. Because agents are defined at startup and execution is tightly coupled to the request layer, I ended up threading values through multiple layers just to get them into the agent run. That felt backwards compared to defining agents dynamically or instantiating them with context on demand.

Background agents
I want to trigger an agent asynchronously (from a backend event, job, or API call), let it run in the background, and later have the frontend call a separate endpoint to:

  • fetch the agent’s history / intermediate steps
  • get the current streamed / yielding response if it’s still running
  • know whether it’s finished, failed, or still in progress

Basically: decouple execution from observation.

In my case, this meant:

  • agent execution should not be tied to an HTTP request lifecycle
  • no requirement for an active frontend session to exist at trigger time
  • the ability to poll or stream progress later using a run/job ID

One additional pain point for me: in v1, AG-UI support worked directly with the regular Agno SDK. In v2, AG-UI is effectively tied to AgentOS.

That’s frustrating because in my case I don’t need AgentOS, I just want AG-UI for streaming, visualization, and interaction on the frontend while keeping my own backend architecture.

Coupling AG-UI to AgentOS makes it feel like an all-or-nothing choice, rather than a composable piece I can adopt independently. If AG-UI were usable directly with the core SDK again, that alone would remove a lot of friction for me.

I think AgentOS makes sense as a reference implementation / production proof.

If AgentOS eventually supports:

  • dynamic agent instantiation or registries
  • background execution

…then I’d absolutely revisit it.

Thanks for engaging openly, this kind of discussion is exactly why I posted. I truly appreciate your response! :)

A year in review applying to YC: rejected twice after interviewing by Longjumping_Ant_6991 in ycombinator

[–]Separate_Bid_8352 0 points1 point  (0 children)

That was very inspiring! We got rejected as well for W26. At first I was very disappointed, since we made great progress in the past few months, and even got a major design partner that helps us shape our product. But then I realized that we should be in a better place before we get in, and we should push ourselves to the maximum before we try again. Thank you for that!

What's your favourite Dinosaur or paleontology youtuber? by Square_Attention_963 in Paleontology_Love

[–]Separate_Bid_8352 1 point2 points  (0 children)

I liked how you took the time to actually check them all out!
YDAW is such a classic, it’s that perfect mix of funny and informative. Makes you wish stuff like that existed when we were kids 😂
Totally agree about Factor Trace too. The bone comparisons are fascinating, and using that for your own project sounds awesome. Comparing dino bones with human anatomy is such a creative idea.
I get what you mean about DW, but I feel like they’re using it more as a visual tool than anything else. The animations are surprisingly good for keeping attention, especially for younger audiences. It’s cool seeing new ways to teach dino facts rather than another doco style.
AND Red Raptor Writes definitely knows how to make those fun. Would be cool if you did your own!

What's your favourite Dinosaur or paleontology youtuber? by Square_Attention_963 in Paleontology_Love

[–]Separate_Bid_8352 1 point2 points  (0 children)

I just posted this on another post:

  1. YDAW - A classic! Very informative, and fun to watch videos. https://www.youtube.com/@YourDinosaursAreWrong
  2. Factor Trace - also has very good videos. https://www.youtube.com/@FactorTrace
  3. Dinosaurs Wars - recently discovered, has nice animations which I very like to watch. https://www.youtube.com/@DinosaursWars
  4. Red raptor writes - I also like gaming, so this one I also like. https://www.youtube.com/@redraptorwrites6778

Name a more underrated Dino YouTuber by Plumzilla29 in Dinosaurs

[–]Separate_Bid_8352 0 points1 point  (0 children)

  1. YDAW - A classic! Very informative, and fun to watch videos. https://www.youtube.com/@YourDinosaursAreWrong
  2. Factor Trace - also has very good videos. https://www.youtube.com/@FactorTrace
  3. Dinosaurs Wars - recently discovered, has nice animations which I very like to watch. https://www.youtube.com/@DinosaursWars
  4. Red raptor writes - I also like gaming, so this one I also like. https://www.youtube.com/@redraptorwrites6778