top | item 43634485

(no title)

abshkbh | 10 months ago

Morden software consists of separation of responsibilities between services and a higher plane orchestrating the data flow for business logic.

If you believe there is value in fuzzy tasks being done by LLMs then from that it follows that having separate "agent" services with a higher order orchestrator would be required. Each calling LLMs on their own inside.

discuss

order

simonw|10 months ago

I don't buy it. Why would I want my LLM to talk to some other LLM and introduce even more space for weird, non-deterministic bugs when I could have my LLM call a deterministic API to achieve the same thing?

octopoc|10 months ago

Isn't an agent just a system prompt + specific tools? Why not just switch out the system prompt and tools in the same context?

IanCal|10 months ago

Why do you assume there's a deterministic API doing the same thing?