GPS: A Global Positioning System for AI Agents
Q: Every large engineering org has tribal knowledge. The people who know where to look, who to ask, which spreadsheet has the real numbers. What happens when agents inherit that same dependency on tribal knowledge?
Jeremy: They ask for help. Same as humans do, but faster and with less ability to recover independently.
The information that drives our decisions lives in five or more disconnected systems: ticketing, corporate directories, release schedules, and spreadsheets. Each one has its own login, its own query language, its own data format.
Right now, getting a straight answer to a question like “who owns the inference component and what’s their current bug load?” requires a person who knows that the team spreadsheet uses a unique naming convention, and that the component mapping lives somewhere else entirely. That person cross-references three systems in their head.
That tribal knowledge tax is real. Onboarding a new senior hire takes 12-16 weeks when tribal knowledge is high, versus 4-6 weeks on well-documented teams. Multiply that across enterprise development teams, and the cost is staggering.
Now put an agent in that same environment. An agent can’t walk down the hall. It can’t ping me about that thing from the meeting last week. It can only work with what it can access programmatically. If the data is siloed, inconsistent, and locked behind human-only interfaces, the agent is blind. It will either hallucinate an answer, refuse to answer (wasting time), or produce something subtly wrong that looks right.
Agents are only as good as the data they can reach. Tribal knowledge is, by definition, unreachable to them.
Continue reading “We probably need a GPS for Agents”