This is false. We defaulted to medium as a result of user feedback about Claude using too many tokens. When we made the change, we (1) included it in the changelog and (2) showed a dialog when you opened Claude Code so you could choose to opt out. Literally nothing sneaky about it — this was us addressing user feedback in an obvious and explicit way.
Got a YouTube channel full of tech content? Published a course before?
Come work with me (and a bunch of really smart people) at Anthropic. We're hiring a Tech Video Content Dev to push dev ed forward. You'll be responsible for creating a tremendous amount of video content to help devs understand AI.
Right now we're looking for people who have a track record of published videos and courses in the tech space.
https://t.co/2Hy5P4xmwW
I recorded this clip! It is VSCode. Add these to your settings.json to get a similar look:
"editor.glyphMargin": false,
"workbench.activityBar.location": "hidden",
"window.commandCenter": false,
"workbench.layoutControl.enabled": false,
"editor.minimap.enabled": false,
"workbench.statusBar.visible": false,
You now have infinity Claude Code usage and can test how it performs with different configurations (subagents on/off, detailed vs simple claudemd files, etc).
What config variations would you want to see tested?
@hashim_warren Let's say that using agents made you choose between increased accuracy, faster task completion, or reduced cost (fewer tokens used). Which metric would you want to improve most?
This guy's never been to Texas, home of the most descriptive town names
Bee Cave, Texas - Early settlers noticed a cave full of bees (actually bats)
Ding Dong, Texas - Had a country store with a bell with 'Ding Dong' painted on it
Gun Barrel City, Texas - Main road is straight as a gun barrel
Dime Box, Texas - Settlers paid for mail delivery by dropping dimes in a box
Turkey, Texas - Yep, there are turkeys in the area
Pep, Texas - Renamed from 'Ledwig' to show that the residents had pep
Notrees, Texas - An area that has no trees
Telephone, Texas - Named (in part) because it had one of the first telephones in the area
Muleshoe, Texas - Rancher found a muleshoe. Town named. Job done.
@jobergum@vespaengine Great UI, really impressive. However, it looks like many of the sample queries end up getting wrong answers. For example '% for Switzerland RE in 2023' answers 5.6%, but the PDF states 3.6%. Other sample queries have similar results. Am I missing something?
Most of my git commit messages sound like "Optimize loading of cached styles"
In reality, each of them should be "frantically fixing something i broke in my last commit"
Monaco editor is awesome for showing a bare text editor in the browser, but you often end up having to build other common UI elements (file/folder browser, tab system, etc) from scratch.
Happy to see projects like https://t.co/aORAuZxYAG to bridge that gap!
@dan_abramov Postnasal drip.
Get a neti pot. Boil water, let it cool down until it's warm. Pour it up your nose, letting it flow into your throat - you'll have to swallow a whole bunch.
I have to do this quite a bit whenever I spend the whole day speaking.
@acemarke@ossia Yall fix those circular dependency issues with slices yet? Tough to teach RTK to beginners with that. "Use slices, exxceepptt if they'll depend on each other's actions, which is something you probably won't be able to plan for as a beginner" doesn't work for students