Hacker Newsnew | past | comments | ask | show | jobs | submit | tescreal's commentslogin

This, despite the ongoing social litigation of if this is even real?

I believe AI is quite capable in the right circumstances, but I'm not convinced "this" is the watershed moment.


I think the watershed moment was when it was proven that it can solve highschoolers maths olympiad problems at competitive level. These problems require complexity of thinking that is beyond what most humans have to deal with in their entire lifetime. When AI took that in stride it was obvious that sky is the limit and entirety of current human achivement is a milestone but in a sense of the one that the car passes while doing 60.

>entirety of current human achivement..

The right way to look at it is that LLMs help us to maximize the utility of the entirety of current human achievement/knowledge by discovering obscure connections in it.


So pretty much the same thing that humans do. New things come out of those connections.

Yea, it is a better search tool than humans, as computers always were....

The qualitative difference is that it searches semantically across unstructured data and is able to cleverly combine related searches into an answer.

Imagine SQL but the queries mostly write themselves and database is just entirety of human knowledge with no formalization. If you were to create such thing 7 years ago you'd say somebody expects a miracle out of you. I don't get why so many people have trouble recognizing it now as such.


Yes, it is a very efficient search tool for existing data..

Comming back to SQL analogy... When you make a view over existing data tables that calculates something novel did you extend the amount of existing data?

Because AIs are sort of like that. Creating views of existing data no human has ever came up with. Views that might unlock new even more surprising and useful views. They are sort of materialized views because we are writing down what LLMs came up with. So they are new data tables. Derived, true. But possibly novel and unlocking something else.


Sorry. I don't agree that it "create" views autonomously. A human has to create a view in a database.

In the case of LLM, a human has to create a "prompt" that the LLM just continue, based on the patterns humans has created in the past.


Yeah, I see you are set in your ways. Maybe in a year of two of experiening frontier AIs firsthand you'll come around.

Where exactly do I need "coming around" based on what I said here?

I see a lot of Self-driving cars hitting people vs. reckless drivers hitting people.

What I want is simple: accountability. If a human hits a human, we throw the book at them in the case of a modality of negligence. If a robot screws up, how do we remedy and discourage?


It should be 100% liability on the self-driving car. Only by doing that will there be enough incentive for the manufacturers to drive the accident rate down to zero (or in practice a low enough number that the cost to manufacturer of the remaining accidents is negligible). Less than 100% liability provides wiggle room, which car manufacturers will exploit to maximise profits over lives. With 100% liability manufacturers can still make a pile of money, but only if they have a low accident rate.

A roundabout way would be to impound the car itself as punishment to the manufacturer and charge a very high fee to their insurance to get it out.

Point of fact: we do not treat vehicular homicide seriously in the American legal system.

Hold the manufacturer equally liable. Easy.

The shenanigans AI companies have been up to recently (including boasting about criminal behaviour hacking other companies) without repercussions is pretty good proof that it isn't "easy".

Why? It is easy.

Anthropic has paid out an awful lot of money settling piracy suits.

An example where no one attemped to hold anyone liable isn't a counterexample to what happens when we do.


I think you’re deliberately being obtuse.

The rights holders that got a settlement out of Anthropic spent two years and probably a fortune fighting in court. If that’s “easy”, then sure, this is a solved problem and there’s no point discussing it.

> An example where no one attemped to hold anyone liable isn't a counterexample to what happens when we do.

Yes it is (specifically, a counter example to it being easy, not that it’s possible). The whole world saw HuggingFaces get hacked and the collective legal response was crickets. The same world that’s had its legal system throw the DMCA and unauthorised access to computers legal book at researchers, games preservationists and random people trying to access media that they can’t licence in their region.


"here at waymo we hire a list of fall guys who will go to jail if one of our cars hits someone. its a great job, just like being oncall"

Sure, and in China some companies do exactly that.

I can't find evidence of it working in the US. Gets hard to pay fall guys when all company assets have been seized in court judgements.


Correct me if I'm wrong, but wasn't the popular use of the phrase relating to people who exhibited actual psychosis-like symptoms where the AI fed into a lowlevel but undeveloped delusion? Later people would appear to be experiencing a full blown episode which was fed and maintained by their interaction with AI?

Yes. This typically manifested as either:

- religious or mystical experiences, often paired with the belief that the AI model is a manifestation of a divine being and/or has become sentient

- belief that the person has made a great scientific breakthrough using AI, typically in someone with no real knowledge of the field (which was usually theoretical physics)

- paranoid fantasies, e.g. belief that one is being followed or surveilled, that one's computers or other electronic devices have been compromised, etc.

(Ars Technica reports on a particularly horrifying instance of the first type at https://arstechnica.com/tech-policy/2026/09/man-told-chatgpt....)


I always love the “paranoid fantasy” one because all electrics are spy devices and they are spying on you

I'm curious if anybody could speculate who would be attacking a documentation silo, and to what end?

I'm the author of the blog. I don't know. Internally, we were half joking that we were going to get ransom notice, but we never did.

The only thing that sort of correlates with this attack is that before it started, we began rolling out some slightly more aggressive rate limits one by one. This was mostly because anytime any new "company" thinks they're going to catchup with Claude/OpenAI, they scrape us very aggressively (and they're not respectful about it). My guess is that the attackers behind this attack were already probing us (they were) and they thought the window of opportunity might be closing.


Good to know. I use your site (with a manual transmission user-agent) often, and it's fantastic. Thanks for your work and the writeup!

I've never seen the phrase "manual transmission user-agent". Using your own browser yourself is the new stick shift. Love it.

It feels like everyone's rebuilding their own desktop experience. Kind of Minecraft with folders and text files.

The really interesting part of this is how little people talk about what they're doing, and it doesn't feel secretive in any way.


I definitely fall into that, on linux it's just a lot of extensions, scripts etc. Thing is, it's also brittle and not really useful for anybody to talk about it? Not sure I get what you mean with the third sentence.

Just like you say. It's not a secret business plan, it just doesn't really feel useful to talk about.

What do you mean exactly?

Just curious, if you're tolerant of scraping, do you make an archive of all your content available so that scraping is unnecessary, and if so do the scrapers prefer that?

Current evidence is that scrapers mostly aren't nearly considerate or sophisticated enough to take an "archive of all content" option if one exists.

See https://people.kernel.org/monsieuricon/creepy-crawlies which describes how the https://git.kernel.org gets hammered by crawlers all the time even though you could run a single `git clone` and get the data that way instead.


This is exactly the problem, unfortunately.

For somebody who knows a bit how things are set up, or is willing to spend 10 minutes researching, it's a no-brainer that you can just "git clone" entire linux kernel development history, or download entire wikipedia [0].

Alas, large number of scrapers are not willing to spend those 10 minutes, it would appear. So, here we are.

[0] https://dumps.wikimedia.org/


You can tell Claude to clone from github for Linux stuff all you want... it's still going to try web, and fail, before doing what you asked it to do.

Is there a standard for exposing such sitedata dumps? If not, it's not really surprising that they don't.

It's terabytes of content and other than we're the host not really related to each other. However, for most projects, it's possible to download a zip file of all the HTML docs for that project. We have a lower rate limit to pull these, but a scraper can pull thousands of docs at once. We only host a few hundred thousand projects so pulling a zip of the latest docs for all of them could be done in a day or two at a very reasonable rate.

It's also possible to request the docs already processed into markdown[1]. Lastly, basically all of the docs come from Git. A smart scraper could just clone a project's repo.

[1] https://docs.readthedocs.com/platform/stable/reference/markd...


Could be testing in preparation for attacking something more critical?

Maybe just for the pleasure of doing it, too.

I run a similar service, and we get almost daily attacks like this. Sometimes it's a specific high-profile customer, other times it's broader.

I can't speak for RTD, but I think it's less "documentation site" and more just that we sit on the domains of high-profile products and the tools are just looking for any hole they can find?

Often it's even the company themselves, for whatever reason (security research, etc).


Either testing for something bigger OR demonstrating their power to a 3rd party with minimal real disruption

Could have been a live-fire exercise by a nation state.

Edit: why the down vote? That is literally in the realm of possibility!


Due to mandatory scheduler maintenance, this test has been replaced with a live-fire CORS designed for military Androids.

If you are an iPhone user, please proceed quickly to the chamber lock.


>Microsoft uses Luanti for research

Glad they protect Luanti's copyright & fund development.


It's funnier than that.

> We prefer Luanti over Minecraft due to its open-source design and expressive Lua API, which facilitates data collection and experimentation. - Says notoriously opaque corporation when it comes to anything closed source.



Honestly, its probably easier than having to handjam everything into Minecraft if something is built ground-up to be expandable by users.

Trusting vs. Intelligence (as generalities) are orthogonal.

It's disappointing to see the way the developers are pushing this pre-alpha quality work. I don't know (nor care) about the personalities attached, but the pitch is neat. The way it is being handled with almost daily reports of RCE/Escalation is jaw dropping though. They need to spend some of those bux on auditing and less on whatever vibe-based engineering they're doing.

For haters: ignore them and recommend your favourite. For lovers: lobby the developers to raise their standards.


What happened?


Yeah, what happened with ladybird? Did they pull a bun?


What does scolding look like in crows? Sincere question.


Extreme example, but it's harsh, noisy and they'll sometimes aggressively swoop down at you.

https://youtu.be/RuOVY4r9ipg


Probably sounds like more than looks like. If it's what my cat gets, it's crows posting up on trees and roofs and talking shit at you.


Usually I find them demanding me give them food. Shame on me for forgetting snacks!


Did they adopt the petty naming spat over Lake Ontario^WAmerica?


Not yet, but I assume they will. They said they only ever show the official names designated by the country in question. Probably because a lot of countries disagree on borders as well as names and get really upset with people who get it wrong.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: