cd /news/generative-ai/show-hn-tokyo-trains · home topics generative-ai article
[ARTICLE · art-92166] src=greggman.github.io ↗ pub= topic=generative-ai verified=true sentiment=↑ positive

Show HN: Tokyo Trains

A developer used Anthropic's Claude to build a 3D map of all Tokyo trains, rendered without external libraries, in about 3 hours for the first version and 7 more for refinements. The map, which includes the Shinjuku station complex, is drawn in just 5 draw calls, a feat the developer did not explicitly request. The project highlights Claude's ability to write shaders from scratch and support both WebGPU and WebGL, though the developer notes imperfections due to data limitations.

read1 min views1 publishedAug 11, 2026

Semi inspired by the 3d Shinjuku station that was posted again recently, I noticed it was missing a large portion of the "complex" where "complex" is defined loosly has how far you can walk without stepping outside.

So I asked Claude to make a 3d map of all Tokyo Trains, no libraries, and let you zoom into stations, and the first version with both map and the Shinjuku complex was ready in about 3 hours. It spent another 7 or so in various nit picky things I asked for to get to the current version.

I know these will only get better but I think the thing I find most interesting is no libraries needed. Claude can write the shaders from scratch, it can do both WebGPU and WebGL, and it can often write optimal solutions. For example, the entire map/station/trains is rendered in 5 draw calls. I didn't ask for that, it just did it.

This one has lots of imprefections. Most of that comes down to data and/or deciding how to use the data provided. For example, AFAICT there is nothing that says "these parts make the complex". It's something you either need to derive or hand code rules/lists (include this, don't include that).

Anyway, I know not everyone is into it but I'm having fun.

Comments URL: [https://news.ycombinator.com/item?id=49259418](https://news.ycombinator.com/item?id=49259418)

Points: 2

── more in #generative-ai 4 stories · sorted by recency
── more on @anthropic 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-tokyo-trains] indexed:0 read:1min 2026-08-11 ·