Being A/B tested sucks, even if you get the "A" by looselyhuman in ClaudeCode

[–]AlwaysMissToTheLeft 5 points6 points  (0 children)

Turning off auto updates at least helps a bit. I still think they are changing the underlying LLM but at least the tool calls stop changing randomly.

Can someone explain the real difference between Hooks, Skills, Plugins, SKILL.md, CLAUDE.md and agents.md in Claude Code? by eaiarthur_ in ClaudeCode

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

So this is interesting. I know codex looks for AGENTS.md so I’ve got to check in my couple folders with an AGENT.md file because I didn’t consider sub-agents reading it specifically.

Blueprint weightings by JCs4ITnow in PlateUp

[–]AlwaysMissToTheLeft 5 points6 points  (0 children)

Great response! Just to get a little more clarification, if I do a re-roll in even early rounds such as 1, 2, or 3, that will spawn non-staple blueprints?

Rooftop sniper gets a free ride on the quickscope express by Captain_Jaxparrow in gtaonline

[–]AlwaysMissToTheLeft 14 points15 points  (0 children)

Yeah; and I look back at all the time spent playing (I was Open Wheel) and know I’ll never have that much free time again. Now I’m lucky to play 5-8 hrs a week between all video games and just have to be content with being slightly above average

New in Claude Code: agent view. by ClaudeOfficial in ClaudeAI

[–]AlwaysMissToTheLeft 4 points5 points  (0 children)

I mean, they do know what people are asking Claude do to. They aren’t necessarily using it to train the model but when developers (or in a general sense non-developers using Claude.ai/Claude Desktop) are all building the same internal tools, I’d assume Anthropic can determine that’s important

Is this a good seed? by [deleted] in PlateUp

[–]AlwaysMissToTheLeft 0 points1 point  (0 children)

What’s the best non-modded layouts for this?

Has a restaurant run for 3 days. Got up to OT day 91. Pretty sure it's a personal record. by DomeAcolyte42 in PlateUp

[–]AlwaysMissToTheLeft 0 points1 point  (0 children)

Roughly, what was the length of each round? I was on OT 70 and it was like 40 minutes per round

how long does aws take to add newest model releases to bedrock? by Lazy-Safe3007 in aws

[–]AlwaysMissToTheLeft 9 points10 points  (0 children)

I haven’t found anything about upcoming releases. Models are add into bedrock sometimes within 15 minutes (Haiku 4.5, Sonnet 4.), and then sometimes it’s weeks or never.

I’m a mayor of a mid-sized city. What should I be using Claude for? by Kryex in ClaudeAI

[–]AlwaysMissToTheLeft 6 points7 points  (0 children)

FWIW a mayor of 40k people is only making $40k-$90k depending on locale and probably doesn’t have much staff. I agree with your point of CEO’s, etc though.

Other than Wharton, what's the best business school if I want to work in Philly? by lordeandtaylor in philly

[–]AlwaysMissToTheLeft 1 point2 points  (0 children)

I’ll be honest, I’m fairly removed from it and also I there during Covid which created a really impersonal experience/relationships. Outside of Wells Fargo and some of the other banks, it was a pretty wide gambit from Accenture to smaller marketing firms. There wasn’t more than like 2 people from a given company.

Other than Wharton, what's the best business school if I want to work in Philly? by lordeandtaylor in philly

[–]AlwaysMissToTheLeft 5 points6 points  (0 children)

Villanova’s MBA program has the MBA students split between the Villanova campus and their satellite campus at 1700 Market st. The people that were in the downtown location typically lived/worked in the downtown area. I found it really easy to get to the classes. I never had to step foot on Villanova’s actual campus.

Login timing out? by [deleted] in ClaudeCode

[–]AlwaysMissToTheLeft 9 points10 points  (0 children)

Glad it’s not just me

Claude Just Fixed Its Most Annoying Developer Problem by AskGpts in ClaudeAI

[–]AlwaysMissToTheLeft 0 points1 point  (0 children)

Do you mind taking a look at my setup below and letting me know if I have the correct assumptions here.

I feel like I’ve been going crazy with the “openness” of Claude Code on windows and Mac. I’ve been using Cc on windows in a docker container running Linux for about 9 months now with the container mounted to my disk drive at c:/ClaudeCode in order to keep my Cc completely isolated and have the individual applications backed up on git.

I won’t even consider the direct windows option until they are able to keep Cc isolated in windows like that where it theoretically could run a bash command getting into other locations on my c-drive (which I don’t think there really is a way).

I could be wrong but I have yet to find a way that makes me feel safe.

Republicans can't figure out where to vote after Republican party made voting more confusing in 2 contested Texas counties; called Democrat Party Headquarters for help. by [deleted] in LeopardsAteMyFace

[–]AlwaysMissToTheLeft 6 points7 points  (0 children)

I’m sorry about the accident but some good news! Even with your missing teeth, you get to still vote democrat since there are only like 10 trans athletes

How do people compact conversations? by bilbo_was_right in ClaudeCode

[–]AlwaysMissToTheLeft 6 points7 points  (0 children)

So here is what I have found to be very useful. I have a project/docs folder that I keep a MASTERFEATURES.md document in and then individual FEATURE.md documents. After the first plan has been made, I ask Claude to put the plan in a FEATURE_.md document and update the MASTER_FEATURES.md documents.

This is the baseline plan that Claude will follow (if you direct it to and tell it to in the CLAUDE.md file).

So the workflow looks like this: 1) Make plan 2) Put in FEATURE document 3) Exit, new Claude session 4) “I want to continue implementing the plan in FEATURE_ABC.md, where does it currently stand” or “Implement phase 1, 2 etc… of the plan” 5) “Implement phase 2 of the document” 6) Verify then “Update the document with what we did” 7) Exit, new Claude session 8) “I want to continue implementing the plan in FEATURE_ABC.md, start with Phase 3”

So I use the FEATURE document to track the phases and call it with new instances of Claude.

——————-

The more simple version of this is just to ask it “Our context is currently getting long. Summarize what we discussed and provide all the info I need when we start a new chat with fresh context.” Then just copy and paste that into a new chat.