
gapp.so - AI 原生互动内容平台
Create playable games by pasting AI instructions directly into the engine.
@gapp_so · X
你好你好,我是 期待你的回复!
The full gallery
Tech stack
60 projects

Create playable games by pasting AI instructions directly into the engine.
@gapp_so · X
你好你好,我是 期待你的回复!

AI-powered learning assistant with personalized paths, intelligent tutoring, and adaptive practice.
LearnFlux — AI 驱动的智能学习助手,为你生成个性化学习材料,让你以更少时间掌握更多知识。

Improve judgment across parenting, communication, leadership, and finance through swipe-based scenario quizzes.
@ShashankBhutiy4 · X
Duolingo for Soft Skills and career growth

Autonomous QA agents that test web and mobile apps to discover flows, find bugs, and replay test scenarios.
@AbdullahYusufY · X
Here is ours We are developing autonomous QA agents feel free to check it out.

Practice DevOps interviews with AI feedback and get scored in 15 minutes.
@brankopetric00 · X
I've got two 😀: - automate your X presence - helps you break into DevOps

AI-powered study platform helping students prepare and learn faster
@dipanshurdev · X
Review my side projects:

Analyze chess games with natural language explanations using an open-source browser tool with no login required.
u/ICARUS_2X · Reddit
Spent 7 months building a FOSS platform for natural-language chess analytics (No LLM) Hey guys, I've released CHONSE2, an open-source game review platform that offers unlimited analysis and move explanations without using hallucination-prone LLMs, running entirely in your browser. chonse2.com But Lichess is free, so why use this? Some have asked. It expands on Lichess's feature set a few different ways: Full analysis (accuracy/elo estimations/eval graphs, etc) requir

Private AI assistant with voice and text that runs in your browser.
stfurkan · HN
Show HN: I wrote a 1-bit WebGPU runtime to run a 1.7B LLM in the browser

Complete sentences and get a clanker score based on how predictable you are to AI.
niklio · HN
You write 8 text completions and open models score how predictable each word was too them. Predictable => clanker. You can share results with your friends. The scoring checks every word you write against the model's logprobs. Right now I'm using Llama3.1, Deepseek v3 and Qwen3 to keep costs low. I tried to calibrate it so other models (chatgpt/claude) score 100% and interesting human responses score in the 10-30% range. Totally free, no signup

Benchmark AI models by having them animate a 3D banana plant's full lifecycle.
fran-mora · HN
I gave 5 AI coding agents one prompt: grow a banana plant through its whole life in three.js: sprout, leaves, flower, fruit, rot, then pups that restart the loop. It's deceptively simple and yet very hard to get right from procedural code: you have to write working three.js and understand how the plant is actually built; how it hangs, ages and decays. Get the biology wrong and the code renders something weird. These are agents, not bare models (Claude Code and Codex for now). They can use tools, including playwright to check their work and improve it.

A game where you pretend to be AI to compete for jobs.
bossissb · V2EX
大家都在分享自己做的工具,我也分享一个摸鱼的 地址 https://humanapp.app/ 或者 https://www.humanapp.app/ 抄的国外的网站 求兄弟们给点意见,我即时修正,听劝

Use AI code review that runs code in microVMs to catch more bugs faster.
u/dumbfoundded · Reddit
Ito, AI Code Review that Runs Code I've been using AI code review tools but none of them actually run code so I built one: https://www.ito.ai/ The way it works is that it uses microVMs to spin up your environment with all of the services running. Then a bunch of AI agents go and test the application to collect runtime evidence. The result is you get test cases along with evidence about whether or not the test cases pass or fail. The runtime evidence can be videos, request/response curls, db