@LiorOnAI
Andrew Ng just solved one of the biggest problem with Agents. He released Context Hub, a CLI tool to fetch live API documentation. One command. The agent gets exactly what it needs before writing a single line of code. Agents trained months ago are flying blind. They invent parameter names. They call functions that no longer exist. They confidently write code against a spec that changed in the last release. > No more hallucinated parameters > Docs pulled fresh before each call > Agents log useful discoveries > Notes persist between sessions The agent runs a CLI command before touching the code. Instead of relying on stale data, it reads the actual spec. Fast-moving APIs used to mean maintaining a doc dump in every prompt. Now the agent does that work itself. When it finds a workaround, it saves a note for next time.