
Ex-Googler Builds Zettair Search Engine with Claude Code, Writes Zero Code
Published by AINave Editorial • Reviewed by Ramit
Former Google engineering leader Hugh Williams built a working search engine called Zettair using Anthropic's Claude Code, without writing any code himself. The project indexes 1.5 million Wikipedia articles and includes features like autosuggest, query-biased snippets, and AI-generated summaries. But the real takeaway for AI builders is not that AI can replace engineers, but that it works best as a coaching tool for experienced developers.
What happened
Hugh Williams, a former Google engineering leader, used Claude Code to build Zettair, a search engine that indexes 1.5 million Wikipedia articles. The engine includes features you'd expect from a modern search engine: autosuggest, query-biased snippets, related searches, trending topics, and AI-generated summaries. Williams says he wrote zero lines of code himself, relying entirely on Claude Code. However, the underlying search engine is based on an information-retrieval system he helped build in the early 2000s.
Why AI builders should care
This project is a practical case study for anyone building AI-assisted development workflows. Williams argues that Claude Code works best when paired with deep technical expertise. Building with AI feels less like programming and more like coaching, and experienced engineers still make the best coaches. The implication is clear: AI copilots can accelerate development, but they don't eliminate the need for skilled engineers who understand system architecture and domain fundamentals.
Practical implications
For AI builders, the Zettair project shows that AI-assisted development can dramatically speed up building complex systems when the developer brings deep domain knowledge. Williams was able to implement core search functionality quickly because he already understood the information-retrieval stack. This pattern applies broadly: AI tools amplify expertise rather than replace it. Teams should invest in training experienced engineers to use AI copilots effectively, rather than expecting junior developers to build complex systems from scratch with AI alone.
Caveats
It's important to note the caveats. While Williams wrote zero lines of code, the project depends on an established information-retrieval system he helped build years earlier. The AI didn't design the architecture or invent the search algorithms from scratch. This means the 'zero code' claim is technically true but practically dependent on prior engineering work. AI copilots today are powerful accelerators, but they still require human guidance on system design, data structures, and performance optimization.
FAQs
What is Zettair and how does it work?
Zettair is a working search engine built by former Google engineering leader Hugh Williams using Claude Code. It indexes 1.5 million Wikipedia articles and includes features like autosuggest, query-biased snippets, related searches, trending topics, and AI-generated summaries. The underlying architecture traces back to an information-retrieval system Williams helped build in the early 2000s.
How does Claude Code power a search engine?
Claude Code is used to implement the core search functionality of Zettair. Williams relied entirely on the AI coding assistant to write the code, but the project builds on an existing information-retrieval system he had previously developed. The approach emphasizes AI-assisted development rather than pure coding from scratch.
Can AI copilots replace engineers in building search engines?
The project demonstrates that AI copilots accelerate but do not replace skilled engineers. Williams argues that Claude Code works best when paired with deep technical expertise, serving as coaching rather than replacement. Experienced engineers who understand system architecture and domain fundamentals still make the best coaches for AI tools.
What search features does Zettair offer?
Zettair offers autosuggest, query-biased snippets, related searches, trending topics, and AI-generated summaries. These features are part of the Zettair demo and are implemented using Claude Code.






















