Research infrastructure
In-house
AIDB
The source of record for the AI industry, refreshed by autonomous agents.
aidb.digital- Company profiles
- 960Company profiles
- Linked people
- 501Linked people
- Ranked categories
- 21Ranked categories
- Cited sources
- 338Cited sources
Executive summary
AIDB is Digital Boutique's answer to a structural problem in AI research: the industry moves faster than any hand-maintained reference can track. Valuations change in a week. Companies pivot in a month. By the time a directory is compiled it already misrepresents its subject.
The build treats currency as an architectural property rather than an editorial chore. Every record carries its sources and the date each was retrieved, and an autonomous research agent can refresh any entity against live web search on demand — returning strict-schema JSON, a citation trail and a changelog. The result is a public index of 960 companies and 501 people that reads like a paper and refreshes like a feed.
The challenge
Two kinds of product already existed and both failed the same test. Directories are comprehensive but stale: they present a snapshot with no indication of when it was taken, so a reader cannot tell a fresh figure from a year-old one. News feeds are current but unstructured: they tell you what happened without maintaining the entity underneath, so there is nothing to sort, rank or compare.
Neither is usable as a source of record. Being right once is not the same as staying right, and a reference work that cannot show its age is worse than no reference at all — it launders stale data as current fact.
The requirement was a system that is encyclopedic and current at the same time, and that proves which of its claims can be trusted. That meant three commitments that shaped everything else: every figure traceable to a primary source with a retrieval date; every profile displaying its own verification age honestly, including when that age is bad; and refresh cheap enough to run continuously rather than in periodic manual sweeps.
Approach
The refresh problem is what makes the rest tractable, so it was solved first. A Claude Sonnet 4.6 agent takes a single entity, runs live web search, and is constrained to emit strict-schema JSON — sources, claims and changed fields, nothing else. Because output is schema-bound rather than prose, results write straight into Postgres and every run produces a diffable changelog. The same agent runs from a button on a profile and from a cron across the index; there is one code path, not two.
Freshness is then a rendering concern rather than a maintenance one. Each profile stores when it was last verified and surfaces that age in the interface — green under 30 days, amber under 90, red beyond. The interface is candid about its own staleness, which is what makes the green states worth believing.
Citations are treated as a contract, not a footnote. Each figure links to the primary source it came from with the date it was retrieved, so a reader can check any claim without leaving the profile.
Proof
Launch guided demoProfile
- Product
- AIDB — aidb.digital
- Industry
- Research infrastructure for the AI industry
- Scope
- Public index, newsroom, markets and jobs surfaces, agent research layer
- Challenge
- Build a reference work for a field that changes faster than reference works can be maintained by hand.
Services delivered
- Index architecture
- A sortable public index spanning 960 company profiles and 501 linked people across 21 categories, with leaderboards ranked by valuation, ARR, headcount and recency.
- Autonomous research agents
- A Claude Sonnet 4.6 agent runs live web search against a single entity, returns strict-schema JSON, and writes a citation trail plus a full changelog. Triggered on demand from any profile, or on a cron for the index as a whole.
- Citation and freshness system
- Every figure links to the primary source it came from, with the date it was retrieved. Each profile carries a verification age — green under 30 days, amber under 90, red beyond — so a stale valuation cannot be misread as a current one.
- Editorial newsroom
- An editorial agent reviews the day's primary sources and ships five grounded briefs daily at 13:00 UTC, each carrying the citations it was written from.
- Relationship graph
- A navigable graph connecting 259 companies to 181 people, so the index reads as a network rather than a list of records.
- Market and jobs surfaces
- Dedicated views for investors, models, market movement and open roles, each derived from the same cited source layer as the core index.
Technical architecture
- Front-end
- Next.js App Router, React Server Components, TypeScript, Tailwind CSS
- Database
- Neon Postgres — entity, citation, changelog and freshness tables
- Research layer
- Claude Sonnet 4.6 with live web search, strict JSON schema output, citation extraction
- Scheduling
- Vercel Cron for index-wide refresh; on-demand agent runs from any profile
- Hosting
- Vercel
Results
- Company profiles indexed
- 960Company profiles indexed
- People linked to companies
- 501People linked to companies
- Ranked categories
- 21Ranked categories
- Cited primary sources
- 338Cited primary sources
Building something with this shape?
Start a conversation