Hacker News new | ask | show | jobs
by Haeuserschlucht 548 days ago
User: What's the weather in Chicago?

Layer1(LLM) to Layer2(AgentWeather): Can you tell the weather in chicago?

AgentWeather: I have a tool that's called get_weather. Should I use this?

No -> AgentWeather -> LLM: I cannot tell. LLM -> User: I cannot tell.

Yes -> AgentWeather -> LLM: The air temperature is 33°C. LLM -> User: The air temperature in Chicago is 33°C.

One example out of billions why it could go wrong.

Layer1, 2, ..., n, they are all unsupervised language models and they "communicate" via text that's converted into tokens.

What could go wrong?