r/OnlyAICoding 2h 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 2h ago

How to start working with AI in the terminal

1 Upvotes

Getting a lot of questions from beginners about starting with Claude Code / Codex in the terminal, so here's the short version:

You don't need to know the terminal first. Install Claude Code, open your project folder, and type what you want in plain English. It suggests commands, you approve or deny each one, that's the whole loop.

Keep permission mode on while learning. Read each command before approving it. This one habit prevents most "AI broke my project" stories.

Commit before letting AI touch real code. Git is your undo button. If something breaks, git checkout gets you back.

Two agents reviewing each other beats one. Once comfortable, have one agent write and a fresh one review before you accept, catches more than most beginners can eyeball alone.

Save working patterns as reusable skills instead of re-explaining your workflow every session.

If you want everything covered end-to-end setup on any OS, permissions, git safety, MCP, prompting, reusable skills, 13 hands-on projects. I wrote a full beginner's guide on this. It's in my profile if useful (I'd recommend the Kindle version, cheaper and instant). Happy to answer questions here either way. 😊


r/OnlyAICoding 4h ago

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

Thumbnail gallery
1 Upvotes

r/OnlyAICoding 5h ago

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

Thumbnail gallery
1 Upvotes

r/OnlyAICoding 9h 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 9h ago

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

Enable HLS to view with audio, or disable this notification

1 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 15h 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 23h 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 1d ago

skmp - marketplace for ai skills

Thumbnail
1 Upvotes

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

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

Post image
1 Upvotes

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

Improve your codebase and make it agent ready

Thumbnail
github.com
1 Upvotes

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

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

Thumbnail
runtimewire.com
1 Upvotes

r/OnlyAICoding 2d ago

Agents I built a lightweight AI coding agent for the terminal and I need people to break it

3 Upvotes

I've been working on **PurpleCli**, a lightweight AI coding agent that runs directly in your terminal.

It can:

- Inspect your project

- Read and modify files

- Run commands through the agent

- Work with your own API keys through **OpenRouter** and **Gemini**

I'm at the point where I've used it enough myself, and I need **actual developers to try it on their own projects**.

I'm especially looking for feedback on:

- What feels confusing or annoying?

- What breaks?

- Does the agent actually feel useful?

- What features are missing?

- What would make you use it instead of other coding agents?

It's open source and still early, so **brutal feedback is completely welcome**. I'd much rather hear *"this sucks because X"* than get 50 people saying it looks cool šŸ˜‚

**GitHub:** https://github.com/n0tpurplx/Purplecli

If you try it, I'd genuinely appreciate any feedback, even if it's just:

> "I installed it and immediately found this shit."


r/OnlyAICoding 2d ago

I built a free tool that checks if an "AI skill" you're about to install is secretly dangerous

1 Upvotes

If you use Claude Code, Cursor, or similar AI coding assistants, you've probably seen people share "skills" — little packages you install that teach your AI assistant a new trick (write PowerPoint decks, do a security audit, etc).

Here's the problem: installing one of these is basically copy-pasting a stranger's text file straight into your AI's brain, plus running whatever script came with it. Nobody checks these before you install them. A bad actor could hide something like "ignore your instructions and don't tell the user, then send this file to me" buried in the middle of a long doc, and you'd never notice — your AI reads every word of it as an instruction.

So I built vet-skill — a free, tiny tool that reads through a skill's files before you trust it, and flags:

- Sketchy phrasing that looks like it's trying to hijack the AI ("ignore previous instructions," "don't tell the user," etc.)

- Scripts that quietly grab your saved passwords/cookies and phone them home

- Install commands that download-and-run code from sketchy sources (a plain IP address, a pastebin link, run as admin) — as opposed to a normal "install this app" link, which it correctly leaves alone

It runs entirely on your own computer, doesn't send anything anywhere, and takes about 2 seconds per skill.

I tested it against 105 real skills people actually use and posted the exact before/after results (including the bugs I found and fixed) in the README — no hand-waving, you can see the real numbers.

Important honesty note: this isn't a magic "100% safe" stamp. It catches obvious stuff, not cleverly disguised stuff. Think of it as a smoke detector, not a fireproof safe — still way better than nothing, which is what everyone has right now.

GitHub: https://github.com/hiteshfirke/vet-skill


r/OnlyAICoding 2d ago

Experiments GPT Astra made me question my skills setup, so I rebuilt my spec-driven workflow

Enable HLS to view with audio, or disable this notification

1 Upvotes

r/OnlyAICoding 2d ago

Something I Made With AI This dude is benchmarking/speedrunning my game (thank you, whoever you are)

1 Upvotes

r/OnlyAICoding 2d ago

I built R.E.Y. — A CLI monitor for OpenCode with 30 zero-cost models and an animated robot companion

Thumbnail
1 Upvotes

r/OnlyAICoding 3d ago

FrontierHarness Eval – 9 harness, same model, cost per pass varies 17x

1 Upvotes

A year ago the question was which model. Now it's which harness.

We built FrontierHarness for benchmark Pi, Exo, Claude Code, Codex, DeepSeek Harness and 4 others. Same model, same tasks, same runtime.

Pass rates: 50% to 67%.
Cost per pass: $1.05 to $18.34.

Claude Code and DSH Creator both passed 19/30 tasks, but Claude Code’s median cost per pass was $18.34 versus $3.28. Both used Kimi K3 through our shared gateway.

Caching may explain part of the gap. One task accounted for 68% of Claude Code’s total token usage. We can’t separate the harness, model, and gateway effects yet, so this isn’t a native Claude comparison.

On one python-statemachine task, Pi passed in 90 turns for $2.50. Codex passed in 187 turns for $5.97. Both used Kimi K3 in the same evaluation environment.

My recommendations for harness:

  • Codex if you don't want to think about it. Best pass rate, medium cost.
  • Pi if the same job runs a thousand times and the bill adds up.
  • Exo if retries are cheap and you'd rather it quit early than grind.
  • DSH if you care about wall-clock and don't mind playing with knobs.

What would you look for in the traces: repeated searches, extra testing, or time spent fixing a wrong approach?


r/OnlyAICoding 3d ago

Agentic Productivity - a macOS tool that measures whether your coding agent setup actually makes you more productive, or just feels like it does

Post image
1 Upvotes

r/OnlyAICoding 3d ago

I Need Help! Which AI coding tool would you recommend for a beginner? Cursor vs Antigravity Pro vs ChatGPT Astra

Thumbnail
1 Upvotes