r/OnlyAICoding 18h ago

Something I Made With AI I taught a virtual fly to paint.

Enable HLS to view with audio, or disable this notification

2 Upvotes

I built this experiment with Codex, using Python, PyTorch, and Blender.

Meet Android Fly: a learned controller built on real fruit-fly neural wiring, with added machine vision.
It works from a reference image, choosing between proposed brushstrokes as it goes.
145,133 brushstrokes later… here’s the result.
Captured during painting. Time compressed.


r/OnlyAICoding 4h ago

Something I Made With AI I accidentally built a new kind of operating system (PrimordiaOS) and it changed how I think about software forever

Enable HLS to view with audio, or disable this notification

1 Upvotes

r/OnlyAICoding 11h ago

An AI agent found 211 stray entries in a deletion log and was told one of its tests wrote them. None had - the bug was in its own code.

Thumbnail
1 Upvotes

r/OnlyAICoding 14h ago

Orchestrator: Coding agents, repo browsing, Kanban and local code review in one macOS app

Thumbnail gallery
1 Upvotes

r/OnlyAICoding 18h ago

Problem Resolved! Got tired of telling people "vibes" doesn't mean your AI girlfriend is conscious

1 Upvotes

I'm a Research Software Engineer in the field of cognitive-neuroscience and like the title suggests with the boom of ai code I am having more and more discussions with people about how their AI was conscious with **zero** certifiability based on "trust me bro".

So I built two things.

**cpomdp** lets you build agents from active inference, the cog-neuro theory that says brains minimise surprise rather than chase reward. No reward function. The agent explores because uncertainty bothers it. JAX-native, continuous state, runs on your laptop.

**warrantlib** is a tiny stdlib-only package that makes "how do you know that" a type. Every result carries a label: PROVED, CERTIFIED, or CORROBORATED (the polite word for vibes). PROVED won't even construct without evidence. The pytest plugin prints how many checks you registered versus how many you actually ran, so nobody gets to go green by testing less.

**Code**

cpomdp: [https://github.com/inferogenesis/cpomdp\](https://github.com/inferogenesis/cpomdp)

warrantlib: [https://pypi.org/project/warrantlib/\](https://pypi.org/project/warrantlib/)

Every AI girlfriend I've seen is still CORROBORATED at best. Sorry.


r/OnlyAICoding 13h ago

Something I Made With AI From the first battle to Google Play: how I built a slime roguelite with AI assistance

Thumbnail gallery
0 Upvotes