Artificial Intelligence
7 min readSeptember 1, 2026

6 AI Projects You Can Open and Try

A gas station made without downloaded 3D models, a 108,000-line ski game, a local model trained on iMessages, chat-controlled AI television, a robot duck and a useful sticker skill.

Paras Tiwari
Paras TiwariFounder, Spectrum AI Labs
6 AI Projects You Can Open and Try

Get weekly AI tool reviews

We test tools so you don't have to. No spam.

TL;DR

Someone built a 108,000-line ski game without knowing how to code. Another person trained a tiny model on 778,000 iMessages. There is also a gas station made without downloaded 3D models, a TV channel controlled by its chat, a $399 robot duck and a skill that turns one photo into a sticker pack.

AI Builds · September 2026Week 36 · Posted September 1. Every project below has a live demo, a public repository, or both.

You can open every project below. Where possible, I linked both the live demo and the code. Numbers such as code size and training time come from the builders.

What I checked

The links and claims do not all have the same level of proof. This is what I checked for each project. I did not independently reproduce every number.

ProjectBuilderBuilt withOpen itEvidence
Gas Station HighwayPrasen / StarKnighttClaude + Three.jsDemo · CodeLive project and repository, including its interaction checks
Alpenwelt TycoonSuspicious-Month-910Claude Code + Three.jsGame · PostLive game, original builder post and player reports
Texts to TransformerPietro SchiranoGPT-5.6 Sol + MLXCodeRepository documentation, evaluation and privacy notes
Infinite SlopPieter Levelsfal H3 MaxChannelLive channel and named published speed claims
MicroduckPollen RoboticsMuJoCo + ONNXProject · CodeOfficial specifications plus control and training repositories
MemeStickershanliulingAgent Skills + image generation + PythonCodeRepository instructions and example output

Not sure which AI model to use?

14 models · Personalized picks · 60 seconds

Take the Quiz
Claude + Three.js

Claude built a gas station without downloaded 3D models

The pumps, shop, road and landscape are generated in code.

Prasen used Claude and Three.js to build a first-person gas station at dawn. The building, pumps, shelves, road, landscape and lighting all come from code. There are no downloaded 3D models.

You can walk into the shop, open the doors and use the fuel pumps. The repository even contains automated walks that check those interactions instead of relying on one good-looking video.

Claude Code

He wanted this game as a kid. Claude helped him build it

Alpenwelt is a browser ski-resort tycoon with weather, traffic and working lifts.

The builder wanted to make a ski-resort tycoon game when he was a kid, but he never learned to code. He started working with Claude Code in June. The game is now 108,000 lines and has more than 50 buildings, five lift types, skier queues, avalanches, snowplows, grooming snowcats and helicopter rescues.

It still feels unfinished. People in the original Reddit thread found the tutorial confusing, the road builder awkward and the navigation easy to get lost in. One person also reported a freeze. I would fix the first 20 minutes before adding another building.

GPT-5.6 Sol + MLX

One prompt turned 778,000 iMessages into a tiny model

A local language model learns phrasing and slang from an iMessage archive.

Pietro Schirano gave GPT-5.6 Sol one prompt and asked for the complete training pipeline. His run used 778,000 messages and about eight million tokens. He says training the four-layer, 1.38-million-parameter Transformer took roughly half an hour on his Mac.

The model only learns things such as your reply length, punctuation, slang and repeated phrases. It cannot answer general questions or do multi-step reasoning. The repository reads the Messages database without changing it, removes obvious identifiers and checks for memorisation. Keep the training files and the finished model private because it can still repeat parts of your messages.

AI video

The chat decides what this AI TV channel shows next

Viewers type a request, then the next five-second scene follows it.

Pieter Levels connected a public chat to fal's H3 Max video model. Viewers ask for things such as a cat detective flying to space, and the channel uses those messages to make the next five-second scene.

It works because the model is faster than the video it produces. fal says H3 Max can make a five-second clip in under three seconds and reports roughly 35 times the throughput of the official H3 endpoint. Design Arena measured more than 50 times the throughput of the other models in its separate test.

Open-source robotics

A $399 robot duck learned to walk in simulation

Fifteen servos follow reinforcement-learning policies at 50 Hz.

Microduck is 25 centimetres tall, weighs 800 grams and has 15 servos. It can walk, roll on optional wheels, get up after a fall, kick a ball and pick up small objects with its beak. Its movement policies are trained in MuJoCo, exported to ONNX and run on the robot at 50 Hz.

Pollen Robotics published both the control stack and the separate training code under Apache 2.0. The robot costs $399. That is still expensive for a toy, but cheap for a biped you can use for reinforcement-learning experiments.

Agent Skill

MemeSticker turns one photo into a complete pack

MemeSticker makes the sheet, cuts it up and exports transparent PNGs.

MemeSticker is the smallest project here and probably the easiest one to use today. Give the skill a pet, selfie, character or object. It makes the complete sticker sheet in one image call, cuts out each sticker, removes the backgrounds and gives you transparent PNG files in a ZIP.

It is open source and works with any compatible agent that supports Skills, image generation and Python. Complicated backgrounds and generated text can still need cleanup.

What I would steal from these

Before opening Claude or Codex, write down the output you want: a file, a screen, an action or a physical behaviour. If you cannot name it, the project is still too vague.

For more hands-on examples, see the previous weekly builder edition, or use our AI model picker before starting your own project.

Paras Tiwari
Written by
Paras Tiwari
Founder, Spectrum AI Labs

Founder of Spectrum AI Labs — testing AI tools and models, and writing up what actually ships.

More about Paras →

Stay ahead of the AI curve

We test new AI tools every week and share honest results. Join our newsletter.