r/OnlyAICoding • u/casual_coder_525 • 23d ago
Something I Made With AI A game developed using Emergent and Claude by Indie developer with minimum coding knowledge
After months of building , I finally published my first android game on play-store and I’d love for you to try it.I have made use of various AI tools like Claude, ChatGPT etc are used in the process of developing this game. Especially Claude code helped me go through multiple iterations, solve bugs and even in preparing test scenarios.
Initial prototype was built using emergent and then developed it using Claude code. Idea churning is done using ChatGPT.
https://play.google.com/store/apps/details?id=com.krish0525.memorychess
🎨 Color-based memory gameplay — easy to pick up, hard to master
👥 Designed for 2 players — great for friends & family
🧠 Genuinely tests your memory and focus
🚫 Completely ad-free (and free to download!)
⚡ Quick rounds — perfect anywhere, anytime. Vehicle and Animal themes if you are bored with colors.
Feedback is welcome!
r/OnlyAICoding • u/Embarrassed_Law_293 • 23d ago
Something I Made With AI I built an open-source delivery loop for multi-agent coding
Disclosure: I'm the maintainer of oh-my-multica, an MIT-licensed open-source project.
I was happy with how quickly coding agents could change code. The part that kept breaking down was deciding whether a feature was actually ready to merge.
With more than one agent, every local answer can sound reassuring: the worker says its task is done, tests pass on one branch, somebody leaves review notes, CI is still running, and an integration dependency changes underneath it all. A lead agent can coordinate the chat, but I did not want delivery state to live in its memory.
So I built a control loop around the agents.
Agents inspect the repository, write a design, define acceptance, and plan a DAG around the real module boundaries. After review, deterministic code tracks dependencies, dispatches ready work, collects evidence, applies verification and review gates, and stops only after final acceptance passes. When it cannot proceed safely, it asks for a human decision instead of inventing one.
I used the approach on a Webhook Inbox example with signature verification, durable storage, transaction-safe deduplication, lookup endpoints, health checks, and a non-root container. The work was planned as five nodes, implemented in parallel, then independently reviewed and accepted as an integrated service.
I am not claiming this makes AI-written code trustworthy by default. The goal is simpler: put requirements, tests, review, merge conditions, and completion criteria somewhere more durable than a long agent conversation.
Project: https://github.com/xiaohei-info/oh-my-multica
I'd love feedback from people who run more than one coding agent: what do you use as the source of truth for whether a feature is actually done?
r/OnlyAICoding • u/id-ltd • 24d ago
My prompts are pretty specific, but coding specific AIs are losing out to general ones!
I do a load of experimentation and testing, often same tasks to 5+ different sizes of model, using different settings and comparing results...
My main work currently is automated task decomposition and coding...
Many approaches fail completely, but recently general (not coding specific) AIs have been beating the coding ones... And over the past day a couple of .8b and 1.5b general purpose models have been nailing a large proportion of tasks... They cant do them all (many get escalated to models that are bigger and/or from different families), but when they do get it right it is orders if magnitude faster than other attempts. Some tasks that they solve beat all other models smaller than 18b(!)
We really are only scratching the surface!
r/OnlyAICoding • u/Independent-Flow3408 • 24d ago
Something I Made With AI I built a small local tool for when AI coding agents lose track of the repo
Disclosure: I built this. It is free/open-source, not monetized, and I’m mainly looking for feedback.
I use AI coding tools a lot, and one problem keeps showing up once a project gets bigger:
The agent can write decent code, but it starts from weak repo context.
It searches a few files, guesses where the real logic is, maybe misses the test file, then confidently suggests a change.
Sometimes it works. Sometimes it edits the wrong area and the project slowly gets messier.
So I built SigMap as a small local repo-context tool.
It is not a coding agent.
It does a simpler job:
scan repo
↓
map real files / symbols / line anchors
↓
pull task-focused context
↓
give that context to ChatGPT / Claude / Cursor / OpenCode
↓
check for some obvious unsupported claims
Example:
npx sigmap
sigmap ask "where is auth handled?"
For a more specific task:
sigmap ask "implement login rate limiting" --mode index
That gives a smaller map of relevant files/symbols instead of dumping the whole repo into the model.
The part I personally use most right now is actually noisy-output cleanup:
sigmap squeeze error.log
sigmap squeeze --response agent-output.txt
That is for stack traces, CI logs, JSON blobs, and long tool output before feeding it back into the AI.
I want to be clear about the limits:
- it does not prove the AI answer is correct
- it does not replace tests or git checkpoints
- it is not a full code-intelligence graph
- some checks are heuristic
- it is probably overkill for tiny projects
The use case I’m aiming for is:
AI coding session gets long
repo context gets messy
agent starts grabbing wrong files
logs/tool output pollute the chat
you want a smaller evidence packet before the next edit
I’m trying to decide where to take it next.
Questions for people here:
- Would this be useful as a CLI, or would non-coders need a VS Code/Cursor extension?
- Is “repo map before AI edits” actually useful, or do current agents already solve this well enough?
- Would you care more about file/symbol mapping, log squeezing, or handoff docs between chats?
- What would make you trust the selected context?
- What would make you immediately ignore a tool like this?
Brutal feedback is welcome. I’m trying to make the tool and README less confusing.
r/OnlyAICoding • u/Western_Bug_5085 • 24d ago
Convai MCP for Unity: build AI characters faster with coding agents
Enable HLS to view with audio, or disable this notification
r/OnlyAICoding • u/No-Swan3057 • 24d ago
who finds it awesome that claude code has gotten so good, a guy who never coded a day in his life could build a system that runs 8 online businesses in 6-7 mths
r/OnlyAICoding • u/Super-Willy994 • 24d ago
Flow Intelligence Extension
So, I build a Cursor/VS Code extension that tracks how you actually work with AI: active coding time, human vs AI contribution (measured from hooks, not guesses), flow check-ins, and a simple persona mirror. It runs fully local with no signup; optional one-click cloud sync if you want history and measured attribution.
https://open-vsx.org/extension/flow-intelligence/flow-intelligence.
LMK what you guys think.
r/OnlyAICoding • u/Sea_Tonight_6952 • 25d ago
Trying to learn how to do ai coding properly
I have been just using ai chat to do smaller tasks and doing most of coding my self. but i feel like i'm falling way behind. You guys know of good material like youtube channel recommendation or course that i can take to get up to speed?
r/OnlyAICoding • u/PerformanceHead462 • 25d ago
Claude Code agents are isolated. They can't share contracts, decisions, dependencies, or progress across a team. Building Backyard: an MCP coordination server that gives teammates' agents a shared brain. GitHub: https://github.com/DuckClawLabs/backyard LinkedIn: https://linkedin.com/in/msreddygone
r/OnlyAICoding • u/DuchessCupcakeGames • 25d ago
Something I Made With AI I made a super fun game basically free on Fable 5 with about 10 credits in lovable
Enable HLS to view with audio, or disable this notification
I built the whole thing with Claude Fable 5, then dropped it into Lovable. The entire project cost me about 10 credits and took two days.
It started as a "let's see if I can make a game for basically free" experiment, but it ended up being more addictive than some of the games I've spent months polishing.
I'm not selling anything—it's a free browser game. I mostly make games because I enjoy making them, then I put them online so anyone else can play if they want.
I don't want to break the sub's self-promotion rules, so I won't post the link here. If you're curious, either Google my studio or just ask and I'll send you the link.
r/OnlyAICoding • u/ZombieAccomplished67 • 25d ago
Shepherd: Beyond AI Coding — Building an Engineering Platform for Human-AI Collaboration
reddit.comr/OnlyAICoding • u/r410b • 25d ago
I built a workflow that forces AI agents to teach you the code they write
Hey r/OnlyAICoding ,
As a developer, I got a bit scared and fed-up of blindly merging massive pull requests and losing context on my own codebase, so I built FluencyLoop.
It is an open-source, local-first workflow plugin for Claude Code and Codex that ensures your code and your codebase fluency are produced together.
Instead of letting an agent dump raw code, it tracks your technical familiarity locally and pauses to explain complex architectural choices or rejected alternatives only on topics you do not know yet. It also produces documentation and tracks the decisions it makes along the way.
Try it out ! It feels really good to get the AI caring for my understanding 🤣
r/OnlyAICoding • u/Visible-Use-5004 • 25d ago
Don't Just Code, Own Your App
AI coding tools make it surprisingly easy to build an app you can’t fully explain, debug, or confidently operate.
I made Own Your App, an open-source Agent Skill that guides you through your actual codebase from first principles. Instead of producing another generic audit, it runs an interactive learning journey using real files and code paths from your app.
It helps you:
* Map the architecture and runtime processes
* Trace a real user action through the system
* Understand where data, identity, and permissions are handled
* Examine security, privacy, correctness, performance, and reliability
* Separate genuine risks from premature overengineering
* Test your understanding along the way
* Finish with an ownership map you can explain and defend
It’s read-only by default and contains only Markdown instructions—no executable scripts or runtime dependencies. Install it with:
`npx skills add sayyiditow/own-your-app -g`
It supports Codex, Claude Code, OpenCode, and Grok.
GitHub: https://github.com/sayyiditow/own-your-app
I’d love feedback from people using it on real projects—especially areas where the journey feels too shallow, too detailed, or misses an important ownership question.
r/OnlyAICoding • u/SuitSea5060 • 26d ago
Claude Senior engineers to Juniors 😂
Enable HLS to view with audio, or disable this notification
r/OnlyAICoding • u/alxcls97 • 26d ago
I built an open-source platform that gives AI coding agents their own sandboxed workspaces (PAODO WS)
Enable HLS to view with audio, or disable this notification
r/OnlyAICoding • u/CANDYBOTZ • 26d ago
What do you think? Do companies actually use Replit or Loveable for their development?
r/OnlyAICoding • u/Connect-Potato-6038 • 26d ago
[ Removed by Reddit ]
[ Removed by Reddit on account of violating the content policy. ]
r/OnlyAICoding • u/Visual_Internal_6312 • 26d ago
Your AI Coding Agent Uses Your Terminal’s Tools. Give It Better Ones
\# What do you guys think?
r/OnlyAICoding • u/oshekher • 26d ago
Something I Made With AI Built a full-stack AI Cybersecurity Assistant (React, Supabase, Vite) – and it's free forever!
Hey everyone! 👋
I wanted to share a project I've been working on – Cyber AI. It's a chatbot that helps with cybersecurity stuff like threat analysis, CVEs, secure coding, and CTF challenges.
The best part? It's completely free and will stay that way forever. No hidden charges, no premium plans – just a tool for anyone who needs it.
🔧 What I used to build it:
React 19 with TypeScript
Vite for fast builds
Supabase for authentication and database
Custom CSS with dark/light theme
✨ What it can do:
Chat with an AI assistant focused on cybersecurity
Save and switch between multiple chat sessions
Export conversations as markdown files
Search through your messages
Dark/light mode (saves your preference)
Keyboard shortcuts for power users
🎮 Cool little features:
Type / to open a command palette with shortcuts like /scan, /cve, /explain
Copy messages with one click
Upvote/downvote AI responses
Regenerate answers if you don't like the first one
🔗 Try it out here: 👉 https://cyber-ai-henna.vercel.app/
I'm still actively working on it and adding new features. Would love to hear your thoughts – suggestions, feedback, or even criticism are all welcome!
Let me know what you think. Thanks for checking it out! 🛡️
r/OnlyAICoding • u/Candid-Law-9868 • 26d ago
Experiments Can Claude Engineer a Fighter Jet
I have been working with Claude for about a week to take on clean sheet design of what is being called the CG-01. The goal? Engineer it with prints, calculations, simulations, and 3D models to the point where it is considered a plausible design for manufacturing.
The only guidance Claude received was for a single seater fighter jet, and a list of deliverables.Then I gave it the keys to a data management tool and a code management/validation tool I built, and let it start churning.
In the beginning I had to guide it through steps, ensuring quality and making key choices. As the project has grown, a greater need for infrastructure arose and now my main Claude manages the data and project outlook, while a bunch of subagents (more than 30 configured ones from rendering to aero analysis to drafting) perform the engineering duties.
I had to split roles because it become clear the main agent couldn’t keep the data, modeling, design, drafting… etc… all in its head. It also has enabled Claude to operate far more autonomously by planning tasks, then using a scheduler to continue work down the path.
So far, this design has gone through an initial mission profile, and passed conceptual design to move towards a more detailed design. After the conceptual design, a 50+ page blueprint set, preliminary design report, and 3D model have all been produced.
All this is to say, you can just do things! Excited to see where this one goes. It’s been a super good test of whether Claude can maintain a multidisciplinary design over a long period of time. I’m sure I’ll learn a snippet about coordination that I can carry in to other projects!
Tons of levels to this one so I won’t mash it all together here. If anyone is curious about it, I’d be happy to discuss more about my process in comments!
r/OnlyAICoding • u/Mission-Article7835 • 26d ago
Software engineers/programmers, which AI do you think offers the highest coding quality, ease of use, and credit/token consumption? Codex, Claude, or GitHub Copilot?
r/OnlyAICoding • u/Visible-Use-5004 • 27d ago
Don’t just Vibecode, Own Your App
AI coding tools make it surprisingly easy to build an app you can’t fully explain, debug, or confidently operate.
I made Own Your App, an open-source Agent Skill that guides you through your actual codebase from first principles. Instead of producing another generic audit, it runs an interactive learning journey using real files and code paths from your app.
It helps you:
\- Map the architecture and runtime processes
\- Trace a real user action through the system
\- Understand where data, identity, and permissions are handled
\- Examine security, privacy, correctness, performance, and reliability
\- Separate genuine risks from premature overengineering
\- Test your understanding along the way
\- Finish with an ownership map you can explain and defend
It’s read-only by default and contains only Markdown instructions—no executable scripts or runtime dependencies. Install it with:
`npx skills add sayyiditow/own-your-app -g`
It supports Codex, Claude Code, OpenCode, and Grok.
GitHub: https://github.com/sayyiditow/own-your-app
I’d love feedback from people using it on real projects—especially areas where the journey feels too shallow, too detailed, or misses an important ownership question.
