Sorry - the older group has higher rates of dementia than the younger group when they reach the same age - so when they reach 75, they're more likely to have dementia.
HN user
gdudeman
I believe that there are studies that show that merely getting very sick increases your chance of dementia - essentially it ages you faster or brings chronic disease forward. If that's the case, vaccines for things like the flu - a disease you're likely to get - are probably good overall.
They also activate the immune system in generaly, which could probably go either way in terms of longevity.
In general I don't think vaccines are preventing so much as delaying dementia, but if they stop chronic infection they might be.
If you haven't seen the chart from the UK study, I highly recommend checking it out: https://erictopol.substack.com/p/the-shingles-vaccine-and-re...
When the vaccine came out in the UK, they included a hard age cutoff: Above a certain age, you weren't eligible. Below that age, you were eligible.
They looked at the probability of a dementia diagnosis over the 7 years after the vaccine was introduced.
People who were born in the "can get the vaccine" group have markedly lower rates of dementia. People in the "too old" group have higher rates. It's cut and dry. The researchers didn't separate out the people who actually got the vaccine.
It's one of those studies where you don't even need to look at the p-value to see the difference between the cohorts.
People who are immune compromised qualify for this. I'm not sure how much your insurance company would push back on that though.
This really isn't the case in the Shingles vaccine unless the UK study is flawed a way that isn't clear to me.
The study looked at the effect of being eligible for a vaccine and the results were clear. (see chart below the fold here: https://erictopol.substack.com/p/the-shingles-vaccine-and-re...)
There was a hard age cutoff in the UK study. Above a certain age, you weren't eligible. Below it, you were. People who were born in the "can get the vaccine" group have markedly lower rates of dementia. People in the "too old" group have higher rates. It's one of those studies where you don't even need to look at the p-value to see the difference.
I'm very open to being wrong about this!
Computer use is a great idea. It gets the job done when nothing else will.
If you're a person trying to get their job done at a big company, but half your job is in 1-2 proprietary tools or is stuck behind an API you can't program against, computer use can allow you, a non-techie, to do your job more efficiently.
I think it's an awesome way to circumvent gate keepers and the IT department to let people accomplish their goals.
For anyone trying to figure out how to build a society where no one wants to be a criminal, I highly recommend When Brute Force Fails: How to Have Less Crime and Less Punishment by Mark Kleiman.
There are evidence-backed ways of reducing criminality.
One counterintuitive way of reducing crime is to increase the likelihood of being caught, to have small-but-increasing consequences for committing crimes, and to increase the swiftness of sentencing.
For example, if you are caught drinking and driving, you immediately spend 1-2 days in jail.
Long sentences are not very productive at reducing crime or at least are a very inefficient way to do so.
Curious how you tested this - did you do repeated home tests to figure this out?
I think it does. Crops pull up a set amount of water. If it's concentrated, then they'll pull up a lot of heavy metals. If it's at very low levels, then they won't.
Is there an alternative?
We live in a much, much cleaner world than we did 50 years ago. Legislation and environmental rules have worked. There are some areas where it could obviously be better, but also some areas where regulation is too strict (blocking housing, renewables, transit) and the system is evolving to address those.
I think the loss of local media has made it harder for misdeeds to come to light, but I don't want to throw up my hands and cede everything to commercial interests et al.
Then we should work together as a society to fix the law and make sure it's applied evenly. Hard to do, but necessary.
Is there an alternative?
This is written for the 3 models (Sonnet, Haiku, Opus 3). While some lessons will be relevant today, others will not be useful or necessary on smarter, RL’d models like Sonnet 4.5.
Note: This tutorial uses our smallest, fastest, and cheapest model, Claude 3 Haiku. Anthropic has two other models, Claude 3 Sonnet and Claude 3 Opus, which are more intelligent than Haiku, with Opus being the most intelligent.
Ooo - good question. I'm unsure on this one.
This enables the /resume command that lets you start mid-conversation again.
Storing the data is not the same as stealing. It's helpful for many use cases.
I suppose they should have a way to delete conversations though.
Resume is now a drop down menu at the top in the new VS Code plugin and it's much easier to read.
New native VS Code extension
Looks great, but it's kind of buggy:
- I can't figure out how to toggle thinking
- Have to click in the text box to write, not just anywhere in the Claude panel
- Have to click to reject edits
I was burned by this for a while because I assumed structured output ordering would be preserved.
You can specify ordering in the Gemini API with propertyOrdering:
"propertyOrdering": ["recipeName", "ingredients"]
Even farther off topic, but this reminds me of the time my friends and I recorded a 3 minute long wav file that ended with a quiet “this is god. Can you hear me? I’d like to talk with you,” and set it to be the error sound on a friend’s PC.
Much hilarity ensued.
You don't say that - you instruct the LLM to read files about X, Y, and Z. Putting the context in helps the agent plan better (next step) and write correct code (final step).
If you're asking the agent to do chunks of work, this will get better results than asking it to blindly go forth and do work. Anthropic's best practices guide says as much.
If you're asking the agent to create one method that accomplishes X, this isn't useful.
Warning: A natural response to this is to instruct Claude not to do this in the CLAUDE.md file, but you’re then polluting the context and distracting it from its primary job.
If you watch its thinking, you will see references to these instructions instead of to the task at hand.
It’s akin telling an employee that they can never say certain words. They’re inevitably going to be worse at their job.
I'll note this saves a lot of wait time as well! No sitting there while a new Claude builds context from scratch.
Claude is very agreeable and is an eager helper.
It gives you the benefit of the doubt if you're coding.
It also gives you the benefit of the doubt if you're looking for feedback on your developers work. If you give it a hint of distrust "my developer says they completed this, can you check and make sure, give them feedback....?" Claude will look out for you.
With an empty text box, double escape shows you a list of previous inputs from you. You can go back and fork at any one of those.
Git or my favorite "Undo all of those changes."
A tip for those who both use Claude Code and are worried about token use (which you should be if you're stuffing 400k tokens into context even if you're on 20x Max):
1. Build context for the work you're doing. Put lots of your codebase into the context window.
2. Do work, but at each logical stopping point hit double escape to rewind to the context-filled checkpoint. You do not spend those tokens to rewind to that point.
3. Tell Claude your developer finished XYZ, have it read it into context and give high level and low level feedback (Claude will find more problems with your developer's work than with yours).
If you want to have multiple chats running, use /resume and pull up the same thread. Hit double escape to the point where Claude has rich context, but has not started down a specific rabbit hole.Yes: type /model and then pick Opus 4.1.
Missing from the methodology: - was thinking on or off? (At least for Gemini) - was web search allowed? - was tool use allowed?
It’s quite likely LLMs don’t “know” the fonts in the dataset, but they could figure many of them out.
This would be my concern. A fender bender hits the wheels on this thing and suddenly you're doing major surgery to repair it.
The vast majority of dirt roads are fine. I put hundreds of miles on my 1996 Honda Civic hatchback in the Cascades with no problems many years ago.
If the road existed in the 1990s, it's quite likely accessible by a mid-size SUV. Similarly, if families of 4 could go camping with cars from 1950-2000, you can today as well. In fact, you can get more compact tents, etc. today.
Trucks and huge SUVs come in handy if you want to bring lots of modern toys like gigantic prestige coolers and 4x4s.
More than some thinking. They’ll probably need to think hardest or even ultrathink to keep the project moving forward.