San Francisco

Models read everything written down. Space was never written down.

I’m Arvin Bhangu. I build Roam: spatial AI infrastructure that turns the physical world into a persistent, queryable record, so agents and robots can reason about places the way they already reason about text.

Before Roam I built the first uncensored large language model, trained from scratch, tokenizer through serving stack. It reached 1.2 million people in 30 hours. Before that, a mortgage company underwriting against bitcoin, and a decade of shipping software and hardware starting at 14.

Outside the companies

How Superintelligence was trained.

Superintelligence, February to December 2023. Raw text in, public product out.

Read the build
  1. 01

    Tokenizer

    Trained the tokenizer rather than borrowing one, so vocabulary matched the corpus.

  2. 02

    Pretraining data

    Ingestion, cleaning, deduplication, filtering, versioning. Most of the work sits here.

  3. 03

    Architecture

    Decoder-only transformer: attention blocks, positional embeddings, normalisation, feed-forward.

  4. 04

    Distributed training

    PyTorch on NVIDIA clusters. Mixed precision, gradient accumulation, checkpoint recovery.

  5. 05

    Post-training

    Instruction following, without collapsing back into the refusal behaviour it was built to avoid.

  6. 06

    Evals

    Perplexity, reasoning, coding, hallucination rate, adversarial prompts, regression between checkpoints.

  7. 07

    Inference

    KV caching, batching, quantization, streaming generation, sampling controls behind an API.

  8. 08

    Scale

    Autoscaling GPU capacity and holding uptime while 1.2 million people arrived in 30 hours.

Arvin Bhangu

Why I build

Almost everything I want for people is bottlenecked by thinking. The cure that sits one experiment away from being found. The question a kid asks once, gets nothing back for, and never asks again. All of it is a shortage of attention, and attention is exactly what intelligence makes cheap.

Right now good thinking is expensive and it goes to whoever can pay. I want it to cost close to nothing, the way electricity did once the grid was built, so the person with the hardest problem and the smallest budget gets the same help as anyone else.

I want people to be prosperous. That is what general intelligence is for, and it is why I give my life to it.

What came before.

Each one set up the next.

Selected work2023
Superintelligence

The tokenizer, the pretraining corpus, the transformer, the training runs, the evals, and the serving stack were all built here.

Whoever trained the model decides what it refuses. Everyone downstream inherits the decision.

  • 1.2 million users in the 30 hours after the Fox News feature
  • 2.5 million daily active users when I decided to shut it down
  • Trained end to end: tokenizer, pretraining, post-training, evals, serving
  • Live February to December 2023, then closed
Selected work2021
CoinHomes and SelectHomes

Property, bitcoin, and what happens when software has to live with regulation instead of talking around it.

If bitcoin is real money, it should be able to move through real property workflows without forcing liquidation or trust theater.

  • Cut home-buying time from 75 days to four
  • Seed round with more than ten venture funds; $20M raise reported by Bitcoin News in March 2022
  • Invited by the Government of El Salvador to bring bitcoin mortgages to the country
All work

The rest of the record.

I want my work to add up to artificial general intelligence. Roam exists because an intelligence that cannot perceive, remember or reason about physical space is not general.

25M+peopleReached by things I shipped

Software I shipped between 2009 and 2021 reached more than 25 million people, before any of the current work.

91countriesSeen for myself

Most of what I believe about building for the physical world came from watching infrastructure work, and break, in places with very different constraints.

100+hoursFlying as pilot in command

A private licence. The checklist habit came home with me to engineering.

Built for fun

  • Camera sensors

    Optics and capture, the input side of every spatial system.

  • Mining ASICs

    Application-specific silicon and the thermal and power design around it.

  • Battery systems

    Power delivery for devices expected to run unattended.

  • Solar arrays

    Generation and storage, sized against real load.

  • Drones and RC vehicles

    Control loops, telemetry and radio links.

  • Home NAS and compute

    Local storage and GPU boxes built to train and serve models without renting them.