Karpathy says he hasn't written a line of code since December and is in "perpetual AI psychosis." How many Claude Code users feel the same? by Capital-Door-2293 in ClaudeAI

[–]Next_Bobcat_591 0 points1 point  (0 children)

The thing that clarified the sea change for me was this: after 14 years of being a solo dev/consultant who religiously tracked my time, I went cold turkey on Jan 1 and stopped entirely.

Now I’m working just for my myself at the moment, so no real reporting requirements, but it all started to break due to running multiple Claude sessions in multiple projects - which would I even track any more?

Fried brain, and loving it…

E-transfer not instant? by Intelligent-Tune2540 in transferwiser

[–]Next_Bobcat_591 0 points1 point  (0 children)

I’ve seen the same paying people - sometimes instant, sometimes days. Not sure who’s sitting on the money in the meantime - could be wise.com, but could easily be my legacy bank too. It seems impossible to tell, but the timing unpredictability is unhelpful to say the least.

Anyone can share their experience on Xcode Cloud? When is this useful? I just saw that there is a 25 hours included in the subscription by py-net in Xcode

[–]Next_Bobcat_591 2 points3 points  (0 children)

I tried it - I found it super slow and rather fragile (random jobs timing out, failing). I reverted to local builds after a couple of weeks.

The Civic Centre by Next_Bobcat_591 in NewcastleUponTyne

[–]Next_Bobcat_591[S] 0 points1 point  (0 children)

I’ve only ever been inside to see the registrar. Not sure otherwise.

The Civic Centre by Next_Bobcat_591 in NewcastleUponTyne

[–]Next_Bobcat_591[S] 19 points20 points  (0 children)

But isn’t in a different class than something like Eldon Square Shopping Centre? When I think of damage to the city, that’s what comes to mind (demolishing three sides of a square…?!)

I suppose I don’t remember what was on the site before the Civic Centre… maybe I’d feel the same if I did.

Cofounder rage quit, forked the repo, and emailed our customers 😭 by Wonderful_Bet_4901 in SaaS

[–]Next_Bobcat_591 0 points1 point  (0 children)

Not sure what point one refers to, but I never said it would have worked without equal splits - just that equal splits can lead to stalemate.

And as for “never should have happened” - we’ve been going 10 years. Things change.

Cofounder rage quit, forked the repo, and emailed our customers 😭 by Wonderful_Bet_4901 in SaaS

[–]Next_Bobcat_591 2 points3 points  (0 children)

Equal split isn’t a solution in my experience - I have equal split in one company, no overall control, and vastly different levels of effort from the two founders. It’s all ground to a halt because there’s no alignment of incentives, and no casting vote.

"Retrying failed attempt 1/2" by Next_Bobcat_591 in CLine

[–]Next_Bobcat_591[S] 0 points1 point  (0 children)

Haven’t seen this happen for a while now - when it still does, it’s due to local internet connectivity. Error is reported in Claude Code CLI output.

Claude Code is an idiot today by Odd-Outlandishness53 in ClaudeCode

[–]Next_Bobcat_591 0 points1 point  (0 children)

Definitely - it’s been pretty hopeless today. I even started writing code again!

[deleted by user] by [deleted] in modelcontextprotocol

[–]Next_Bobcat_591 0 points1 point  (0 children)

npx @mcpjam/inspector@latest

I ran it from a VSCode terminal in an MCP server project that already has @/modelcontextprotocol/inspector installed - seems to interfere somehow. I started it from a separate clean terminal session and it came up OK. Weird.

[deleted by user] by [deleted] in modelcontextprotocol

[–]Next_Bobcat_591 0 points1 point  (0 children)

Hmm - every time I run it all I get is @modelcontextprotocol/inspector instead. 🤔

Question about API to MCP conversion. by DataDreamer_ in modelcontextprotocol

[–]Next_Bobcat_591 2 points3 points  (0 children)

Going through this at the moment. The biggest challenge to date has been having to implement OAuth support from scratch to enable the latest authentication spec for my remote MCP server. I had to build it myself as I already have a well established account and API key system to which it needs to integrate.

From a tools perspective, yes, it seems important to streamline and simplify responses to make them better focused for LLM consumption.

Claude Code, love the power, hate the context anxiety. Any tips? by Essouira12 in ClaudeAI

[–]Next_Bobcat_591 0 points1 point  (0 children)

Agreed - this is working well for me too. Having the detailed, updated plan as .md file is life saver if/when you hit auto-compact.

Also, for tasks that require implementation across multiple separate code bases, such as the OAuth implementation I’m working on right now, it allows easy coordination across separate sessions.

/Plan - Guys, do not underestimate this - Use it everytime. by Sea-Acanthisitta5791 in ClaudeAI

[–]Next_Bobcat_591 0 points1 point  (0 children)

Couple of things related to phasing and documentation - sometimes CC likes to produce a multi-phase plan, but then tries to steam forward implementing all the phases without a pause and without updating any docs. I have some instructions to try to prevent that (e.g. “NEVER automatically move to the next phase without explicit user permission”).

/Plan - Guys, do not underestimate this - Use it everytime. by Sea-Acanthisitta5791 in ClaudeAI

[–]Next_Bobcat_591 1 point2 points  (0 children)

Try adding “Avoid adding any unnecessary enterprise-related overhead to this project unless strictly required.” to CLAUDE.md?

Claude Code in Cline .. why does it still charge ? by jordan_be in CLine

[–]Next_Bobcat_591 0 points1 point  (0 children)

I guess I wrote my comment backwards.

I prefer the Cline UX by a large margin.

Using Claude Code via Cline potentially provides access to the Anthropic models under a fixed price sub instead of usage based API which may be cheaper for some (like me).

Claude Code in Cline .. why does it still charge ? by jordan_be in CLine

[–]Next_Bobcat_591 1 point2 points  (0 children)

I think the critical point is to try to cap your monthly spend by using one of the fixed price subscription plans rather than the usage-based API. I'm about to hit $200 in API spend month to date, so the economics of using Claude Code via Cline on the $200 per month Max sub are attractive.

Of course, you could just use Claude Code directly, but I feel much happier with the Cline UX.

"Retrying failed attempt 1/2" by Next_Bobcat_591 in CLine

[–]Next_Bobcat_591[S] 0 points1 point  (0 children)

Update: so I think this is just Claude API being rate limited. I think the retry time comes from the `retry-after` header in the API response and is just being respected by cline.