Top HN Daily Digest · Wed, Jul 22, 2026

A daily Hacker News digest with story summaries, thread context, and direct links back to the original discussion.


0. Terence Tao's ChatGPT conversation about the Jacobian Conjecture counterexample (chatgpt.com)

1118 points · 636 comments · by gmays

Renowned mathematician Terence Tao uses ChatGPT to analyze and verify a potential counterexample to the long-standing Jacobian Conjecture recently proposed by Claude Fable. [src]

The discussion highlights how world-class experts like Terence Tao use LLMs as "colleagues" by employing highly specific jargon to steer the model through complex mathematical machinery [4][8][9]. While some argue LLMs are merely performing next-token inference, others contend that their ability to meet an expert's level of reasoning demonstrates a functional form of intelligence [4][5]. A significant portion of the thread debates the unique "impenetrability" of mathematical nomenclature, with some arguing it is uniquely abstract and removed from tangible reality compared to other technical fields like computer science [0][1][3][7]. Additionally, users noted that LLMs can be pushed to solve difficult problems or find counterexamples by simply being instructed to "keep going" or iterate until convergence [2][6].

1. Passkeys were invented by engineers with zero understanding of consumer brain (twitter.com)

574 points · 780 comments · by ksec

Nikita Bier criticizes passkeys, arguing that they were designed by engineers who lack an understanding of consumer psychology and behavior. [src]

The discussion highlights a sharp divide between users who find passkeys a seamless upgrade and those who view them as a confusing, vendor-locked mess [0][6][7]. Proponents argue that for average consumers within a single ecosystem like Apple, passkeys offer a frictionless, phishing-resistant experience that "just works" [7][9]. However, critics and engineers point out that the workflow is often opaque, making it difficult to manage credentials across different browsers, share accounts with family members, or recover access if a device is lost [0][4][8]. Many participants contend that the original goal of device-bound security has been compromised by platform vendors and password managers competing for control, resulting in a fragmented user experience [2][3][5].

2. Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab) (bento.page)

1021 points · 238 comments · by starfallg

Bento is an MIT-licensed, single-file HTML presentation tool that allows users to edit, present, and collaborate on slides offline without cloud logins or installations. [src]

Bento is a single-file presentation tool that uses a base64-encoded app shim, File System Access API for local saving, and encrypted CRDTs via Cloudflare for collaboration [0]. While users praised the technical ambition and the "Single-File Web App" architecture [1][4][5], some noted a discrepancy between the "nothing phones home" claim and the presence of Cloudflare tracking beacons [2]. Discussion also touched on potential naming conflicts with an existing database [7] and suggestions to default to a viewing mode rather than an editor for shared links [3][6].

3. So Reddit has decided that plain HTML is unsafe (cole-k.com)

608 points · 648 comments · by montroser

Reddit has begun requiring users to log in to access its "Old Reddit" design, a move the company claims is necessary to prevent abusive scraping and automated traffic that lacks modern security protections. [src]

Users argue that Reddit's move to restrict plain HTML is a manufactured excuse to kill "Old Reddit" [4] or a misguided attempt to stop scrapers that remains ineffective since data is still accessible via JSON [2]. While some acknowledge that scrapers pose a legitimate burden on site infrastructure [8], others view this as part of a broader trend toward aggressive user verification and the decline of open community business models [1][9]. Furthermore, there is a strong consensus that Reddit's value has plummeted due to bot activity, shallow discussions, and "echo chamber" dynamics, leading many to replace the site with LLMs for information [0][5][6].

4. John C. Dvorak has died (twitter.com)

925 points · 319 comments · by coleca

John C. Dvorak, a pioneering technology journalist and podcaster known for his work in the tech industry, has passed away. [src]

John C. Dvorak is remembered as a "hilarious curmudgeon" and a staple of tech media history, known for his work in *PC Magazine*, *Byte*, and shows like *Cranky Geeks* [3][4][5]. Commenters fondly recall his bold, often contrarian takes and his frequent on-air friction with Leo Laporte on *This Week in Tech* [1][2][9]. While there was some confusion regarding his age, users noted his long-standing dispute with Wikipedia over his birth year, confirming he was 80 at the time of his death [5][7]. Though he was the nephew of the Dvorak keyboard creator, he carved out his own legacy through a unique style of tech punditry that prioritized strong opinions over consensus [0][1][8].

5. OverpAId – Fire your CEO. Hire the future (overpaid.lol)

679 points · 363 comments · by ignaloidas

OverpAId is a satirical website promoting a fictional AI "Chief Executive Replacement Engine" to highlight the massive pay disparity between CEOs and workers, arguing that executive roles are more easily automated than frontline jobs while criticizing the lack of corporate accountability in the AI era. [src]

While some argue that top-tier executive talent is indispensable for moving the needle at massive scales [0], others contend that many overpaid CEOs are merely "lucky" individuals with prestigious pedigrees who fail to deliver results [5][7]. A significant portion of the discussion suggests the CEO's primary role is acting as a "human delegate" or a singular point of accountability for B2B contracts and social navigation, a function AI cannot easily replicate [3][4]. However, there is a counter-argument that much of an executive's work is vulnerable to automation, potentially opening the door for "figurehead" entertainers to replace traditional, expensive leadership [1].

6. LG to ban residential proxies from smart TV apps (krebsonsecurity.com)

468 points · 524 comments · by DemiGuru

LG Electronics plans to suspend smart TV apps that turn devices into residential proxy nodes after research revealed that over 42% of apps on its webOS platform allowed third parties to route internet traffic through users' televisions. [src]

The consensus among users is to never connect smart TVs to the internet, instead using external devices like an AppleTV to avoid "crapware" and privacy risks [0][4][6]. While some argue for boycotting the brand entirely [3], others note that LG produces superior hardware, suggesting that users simply update firmware and then disconnect the network [4]. There is significant concern regarding the prevalence of "quasi-malware" SDKs in LG's app store [5], though some clarify that certain reported issues stem from Windows Update behavior rather than the monitors themselves [8].

7. Are AI labs pelicanmaxxing? (dylancastillo.co)

681 points · 242 comments · by dcastm

An experiment testing seven frontier models found no significant evidence that AI labs are "pelicanmaxxing," or specifically training models to excel at the famous "pelican riding a bicycle" SVG benchmark, as the models performed similarly or better on other animal-vehicle combinations. [src]

Quantitative analysis suggests that AI labs are likely not "pelicanmaxxing" (optimizing specifically for the "pelican on a bicycle" benchmark), as the quality of these images does not significantly outperform other animal-vehicle combinations [0][7]. While some argue that improving SVG generation is a genuine, useful capability for diagrams and spatial reasoning [2][4][8], others contend that LLM-generated SVGs remain aesthetically poor and less efficient than specialized models [5][6]. Disagreements persist regarding whether this skill reflects general programming logic [1][3], with one observer noting that consistent right-facing orientations likely stem from training data biases—such as the standard placement of bicycle drivetrains—rather than a true understanding of physical mechanics [9].

8. Everyone should know SIMD (mitchellh.com)

657 points · 252 comments · by WadeGrimridge

Software engineer Mitchell Hashimoto argues that SIMD is an accessible optimization every developer should learn, demonstrating a five-step pattern—broadcasting constants, vector looping, parallel operations, reduction, and scalar tails—that can provide significant performance speedups over traditional scalar loops with predictable, hand-written code. [src]

While some argue that modern compilers handle vectorization automatically via optimization flags [0][9], others contend that auto-vectorization is often insufficient and requires a fundamental shift from "Array of Structs" to "Struct of Arrays" data layouts to be effective [2][3][4]. Proponents of manual SIMD highlight its power in languages like Zig, though they note that certain built-ins may still fallback to scalar operations for complex functions like trigonometry [1][7]. Despite the performance gains, many developers believe SIMD is a "premature optimization" for most, suggesting that addressing poor data structures, cache locality, and algorithmic complexity should take priority [3][6][9].

9. “We have information that Moonshot distilled Fable for the development of K3” (twitter.com)

231 points · 599 comments · by softwaredoug

Reports indicate that Moonshot utilized data distillation from the Fable model to assist in the development of its new K3 model. [src]

The discussion centers on whether Moonshot’s alleged distillation of Anthropic’s Fable model constitutes "robbers blaming robbers" given that frontier labs originally trained on copyrighted data [1][3]. While some argue distillation is a rational cost-saving measure common in open-source development [0][6], others contend it involves illegal trade-secret misappropriation, breach of contract, and the circumvention of technical safeguards [7][8]. Skeptics also question the timeline of the allegations, suggesting the US government and Anthropic may be motivated by national security interests and the need to protect the economic viability of high R&D costs against foreign competition [5][6][9].

10. The startup's Postgres survival guide (hatchet.run)

521 points · 235 comments · by abelanger

This guide provides practical strategies for scaling Postgres, covering schema design, query optimization, and connection management while addressing advanced topics like autovacuum tuning, partitioning, and using `FOR UPDATE SKIP LOCKED` for job queues. [src]

The discussion emphasizes that organizational discipline, such as avoiding complex ORMs and maintaining append-only sources of truth, is often more critical for startup survival than technical scaling [0][3]. While some argue for managed services like RDS to handle high availability and backups [4], others suggest that simple cron-based `pg_dump` strategies are sufficient for early-stage needs [1][7]. There is significant disagreement regarding transaction management, with debates over whether to use automatic decorators for atomicity or to strictly limit transaction duration to prevent connection pool exhaustion [0][6][8]. Additionally, participants highlight the importance of using modern Postgres features like the `text` type over `varchar` and caution against reinventing graph databases or complex type systems within relational tables [0][2].

11. GigaToken: ~1000x faster Language model tokenization (github.com)

616 points · 119 comments · by syrusakbary

GigaToken is a high-performance language model tokenizer that achieves speeds up to 1,000x faster than HuggingFace by utilizing SIMD optimization and efficient cache hierarchies. [src]

While critics argue that tokenization typically accounts for less than 0.1% of total inference time [0][3], proponents emphasize that 1000x speedups are vital for reducing "time-to-first-token" (TTFT) and optimizing latency-critical paths [6][7][9]. The author and other practitioners note that high-speed tokenization is essential for large-scale pretraining data processing, as well as early-stage routing and rate-limiting decisions in AI platforms [4][6]. The project is praised for its technical innovations in caching and pre-tokenization regex replacement, prompting some to wonder if similar 1000x optimizations remain undiscovered in other parts of the inference pipeline [2][5].

12. Quality non-fiction books are the antithesis of AI slop (resobscura.substack.com)

492 points · 238 comments · by benbreen

The Book Prize Index provides a curated database of award-winning non-fiction titles, positioning high-quality human scholarship as a vital alternative to the proliferation of AI-generated content. [src]

Commenters argue that LLMs struggle to produce high-quality prose, often defaulting to mediocre "AI-tics" that are easily spotted by experts [0][6][7]. While some users find long-form non-fiction essential for deep cognitive integration and the "reorganizing" of thoughts [1], others contend that many books are merely "human slop" that stretch a single magazine-length idea into hundreds of pages [4]. Despite these disagreements on book quality, there is a shared appreciation for curated reading lists as a way to rediscover meaningful "reading time" in an era of automated content [2][5].

13. Businesses with ugly AI menu redesigns (blog.fiddery.com)

381 points · 303 comments · by speckx

A diner expresses disappointment after a local Filipino restaurant replaced its traditional menu with "uncanny" and "disturbing" AI-generated food imagery that fails to accurately represent the actual dishes served. [src]

The rapid adoption of AI-generated posters and menus is viewed as a "race to the bottom" that replaces authentic, albeit amateur, human effort with generic, "uncanny" imagery [3][6]. While these designs often look technically superior to previous DIY attempts in Word or desktop publishing, they frequently damage a business's credibility and "vibe" by signaling low-effort output [0][1][8]. While some argue this is a significant improvement for business owners who previously struggled with design, others find the loss of personality—especially in community settings like schools—heartbreaking and are even retaliating with negative reviews [3][5][8].

14. Making (beej.us)

441 points · 186 comments · by erikschoster

In this reflective essay, a veteran developer explores the "AI dev schism," arguing that while generative AI increases productivity, it diminishes the personal fulfillment found in the craft of making, likening AI prompting to managing a contractor rather than performing the work oneself. [src]

The discussion centers on whether using LLMs to generate software constitutes "making," with some arguing that providing the vision and direction makes one a "director" or "producer" of the final product [0][6][8]. Critics contend that offloading the actual labor is akin to ordering a custom sandwich or hiring a landscaper, suggesting that pride should be taken in the vision rather than the execution [1][2][7]. While some feel the loss of manual craft diminishes the personal growth and satisfaction found in side projects, others argue that AI is simply a higher-level tool, comparable to a machinist using a CNC machine [4][5][9].

15. Does creatine make you smarter? (dynomight.net)

338 points · 274 comments · by surprisetalk

While creatine is proven to increase physical strength, scientific evidence for its cognitive benefits remains weak and inconsistent, with major reviews and high-quality replications finding no statistically significant impact on intelligence or memory in healthy adults. [src]

The debate over creatine's cognitive benefits is divided between skeptics who view the lack of clear evidence as a sign of "motivated reasoning" and p-hacking [0][8], and proponents who argue its safety and proven physical benefits make it a low-risk supplement with potential "added perks" [2][7]. While some users attribute their perceived mental clarity to increased water intake [1], others share anecdotes of significant cognitive improvements during periods of severe sleep deprivation [4][6]. Despite these personal accounts, critics maintain that if the effect were truly significant, it would be easily detectable without the need for ambiguous statistical studies [0].

16. I Inspected My Take-Home Interview Project. It Was a Whole Operation (citizendot.github.io)

478 points · 126 comments · by CITIZENDOT

A software engineer discovered that a high-paying job offer was a front for a malware operation using hidden Git hooks to execute malicious payloads and drain cryptocurrency wallets. [src]

The discussion highlights a sophisticated surge in malware-laden job scams, where attackers use fake LinkedIn profiles and technical interviews to trick developers into running malicious code [2][5]. One notable anecdote describes a targeted social-engineering attack against a high-profile NPM maintainer involving a fake CTO and a compromised repository [2]. Users suggest defensive measures such as verifying recruiters through official company channels, using VMs for take-home tasks, and demanding that platforms like LinkedIn implement email-based employment verification [3][6][7]. There is also significant concern regarding security vulnerabilities in tools like VS Code that allow automatic code execution upon opening a project [9].

17. Back to Kagi (blog.melashri.net)

332 points · 252 comments · by speckx

After unsuccessfully testing alternatives like Google, DuckDuckGo, and SearxNG, the author has re-subscribed to Kagi, citing its superior privacy, text-focused results, and customizable interface as unmatched by other search engines. [src]

Users praise Kagi for its powerful customization features, such as site blocking and Vim keybindings, which offer a sense of control that modern Google lacks [2][5]. However, there is significant debate over whether Kagi’s actual search quality is superior to free alternatives, with some arguing that the perceived decline in search is due to the overall degradation of the web rather than the engine itself [0][7][8]. While some find the $10 monthly fee a reasonable trade-off for an ad-free experience, others find it too expensive or question the long-term relevance of traditional search engines in an era of LLM-driven voice assistants [1][3][4].

18. The Beam Engine (glinscott.github.io)

481 points · 98 comments · by glinscott

This article explores the mechanics and history of the beam engine, detailing how innovations like James Watt’s separate condenser and parallel motion transformed steam into the rotational power that fueled the Industrial Revolution. [src]

The article is highly praised for its interactive, first-principles approach to explaining the steam engine, with readers comparing its quality to the work of Bartosz Ciechanowski [1][3][7]. A significant portion of the discussion centers on the etymology of "balls out," which refers to the centrifugal governor reaching maximum speed, though users note this is often mistaken for a crude anatomical reference [0][6][8]. Commenters also debate the historical limitations of ancient Greek steam toys, arguing that while they lacked the metallurgy for high-pressure vessels, their failure to scale was due to a lack of iterative technological foundations rather than just a lack of pistons [4][9].

19. Zero roadkill as Amazon canopy bridges secure 15,000 crossings (news.mongabay.com)

384 points · 120 comments · by hn_acker

We couldn't summarize this story. [src]

While users celebrate the success of wildlife bridges in the Amazon and the Pacific Northwest [0], the discussion highlights a sharp divide regarding the cost-effectiveness of such projects. Some criticize expensive infrastructure like California’s $115M Wallis Annenberg Wildlife Crossing as a waste of taxpayer funds [2][9], while others argue these costs are necessary for specific species like mountain lions and provide safety for both animals and drivers [7][8]. The thread also features a philosophical debate on whether humanity's "dominion" over nature should be viewed as a mandate for exploitation or a responsibility for benevolent "gardening" and conservation [1][6].