ChatGPT-powered dystopia simulator
OP here. This comment contains SPOILERS so try the dystopia simulator first before reading further! I built "WeChatGPT+" in December on top of GPT-3. It was pretty surreal when OpenAI released an actual product named "ChatGPT Plus" a few months after that. Then the Microsoft partnership was announced, Bing AI was released, and marketing materials were leaked indicating that Bing AI would start including advertisements within the chat responses. Reality imitates fiction, I guess. Today - literally a few hours ago - OpenAI announced public ChatGPT API with 10% the cost of GPT-3. I immediately…
In plain words
ChatGPT-powered dystopia simulator is an AI-driven tool built on GPT-3 and later migrated to the ChatGPT API. It simulates dystopian scenarios using conversational AI. The tool is designed for users interested in exploring fictional dystopian narratives and futures through interactive AI responses. The simulator demonstrates how AI language models can generate creative speculative fiction about potentially troubling technological and social developments.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
OP here. This comment contains SPOILERS so try the dystopia simulator first before reading further! I built "WeChatGPT+" in December on top of GPT-3. It was pretty surreal when OpenAI released an actual product named "ChatGPT Plus" a few months after that. Then the Microsoft partnership was announced, Bing AI was released, and marketing materials were leaked indicating that Bing AI would start including advertisements within the chat responses. Reality imitates fiction, I guess. Today - literally a few hours ago - OpenAI announced public ChatGPT API with 10% the cost of GPT-3. I immediately migrated. Took about an hour to re-tune the prompt for a different model. I wouldn't have been able to afford serving this over the GPT-3 API because it costs so much (I'd kept the server disabled for more than a month). Should be much more affordable now. Also some of the responses seem wittier and funnier. Prompt generation and other source code available here: https://github.com/baobabKoodaa/future/blob/master/server.js... Let me know how you feel about this! :)
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 · 18d 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, March 2023
the whole month →




- BI
I'm a big fan of the BBC podcast In Our Time -- and (like most people) I've been playing with the OpenAI APIs. In Our Time has almost 1,000 episodes on everything from Cleopatra to the evolution of teeth to plasma physics, all still available, so it's my starting point to learn about most topics. But it's not well organised. So here are the episodes sorted by library code. It's fun to explore. Web scraping is usually pretty tedious, but I found that I could send the minimised HTML to GPT-3 and get (almost) perfect JSON back: the prompt includes the Typescript definition. At the same time I…
AI · 2023 · genmon.github.io