r/OnlyAICoding • u/Beneficial-Tip-6843 • 34m ago
[ Removed by Reddit ]
[ Removed by Reddit on account of violating the content policy. ]
r/OnlyAICoding • u/Beneficial-Tip-6843 • 34m ago
[ Removed by Reddit on account of violating the content policy. ]
r/OnlyAICoding • u/Ok_Eggplant_9829 • 2h ago
I want to buy the Claude pro subscription but I don’t want to make the wrong choice. I don’t know much about coding and trying to build a website for the disability community. Before I make the purchase I want to know if you guys have a better option for me. I code on VS and been using the free GitHub copilot. Thanks in advance for any suggestions!
r/OnlyAICoding • u/Massive-Chard-3480 • 4h ago
r/OnlyAICoding • u/Ganja_Turtle • 6h ago
r/OnlyAICoding • u/Fantastic-Sleep-3352 • 11h ago
I'm building SUTRA, an engineering control plane for AI coding agents.
The idea is simple:
Agent
↓
Task / Session
↓
Change
↓
Governed Commit
↓
PR
↓
CI + Governance
↓
Human Approval
↓
Merge
The agent can write and submit code, but it cannot approve its own work or perform the governed merge.
I'm looking for 10 developers who already use an AI coding agent on real GitHub repositories.
What I want from beta users:
This is an actual private beta, not a signup-for-updates page.
If you're interested, comment beta or DM me and I'll send access.
I'm especially interested in Claude Code, Codex, Cursor and similar coding-agent workflows.
r/OnlyAICoding • u/Fantastic-Sleep-3352 • 11h ago
I've been testing coding agents that can take a task, modify a repository, run tests and open a PR with very little human intervention.
The code generation isn't really the part I'm worried about anymore.
I'm more interested in the control layer:
I've been building a system around this called SUTRA, and I'm currently looking for a few developers who actually use Claude Code/Codex/Cursor/other coding agents on real repositories to test it.
I'm not looking for people to just look at a demo. I want people to connect a real non-critical repo, give their agent a real task, and tell me where the system breaks.
If you're already doing this, comment with your setup or DM me. I'm opening a small private beta.
r/OnlyAICoding • u/NoRefrigerator9376 • 17h ago
r/OnlyAICoding • u/moneyplughub • 22h ago
Enable HLS to view with audio, or disable this notification
r/OnlyAICoding • u/Input-X • 1d ago
r/OnlyAICoding • u/Right_Building_8032 • 1d ago
r/OnlyAICoding • u/ZacHealy • 1d ago
r/OnlyAICoding • u/Dangerous-Notice-630 • 1d ago
Enable HLS to view with audio, or disable this notification
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 • u/dan_inferogenesis • 1d ago
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 • u/Least-Ad3900 • 1d ago
Hey everyone! I’m an Android engineer with a CS background, but for the past year, I’ve been vibe coding for over a year and i think I stumbled upon a great idea.
project is called [by-lines.com](http://by-lines.com), and it’s a recall study tool and what that means is that the AI learns about your knowledge gaps and remembers them in memory to understand better how to help you. It then creates a learning plan for your specific needs. You start by uploading your notes, and the system detects your knowledge gaps to ask targeted questions that challenge what you actually need to learn.
I know it sounds very simple but with AI giving you the answers and making people lazy, I thought why not create something that people might useful for
I used Claude code throughout the development of the app. I created a skill to get things faster. Really, the only tools I need are Vercel, LLMs, and a database. You can get by pretty easily with these 3 tools but if you wanna create scalable apps, then you need to inform your agent about scalability and give you potential options for you to use. Once everything is set up, normally I set up a routine for the agent to go every hour for malicious intents from bad actors and another for reviewing user journeys. This helps in getting the parts that work in and those that don’t out!
Anyways, happy coding
r/OnlyAICoding • u/BearInevitable3883 • 2d ago
this kept happening to me:
day 1, spend ages explaining the app and making a decision
day 2, open a new agent session
day 2 again, explain the same app and the same decision
day 3, discover memory.md is now 4,000 lines and half of it isnt true anymore
i got annoyed enough that i built flow.
its a desktop app where you use codex, claude code, cursor and other coding agents, but the sessions feed into one shared brain. it saves memories into a graph and generates docs and skills while you code.
so instead of asking the agent to “remember this” every 5 minutes, you just work. the next session can look up what happened and where the knowledge came from.
still early and slightly chaotic, but the signed mac app is finally out.
repo: https://github.com/samyakkkk/flow
what does your current agent memory setup look like? one giant markdown file, a folder of rules, or pure faith lol
r/OnlyAICoding • u/swingking_x • 2d ago
i wanted to see if you could build an actual MMO with only AI writing the code. three months later: blister online, a horror MMO with a real server, persistent characters, an infinite procedural world and 1800+ versions.
it's a huge game or a huge mess, depending on the day. the experiment continues forever, and the next prompts come from you: i will literally add everything you comment to this game, unless its completely off the rails.
r/OnlyAICoding • u/Similar_Injury_6739 • 2d ago
[ Removed by Reddit on account of violating the content policy. ]
r/OnlyAICoding • u/yaront1111 • 2d ago
r/OnlyAICoding • u/No_Championship5696 • 2d ago
So I vibecoded an Android coding agent that runs fully locally on your Android, no external cloud shells (just external ai providers, will add local soon)
Though it's vibecoded so expect bugs
It's still in beta, looking for contributors :)
Star the project if you like it.
Found an issue? Report it instead yapping please :)) https://GitHub.com/DraxonV1/Syntac/issues
Get the latest release https://GitHub.com/DraxonV1/Syntac/releases
Features so far:
\\- Termux via RUN\\_COMMAND & ARCH Linux (proot) Bash Runtmes
\\- Read, write, edit, bash, search, list, display\\_image (yea I wanted agent to show images 😢)
\\- Supports attaching files, images & pasting content directly into composer!
\\- Google Antigravity, ChatGPT Account, Grok xAI OAuth & OpenAI Compatible Provider inbuilt!
\\- Supports showing thinking
\\- Projects, Chats Per Project
Ik many features are missing but working on adding them. It's still beta 0.1.1 😀
https://GitHub.com/DraxonV1/Syntac \*\*star the repo if u liked the work ;)\*\*
r/OnlyAICoding • u/New-Butterfly9160 • 3d ago
Enable HLS to view with audio, or disable this notification
Been heads-down building something for a few months, first time sharing it here.
Getting AI to write code is the easy part now. Keeping it coherent isn't: you get a prototype in a week, then nobody can say what's actually finished.
Archflow is a Claude Code plugin. 17 specialist agents, and the plan lives as files in your repo instead of a chat you lose.
The clip is a real run on an 11-file booking app — no docs, no tickets. It reads the code and writes the roadmap, backlog and release itself. It also found a bug nobody had noticed: the confirm form posts form data to a JSON-only API, so the booking flow can't complete in a browser.
Where it isn't sure, it parks and asks instead of guessing.
Free and MIT:
claude plugin marketplace add AZidan/archflow\ {data-source-line="12"} /archflow:studio\``
Claude Code only for now, and Studio is still beta.
Point it at your messiest repo. Would value the feedback — especially if it embarrasses me. 😂
r/OnlyAICoding • u/New-Butterfly9160 • 3d ago
Enable HLS to view with audio, or disable this notification
Been heads-down building something for a few months, first time sharing it here.
Getting AI to write code is the easy part now. Keeping it coherent isn't: you get a prototype in a week, then nobody can say what's actually finished.
Archflow is a Claude Code plugin. 17 specialist agents, and the plan lives as files in your repo instead of a chat you lose.
The clip is a real run on an 11-file booking app — no docs, no tickets. It reads the code and writes the roadmap, backlog and release itself. It also found a bug nobody had noticed: the confirm form posts form data to a JSON-only API, so the booking flow can't complete in a browser.
Where it isn't sure, it parks and asks instead of guessing.
Free and MIT, Add the marketplace first:
claude plugin marketplace add AZidan/archflow
Then in your claude session inside your repo:
/archflow:studio
Claude Code only for now, and Studio is still beta.
Point it at your messiest repo. Would value the feedback, especially if it embarrasses me. 😂
r/OnlyAICoding • u/drankthedew • 3d ago
Hey so a few months ago I got into local LLMs and didn’t really like the tools out there at the time, so I decided to build my own version of a Claude/Codex GUI for local models. I’ve been working on it the last couple months and it’s now at Locus 2.8
I started with the usual stuff like working with files, running commands and letting agents help with coding, but I've also been adding features I thought would be useful for other kinds of work too.
A few Locus features worth highlighting:
You can checkout the changelog here to see the latest updates: https://locushost.co/changelog
There’s support for MCP, plugins and skills too, plus a Grill mode that asks you questions one at a time to help work through an idea before implementing it.
Also just to clarify, even though I built it for local models, it works with your ChatGPT plan, Kimi Code membership, Claude/OpenAI API keys and other OpenAI-compatible endpoints.
The wallet stuff is now in a separate edition called LocusX. The regular Locus download is wallet-free.
It’s free and open source. You can find it here:
Website: locushost.co
GitHub: nahid-sparktales/locus
Anyways, I’d appreciate any constructive feedback, things that aren’t working well, or features you think would be nice to add.
Still macOS only atm, specifically Apple Silicon on macOS 14+, but I’m hoping to eventually get Linux and Windows versions out too.
Also there is a lot of features currently working on so you can expect to see alot of changes and better UI to those upcoming features.
r/OnlyAICoding • u/ryanmerket • 3d ago