Claude Code Unleashed

ymichael.com

150 points by ymichael 3 days ago


brainless - a day ago

I am using Claude Code full-time for about 6 weeks* with the $20/month subscription. I am trying out building different products from ideas I have already had. It frees me a lot of time to talk about my founder journey.

I have not needed multiple agents or using CC over an SSH terminal to run overnight. The main reason is that LLMs are not correct many times. So I still need time to test. Like run the whole app, or check what broke in CI (GitHub Actions), etc. I do not go through code line by line anymore and I organize work with tickets (sometimes they are created with CC too).

Both https://github.com/pixlie/Pixlie and https://github.com/pixlie/SmartCrawler are vibe coded (barely any code that I wrote). With LLMs you can generated code 10x than writing manually. It means you can also get 10x the errors. So the manual checks take some time.

Our existing engineering practices are very helpful when generating code through LLMs and I do not have mental bandwidth to review a mountain of code. I am not sure if we scale out LLMs, it will help in building production quality software. I already see that sometimes CC makes really poor guesses. Imagine many such guesses in parallel, daily.

edit: typo - months/weeks

cheema33 - a day ago

This article reads like an ad for the author’s product.

UnreachableCode - 21 hours ago

Am I the only person who hasn't found the time, money, permission from work, resources, etc to be able to produce software like this? I'm still at my corporate 9-5 where they're still making the decision on whether we're allowed to use copilot yet.

ksynwa - 20 hours ago

Can someone explain to me like I'm from 2020 what these multiple agents are for? Is it something like starting five different Claude Code sessions in parallel to fix five different issues? Or are they collaborating in some capacity?

nberkman - 14 hours ago

I tried Terragon on an open source repo I maintain and ended up with a PR: "Showing 11,643 changed files with 2,441,792 additions and 584 deletions." Yikes!

jamifsud - 16 hours ago

I've been using Claude Code for weeks now and I've found it to be fantastic at writing / debugging tests unit / integ tests that don't require external context. Still needs some guidance of course but it's been a huge productivity improvement.

Unfortunately, I can't say the same for other types of tests like E2E tests. It makes sense why: CC doesn't have access to all of the context to determine what's going wrong. During an E2E test suite run it can't pause to look into the console, view whats on the page, look at the backend logs, etc. I tried writing some utilities to snapshot and log the state of parts of the page when a test failed and this did help a bit, but not enough to get the same productivity boost for other types of tests.

Has anyone had any luck with this? Any strategies to share?

nikisweeting - 21 hours ago

Whats the benefit of this over the Claude code github action? https://github.com/anthropics/claude-code-action

It's already great at spinning up 5+ agents working on different PRs, triggered by just @mentioning claude on any github issue.

davedx - 20 hours ago

Are all these Claude Code articles adverts for people building wrappers around Claude Code? I'm starting to get quite sceptical about how good it actually is

stpedgwdgfhgdd - a day ago

This is the dream, but we are not yet there. For any reasonable complex code base, CC needs guidance, like avoiding duplicate code/use library function. Write more tests. Sometimes there is a much more elegant solution for a problem. Claude will find it, but you need to hint and ask.

If people use Claude without a critical eye, our code bases will grow immensely.

eisbaw - 21 hours ago

Claudia helps regarding managment and session mental switching.

I added a web server ontop, so I can use Claudia from my phone now: https://github.com/getAsterisk/claudia/pull/216

thatscot - 21 hours ago

When I work side-by-side with Claude to fix bugs or ask it to fix problems. It constantly makes mistakes, like the other day it got the concept of batchItemFailures on an sqs queue completely wrong.

How are people just firing them off to build stuff with any confidence?

conartist6 - 17 hours ago

It's just arbitrage.

You aren't a programmer. The basic nature of your work is not serving users with better software, but buying $1000 of currency for $200.

0_gravitas - a day ago

How much does it seem like this will be affected by the recent headline saying that Max rate-limits are getting shadow-tightened?

johnfn - 20 hours ago

This sounds fantastic. I found myself nodding along the entire time as the author's experience matched mine. I'm really surprised it isn't more popular here on HN; I can only think that most people haven't really used Claude Max yet.

chadcmulligan - a day ago

How are people using Claude to use this much API? I use it to write the occasional bit and the free one seems enough - I've only once been told to come back tomorrow.

ed_mercer - 18 hours ago

I need an open-source version of this. I’m not exactly comfortable exposing all of my code to some external service.

dearilos - 16 hours ago

There's a lot of arguments being made here that background agents aren't effective because code review is the bottleneck.

I built a tool that understands the codebase and can give the agent the first pass. So you don't need to spend mental bandwidth to review mountains of code.

If anyone is open to trying - email is in profile

yahoozoo - 18 hours ago

I still don’t get how people blow so much money per day if they were just on API usage. My tasks at work are either so trivial that it’s easier and quicker to just do them the old fashioned way, or complex enough that having to steer, correct, and edit the LLMs output is more effort than just writing it myself. What I mainly use LLMs for is “Run a `git diff master` and summarize the changes for a PR description” to save some time there.

I guess a lot of folks are vibe coding 90%+ their side hustles to the point they require 5 instances of CC, each running 8 subagents?

internet1776 - 20 hours ago

[dead]

pinoy420 - 15 hours ago

[dead]

rafram - 15 hours ago

Claude Code eating up hundreds of dollars of API credits a day doesn't make $200/month "cheap," it just means that Anthropic has figured out an effective way to talk you into getting ripped off.

socketcluster - 19 hours ago

I tried Claude Code with my custom serverless BaaS https://saasufy.com/ - The results were excellent.

I'm hoping this will commodify the BaaS sector which is good news if you're competing on efficiency and functionality as opposed to relying on network effects.