frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Breaking Git with a carriage return and cloning RCE

https://dgl.cx/2025/07/git-clone-submodule-cve-2025-48384
205•dgl•3h ago•53 comments

Radium Music Editor

http://users.notam02.no/~kjetism/radium/
82•ofalkaed•3h ago•23 comments

Bootstrapping a side project into a profitable seven-figure business

https://projectionlab.com/blog/we-reached-1m-arr-with-zero-funding
33•jonkuipers•22h ago•6 comments

Dynamical origin of Theia, the last giant impactor on Earth

https://arxiv.org/abs/2507.01826
43•bikenaga•2h ago•5 comments

Supabase MCP can leak your entire SQL database

https://www.generalanalysis.com/blog/supabase-mcp-blog
289•rexpository•3h ago•124 comments

Smollm3: Smol, multilingual, long-context reasoner LLM

https://huggingface.co/blog/smollm3
161•kashifr•4h ago•29 comments

Taking over 60k spyware user accounts with SQL injection

https://ericdaigle.ca/posts/taking-over-60k-spyware-user-accounts/
114•mtlynch•5d ago•33 comments

GlobalFoundries to Acquire MIPS

https://mips.com/press-releases/gf-mips/
103•mshockwave•4h ago•64 comments

The Tradeoffs of SSMs and Transformers

https://goombalab.github.io/blog/2025/tradeoffs/
10•jxmorris12•1h ago•1 comments

TIL you can make "GIFs" with SVGs for GitHub README.md files

https://koaning.io/posts/svg-gifs/
290•cantdutchthis•12h ago•78 comments

Show HN: OffChess – Offline chess puzzles app

https://offchess.com
273•avadhesh18•12h ago•103 comments

Can an email go 500 miles in 2025?

https://flak.tedunangst.com/post/can-an-email-go-500-miles-in-2025
227•zdw•4d ago•86 comments

Plants monitor the integrity of their barrier by sensing gas diffusion

https://www.nature.com/articles/s41586-025-09223-4
21•Bluestein•3d ago•0 comments

Google can now read your WhatsApp messages

https://www.neowin.net/guides/google-can-now-read-your-whatsapp-messages-heres-how-to-stop-it/
357•bundie•4h ago•230 comments

Show HN: Jukebox – Free, Open Source Group Playlist with Fair Queueing

https://www.jukeboxhq.com/
66•skeptrune•5h ago•30 comments

Brut: A New Web Framework for Ruby

https://naildrivin5.com/blog/2025/07/08/brut-a-new-web-framework-for-ruby.html
54•onnnon•2h ago•23 comments

Show HN: A rain Pomodoro with brown noise, ASMR, and Middle Eastern music

https://forgetoolz.com/rain-pomodoro
14•ShadowUnknown•3h ago•3 comments

On The Meaning of Ritual

https://alicemaz.substack.com/p/on-the-meaning-of-ritual
42•jger15•3d ago•29 comments

Ceramic: A cross-platform and open-source 2D framework in Haxe

https://ceramic-engine.com/
23•-yukari•3d ago•1 comments

Particle Lenia Deluxe Edition

https://www.craftlinks.art/Notebook/particle-lenia/
11•CraftingLinks•3d ago•1 comments

Inertial forces (indirect terms) in problems with a central body

https://astro.theoj.org/article/141682-on-inertial-forces-indirect-terms-in-problems-with-a-central-body
3•raattgift•2d ago•0 comments

New sphere-packing record stems from an unexpected source

https://www.quantamagazine.org/new-sphere-packing-record-stems-from-an-unexpected-source-20250707/
397•pseudolus•1d ago•199 comments

Fast cryptographically safe GUID generator for Go

https://github.com/sdrapkin/guid
12•sdrapkin•2h ago•19 comments

Attimet (YC F24) – Quant Trading Research Lab – Is Hiring Founding Researcher

https://www.ycombinator.com/companies/attimet/jobs/6LaQIc5-founding-researcher-quant
1•kbanothu•8h ago

Mercury: Ultra-fast language models based on diffusion

https://arxiv.org/abs/2506.17298
545•PaulHoule•1d ago•223 comments

I used o3 to profile myself from my saved Pocket links

https://noperator.dev/posts/o3-pocket-profile/
484•noperator•1d ago•185 comments

Berry Script: lightweight embedded scripting language for microcontrollers

https://berry-lang.github.io/
86•hasheddan•3d ago•34 comments

Epanet-JS

https://macwright.com/2025/07/03/epanet-placemark
192•surprisetalk•4d ago•22 comments

Brainwash '72 [video]

https://archive.org/details/Brainwash72
13•petethomas•2h ago•3 comments

Show HN: I built a tool to solve window management

https://aboveaverageuser.com/smartswitcher
34•atommachinist•6h ago•53 comments
Open in hackernews

Cloudflare: We Will Get Google to Provide a Way to Block AI Overviews

https://www.seroundtable.com/cloudflare-block-google-ai-overviews-39718.html
57•freedomben•5h ago

Comments

thisislife2•5h ago
I didn't understand what Cloudflare is saying, so perhaps somebody else could clarify - Google already crawls sites to index them for its search. So why would Google need a separate AI crawler? Cloudflare (according to the article) claims they already "block" Gemini - does that mean Google does operate a separate AI crawler? Why though, when they already have a huge index? What does an AI crawler do different from a search engine (indexing) crawler?
npollock•4h ago
it could be the "grounding with google search" feature when using Gemini models
dawnerd•4h ago
Google does crawl with a different crawler. Makes no sense other than clearly two different teams with different goals.
eddythompson80•4h ago
The assumption is that "Google" is a good player, not a malicious one. Same idea as robots.txt. It's only there to configure the "good guys" behavior not to prevent malicious actors.

So I'm assuming Cloudflare is basically asking Google to split its crawler's UA and distinguish between search and AI overview and respect something akin ot robots.txt

Palomides•4h ago
cloudflare wants to sell a "AI bots have to pay to access your site" service, so they need to argue it out with google one way or another

the reality of the tech is irrelevant

beejiu•4h ago
Google does not use a separate crawler, but they do use the robots.txt semantics to control what's allowed in the AI "index" separately from the search index. From the docs:

> Google-Extended doesn't have a separate HTTP request user agent string. Crawling is done with existing Google user agent strings; the robots.txt user-agent token is used in a control capacity.

https://developers.google.com/search/docs/crawling-indexing/...

imilk•4h ago
Google has made it very difficult to completely block their AI crawling by also using the standard googlebot search crawlers to feed data into their AI overviews and other AI features within Google search. Google says there is a workaround but it also blocks your site from fully indexing in Google search. This also also all covered in the article though.

> What does an AI crawler do different from a search engine (indexing) crawler?

Many people don't want the extra bot traffic hitting their site that comes from AI, especially when AI chat & AI overviews in Google provide such a small amount of traffic in return and that traffic pretty much always has horrendous conversion rates (personally seen across multiple industries).

Spivak•4h ago
In the specific case of Google would there be any additional traffic that isn't just the normal googlebot? I can't imagine they would bother crawling twice for every site on the internet.
imilk•4h ago
There are about a dozen Google crawlers that can hit your website for different reasons:

https://developers.google.com/search/docs/crawling-indexing/...

Google-Extended is what is associated with AI crawling, but GoogleBot also crawls to produce AI overviews in addition to indexing your website in Google search.

While the number of crawlers and their overlapping responsibilities makes it difficult to know which ones you can safely block, I should also say that pure AI company bots behave 1000x worse than Google crawlers when it comes to not flooding your site with scraping requests.

fathomdeez•4h ago
It doesn't seem like the extra traffic is the issue. People don't want Google's AI from reading and summarizing their data and thus preventing clickthroughs. Why would I click on your site if google did all the work of giving me the answer ahead of time?
dathinab•4h ago
> It doesn't seem like the extra traffic is the issue.

it really can be, Anubis AI crawler detection was create mainly because of "way to many AI bot requests" to quote

> This program is designed to help protect the small internet from the endless storm of requests that flood in from AI companies.

imilk•4h ago
Both are an issue. People don't want AI overviews cannibalizing their website traffic. People also don't want AI bots spamming their website with outrageous numbers of requests everyday.
dathinab•4h ago
which again comes back to

this is a problem which needs regulatory action, not one which should be solved by a quasi monopoly forcing it onto anyone but another quasi monopoly which can use their monopoly power to avoid it

require

- respecting robots.txt and similar

- require purpose binding/separation (of the crawler agent, but also the retrieved data) similar to what GDPR does

- require public agent purpose documentation and stable agent identities

- disallow obfuscation of who is crawling what

- do enforce it

and sure making something illegal doesn't prevent anyone from being technically able to do it

but now at lest large companies like Google have to decide weather they want to commit a crime, and the more they obfuscate that they are doing it the more there is prove it was done with a lot of bad faith, i.e. the higher judges can push punitive damages

combine it with internet gateways like CF trying to provide technical enforcement and you might have a good solution

but one quasi monopoly trying to force another to "comply" with their money making scheme (even if it's in the interest of the end user) smells a lot like you can have a winnable case against CF wrt. unfair market practices, monopoly power abuse etc...

imilk•4h ago
I find it wild that you focus on CF being a monopoly here when they are providing tools that help publishers not have all of their content stolen and repurposed. AI companies have been notorious over the last few years for not respecting any directives and spamming sites with requests to scrape all of their data.

There is also nothing stopping other CDN/DNS providers spinning up a similar marketplace to what CF is looking to do now.

bediger4000•3h ago
> this is a problem which needs regulatory action

I thought we were broadly opposed to regulatory action for a number of reasons, including anti-socialism ideology, dislike of "red tape", and belief that free markets can solve problems.

Snoozus•5h ago
Is this how the democratic process works now? Cloudflare threatens Google to pass a law?
thisislife2•5h ago
Do you have any more doubts who run the US and makes laws there?
handfuloflight•4h ago
Hard to believe Cloudflare has more sway than Google.
deadbabe•4h ago
Cloudflare is positioned to become a very powerful company. Well worth investing in.
procflora•4h ago
Guess they've been pretty successful converting scummy Enterprise plan upsells to lobbyist retainers.
pjc50•4h ago
Tech regulation, or lack thereof, tends to be "biggest pile of money wins", but in this case there's already large anti-Google and anti-AI constituencies which CF may be able to mobilize. Especially in the EU.
eviks•4h ago
"Always has been"
imilk•4h ago
What has been democratic about how the internet has evolved over the last 2 decades? Because as far as I can see, the internet has undergone a massive centralization into the hands of a few players with practically no regulation. Especially Google, which can make decisions such as adding AI Overviews to search results leading to millions of websites seeing a ~25% drop in organic traffic in the last few months.
bostik•1h ago
Yes. It has been long known as "lawfare"

In practice it means that we are pretty close to how ancient Greeks (in the city state of Athens) defined democracry: ~3% of the population decided - by voting - how the remaining 97% would live their lives.

tedd4u•4m ago
Very wealthy guy says the quiet part out loud. "We'll just buy a law"
kingstnap•5h ago
I don't understand how AI scrapers make up such a large percentage of traffic to websites, as people claim it does.

In principle, if you post a webpage, presumably, it's going to be viewed at least a few dozen times. If it's an actually good article, it might be viewed a few hundred or even thousands of times. If each of the 20 or so large AI labs visit it as well, does it just become N+20?

Or am I getting this wrong somehow?

wat10000•5h ago
Maybe they're vibe-coding the scrapers.
csomar•4h ago
I don't understand it either. I track requests and AI crawlers are there but not as abusive as people claim. Most annoying requests are from hackers who are trying to find my ".git" directory. But I highly doubt these guys will respect any rules anyway.
imilk•3h ago
Vastly varies on what type of website you have, how many pages you have, and how often they are updated. We routinely see 1000's of requests per minute coming from AI bots and the scraping lasts for hours. Enough to make up 20-30% of overall requests to the server.
delfinom•4h ago
I have a symbol server hosting a few thousand PDBs for a foss package.

Amazonbot is every day trying to scan every single PDB directory listed. For no real reason. This is something causing 10k+ requests each day when legitimate traffic sits at maybe 50 requests a day.

dsign•4h ago
If you run a website, you'll realize it's very difficult to get human traffic. Worse, trying to understand what those eyeballs are doing is a swamp; there are legitimate privacy concerns for example. Maybe all you care about is if your articles about sewing machines are getting more traction than your articles about computing Pi, but you can't get that without navigating all the legal complications of your analytics platform of choice, who wants to make sure you suffer for not letting them collect private information on your visitors to sell to third parties and to dump ads onto your visitors. Were it not for the bots, you would be fine just by running grep on your access logs. But no, bot traffic leaves noise everywhere; and for small websites that noise is more than enough to bury the signal and to be most of the traffic bill.
NitpickLawyer•4h ago
> I don't understand how AI scrapers make up such a large percentage of traffic to websites, as people claim it does.

I think a lot of people confuse scraping for training with on-demand scraping for "agentic use" / "deep research", etc. Today I was testing the new GLM-experimental model, on their demo site. It had "web search", so I enabled that and asked it for something I have recently researched myself for work. It gave me a good overall list of agentic frameworks, after some google searching and "crawling" ~6 sites it found.

As a second message I asked for a list of repo links, how many stars each repo has, and general repo activity. It went on and "crawled" each of the 10 repos on github, couldn't read the stars, but then searched and found a site that reports that, and it "crawled" that site 10 times for each framework.

All in all, my 2 message chat session performed ~ 5-6 searches and 20-30 page "crawls". Imagine what they do when traffic increases. Now multiply that for every "deep research" provider (perplexity, goog, oai, anthropic, etc etc). Now think how many "vibe-coded" projects like this exist. And how many are poorly coded and re-crawl each link every time...

marginalia_nu•4h ago
Yeah it seems the implementation of these web-aware GPT queries lacks a(n adequate) caching layer.

Could also be framed as an API issue, as there is no technical limitations why search provider couldn't provide relevant snapshots of the body of the search results. Then again, might be legal issues behind not providing that information.

CaptainFever•4h ago
A caching layer sounds wonderful. Improves reliabiltity while reducing load on the original servers.

I worry that such caching layers might run afoul of copyright, though :(

Though an internal caching layer would work, surely?

NitpickLawyer•3h ago
Caching on client-side is an obvious improvement, but probably not trivial to implement at provider-level (what do you cache, are you allowed to?, how do you deal with auth tokens (if supported), when searching a small difference might invalidate cache, and so on).

Another content-creator avenue might be to move to a 2-tier content serving, where you serve pure html as a public interface, and only allow "advanced" features that take many cpu cycles for authenticated / paying users. It suddenly doesn't make sense to use a huge, heavy and resource intensive framework for things that might be crawled a lot by bots / users doing queries w/ LLMs.

Another idea was recently discussed here, and covers "micropayments" for access to content. Probably not trivial to implement either, even though it sounds easy in theory. We've had an entire web3.0 hype cycle on this, and yet no clear easy solutions for micropayments... Oh well. Web4.0 it is :)

handfuloflight•4h ago
Your speculation assumes a low page count.
abxyz•4h ago
Pages are dynamic, they change often: if a page is worth scraping once, it is worth scraping again and again and again to keep up to date with any changes.
mattl•4h ago
Post a URL to a page on your website on something like Mastodon and tail your logs.
CaptainFever•4h ago
Related: Please Don’t Share Our Links on Mastodon

https://news.ycombinator.com/item?id=40222067

imilk•4h ago
On multiple client sites that have > 1 million unique real visitors per month, we are seeing some days where ~25-30% of requests is from AI crawlers. Thankfully we block almost all of this traffic. But it is a huge pain because it add an addition load to your server and messes up your analytics data for what is a terrible return - traffic from AI sources has a horrendous conversion rate, even worse than social media traffic conversion rates.
ninetyninenine•5h ago
They are going to have to use the law. Are you kidding? You block ai for Google while every other agent is able to bypass that block and crawl your site? How will Google stay competitive for AI? Of course Google would rather have you do it by law. You block it for them you better do it for every single one of their competitors too.

Also guaranteed even if you do block by law there will be actors who will ignore the law. For example people outside of the US. Those people will as a result likely build better AI because they have access to more training data.

First example of this is of course China. One thing with China is there’s no holy sanctity behind data. Whatever is made is copy-able and goes to the public domain regardless of anything. It both causes China to both exceed the US and to be slightly less innovative at the same time.

If these laws come to pass you bet your ass China will be exceeding the US in AI like they already have with stem cell research.

delfinom•4h ago
Ah ok, yet the megacorps continue to reap profits off stealing labor and work from the peasants.

I propose we just remove the charades and require us peasants pay these megacorps 20% of our annual income yearly at tax time.

ninetyninenine•4h ago
Who pays the megacorps to use AI? The peasants. Business only succeeds if the peasantry want it. So if businesses are fucking over the peasantry what’s really going on is that the businesses are just middlemen for peasantry fucking themselves. In the end the megacorps are just a feedback loop to the peasantry. That’s the irony. You like to blame corporations but it’s just a mirror to yourself.

Still doesn’t hurt to lower taxes for peasants and heighten taxes for corps. That’s how you prevent wealth inequality. And also middlemen are by nature just a bit corrupt as they siphon resources just by being in the middle.

handfuloflight•4h ago
So this boils down to Cloudflare, supposedly having more regulatory capture than Google.
nathanyz•4h ago
The thing that he doesn't mention is that as soon as they do something legislatively and announce routes there, etc.....well Google just won't crawl those sites. It turns into a game of whether you would like 0 traffic from Google, or allow them to use your content both for search results and AI summaries.

Google is the bringer of traffic and if you want it, then you play by their rules. I don't like that the web is in that position, but here we are.

lbhdc•2h ago
I think it gets tricky with AI overviews. Some sites are saying they have lost the majority of their traffic (some losing more than 90%). Many of those make money from ads (often by google).

Some sites don't get enough traffic from google to sustain their business where they previously did. Wholesale blocking google crawlers doesn't seem like a risky move for them.

It makes me wonder if that is a trend? Will more sites go to 'google zero'?

handfuloflight•2h ago
Doesn't this also cannibalize Google's ad revenue?
lbhdc•1h ago
To some extent, yes. I speculate that is why they are sometimes not putting the AI overview first.

They do have ads in search though. I guess it depends on how much more money they make from people spending more time not leaving google vs showing you display ads on other sites.

imilk•1h ago
Not really because most of the links in current AI overviews for many queries keep you in the Google ecosystem, such as links to Google Business profiles on Google Maps. And Google has recently changed Google Business profiles to make outbound website links less prominent compared to the paid features on that platform.
handfuloflight•55m ago
Ah yeah. Also those would likely bill at a higher eCPM than AdSense impressions.
imilk•4m ago
Exactly, since they can bill those as conversions (like phone calls, bookings, reservations, etc) rather than simply website visits
zelon88•4h ago
Watching these two behemoths wrestle over the future of a space we all share, and wondering if they will need to loop in regulators on one side or another, convinces me that we shouldn't have gifted all of our digital infrastructure to just 2 companies. Inlcuding our economy, healthcare, government, and civil infrastructure. We've put all our eggs into only a couple of very greedy, impossible to audit baskets. We've really done this all to ourselves. We've raced ourselves all the way to the bottom.
coldpie•4h ago
After 50 years of effectively zero activity, we had some glimmers of anti-trust enforcement under the Biden admin. But then eggs were expensive in the summer of 2024, so we decided it was actually no problem for these half-dozen companies to control our speech and economy, and here we are.
eddythompson80•4h ago
It used to be just Ma Bell
philipallstar•4h ago
> we shouldn't have gifted all of our digital infrastructure to just 2 companies

We didn't. Just as we didn't gift all our chocolate-making infrastructure to Hershey's and Cadbury's.

AlecSchueler•4h ago
Hey did you forget the market is consumer driven?
imilk•4h ago
There is nothing stopping other CDN/DNS providers from implementing similar services and tools to what Cloudflare offers. Part of the reason CF has become so popular is because so many of their competitors don't offer nearly the same convenience for routine tasks & protection.
msgodel•4h ago
I've still never understood the complaint here. Robots are part of the web, the whole point of HTML is that robots can read it.
marginalia_nu•4h ago
It's a cost thing. It costs more to render a website than it does to consume it. When you have some bot traffic mixed in with human traffic, that is fine.

When you have egregious bot traffic, say 10k requests per minute sustained load, it becomes a real problem for webmasters.

pjc50•4h ago
The whole point of publication is so that humans can read it. Robots not so much, especially if they're not paying customers. This is the distinction between how the web works technically and how it works socioeconomically.

This is the next iteration of things like the news snippet case. Publishers are not happy that Google crawls their content (at their expense) and then republishes it on their own site, while serving ads around it and getting user data, without cutting in the publisher who originally made it. And, for what little it's worth, owns the copyright.

msgodel•4h ago
Robots don't exist for their own sake, at the end of the day they are user agents for some group of humans.

Again it sounds like the people who are upset by this really want to publish images rather than web pages.

imilk•4h ago
> Again it sounds like the people who are upset by this really want to publish images rather than web pages.

More like people don't want to lose money because a 3rd party stole all of their content, and then repurposed it to show people before they visit their website.

CaptainFever•4h ago
Web 3.0 is all about machine-readability: https://en.m.wikipedia.org/wiki/Semantic_Web

(Not to be confused with Web3.)

pluto_modadic•4h ago
HTML was not made for robots to read (a semantic web or an internet of data), it just so happens that crawlers try to index things in meaningful ways. It's an un-ordered blob of unstructured data.
josefresco•4h ago
Have you ever been responsible for the performance and security of a publicly accessible web server? I'll accept robots indexing my content if they play nicely. Unfortunately most do not, even from major vendors.
msgodel•4h ago
Not a web server but yeah we dealt with it by black listing patterns (IPs, requests etc) from misbehaving domains.

We never distinguished automations from people though, that makes no sense on the internet.

imilk•1h ago
> We never distinguished automations from people though, that makes no sense on the internet.

LOL I see you've never sold anything on the internet, ran a website that is supposed to generate leads, or had to gauge the effectiveness of an ad campaign. There is a huge part of the internet that relies on real humans doing things on websites. And ignoring that is insane.

msgodel•1h ago
Maybe I should clarify: It makes no sense from a system architecture perspective. Obviously if you're doing analytics you want to know the difference.
imilk•1h ago
A systems architecture perspective should be very very inclusive of the business perspective.
msgodel•59m ago
In theory.

In practice business people have such a poor intuition for systems design you end up with borderline unusable software when you do that.

imilk•6m ago
that's why systems architects are supposed to get paid well, because there are a lot of different stakeholders to consider
mattl•4h ago
A lot of people don't want AI slop and don't want the companies pushing it to crawl their websites.
dehrmann•4h ago
That's why we need the Captchaweb. It's like the web, but everything is in captcha text.
imilk•4h ago
Having perplexity or other AI bots go haywire and sending 10s of thousands of requests per minute to your website (despite you having a robots.txt blocking them) is a giant pain in the ass. Not only does your server costs go up, but your analytics and attribution reports start to look messed up because of all the bot traffic.
msgodel•4h ago
Yeah obviously if they're being abusive that's a problem but that's not what the article seems to be talking about.
imilk•4h ago
Well besides them being abusive, the other issue is that AI overviews and answer boxes cannibalize traffic to websites, leading to less conversions for the original content producers. This is pretty well established across industries at this point:

https://ahrefs.com/blog/ai-overviews-reduce-clicks/

msgodel•3h ago
That's how people want to browse the web. If you block it you won't even get links from those. That's like blocking the search crawler.
imilk•3h ago
...that's literally the entire point of this article. People don't want their websites being de-listed from the monopoly that controls organic traffic. At the same time they would like some control over stopping companies (in this case, the same company that controls the organic search monopoly) from scraping and repurposing their content so their the traffic to their website doesn't decrease.

Why is it such an issue that publishers and website owners want to maintain the traffic to their website so that they can continue operating as usual? Or should we all just accept every Google decision, even when those decisions result in more engagement on google.com, but 20-35% decreases in traffic to the original websites?

Also I'm going to need a citation that the vast majority of people want and get value out of AI overviews. Because that is certainly not the case from my experience.

msgodel•3h ago
Google absolutely is not the only company doing this and if they didn't do it I'd feed the results into my local models to get the same thing.

This isn't a "google decision" people are changing the way they use the web.

imilk•1h ago
Google has clearly decided to keep users on their platform longer, hoping that this will lead to more ad clicks. There is a clear reason why AI overviews very seldomly link to outside websites, and why website links are much more hidden on Google Maps/Business Profiles. More time spent on the Google platform means more likely that someone will eventually click an ad.

Also - I noticed a pretty huge outcry when AI overviews were introduced to search. Can you show me all the people who enjoy the experience of using them more than not?

msgodel•1h ago
The AI tools I use generate numerous links, usually 5~10. I'd be annoyed if they didn't.

> Can you show me all the people who enjoy the experience of using them more than not?

Yes. Most people here have commented that they prefer AI responses to raw search results partly because they don't have to deal with poorly written web sites. Most people I know IRL do too.

imilk•1h ago
> Most people here have commented that they prefer AI responses to raw search results

Strangely enough, I've seen the exact opposite response on here. Especially since the AI overviews are often plain wrong and/or misleading. Many others like myself also prefer to get information directly from 1st parties, rather than whatever sausage has been produced through the black box information meat grinder we call AI.

eviks•4h ago
Because you remain at the top of an extremely shallow perspective. The fact that robots are a part is not relevant, the relevant issue is how some of those robots behave, and what the consequences of that behavior are.
alganet•4h ago
Machine-readable does not mean centralized.
SMKKK11•4h ago
..
radicalbyte•4h ago
Can we block them for customers? As they're extremely inaccurate. For example the Google "summary" for "stop killing games started by" was returning "Scott Ross". It was started by Ross Scott. The first search results provide the correct example.
CaptainFever•4h ago
You can use the element picker in uBlock Origins.
andy99•4h ago
We're seeing the free (libre) internet destroyed in front of us.
imilk•4h ago
I come to the exact opposite conclusion. A few large companies scraping and repurposing original content from publishers kills original content on the internet because it takes out the ability to earn a livelihood from creating original content or running your own ecommerce store that is not tied to a mega-company's platform.
ChrisArchitect•4h ago
Related discussion previously:

Cloudflare to introduce pay-per-crawl for AI bots

https://news.ycombinator.com/item?id=44432385

nunez•3h ago
> Worst case we’ll pass a law somewhere that requires them to break out their crawlers and then announce all routes to their crawlers from there. And that wouldn’t be hard. But I’m hopeful it won’t need to come to that.

It's interesting to see Matthew say the quiet part out loud here, if by "pass a law," Matthew means get federal legislation passed.

imilk•3h ago
Probably because that's one of the only things you can say to Google these days that will escalate it from an low level support agent on the other side of the world.