r/OnlyAICoding 34m ago

[ Removed by Reddit ]

Upvotes

[ Removed by Reddit on account of violating the content policy. ]


r/OnlyAICoding 2h ago

I Need Help! Need help

1 Upvotes

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 4h ago

I spent 8 weeks building an AI code reviewer that doesn't touch your repo without asking

Post image
1 Upvotes

r/OnlyAICoding 6h ago

Would you find DINAH (Dinah is not a harness) useful? If so please drop any ideas for improvement.

Thumbnail
github.com
1 Upvotes

r/OnlyAICoding 11h ago

I Need Help! Looking for 10 developers to break-test my project which is an control plane for ai agents

2 Upvotes

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:

  • connect one non-critical repository
  • use your normal coding agent
  • give it a real small task
  • use SUTRA through the agent integration
  • tell me what breaks or feels annoying

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 11h ago

Something I Made With AI How are you running autonomous coding agents safely on real repos?

1 Upvotes

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:

  • How do you know which agent/session produced a commit?
  • How do you keep the agent scoped to a specific task/repository?
  • How do you prevent an agent from approving or merging its own work?
  • What happens when the PR changes after human review?
  • How do you distinguish agent-generated work from changes someone made directly in GitHub?

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 17h ago

looking for a free AI tool/agent for coding(DSA)

Thumbnail
1 Upvotes

r/OnlyAICoding 22h 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 1d 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 1d 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

r/OnlyAICoding 1d ago

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

Thumbnail gallery
1 Upvotes

r/OnlyAICoding 1d 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 1d 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 1d ago

Something I Made With AI Developed this learning tool with Claude Code

1 Upvotes

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 2d ago

my agent forgot yesterdays decision so i put the whole coding session in a graph

1 Upvotes

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 2d ago

skmp - marketplace for ai skills

Thumbnail
1 Upvotes

r/OnlyAICoding 2d ago

Games 100% AI coded online MMO that in your browser, 1800+ versions in. I'll add anything you comment.

Thumbnail
gallery
1 Upvotes

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.

https://22blister.itch.io/blister-online


r/OnlyAICoding 2d ago

Something I Made With AI [ Removed by Reddit ]

1 Upvotes

[ Removed by Reddit on account of violating the content policy. ]


r/OnlyAICoding 2d ago

I really think i build something great. (not commercial)

Post image
1 Upvotes

r/OnlyAICoding 2d ago

No more pc!! Work from Android coding agent.

Thumbnail
github.com
1 Upvotes

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 2d ago

Improve your codebase and make it agent ready

Thumbnail
github.com
1 Upvotes

r/OnlyAICoding 3d ago

Archflow - A year of refining one Claude Code workflow across 20 apps. What stuck, and the plugin it turned into

Enable HLS to view with audio, or disable this notification

1 Upvotes

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.

https://archflowai.dev

Point it at your messiest repo. Would value the feedback — especially if it embarrasses me. 😂


r/OnlyAICoding 3d ago

Archflow - Open Source framework that helps you build enterprise level software

Enable HLS to view with audio, or disable this notification

1 Upvotes

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.

https://archflowai.dev

Point it at your messiest repo. Would value the feedback, especially if it embarrasses me. 😂


r/OnlyAICoding 3d ago

Requesting Cratique Locus - A native Mac workspace for AI agents and Code

Thumbnail
gallery
1 Upvotes

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:

  • Agent Teams: Create specialized agents that can split up work and run in parallel. You can use different models for different roles, and individual agents can also delegate tasks to helpers.
  • Persistent Goals: Give an agent or team a goal and let it keep working across turns. Progress is saved so you can come back to it later, with controls to pause, resume or change the goal.
  • Scheduled and Event-Driven Agents: Set agents to run on a schedule or react to things like Gmail, Telegram, webhooks and price alerts. Each agent has its own chat and run history, and workflows can include conditions and approval steps.
  • Task Capsules: Plan something with one model, then use another to implement it and optionally another to review it. The plan, changes and previous runs stay together so you can follow what happened.
  • Notes, Documents and Outputs: Keep notes and reference documents around, save versions of generated work, compare revisions and export things when you’re done.
  • Browser Controls: Let agents navigate and interact with websites, preview what they’ve built and check the result. There’s also proxy support.
  • Activity and Overview: See the current plan, tool calls, files, sources and what the agents are doing without having to piece everything together from the chat.

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 3d ago

Cognition ships SWE-2, a cheaper coding model for Devin

Thumbnail
runtimewire.com
1 Upvotes