10K English words traced to 4 foundations(Space, Time, Energy, Pattern)
Think of each concept as sitting in a cloud of related words and ideas. The atlas keeps only the load-bearing connections — the simpler ideas you'd need to understand it first. Follow those edges down and every concept lands on one of four foundations: Space, Time, Energy, Pattern. The depth of that chain gives you a rough sense of where the concept sits in the emergent hierarchy. Search here : https://emergencemachine.com/atlas/search You can also compare two concept's graph, see what they have in common- https://emergencemachine.com/atlas/distance…
What it does
In the maker’s words, at launch
Think of each concept as sitting in a cloud of related words and ideas. The atlas keeps only the load-bearing connections — the simpler ideas you'd need to understand it first. Follow those edges down and every concept lands on one of four foundations: Space, Time, Energy, Pattern. The depth of that chain gives you a rough sense of where the concept sits in the emergent hierarchy. Search here : https://emergencemachine.com/atlas/search You can also compare two concept's graph, see what they have in common- https://emergencemachine.com/atlas/distance Each Concept can also be discussed and debated with site's AI- Prometheus. Tool: Python (asyncpg + custom DAG traversal) walked the "concepts" prerequisite graph down to its four foundation roots, then Graphviz (dot engine) rendered the SVG. PostgreSQL backs the live atlas; the chain image is built deterministically. Read more: https://emergencemachine.com/language-emergent-tool/
Does the same job
all alternatives →
- IMI made a 3D visual "thesaurus" for English2023 · seesaurus.com · ▲19
Just a fun toy I wanted to make. I've been studying and playing around with language models lately and have always been intrigued by how words are processed by these models. Since the vectors generated by embedding models is in very high dimensional space, I thought it would be cool to reduce them to 3D vectors and visualise them myself. This is what I have so far!

- IMI mapped 8.5M research papers into an interactive atlasJul 2026 · tomesphere.com · ▲85
When I read papers, I have to jump between multiple tabs to find the dataset, code, videos, peer reviews, and so on. I tried to fix this with this project. It started as a project just for papers on arXiv, but after its initial success on Twitter (got like 1.9k views: the most I have gotten for a post), I have now expanded it to include other openly available papers from PubMed Central, bioRxiv, medRxiv, and eLife. These papers have been linked with their genes, proteins, diseases, drugs, clinical trials, 3D protein structures, code, and cited and similar papers. This project now has four…
- SESimply explain 20k concepts using GPT2023 · platoeducation.ai · ▲61
Hi HN! I made a tool that autogenerates simple, high-level explanations of concepts and organizes them in a somewhat university course-like structure so that it's easier to see how things are structured. Currently it has about 20,000 concepts on a range of topics but that's just what I generated so far, it should work with more obscure topics in the future. I love learning about random topics where I don't have a good background in like history or linguistics, but it's hard to figure out what topics there (you don't know what you don't know) are in certain fields and what they are even…

More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io
Articos▲385Launch with confidence, not gut instinct Discussion | Link
Life & fun · 12d ago · producthunt.com
Nex▲351Claude Cowork for high-volume GTM workflows Discussion | Link
Life & fun · 3d ago · producthunt.com

Photosynthesis fires two of your iPhone
Life & fun · 29d ago · photosynthesis.camera
Creatium Coach▲320Your multimedia mentor that takes you from mid to great Discussion | Link
Life & fun · 11d ago · producthunt.com
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io
Launched alongside, May 2026
the whole month →

Parallel agents, diff reviewer, and multi-model comparisons
Dev tools · May 2026 · kilo.ai


- NW
Hey HN, Henry here from Cactus. We open-sourced Needle, a 26M parameter function-calling (tool use) model. It runs at 6000 tok/s prefill and 1200 tok/s decode on consumer devices. We were always frustrated by the little effort made towards building agentic models that run on budget phones, so we conducted investigations that led to an observation: agentic experiences are built upon tool calling, and massive models are overkill for it. Tool calling is fundamentally retrieval-and-assembly (match query to tool name, extract argument values, emit JSON), not reasoning. Cross-attention…
Life & fun · May 2026 · github.com
- FM
Dev tools · May 2026 · github.com