HackerLangs
TopNewTrendsCommentsPastAskShowJobs

tfirst

108 karmajoined 12개월 전

Submissions

ShinyHunters claims data theft from 8,800 schools (Instructure/Canvas)

bleepingcomputer.com
145 points·by tfirst·2개월 전·2 comments

Thoughts on AI Progress

dwarkesh.com
6 points·by tfirst·7개월 전·0 comments

5M Parameter LLM in Minecraft [video]

youtube.com
5 points·by tfirst·10개월 전·0 comments

comments

tfirst
·어제·discuss
If there's going to be any pause, I'm sure it will come from a populist movement. I just can't imagine misplaced worries about AI water use will translate into the kinds of policy the authors want to see.
tfirst
·어제·discuss
If carbon taxes are already a lethal policy for an political campaign, it's absurd to think that fears of ASI will create any real movement around pausing AI.

If there is any movement to pause AI development, it will come from the general public's dislike of these companies. Not from the AI safety angle.
tfirst
·5일 전·discuss
"Full dosage of the Phosphor material is associated with an increase in final exam performance."

This sentence is accurate, but inevitably leads to the confusion you see in these comments.
tfirst
·22일 전·discuss
If model performance continues to scale with model size, I have a hard time seeing how local models will have any chance of competing with models hosted on datacenter hardware.

1. There are strong economies of scale in hosting inference (batched prompts, high uptime, shared infrastructure).

2. There are physical limits on how much memory we will be able to produce over the next few years. Demand will probably scale at least as fast as production does, so we won't be saved by falling prices.
tfirst
·23일 전·discuss
It's obvious why they're doing this: there's a lot of money in healthcare.

What there isn't is good evidence that these full body scans actually improve outcomes.
tfirst
·지난달·discuss
Their goal is to downgrade people who are violating their TOS, so I think they'd have some argument there. I have no idea how they'll deal with inevitable false positives, especially given how oversensitive most of the other triggers are.
tfirst
·2개월 전·discuss
no worries thanks for merging!
tfirst
·5개월 전·discuss
The public communication around research like this is terrible.

> "2 to 3 Cups of Coffee a Day May Reduce Dementia Risk. But Not if It’s Decaf." - NYT

> "Daily cups of caffeinated coffee or mugs of tea may lower dementia risk." - Science News

"Reduce," "Lower" - this is all causal language for a study that is purely observational. The authors do a good job keeping causal language out of the paper, so why can't media do the same?

This leads to an environment where everyone knows that "correlation != causation," but almost nobody understands why.
tfirst
·5개월 전·discuss
The Wikipedia page on this is not bad: https://en.wikipedia.org/wiki/Regression_dilution
tfirst
·5개월 전·discuss
The most interesting finding is that the non-DHA effect is much stronger than the DHA effect. This doesn't align with the mechanistic explanation. Either this this is a novel and interesting result, or it's more evidence that we're just measuring wealth and health consciousness.

Observational studies like these are useful for guiding future research, but, on their own, they're essentially useless for informing lifestyle changes.
tfirst
·5개월 전·discuss
Holding all else equal, noisier estimates bias us towards the null. This is attenuation bias.

However, the estimates are still probably overestimated. Confounding, p-hacking, publication bias, all move us towards larger estimates.
tfirst
·6개월 전·discuss
Observational studies, and meta analyses relying on them, don't resolve the fundamental problem of causal inference. The best you can do without an experiment is a really clean natural experiment, but those are rare. It's hard to credibly establish a causal relationship without a robust experiment.
tfirst
·6개월 전·discuss
The same question might be asked about ASML: if ASML EUV machines are so great, why does ASML sell them to TSMC instead of fabbing chips themselves? The reality is that firms specialize in certain areas, and may lose their comparative advantage when they move outside of their specialty.
tfirst
·6개월 전·discuss
If you are submitting an AI cover letter you should be aware that a significant portion of other applicants will be submitting nearly identical cover letters. If a human being is likely to read your cover letter I would write it yourself - even if you think the quality is lower. It looks unique to you, but not to the person reading 30 AI cover letters in a row.
tfirst
·8개월 전·discuss
I'm sure that will work until dropshippers learn that putting 'SolidGoldMagikarp' or some other glitched token in the title of their listing makes ChatGPT always rank it first.
tfirst
·8개월 전·discuss
We seem to be on a cycle of complexity -> simplicity -> complexity with AI agent design. First we had agents like Manus or Devin that had massive scaffolding around them, then we had simple LLMs in loops, then MCP added capabilities at the cost of context consumption, then in the last month everything has been bash + filesystem, and now we're back to creating more complex tools.

I wonder if there will be another round of simplifications as models continue to improve, or if the scaffolding is here to stay.
tfirst
·8개월 전·discuss
What is the SEO equivalent of optimizing your products for LLM search? Can someone prompt inject ChatGPT to recommend their products in the listing description?
tfirst
·10개월 전·discuss
The article addresses this specific use under the 'Claude Code Subagents' section.

> The benefit of having a subagent in this case is that all the subagent’s investigative work does not need to remain in the history of the main agent, allowing for longer traces before running out of context.