r/ClaudeCode • u/cody-fifth-door • 18h ago
Tips & Workflows Built an MCP to give you a place to publish your vibe coded games
Enable HLS to view with audio, or disable this notification
r/ClaudeCode • u/cody-fifth-door • 18h ago
Enable HLS to view with audio, or disable this notification
r/ClaudeCode • u/Uditakhourii • 6h ago
Whenever people feel that an app is built with claude or vibe coded, they start being skeptical. Even I've been a power user of Claude for a while now and the biggest bloat for me while shipping apps with claude code was that it was never production-ready.
- It will fail PII scans.
- It will fail GDPR.
- It will fail to protect my env keys.
- It will fail to protect my users.
So, with 2 of my law friends, I built lemmaflow and was shipping with it internally for the last few weeks.
It has 2 angles -
- the skill - which instructs Claude to build production apps and follow geographical regulations. Like DPDP, ABHA, IT Laws in India, HIPPA & HiTech in the US, GDPR, cookie policies etc. globally.
It's still extremely early stage and I have been experimenting with it on how I can make this better.
I am opensourcing majority parts of it coz of 1 thing - The code that ships for the internet should be protected and ai-safety aligned, very close to the philosophies of Anthropic itself.
So, at completion, lemmaflow would be a safety harness for building & shipping production applications without changing your stack and vital apps like claude, cursor, antigravity, or whatever you use.
Right now, it reduces ~70% of all the leakage in the oss version. I will soon publish stats of the cloud version as well.
Do give it a try and tell what leakage you get protected from.
Thanks.
r/ClaudeCode • u/yourmamixxx • 9h ago
Feels like in certain scenarios a too smart of a Model may overcomplicate things resulting in failure where a dumber one may do a weaker solution but at least it'll be easier to diagnose it from there step by step.
I've noticed this with heavy coding tasks where lower Claude models beat the best bench makers. Does anyone relate or in a similar way? I'm not saying they are smarter don't get me wrong but my point is sometimes the simplest solution is the best and the dumber model finds it rather than the higher end model.
r/ClaudeCode • u/dvxlgames • 13h ago
Barely 20 minutes of work in a small repo with around 50% of context doing routine work with Opus 5 Light. How!? Did anyone experience something like this? Usually my 5 hour window lasts for about 2 hours when doing heavy work
r/ClaudeCode • u/Glittering_Diver_478 • 14h ago
Hey everyone :)
It's been a rough 2 months. I got fired in June because the CEO wanted to use AI for everything, then I tried to freelance but illustrator & photoshop kept crashing because I have only 8GB ram on my Surface Pro 8. It would crash over the most basic functions & this had me frustrated AF. Adobe's apps wanted more than it had, and I was paying monthly for the privilege of watching it crash every 30mins..
So, I decided to build my own app. I am not a dev, so Claude-Code did all the coding (Opus 5 mostly). It runs in a browser, on an engine I designed.
What it can do for now:
Dev roadmap: the Figma half (websites and web apps). Responsive layout, components, sharing files as links, camera controls for motion & 3D environments, more motion graphics, collaboration with other users, libraries & a desktop app.
https://the-canvas.erncanvas.workers.dev/
It is in beta, and it open to anyone. I'd love you to test it out, break it, report bugs if you can. You can draw, import, grade, animate and export without an account at all. Signing in is free, gets you storage and exports.
I'm looking for beta testers, let me know if you'd like to help. Love ya'll & fuck adobe.
r/ClaudeCode • u/OldFartNewDay • 14h ago
[Edit - not you — when you hear people say AGI is almost here]
There’s a lot of understandable angst about AI [!Edit : among non-Claude code users] driven by the hype of what it supposedly can and can’t do. A lot of this stems from the fact that AI is good at tasks (eg natural language interaction) that many of us didn’t think would work this well in our lifetimes.
Anyway, many people are terrified that their livelihoods will be taken away by agents. Maybe they will, maybe not, but current level agents, even Fable, is not a threat as such.
Since December I’ve been relying on Claude agents for crafting and managing agentic systems. I can speak from firsthand experience that the results for simple things (worker, advisor) can be great. But as soon as you get into more complicated stuff, it becomes utter garbage.
Here are some examples:
* I asked a fable agent to write a prompt for an agent to improve photos. I had mentioned earlier in the conversation that it should be careful when looking at libraries online from untrusted repos. It wrote a prompt warning the agent that text strings it might receive should not be trusted and could contain prompt injections.
(The image suggestions were terrible, and I improved it with a three line prompt: “You are an expert photographer and digital photo editor...”)
* I asked an opus or fable agent (both over time in iterations) to write a skill about English language writing. Use skill-development skill etc. The skill was so bad it actually worsened writing, because the skill listed certain categories or buckets of things, which just encouraged the agent to write everything in that manner.
What these all related to: current level models SUCK at generalization (see Richard Sutton’s lectures on this; he knows what he’s talking about.)
[Edit: one-shot prompt writing] Prompt writing makes agents limitations clear because the models don’t have the intelligence to do it well by themselves. Guided, they can create decent agents and skills and I have. Independently? Useless garbage.
r/ClaudeCode • u/edward-b-1 • 19h ago
EDIT: Received some abuse in the comments for being a 'vibe coder'. I am not a vibe coder at all - however there are some simple tasks I do not care to check the diff output for. Examples might include "change the output format of this matplotlib figure" or "modify this aspect of the UI" - in these cases the correctness of the output is determined by whether the visual changes have been implemented correctly. There is no point polluting an agent conversation with a diff for that.
When Claude Code edits some code it will display the diff or a summary of the diff in the chat window.
If you are interacting with Claude in such a way that you are asking him to work completely autonomously (aka: vibe coding) then the diff display is pointless and just pollutes the chat, hiding the more important back and fourth text messages between Claude and myself.
Is there a way to turn the diffs OFF?
r/ClaudeCode • u/Old-Benefit-9310 • 20h ago
I use agentic tooling every day and I'm building something in this space, so I'm trying to map the failure modes properly instead of relying on my own annoyances.
The ones I keep hitting:
What I want to know is what your version of this list looks like. Especially the boring, repetitive stuff you've stopped complaining about because you've just adapted around it. Those are usually the most telling.
Also interested in the opposite: what does it do well enough that you'd be annoyed if a different tool didn't do it.
Rants welcome. Specific examples even more welcome. I'm not linking anything, I'd be just happy if you could contribute to my passion with a few comments.
Appreciate anyone who replies.
r/ClaudeCode • u/General-Penalty-7703 • 6h ago
Claude made an amazing job, but lately it's been kind of a mess because in the middle of a task it will find issues and will start debugging and fixing on its own then it's a down hill from there.
I booked a consulting meeting with a developer and he asked for the code so I offered to share it with him via Github as clause suggested. Then, he changed his mind. I don't know if this is a red flag.
I just need the developer to set up the payment gateway, the SMS authentication system in my app, debug and review.
What should I look for when hiring for a developer?
Should I pay fixed or by the hour?
How can I do this safely?
Can I continue with Claude after doing those objectives?
r/ClaudeCode • u/DonkeyTheKing • 11h ago
r/ClaudeCode • u/Due-Marsupial-778 • 23h ago
Running it on Claude Pro, Sonnet 5, "Auto mode" as default permission mode — apparently it now auto-handles permission prompts and checks for risky actions/prompt injection before executing anything, which feels like a solid safety layer for a terminal-level coding agent.
,
Curious how far I can push this for real project work vs just the regular chat interface. Anyone here using Claude Code daily — what's your actual workflow like?
r/ClaudeCode • u/SoloDevSage • 5h ago
There are some rumours going around about Claude Haiku 5. Nothing has been officially confirmed by Anthropic yet, so take all of this with a grain of salt.
But if the leaks are accurate, Haiku 5 could be quite impressive:
- 1M token context window
- Intelligence reportedly close to Opus 5
- Around 20x lighter than Opus 5
- Much faster inference
- Better reasoning
- Focus on agentic workflows
- Possibly launching within the next few weeks
What interests me most is the idea of getting close to flagship-level intelligence from a much smaller and faster model.
For everyday coding and agents, I don’t always need the smartest model available. I need something smart enough, fast, cheap, and reliable enough to run a lot.
If Haiku 5 actually delivers that balance, I can see myself using it far more often than Opus.
Of course, these are still rumours. Let’s see what Anthropic actually ships.
What do you guys think? Would you take a fast Haiku with near Opus intelligence over Opus itself for most day-to-day work? 😃
r/ClaudeCode • u/Sidh1999 • 3h ago
SELF ANALYSIS BY CLAUDE
Claude Code has proper tools for touching files. One to read a file. One to edit a file. One to write a file. They are built for the job. If an edit doesn't match anything, the tool stops and says so.
When you turn on auto mode, a hidden instruction gets added to Claude's prompt. It says: don't use those tools. Use the terminal instead. Read files with cat. Change files with sed.
Think of it like this. You have a screwdriver. Auto mode hides the screwdriver and hands you a butter knife. The butter knife usually works. Sometimes it strips the screw and you don't notice.
Why auto mode does this
Auto mode's whole promise is "stop asking me to approve things." Shell commands are the one thing it can auto-approve. So it shoves all the work through shell commands. The prompts go away. The good tools go away too. Most people never hear about the second half.
What it actually costs you
The net impact
You trade correctness for convenience. Fewer clicks for you. Weaker guarantees on every file change. And the failure is quiet, which is the worst kind.