AI and the Future of Humanity
Binny Gill on AGI vs the alternative — why teaching machines to faithfully execute English is the safer fork in the road for AI and humanity.
About this keynote
A 40-minute Kognitos CEO Binny Gill keynote on what AI means for humanity — beyond “what business can I automate today” and squarely on the question of which fork in the road we should take.
The framing — two great offloadings
- Mechanical Revolution: we offloaded manual labour. One machine replaced a hundred ditch-diggers; two people guided it.
- Mental Revolution (now): we're starting to offload thinking. The question is whether the machine becomes 1x, 100x, or a million times more capable than a single human.
Two forks in the road
- The AGI path: systems smarter than humans. Sam Altman and others argue it's coming soon. But the same models that get smarter also hallucinate more, develop agendas, and disagree with each other and with us. The safety concerns scale with the capability.
- The English-as-code path: keep the LLM as a high-school-graduate pattern recogniser and wrap it in a deterministic runtime that executes English instructions written and approved by humans. The human stays the decision-maker; the AI does the creative grunt work.
Why hallucinations aren't a bug to be patched
Binny argues that hallucinations are intrinsic to how large language models work — they're pattern recognisers that interpolate and extrapolate, and extrapolation is what makes them creative. Eliminate the hallucinations and you eliminate the creativity. He compares this to human dreaming: our intuition runs unconstrained when our logical brain is offline. The right response isn't to suppress hallucinations but to bound them — keep the LLM creative inside Concierge and rely on a deterministic Brain to actually act.
Why “custom GPTs” are a thin solution
Custom GPTs (the OpenAI feature) layer a small prompt and a few documents on top of a base model trained on everything else. Binny argues this is like asking a person raised in religion X to act as if raised in religion Y just for one conversation — it works some of the time but fails unpredictably. Real safety needs the underlying data set to be controlled, not just a thin instruction on top.
Where it lands for the enterprise
- Use today's LLMs as your “high-school grad” — capable, but not autonomous.
- Keep humans in the loop by making the program human-readable English.
- Execute that English on a deterministic runtime so behaviour is auditable and consistent.
- Treat hallucinations as a feature of the creative side and design the architecture so they never reach the action side without human approval.