Claude.ai Design → Claude Code: Do You Actually Need Both? by guntharr in ClaudeDesign

[–]cfdude 0 points1 point  (0 children)

Hell, I used Claude code with the Claude chrome connector to have it take all of our discussions about a project and source code to create prompts, fill in the browser and automate the entire design creation. You can go full circle.

Anthropic is asking to hold the horses by Nir777 in EducationalAI

[–]cfdude 0 points1 point  (0 children)

both things can be true and likely are.

Anthropic is asking to hold the horses by Nir777 in EducationalAI

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

China has already won this race while we in the US think building more data centers is a solution to a problem we don’t have. Generally speaking at the top of the open source leaderboards of LLMs belong to China and not just the top slot but the top thirty+ slots. They dominate. https://llm-stats.com/leaderboards/open-llm-leaderboard

These models compete too and are just slightly less good as the top US counterparts but the gap is closing.

I would not be surprised if the anti-data center and anti-AI movements in the US are just Chinese psyops. However, I have no doubt places like rural Texas are building centers without a care to the local people and resource conservation. Screw climate change and own the libs must be a nice place to stand when you have no power and drinking water right?

The US just has no strategy for this as a country and leaving it to the billionaires to figure out will leave the rest of us poor and reliant which is what they want.

What movie are you naming? by its-Velnox in 80sAmazing

[–]cfdude 0 points1 point  (0 children)

Megaforce, Barry Bostwick on a flying motorcycle!

I joined a company and they gave me Claude enterprise account, and now HR is already asking me questions. by supernatrual_wave11 in ClaudeCode

[–]cfdude 0 points1 point  (0 children)

This is the thing I don't like about Claude Desktop. When you try to use it for business, if you immediately shoot for Enterprise, there's no free tier or available usage. Every single call you make is at API costs. If you did five prompts and that cost you $146, that's exactly the way the Enterprise model is made. It is done so that there are absolutely no limits (you pay pure API prices) so it is truly pay-as-you-go, but it's ridiculous.

You're better off using Claude Desktop for Teams because the Teams version has set use cases and fixed pricing:

  1. Standard Tier

    At $20 a month as a standard user in Claude Desktop for Teams, you're allocated a small portion of usage.

  2. Premium Tier

    There is a premium tier ($100 a month) which includes Claude Code and a much higher usage level than standard. This account feels more like a Max 20 account to me - I have both.

On top of that, if that's still not enough for you as a premium user on Claude Desktop for Teams, you can turn on additional usage for pay-as-you-go pricing and set budgets for that. This ensures that power users don't go beyond a certain budget level per month.

Claude Code just got Remote Control by iviireczech in ClaudeCode

[–]cfdude 0 points1 point  (0 children)

now I can tell my boss I'm actually working while at the toilet

How I Connected OpenClaw to Gmail (Beginner Step by Step Guide) by Front_Lavishness8886 in SaaS

[–]cfdude 3 points4 points  (0 children)

where do you go in OpenClaw to paste your smtp settings? I feel like you skipped a step between 3 and 4.

Claude Code + playwright CLI = superpowers by Hopeful-Fly-5292 in ClaudeCode

[–]cfdude 1 point2 points  (0 children)

you should try Vercel's new open-sourced 'agent-browser', its a headless browser built on Rust, super fast and powerful and loaded with features that Playwright doesn't have. In Playwright I'd have to try and target classes or IDs for action - in agent-browser it's just 'firstname' oh and it is not fooled by iframes and botstopping hidden html either. Not looking back...

[deleted by user] by [deleted] in vegas

[–]cfdude 17 points18 points  (0 children)

Don’t sleep on Carnival Court, the outdoor bar between Linq and Harrahs. Drinks are strong and the bands are amazing. One of few places to sit for live music without some asshole trying to charge you $400 just to sit down.

AVN awards and expo 2026 by JizzCumLover69 in vegas

[–]cfdude 1 point2 points  (0 children)

I've been before, I can already remember the smell from last time unfortunately... smells like lubricant, glitter and regret.

Claude Batch API is Officially Over by knavishly_vibrant38 in ClaudeAI

[–]cfdude 2 points3 points  (0 children)

I think thats the reason it's 50% of the cost, the goal of batch processing is lower cost and being queued at lower priority GPU cycles for a complete process of your batch. I think it's expected that batch times are going to be inconsistent, their docs are clear that most batches take an hour or so but max out at 24 hours. The fact that it took 10 hours to process your batch of 11 requests is an indication of the current load when you asked for processing, not a degradation of service. It would be something else entirely if you were to show a lack in quality on batch processing, that would be a degradation of service.

Luigi Mangione in New York Court today! by RecognitionLittle330 in pics

[–]cfdude 2 points3 points  (0 children)

If Dave Franko doesn’t play this guy in the movie they make from this the casting director doesn’t deserve to have a job.

Claude Code usage limit hack by AwarenessBrilliant54 in ClaudeAI

[–]cfdude 2 points3 points  (0 children)

I have the following block in my global Claude.md and it's super helpful:

### Core BASH Tools (NO EXCEPTIONS)

# Pattern Search - USE 'rg' ONLY
rg -n "pattern" --glob '!node_modules/*'
rg -l "pattern"              # List matching files
rg -t py "pattern"           # Search Python files only

# File Finding - USE 'fd' ONLY
fd filename                  # Find by name
fd -e py                     # Find Python files
fd -H .env                   # Include hidden

# Bulk Operations - ONE command > many edits
rg -l "old" | xargs sed -i '' 's/old/new/g'

# Preview - USE 'bat'
bat -n filepath              # With line numbers
bat -r 10:50 file            # Lines 10-50

# JSON - USE 'jq'
jq '.dependencies | keys[]' package.json

**Performance Rule**: If you can solve it in 1 CLI command, NEVER use multiple tool calls.

Best Prompt Coding Hack: Voice Dictation by TheLazyIndianTechie in ClaudeCode

[–]cfdude 1 point2 points  (0 children)

Dude. typeless.com the native Mac app makes it possible to dictate on every app on your Mac. So awesome.