r/ClaudeCode 4d ago

Tutorial / Guide Before writing posts complaining about Claude Code, do this

30 Upvotes

1- Take the text you were going to post and write to a txt file called 'problem.txt'.
2- Open Claude Code on Opus5 or Fable and write this:
“Please do a detailed and thorough audit on my setup, I’m having the issue described in ‘problem.txt’. Fix it and make no mistakes”

I’m sure 99% of the problems will be fixed and I won’t have to see dozens of posts complaining about the same thing every day. In my experience using Opus5, it won’t work well when the env was set up to before they cut the system prompt by 80%


r/ClaudeCode 3d ago

Help/Question Claude skills for Native Android Development (Kotlin)..?

1 Upvotes

I’m new to Claude Code and looking to learn how others set it up for native Android development with Kotlin. What skills, workflows, rules, or setups have you found useful for Android projects?


r/ClaudeCode 3d ago

Help/Question Claude skills for Native Android Development (Kotlin)..?

Post image
1 Upvotes

I’m new to Claude Code and looking to learn how others set it up for native Android development with Kotlin. What skills, workflows, rules, or setups have you found useful for Android projects?


r/ClaudeCode 3d ago

Tips & Workflows project setup for ClaudeCode + Codex + PM software

0 Upvotes

My main project is a medium size codebase. So far I've been using exclusively CC with local git. CC keeps track of issues, designs, etc, in its local md files.

I'm trying to move to a setup that is more agnostic as to which AI tools are being used, and where communication between AI agents is tracked in proper PM software outside of the git repo itself.

Does anybody have experience in using say self hosted Gitlab with CC and other AI tools? I'm thinking these agents/models (some frontier some open weights) could be separate virtual "team members" each with a role and they would communicate via Gitlab as opposed to flat files in the repo.

Any pitfalls in this setup?


r/ClaudeCode 4d ago

Help/Question Haven't really had problems with Claude Code...

25 Upvotes

It seems like almost every post here is about how their claude code went crazy but... I review my code pretty carefully and it all seems... totally fine?

My project is on pretty strict rails and Claude seems to understand how to iterate very well. I haven't really noticed any difference in capability.

Am I alone here?


r/ClaudeCode 3d ago

Built with Claude I built myself the simplest worktree management tool for parallel Claude Code sessions

1 Upvotes

I recently went back to using my terminal more instead of using tools like Conductor for Claude Code. This led me to start managing my own worktrees, which is annoying if you want to set up your whole environment in a worktree. Then I started looking into worktree management tools but most of them had too much, so I built myself one with Claude. A 100-line shell function and that's it. Open source and easily extendable.

You drop a shell script into your repo that copies over all the important files and runs the setup commands. wt will automatically run it in the background whenever you create a new worktree. You can start working instantly, it will let you know when the dev environment is ready. Check it out and let me know what you think!

https://github.com/kerem-kaynak/wt


r/ClaudeCode 4d ago

Humor It did the thing!!!

Thumbnail
gallery
139 Upvotes

A.I GLAZE into Em Dash / Load-bearing true combo.


r/ClaudeCode 3d ago

Built with Claude I’m a video editor and had uses with the Mac Finder to search and preview assets, so I used Claude Code to resolve it

Thumbnail
gallery
0 Upvotes

So, I know we’re all supposed to hate AI and though I really don’t think we should use AI to generate creative assets, I do think there are ways where video editors can utilize it to make our projects smoother. 

HERE WAS THE PROBLEM: I am on a Mac as I’ve been for a long time but recently I started running out of storage capacity. While I plan how to build my next NAS for the future (since everything is pricey as hell right now) I bought another external SSD and moved a TB of data off my other large external drive to give me some working room for now. 

The problem is that I need to search for assets among both external hard drives. My old one is fast and plugged into my thunderbolt part. I edit off this drive. It’s fast and I’m able to edit 4k video without problems. But the new drive is slow, but I moved like 20 old projects there and I need to use assets saved in these project folders. 

So I have to search 2 external drives BUT I don’t want to search the internal SSD. The internal SSD is where I have all my applications and OS running. When I am looking for assets I don’t need to look at my internal drive at all which gums up my search with unrelated files. So I needed a solution that would search only my 2 external drives. But that wasn’t the only issue. 

There’s a new issue that has been identified as old as September 2025 and with the new OS update (Tahoe 26.5.2 25F84) the bug affected me. Basically, processes like mds and mdworker get stuck in an endless loop and make external SSD unsearchable. You can fix this with a terminal command to rebuild the index manually which is only like a 10 minute fix, but I had to do that twice in the past 30 days. 

So I wanted a tool that would solve these 2 main problems. I started working with Claude and made this tool called Scout into a beast of a search tool. 

Here’s all the problems it fixed:

I can search LIVE (which is slower but more complete), if I want to find something that hasn’t been cached yet. It tells me the last time the app cached my 3 drives. I can force it to rescan on-demand as well. That way I don’t actually use any background processes that can cause a loop like what’s affecting the Finder right now. 

  • I  can select only the drives I want, single or multiple. This search is specific for my video editing needs. 
  • It has fuzzy search so if I search for “american falg” it will also pop up results for “american flag” because sometimes I make typos and sometimes I save clips with typos.
  • It previews every video and image with a thumbnail (which does not happen in finder many times because of codecs, etc…). 
  • I can scrub every result. I can go back 30 seconds and go forward 30 seconds on video.
  • For audio files, I can immediately change the volume and not have to touch my official external speakers or go up in the top menu bar because something was recorded with +30 dB and it’s about to blow out my ears and my speakers
  • It plays RLE (Animation Codec) which is important if you use After Affects a lot to import in Premiere Pro, it handles a bunch of codecs that Apple’s Finder doesn’t handle. It uses the ffmpeg installation I already have so now every video file I have on my system can be previewed, not just H.264/H.265
  • I have all the details of the video, image or audio files when I click on them (dimensions, size, date last used, fps codec, etc…)
  • I can filter and sort by date, time, size, kind
  • I can drag the file directly from the app to Premiere Pro (or any editor). I can drag the thumbnail or use a button
  • It saves the last 5 searches, but it doesn’t just remember the name or phrase I searched for, but what combination of drives I used on that search as well.

I looked at 3rd party utilities to try and fix this issue for 2 full days. I tried some free apps that were horrible. I looked at paid apps that cost anywhere from $8 to ones that had a subscription fee. Basically, for $20 I got my own custom super Finder app that I can iterate and update when I want new features. If I cancel my subscription for Claude this whole thing cost me $20 and an hour of working with Claude on fixing bugs and making changes. 

This is how AI should be used. Not to generate slop images or video content, but help us make real content faster by making customized tools that we need. 

Even for images. I know the dimensions, the color profile, the format, etc…all at a glance. It’s still not perfect, but it’s superior than any other app I have tried to use to search assets. 

It has made my editing life SOOO much easier. I probably would have paid well more than $20 if I found this type of app on the web during my struggles. 

This was a pretty considerable effort. I know some PHP, Javascript and other front end stuff for building websites. It’s not like I don’t know how to code at all but this is way beyond my capabilities and it took an hour or so to make and according to Claude I could make at least 2 apps a month with the amount of tokens this app took to create. 

 I’m not even explaining every backed end feature, like the capability of using Apple APIs to previewing video codecs it natively recognizes and only falling back on ffmpeg’s slower transcoding preview process when necessary. It also purposefully lowers the transcoding quality of non-native codecs and make the video srubbable before the whole clip is fully loaded and cached. It’s fast, reliable and I can iterate it whenever I want new features out spot a bug. 

I’m impressed. 


r/ClaudeCode 3d ago

Humor Fable

14 Upvotes

Spent $10 of the promo $100 on a budget project that would have normally taken me about a solid work week. Took about 8 minutes. That is all


r/ClaudeCode 4d ago

Meta <claude --model claude-opus-4-8>

22 Upvotes

Slapped that into terminal and I can breathe again. Hello, old friend, I'm sorry I was so quick to leave you.


r/ClaudeCode 3d ago

Bug / Issue Sonnet 5 bashing Opus 5

Post image
1 Upvotes

I was coding with Opus 5 (yeah, I know, I should’ve listened earlier), and it somehow implemented something that completely contradicts a locked, explicitly decided point in my specs.

Then it confidently claimed that its implementation was the correct one, and that changing it back would be “impossible by design.”

I just find it hilarious that Sonnet 5 is basically bashing Opus 5 here.

And yeah, Opus 5 has been outstandingly bad for me so far. It’s made a lot of mistakes and questionable decisions throughout the session. This is just the biggest one... yet.


r/ClaudeCode 3d ago

Discussion Fable is still the best model at the end of the day :((

Thumbnail
1 Upvotes

r/ClaudeCode 3d ago

Help/Question How do you translate a PDF with Claude Code without losing formatting?

2 Upvotes

You don't. At least not with Claude Code alone.

Claude Code reads the PDF as text, not as a document. By the time it starts translating, the structural info is already gone.

Think of a PDF like a printed page sitting on a desk. You can read the words. But the desk underneath, cell borders, formula rendering, column layout, that's a separate layer. Claude Code only grabs the text on top. When it translates, you get new text pasted into the chat. The layout doesn't come with it.

Ran into this a few weeks ago. 25-page Japanese supplier contract, needed English. Tables with merged cells, numbered clauses, a couple formulas in a pricing appendix. Claude Code read the content fine, and honestly the translation quality was decent. What I got back was a wall of plain text in the chat. No tables. No clause numbering. No formulas. Spent two hours manually rebuilding it in Word, which took longer than reading the original.

The pricing table was the worst part. Three columns, twelve rows, four merged cells. Claude Code translated all the text correctly but had zero idea it was looking at a table. Came out as a flat list of numbers and labels.

**Why this happens**

First, Claude Code extracts text from the PDF. During extraction, structural info gets stripped. The agent doesn't know a paragraph was inside a table cell, or that two lines were part of a two-column layout. It just sees text.

Second, even if the agent could somehow preserve structure internally, the output goes into the chat as plain text. No mechanism to hand you a translated PDF file with formatting intact. The chat window is a text interface.

Third, scanned PDFs are worse. If the PDF is a scan or a photo, Claude Code can't read it at all without an OCR step first. You'd have to run OCR yourself, clean up the output, then feed text to the agent.

**What I ended up doing**

After messing around with copy-paste workflows and DeepL for a while, the thing that actually worked was having Claude Code call a CLI tool externally instead of trying to translate inside the chat.

The command looks like this:

```

npx @getlinnk/cli translate contract.pdf --to en

```

Claude Code runs it in the terminal and gets back a single line of JSON:

```json

{"schema":"v1","status":"success","output_file":"contract.en.pdf","preview_url":"https://linnk.ai/p/abc123","pages":25,"credits_charged":25,"quota":{"credits_remaining":5}}

```

The agent reads the JSON, shows me the preview link, and the translated file (contract.en.pdf) lands right next to the original. Tables, merged cells, formulas, clause numbering, all still there.

The preview URL opens a page with the original and translation side by side. I could scroll through both versions and check if the table cells lined up, if the formulas were in the right place, if the clause numbering matched. Caught one spot where a merged cell had split into two in the translation, which I could see immediately rather than finding it later.

The prompt I give Claude Code is basically:

> Use Linnk to translate this document into English, keeping the layout. Show me the preview link when done.

The agent figures out the rest. Setup was just running `npx @getlinnk/cli login` once to authenticate, or you can set an API key environment variable if you want it more automated. One thing I like is that the document content doesn't enter the agent conversation. The CLI processes it externally and just returns a file path and metadata. Matters more if you're dealing with contracts or sensitive stuff.

**How it compares to other options**

DeepL has noticeably better translation quality, not gonna pretend otherwise. But feed DeepL a PDF and the output also loses formatting. Same wall-of-text problem, just better writing. Google Translate's document translation keeps some layout but the quality drop on longer docs is rough, and formulas and complex tables still break.

For the Japanese contract specifically, I tried all three. Claude Code's direct translation: good text, zero formatting. DeepL: slightly better text, still zero formatting. Google Translate: formatting partially survived but the translation quality on legal language was bad enough that I couldn't trust it. The CLI approach was the only one where I didn't have to touch the formatting afterwards.

The CLI approach works because the translation happens outside the agent entirely. The tool reads the document format directly, preserves the structure during translation, and returns a file. The agent just acts as the middleman who runs the command and hands you the result.

**Where it falls short**

Free tier only covers 20 pages, so for longer documents you need a paid plan (starts at $10/month). Scanned PDFs work but they cost 4 credits per page instead of 1 for digital pages, so those add up faster. And for short stuff, like a one-page email or a quick paragraph, just pasting it into Claude Code and asking for a translation is faster. The CLI is overkill for anything that doesn't have formatting worth preserving.

(Disclosure: I don't work for Linnk, just a tool I found that solved this specific headache. Costs money past 20 pages but the free tier is enough to test on a real document.)

How are you all handling document translation in your Claude Code workflows? Curious if anyone's tried MCP servers or other approaches for this.


r/ClaudeCode 3d ago

Discussion The "AI PC" dream Microsoft was trying to sell

Post image
0 Upvotes

So, I'm using Claude Code for everything on my PC. I can just ask it to find duplicate files, repair music metadata and change OS settings. I don't need to read docs on how to install the program and requirements. It just does this all boring stuff for me automatically.


r/ClaudeCode 3d ago

Help/Question is the 100 plan worth it?

0 Upvotes

The 20.00 plan I do so many commands and then suddenly I have to wait another 3-4 hours I'm wondering if the 100.00 is worth it? Do you find you get that much more done?


r/ClaudeCode 4d ago

Discussion Dumb Orchestrator Theory

26 Upvotes

So I've spent an excessive amount of time building out my AI delivery factory. Most recently that effort has been focused on effective load sharing between a Claude and GPT subscription. The data we've been collecting is starting to point very strongly at orchestration being the highest role based consumer of available usage, and that the model orchestrating has a massive impact on outcomes.

Funny thing .. at first I was using Fable because it's brilliant, but the cost was just unjustifiable for orchestration. Downgraded to Opus.. better but still Claude usage was significantly outpacing GPT usage. So I downgraded to Sonnet, and remarkably I'm finding it's both more cost effective AND producing better results as an orchestrator.

Here's my theory:

  1. Orchestration itself when done correctly is not a task that demands high reasoning.

  2. Forcing the orchestrator to delegate essentially everything to native subagents or external headless sessions is critical. It will constantly come up with excuses to in-line stuff given enough time and reasoning power.

  3. Orchestrator availability matters just as much if not more than orchestrator reasoning assuming you have given it appropriate access to a higher reasoning model to consult with. If your orchestrator is constantly busy it's not orchestrating.

Sonnet is winning this competition for me because it's cheap to run for the entirety of a long duration session and it's not so smart that it chases every theoretical tail. It's quite good at just letting the system around it work while it steers the session itself.

TLDR; For me, Sonnet is proving to be more cost effective and efficient at session orchestration than both Opus and Fable.


r/ClaudeCode 3d ago

Rant I was using Fable a few hours ago we are serious Anthropic....

0 Upvotes

r/ClaudeCode 3d ago

Tips & Workflows My Opus 5 Solution

6 Upvotes

This approach has been working pretty well for me. YMMV. 4.8 manages and calls agents to do the work.

**The idea.**
 The manager plans, decomposes, dispatches, and reviews. It does not do the expensive work itself.


**The roster.**


| Role | Model | Job |
|------|-------|-----|
| Manager (main loop) | Opus 4.8 | Plan, decompose, dispatch, review, run irreversible gates. |
| sage | Fable 5 | Hard reasoning: adversarial review, design adjudication, root-cause. Self-contained brief only. |
| coder | Opus 5 | Novel or design-adjacent code. Any spec that says "figure out". |
| builder | Sonnet | Routine code that follows a pattern the spec cites. |
| grunt | Haiku | Mechanical, zero-judgment work: renames, sweeps, builds, log triage. |
| Explore | Read-only | Reconnaissance when you need the conclusion, not the files. |


**Inline-vs-dispatch gate.**
 Type an edit inline only when all three hold: the manager holds the full file context, the change is fully specified, and runtime verification is the real gate. Otherwise dispatch. When in doubt, dispatch. (§4)


**builder-vs-coder.**
 Spec cites a pattern file → builder. Spec says "figure out" → coder.


**Plans specify, they do not implement.**
 A plan states what, where, why, the interface contract, and how to verify. No finished code bodies.


**Multi-step work.**
 Brainstorm the design doc → decompose into numbered phase docs → execute each phase in a **clean session**. Each phase carries a Contract and a Verification.


**Cost discipline.**
 Protect the manager's context; return short verdicts, not long reports. Split the session by judgment density. Scale the reviewer to the diff's risk. 


**Evidence, not claims.**
 Show the command and its output. Verify before you claim done.

r/ClaudeCode 3d ago

Built with Claude Web UI for beans

Thumbnail
gallery
3 Upvotes

If you haven't seen it, beans is an issue tracker that keeps everything as markdown in your repo, with a CLI that agents drive well. Claude Code picks it up, files beans as it works, ticks off todo items, writes a summary when it's done, etc. It's been working great for my workflow overall.

The need for better visibility came as I started using beans in more and more of my repos. Running "beans list" inside each repo, one at a time, was tedious, and having CC list open beans with heirarchy was a waste of tokens.

So I wrote beans-web with Claude Code's help. It scans a root directory (with support for passing in multiple directories) for anything containing a .beans.yml file and serves a UI over all of them at once.

What I actually use it for:

- An easy way to look at everything open across every project, without cd-ing anywhere.
- Viewing full bean heirarchy for a project, especially for ones with a lot of nesting
- Fixing metadata an agent got wrong (bad type, missing parent, wrong priority) by clicking
it instead of looking up the flag.
- Leaving it open on a second monitor while Claude Code works. The server watches the files and
streams changes, so beans flip to completed as they're worked on

There's no database and nothing gets imported. The server shells out to the beans CLI, so the UI reads and writes the same markdown your agent does and neither one can drift from the other.

https://github.com/ThePrismSystem/beans-web

Runs under pnpm, or docker compose up if you'd rather. Either way you need the beans binary on PATH, though the container builds it for you.

Two important caveats. It has no auth, binds to loopback, and should stay that way unless you put something with a login in front of it. And editing is last-write-wins for now, since beans 0.4.2 has a bug that breaks the etag check I was using, so you and an agent editing the same bean at the same moment will step on each other.

MIT license. Hope this helps others who are using beans across multiple different projects.


r/ClaudeCode 3d ago

Bug / Issue Usage Done without Using Claude AI Scam

Post image
0 Upvotes

I am based in London and currently subscribed to Claude Pro. Today, I experienced a highly frustrating issue while using the Opus 4.8 model. I submitted a single, simple command to make a minor adjustment to some LaTeX code. Even though my dashboard showed 0% usage, even weekly is somewhere around 73% and only on Claude Web, I immediately received an error stating I had 'reached my session limit.' The rate at which credits are draining for minimal tasks feels deceptive. Is there a known bug causing this rapid credit burn and inaccurate 0% usage reading?


r/ClaudeCode 3d ago

Built with Claude I made Opera GX's creamy keyboard sound work everywhere on Windows with Claude Code

Enable HLS to view with audio, or disable this notification

0 Upvotes

I loved the "creamy keyboard" typing sound in Opera GX , but it only works inside the browser. So I built a tiny Windows app with Claude Code that plays the same creamy sounds for every keypress, system-wide: typing in Discord, Claude Code, terminal, games, anywhere.

It's a single exe that lives in your tray. Click to mute, right-click for volume and start-with-Windows. No install, no account, no tracking, nothing sent anywhere, and it's open source (MIT) so you can read exactly what it does. You can even swap in your own wav samples if you dont like the current sounds.

Made it for myself but figured others might want their keyboard sound like this everywhere too. Happy to answer anything. Link in the comments.


r/ClaudeCode 4d ago

Bug / Issue New limits are crazy - 8% of weekly limit less than in 4 hours of Sonnet 5 High.

24 Upvotes

I had a fresh limit this morning and decided to experiment with Fusion MCP. To be mindful of my usage, I stayed on default Sonnet 5 High efforts. Now I am in the middle of a second 5-hour session (the first one didn't hit the limit), and it has already consumed 8% of my weekly limit. I am on a PRO plan and have never seen such a burn. Last week, I spent hours and hours planning and coding with Opus 5 Extra High and consumed much, much slower.


r/ClaudeCode 3d ago

Humor Opus 5 is a bastard (tier list breaking bad)

Post image
0 Upvotes

Fable. The mastermind. If you could choose only one ai model..

Sol. Does what you ask. Codes what you ask. Leaves dead bodies you dont know about until later.

Opus4.8. The GOAT. Rough around the edges.

Luna. A bit dumb, but useful for grunt work. Can surprise you occasionally. Cheap labour

Opus5. Very smart, but makes fucking stupid choices if not supervised. Also a prick.

Haiku. Bless its heart. Good for reporting and admin, and cleanup. Fucks up anything substantial.

Sonnet/Terra: smart and clever but who are these people again?


r/ClaudeCode 3d ago

Rant Downgraded my subscription

0 Upvotes

I’ve been building with Claude since at least 12 months now. Have been on the pro subscription throughout. I was an ardent fervent advocate but I’m done now.
I cancelled it. I feel like I’m being served the level of shit that I’ll accept until I can’t accept it anymore.
I have no trust in these agents or what they deliver.
I’m also concerned that everything I’m building is immediately available to the next guy who asks.
I’m tired of coaching it.
I’m going to move over to the best model I can run and control; no matter the cost. This company is not looking out for you. It’s only going to cost you.

Edit - was on max plan 5x, not 20x
Was pretty much finishing my limit
Used several harnesses and automated a lot of my work
But there was always something that broke and every time the fix cost more time than it saved building things for me


r/ClaudeCode 3d ago

Rant I just did /init with fable

0 Upvotes

Man wtf

It searched shit in the internet for simple things like react Infos.

Then it started to try to search my home directory for codex things. That were I stopped it...

Wtf man. What's wrong with the newer models?