Show HN: Happen We Discovered This Minimal Framework of Glue with Superpowers
5 points
10 hours ago
| 1 comment
| github.com
| HN
We have been exploring ways to coordinate AI agents and services cleanly, observably, and without turning everything into YAML spaghetti. We came across this repo Happen, how good will it be cause we have We’ve tried the usual stuff: LangChain (too bloated, too magic) Autogen (chat loop hell) CrewAI (fun, but brittle when workflows grow) https://github.com/RobAntunes/Happen/tree/main/examples
extensityhn
29 minutes ago
[-]
Will have to look deeper into this later, but on a superficial level, this seems a lot like OOP with extra steps, those being cryptographical verification of each node("objects") and making polymorphism/type erasure implicit(instead of passing an interface to a constructor which then gets used by the object, the object just shouts events into the void hoping someone will answer). Also it's stringly typed because this is JavaScript, and it's triggering flashbacks of misspelling field/function names and wondering why everything breaks.

Am I missing the bigger picture here?

reply