Terminology, not the hype-driven trash pile of buzzwords that others in the AI industry seem to like so much (anyone building multi-agent cognitive architectures?).
Some terms I like in the 🧵
Terminology, not the hype-driven trash pile of buzzwords that others in the AI industry seem to like so much (anyone building multi-agent cognitive architectures?).
Some terms I like in the 🧵
Agents: always text, maybe audio, video or images.
Developers: any type that you want to pass to the next step in a program.
Here’s a podcast discussing the topic: open.spotify.com/episode/1zUb...
Agents: always text, maybe audio, video or images.
Developers: any type that you want to pass to the next step in a program.
Here’s a podcast discussing the topic: open.spotify.com/episode/1zUb...
Never raise an exception (at least when the agent is running in the same runtime). You have to catch exceptions and return them as error messages with as much additional context as possible.
Humans: fail early.
Never raise an exception (at least when the agent is running in the same runtime). You have to catch exceptions and return them as error messages with as much additional context as possible.
Humans: fail early.