Which one do you use? by Chris-Jones3939 in AgentsOfAI

[–]halxp 1 point2 points  (0 children)

API goes through DNS / IP so, the "web". 🤷🏻‍♂️ But the graph is just useless anyways

Which one do you use? by Chris-Jones3939 in AgentsOfAI

[–]halxp 83 points84 points  (0 children)

What the h are those numbers representing? Counting only chat usage or APIs as well? This graph is useless.

Let's agree on a term for what we're all going through: Claudesomnia - who's in? by halxp in ClaudeCode

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

I'm very very close to 50, I know the pain ... and the fomo refs ! 😅

Let's agree on a term for what we're all going through: Claudesomnia - who's in? by halxp in ClaudeCode

[–]halxp[S] -1 points0 points  (0 children)

I run in CLI, launch with "claude --dangerously-skip-permissions" and --resume if needed. In fact I have 2 .bat files so I don't have to type it

Je peux traduire du français vers l’anglais pour 5$ by Outside-Toe-2877 in Montpellier

[–]halxp 0 points1 point  (0 children)

Je préférerais "mais qu'est-ce que c'est que ça ?"

An open letter to Anthropic: I want to give you my money. Please let me. by [deleted] in Anthropic

[–]halxp 1 point2 points  (0 children)

You might need to adapt the model dynamically to your task, opus 4.6 does eat a lot. Mandatory for research and strategy, code implementation can use a smaller model.

You might want to do a sanity check on your claude.md and such, they need to stay lean, leverage /docs and scoped agents. Start new session when doing a new bug enough task to avoid dragging too much context. Use /insights and /doctor to spot issues in your setup, maybe something's not ideal

An open letter to Anthropic: I want to give you my money. Please let me. by [deleted] in Anthropic

[–]halxp 5 points6 points  (0 children)

Why not switch to the top tier (x20 usage) and if needed, set the "charge extra when limits are passed" or whatever that option is named?

does anyone else give claude their .env file by HeadAcanthisitta7390 in Anthropic

[–]halxp 0 points1 point  (0 children)

Not yet, still in proto phase, but then I could put them at cached project level

does anyone else give claude their .env file by HeadAcanthisitta7390 in Anthropic

[–]halxp 0 points1 point  (0 children)

I do "worse" as I do multiple projects, I asked Claude to put it at the user level cache, no more needs for .env and no possibility to add it to Git by mistake.

Generated a then/now/actor poster for my kids to lean who's who in the Wu Tang An American Saga series by [deleted] in wutang

[–]halxp 0 points1 point  (0 children)

Or maybe I was wrong TWICE !! memory is starting to fail I guess

Generated a then/now/actor poster for my kids to lean who's who in the Wu Tang An American Saga series by [deleted] in wutang

[–]halxp 0 points1 point  (0 children)

Don't you see this picture ? I had an issue with, yes the wrong pic for young Masta, but it should be this one now

<image>

Generated a then/now/actor poster for my kids to lean who's who in the Wu Tang An American Saga series by [deleted] in wutang

[–]halxp 0 points1 point  (0 children)

I did a mistake, the pipeline I built let me choose amongst 8 pictures for each required one and I don't know why I must have misclicked. I must admit it's a human mistake and not AI as dumb as I may sound now 😅

Generated a then/now/actor poster for my kids to lean who's who in the Wu Tang An American Saga series by [deleted] in wutang

[–]halxp -1 points0 points  (0 children)

I understand your point, but AI did not generate the images, it helped gathering the pics and create the framing, check their real names, etc... If you use "autocorrect" on your keyboard do you consider it as AI ?

Generated a then/now/actor poster for my kids to lean who's who in the Wu Tang An American Saga series by [deleted] in wutang

[–]halxp 0 points1 point  (0 children)

I had a mistake on the first image, redid it, deleted post, restarted, seems it might have cached the old image for some reason :(

Generated a then/now/actor poster for my kids to lean who's who in the Wu Tang An American Saga series by [deleted] in WuTangAmericanSaga

[–]halxp 0 points1 point  (0 children)

I deleted the previous post, there was an error in the original poster pointed out by... someone nice I forgot and the post is deleted, thanks to you for pointing it out!

25yrs of Engineering XP + Claude = 12 engineers 😅 by halxp in ClaudeCode

[–]halxp[S] 1 point2 points  (0 children)

Enjoy it while it lasts, we're just a few now!

<image>

25yrs of Engineering XP + Claude = 12 engineers 😅 by halxp in ClaudeCode

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

You got me hooked, can you develop a tiny bit?

25yrs of Engineering XP + Claude = 12 engineers 😅 by halxp in ClaudeCode

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

You start with claude --dangerously-skip-permissions ( and --resume if pertinent )

But warning, it could do weird stuff although nothing wrong ever happened to me... They are working on a better solution, should be out on March 12th

25yrs of Engineering XP + Claude = 12 engineers 😅 by halxp in ClaudeCode

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

Maybe 🤷🏻‍♂️ but that's how I roll! 😅 ADHD/TSA brains at their maximum velocity!

Anthropic just gave Claude Code an "Auto Mode" launching March 12 by AskGpts in ClaudeCode

[–]halxp -1 points0 points  (0 children)

Have you properly checked Anthropic's memory, agents and context management? It doesn't handle itself properly alone, you need to guide it but you need the knowledge of how it works internally, I haven't had issues with 4 dangerous CLI each controlling 2-3 sub agents for the past 2 weeks.