HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ezodude

no profile record

Submissions

Show HN: Guide to transform fragile AI agents into production-ready systems

github.com
5 points·by ezodude·ปีที่แล้ว·2 comments

Show HN: Orra – The missing glue layer for production-ready multi-agent apps

github.com
16 points·by ezodude·ปีที่แล้ว·7 comments

Multi-Agent Systems: Expectations vs. Reality

drive.google.com
3 points·by ezodude·2 ปีที่แล้ว·1 comments

comments

ezodude
·ปีที่แล้ว·discuss
Nice write up.

Love: Ask people how they found you. Docs are the product. Be ruthlessly iterative.
ezodude
·ปีที่แล้ว·discuss
Agreed, it’s a trade off between an easy solution vs more complexity but with better reliability.
ezodude
·ปีที่แล้ว·discuss
Thanks! Will take a look.
ezodude
·ปีที่แล้ว·discuss
Great question! We explored local LLMs (including llamafile-type solutions) in our early development, but found that the reasoning capabilities and consistency weren't quite there yet for our specific needs.

That's why we currently optimize for cloud AI models while implementing intelligent plan caching to significantly reduce API costs. This approach gives you the best of both worlds: high-quality execution plans with minimal API costs, plus much faster performance for similar actions.

You might find our documentation on plan caching interesting - it explains how we maximize efficiency: https://github.com/orra-dev/orra/blob/main/docs/plan-caching...

We're always evaluating new LLM options though, so I'd be curious to hear about your specific use case.
ezodude
·ปีที่แล้ว·discuss
Hi, yes you can simply run Orra using Docker as a self hosted service locally. Just clone the repo and follow the instruction here: https://github.com/orra-dev/orra?tab=readme-ov-file#2-get-or...

Lemme know if you have any issues.
ezodude
·ปีที่แล้ว·discuss
Here's the launch blog post for more context: https://outgoing-icecream-a85.notion.site/The-Missing-Glue-L...
ezodude
·2 ปีที่แล้ว·discuss
The expectation: beautiful architecture diagrams where agents flow like poetry.

The reality: distributed chaos that made me question my life choices.

Who else has lived through: • The "$$ - thinking!" messages multiplying faster than rabbits • That one agent that decides to take a vacation mid-transaction • The classic "rollback fail" that turns your elegant system into abstract art • Users wondering why it's "so slow..." while you're debugging cascade failures

What started as "just three agents talking" somehow turned into material worthy of a distributed systems PhD thesis. It's wild how quickly "simple agent communication" evolves into a master class in distributed systems, eventual consistency, and prayer-driven development.

But here's the thing - if you've never had your multi-agent system burst into flames, are you even building something interesting?

What's your favourite "expectation vs reality" moment? Share your war stories!