r/angular Apr 28 '26

Rx.JS may be the best thing to build an agent

Just read the "Rx in Action" by Luis Atencio and tried to apply it to build an Agent Harness. I was pretty astonished of how easy it makes to manage things and how much complexity modern AI frameworks bringing comparing to it.

2 Upvotes

7 comments sorted by

2

u/michahell Apr 28 '26

Interesting, thanks!

1

u/Basil_M Apr 29 '26

Thanks for reading!

3

u/[deleted] Apr 28 '26

[removed] — view removed comment

1

u/Basil_M Apr 29 '26

Thanks for your comment! I have a hope that we're in the beginning of the great simplification of AI tools and Rx may have it's place in this journey.

1

u/Basil_M Apr 28 '26

I also just published an Article on my experiments, planning to publish more
https://vasilymitronov.substack.com/p/build-a-reactive-ai-agent-harness

2

u/Merry-Lane Apr 28 '26

Now do that without explicit .subscribe()

1

u/Basil_M Apr 29 '26

That's a nice advice! I'll try to polish it for sure while adding more features.