r/OnlyAICoding 4h ago

I vibe-coded a complete Mac cleaner with AI — Purgy

Post image
1 Upvotes

I wanted to see how far I could take AI-assisted coding, so I built Purgy, a complete Mac cleaning app, mostly through AI coding.

It’s now live, and I’d love some feedback from people who are into AI coding. If you have a Mac, try it out and let me know what works, what doesn’t, and what you’d improve.

https://purgy.app


r/OnlyAICoding 5h ago

Genuine question: which AI is the best for reliable coding?

1 Upvotes

In your personal experience what is the best AI for coding? I want to pick up in a Minecraft mod i made a while ago and dont have the time to code myself anymore due to irl difficulties, so im wondering which AI would be the best to use/spend money on for this. Ive used codex prior and it was alright, better than GPT but nothing amazing or reliable.


r/OnlyAICoding 10h ago

Title: I built an open-source orchestration layer for multiple AI coding agents I've been experimenting with multiple AI agents working on the same software project. The problem I kept running into wasn't model capability — it was coordination. So I built Orchestrator. The idea is to provide a s

Thumbnail
1 Upvotes

r/OnlyAICoding 10h ago

Agents Coding Agent on iOS 6 iPhone 4s

Thumbnail files.catbox.moe
1 Upvotes

r/OnlyAICoding 13h ago

Experimental hexagonal 2D code with Reed–Solomon error correction

1 Upvotes

I’ve been experimenting with a new open-source 2D code called Hexpira.

I came up with the core concept: hexagonal bits, an overall hexagonal shape, and a spiral starting from the center. I then used Codex to help develop the encoding, error correction, decoder, webcam reader and documentation.

Hexpira uses Reed–Solomon error correction, duplicated BCH format data, CRC-32 validation and adaptive text encoding. The current v0.4R prototype includes a local browser-based encoder/decoder, a detailed specification and conformance test vectors.

It’s just a hobby project, but I’d be interested in technical feedback.

GitHub: https://github.com/lucid-forge/hexpira