I built a website showing the likelihood of the AI bubble to pop
I built a web page that aggregates data about data center buildup, sovereign fund investments into AI and bottlenecks. The objective is to predict AI race cooldown by looking at a potential decrease of activity involving these elements. The website looks at the quarterly forms from the 5 biggest hyperscalers and adds their CapEx into the mix, calculating a composite index in the end showing how likely it is for the AI race to slow down. Enjoy!
In plain words
This website aggregates data on data center expansion, sovereign fund AI investments, and industry bottlenecks to assess the likelihood of an AI market slowdown. It analyzes quarterly financial filings from the five largest hyperscalers, incorporates their capital expenditure figures, and produces a composite index predicting whether AI development activity will cool. The tool is designed for anyone tracking AI industry trends and investment cycles.
written from the facts on this page · September 2026
Does a similar job
all alternatives →- WUWe used investor tools to find the best startups to work at2022 · joinmaasive.com · ▲29
hey y'all -- can you please tell us if our job search tool sucks? :D we built it using an investor platform called Harmonic.ai to gather startup data, then contextualize it so that job seekers could find out about the most exciting startups hiring first (like if they just raised, growing headcount fast, have an ex-unicorn founder, etc). pretty sure we're the first platform doing anything like this. anyway, let me know what you think. really excited to launch this thing soon! getting feedback from the hn community first is really fun :)
- ABAI Bubble MonitorNov 2025 · aibubblemonitor.com · ▲25
The AI Bubble Monitor is an analytical tool designed to track and visualize indicators of potential market bubbles in AI-related sectors. It aggregates multiple data sources and metrics to produce a composite "AI Bubble Score" that ranges from 0 to 100. The tool breaks down the overall score into five sub-indices: Valuation, Capital Flows, Adoption vs Fundamentals, Sentiment & Hype, and Systemic Risk. Each sub-index provides insight into different aspects of market behavior and potential overvaluation.
- TCThe Cascade Graph – An interactive map of AI and energy constraintsJun 2026 · atomprophet.io · ▲26
Hello, I wanted to share with you all a interactive map of the economics and physics constraints of the AI buildout. It has macro drivers, industrial chokepoints, and where that shows up in markets. I've added 393 nodes and 562 edges to capture other supply / physics constraints as well. There's no sign up, and no pay wall, it's all free. Please let me know what you think!
- IBI built an AI agent that helps me invest2025 · github.com · ▲32
A while back, I built a simple app to track stocks. It pulled market data and generated daily reports based on my risk tolerance. Basically a personal investment assistant. It worked well enough that I kept going. Now, the same framework helps me with real estate: comparing neighborhoods, checking flood risk, weather patterns, school zones, old vs. new builds, etc. It’s a messy, multi-variable decision—which turns out to be a great use case for AI agents. Instead of ChatGPT or Grok 4, I use mcp-agent, which lets me build a persistent, multi-agent system that pulls live data, remembers my…
- SOStockfisher –– our automated Warren BuffettNov 2025 · ▲16
Hey HN, I’m Dan. I’ve been working on forecasting for the last six years at Google, then Metaculus, and now at FutureSearch. For a long time, I thought prediction markets, “superforecasting”, and AI forecasting techniques had nothing to say about the stock market. Stock prices already reflect the collective wisdom of investors. The stock market is basically a prediction market already. Recently, though, AI forecasting has gotten competitive with human forecasters. And we’ve found a way of modeling long-term company outcomes that is amenable to our forecasting approach. Iteration by…
- APA playable toy model of frontier AI lab capex decisionsFeb 2026 · darios-dilemma.up.railway.app · ▲8
I made a lightweight web game about compute CAPEX tradeoffs: https://darios-dilemma.up.railway.app/ No signup, runs on mobile/desktop. Loop per round: 1. choose compute capacity 2. forecast demand 3. allocate capacity between training and inference 4. random demand shock resolves outcome You can end profitable, cash constrained, or bankrupt depending on allocation + forecast error. Goal was to make the decision surface intuitive in 2–3 minutes per run. It’s a toy model and deliberately omits many real world factors. Note: this is based on what I learned after listening to…
More ai this month
the category →
I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 17d ago · simedw.com
Astute▲585Automate your B2B brand going viral, with new media creators
AI · 19d ago · company-app.joinastute.com


Hey HN, Henry from Cactus here! We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers. We got really great feedback here, and have now incorporated the suggestions to release Needle 2. The whole model is a single 14MB binary that runs a full session in 28MB of RAM; 45m parameters at 2bit compression. Needle hits 500 tokens/sec decode speed on a Raspberry Pi 5, sits between 400-1,500 tokens/sec on VR devices like Meta Quest 3S and Apple Vision Pro, and ranges…
AI · 27d ago · cactuscompute.com


Launched alongside, July 2026
the whole month →- IR
I might be the only SRE on Earth with his own bowling center. It's a more in-depth gig than you'd think. My family and I bought an abandoned 8-lane bowling center in the rural mid-west. In our small town there weren't many recreation options for families. You've heard of a food desert? This is an R&R desert. It had been abandoned for a good reason. The roof leaks, the electrical system was constantly surging, and my 70-year-old bowling equipment (still) doesn't work perfectly. The system that keeps your score is particularly interesting to me. It's the thing you watch during your game, but…
Life & fun · Jul 2026

- 1W18 Words▲1,160
Life & fun · Jul 2026 · 18words.com
- BA
Over the past few months, our team has been building more and more slidedecks using web frontend technologies with coding harnesses like Claude Code, but a common complaint is to make even small edits we need to edit the code either manually or via the harness. To avoid this loop, I ended up creating Bento, a single HTML file with everything you need in a slide tool including animations and shared editing. There's no install or cloud login, everything works offline. The default deck is around 560 KB and it doesn't need to fetch anything once you got it. Open it in a browser and then you can…
Dev tools · Jul 2026 · bento.page
- GG
A few days ago I found myself trying out GLM 5.2 and was really positively impressed. The capabilities and security I was getting from this LLM are similar to those I've gotten from models like Claude or GPT, and this really surprised me. But then I thought, "I wonder how it would work on a normal computer like mine," and above all, "I wonder if it would work without going into OOM on a computer like mine." So I started working with the help of agents to test this possibility. I started converting the model to int4, understanding MTP usage, and if possible implementing DSA for long context.…
AI · Jul 2026 · github.com
