from Hacker News

Discuss HN: Agents are the new object-oriented programming

by rchaves on 12/23/24, 7:43 AM with 0 comments

From @lateinteraction on twitter:

In so many ways, good and bad, (LLM-based) Agents are the new object-oriented programming.

Part of it is that: there's nothing that you can't do without the metaphor (OOP/Agents), but it offers structure that fit some problems like a glove—while leading to an over-engineered mess for some other problems.

The analogy is so precise that I'm surprised not to know of any duck-typing-like Agent framework based on OOP stuff.

[...]

OOP has a lot of baggage (think duck typing, inheritance, the whole hype, the mess, the nice elaborate metaphors) that fit Agents