
LGTM: Vibe Coding Brain Rot Test
每日解谜游戏,找出AI生成代码片段中的错误并跟踪分数。
@MinnerAlgo · X
spun this app up yesterday. it’s like wordle (everyone has same problem to solve each day) for battling vibe coding brain rot. y'all still got it or are you cooked already?
完整作品展
技术栈
15 projects

每日解谜游戏,找出AI生成代码片段中的错误并跟踪分数。
@MinnerAlgo · X
spun this app up yesterday. it’s like wordle (everyone has same problem to solve each day) for battling vibe coding brain rot. y'all still got it or are you cooked already?

上传学习资料,用AI生成复习题和学习计划。
aledevv · HN
Use AI API and scheduled Active Recall to pass any exam: LongTerMemory

AI代码审查工具,在microVMs中运行代码以捕获更多错误。
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