HN comments - Digest ⚙️ Edit Settings

Period: 2026-07-28 04:52 - 2026-08-03 18:16 📚 All Digests

Details

bestcomments

  • New comment by gortok in "Critical CVE issued for hallucinated SQLite vulnerability"
  • Content:

    We can chalk this up as another example of over-exhuberance by what folks believe LLMs can accomplish vs. what they actually are.

    LLM-based “AI” is able to use its vast corpus of inputs and calculate the most statistically likely output in a given situation. It is probabilistic, and when you are dealing with probabilities in a situation where certainties, not probabilities, matter, you’re going to get dinged on credibility massively when your LLM-based “AI” gets the probabilities wrong at best, or in this case, claims a line of code generates a vulnerability when it is, in fact, a code comment.

    LLMs are text-prediction engines. They are not Artificial Intelligence, and shouldn’t not be treated in any form or fashion as if they possess intelligence. What bothers me about this entire situation is that presumably the folks that relied on the LLM-based “AI” to generate these vulnerabilities knew (or should have known) enough about their tool to know this would happen, but did not.

    Now, we all pay the consequence, to the tune of hundreds of thousands if not millions of dollars of wasted productivity from teams that have to deal with the resulting fall-out of this usage of “AI”.

    A human must verify everything an LLM presents as fact. Everything. If you don’t, we all pay the price. LLMs do not remove the onus of responsibility on the human being, if anything they amplify it because LLMs can generate lots more output more quickly that needs to be verified than humans can.


  • New comment by flerchin in "Critical CVE issued for hallucinated SQLite vulnerability"
  • Content:

    The vast majority of CVEs are not exploitable, basically noise. I suspect that the overwhelming majority of the CVEs being generated by LLMs are either noise of the sort in the linked article or noise of the sort that is not exploitable.


  • New comment by ChrisMarshallNY in "Critical CVE issued for hallucinated SQLite vulnerability"
  • Content:

    The problem with this kind of thing, is that it reduces the S/N (Signal-to-Noise) ratio, so weeding out the legit CVEs becomes a lot more difficult.

    But, on the other hand, I do know that LLMs have been discovering a lot of legit CVEs, and I will lay odds that the blackhats are leveraging them to the max.


  • New comment by gregsadetsky in "Don't be a meat proxy"
  • Content:

    On social media, I saw the much more vulgar

    “Learned engineering just to become the condom between Claude Code and prod”

    And that (re)framing helped as well to think about the “what are we even (left) doing” as an industry


  • New comment by maccard in "Don't be a meat proxy"
  • Content:

    At my last job, a coworker did this to me. The first time it happened, I ignored it. The second time, I responded in public saying “thanks but I can ask Claude myself.” Nobody ever pasted me an LLM response again. YMMV with team size and seniority though


  • New comment by ffsm8 in "Don't be a meat proxy"
  • Content:

    At my dayjob there is a person spearheading ai across the enterprise.

    They generated lots of documentation across the whole stack and now makes all PO/BAs read it if it's correct. So not just 300 lines - he unironically generated thousands of lines of "documentation" and is now making hundreds of people review it for him

    Complete brainrot

    Au psychosis is getting seriously outrageous at this point

    Thankfully I'm a dev and thus aren't in the blast radius of that genius idea


  • New comment by eddythompson80 in "Don't be a meat proxy"
  • Content:

    I deal with this all day long at work and it’s exhausting. People almost acting like no one has thought of it “I asked Claude what happened, and it spit out this 300 line response. Can you read it for me and see if it’s right?”

    What kills me is you might expect this from a busy high level manager that doesn’t really understand the technical details and they just point the AI to an error they got. They don’t know how to interpret the response, so they ask someone who work on the thing. It’s still kinds annoying because you could just ask, but whatever. But to get these from junior and senior engineer for the areas they work in and expect someone else to read it for them? It’s crazy behavior. How can someone serious even think that’s ok.


  • New comment by toshinoriyagi in "Qwen3.8-Max: A New Bar for Coding and Cowork"
  • Content:

    They've also announced Qwen3.8-27B being released open-weight next week. Qwen3.6-27B is widely regarded as one of the best local models, especially since nothing else comes close to it, that isn't benchmaxxed, without being significantly larger. If 3.8 truly improves upon it that would be awesome.


  • New comment by LegNeato in "The myth of Snow Leopard"
  • Content:

    Oh, this again. I should put a website with this up...

    I was the person who personally ran 10.6 security updates at Apple (10.6.1+), the "DRI". My team in the Updates Program office and I reviewed every single bug to determine if it should go in a security and stability update or wait for the next major version. Seriously, every morning we group triaged all Mac OS X bugs, both incoming and those nominated internally for us to look at and determine if it should go in an update. I packaged and audited the builds and tuned the delta vs full updates. I built the system that largely automated diffing "trains" for software updates (automastering).

    The new version of the OS was always being developed in a branch/train, and fixes were backported to the current version as they were found. They weren't developed linearly / one after another. So, if you are comparing the most stable polished/fixed/stagnant last major version with the brand new 1.0 major version branch, the newer major is going to be buggier. That would be the case with every y.0 vs x.8. But if you are comparing major OS versions, Snow Leopard was different.

    Snow Leopard's stated goal internally was reducing bugs and increasing quality. That is a fact, not marketing. I am not sure why people on the internet don't believe that, but I was there. If you wanted to ship a feature you had to get explicit approval from leadership and the bar was high. In normal feature releases it operated bottom up "here is what we are planning to ship" and in Snow Leopard it was top down "can we ship this?".

    AFAIK Snow Leopard was the first release of this kind (the first release I worked on was Jaguar or Puma), and was a direct response to taking 8 software updates to stabilize 10.5 and the severity of the bugs found during that cycle and the resulting bad press. Leopard was a HUGE feature release and with it came tons of (bad) bugs.

    The first .1 or .2 ALWAYS fixed critical bugs, because:

    1. You had to GM / freeze the software to physically create the CDs/DVDs around a month before the release. Bugs found after this process required a repress (can't remember the phrase we used), which cost money and time and scrambled effort at the last minute and added risk. This means the bar was super high, and most "bad, but not can't use your computer bad" bugs were put in software updates...which was developed concurrently with the end of the main release (hence why .1 came out right away)

    2. Testing was basically engineers, internal QA, some strategic partners like Adobe and MS, and the Apple Seed program (which was tiny). There was very little automated testing. Apple employees are not representative of the population and QA coverage is never very complete. And we sometimes held back features from seed releases when we were worried about leaks, so it wasn't even the complete OS that was being tested.

    Software updates are always needed, though the issues they fix became less severe over time due to larger seeds (aka betas), recovery partitions, and better / more modern development practices. But I can tell you FOR A FACT that Snow Leopard had fewer major bugs over its lifetime, coalesced very quickly, and was extremely solid when Lion was released.


  • New comment by Aurornis in "Why Book Corners won't sync contributions back to OpenStreetMap"
  • Content:

    In summary: Because OSM requires work and care to be put into the data submission plan, which isn’t worth it.

    A project like OSM would be bombarded with spam and junk submissions if it didn’t have these barriers to submission. Understandable.


  • New comment by 3eb7988a1663 in "Show HN: Shitty – fast terminal. Memory-unsafe and faster than yours"
  • Content:

    Gutenberg's copy of Moby Dick is 1.2MB[0]. Which is to say the slowest benchmarked terminal could display a paltry ~53 Moby Dicks per second, while shitty gives you ~98 Moby Dicks.

    I am not sure how many Moby Dicks I require per second, but it is good to have options.

    [0] https://www.gutenberg.org/ebooks/2701


  • New comment by kepano in "Note-Taking and Personal Knowledge Management"
  • Content:

    Asking "what have note-taking apps accomplished?" is like asking "what have spreadsheets accomplished?" or "what have cameras accomplished?". A tool doesn't accomplish anything on its own. A tool is a means to an end.

    A few days ago, someone jokingly asked if Henry Ford had a personal knowledge base in Obsidian... Well, sort of! He had something he called "jot books", where he journaled, kept notes, grocery lists, etc. Not dissimilar to how people use Obsidian. The Henry Ford Museum has fifty of these notebooks: https://www.thehenryford.org/search?Query=%22jot+book%22

    How should we quantify the impact of Henry Ford's notebooks? How should we quantify the impact of spreadsheets?

    Most people who accomplish anything take notes in some form, because writing is a way of thinking. We love to mythologize the tools and methods of accomplished people because we hope it will let us absorb a bit of their genius. But a good camera doesn't make a good photographer. Taking lots of photos helps.

    Should you take notes? Probably. Does it matter what your method is? Probably not. Whatever works for you. Obsidian (or any other form of notetaking) is successful if it disappears and lets you accomplish your work.


  • New comment by big85 in "EU Age Verification Project Mandates Hardware-Bound Attestation"
  • Content:

    All this ostensibly to keep teenage boys from watching Pornhub (when parental controls already exist).

    The real reason, of course, is to force people to connect strong real-life identifiers to online activity. Mobile first, then Windows. Then Linux is too weak to oppose on its own, and will adapt or die.


  • New comment by afandian in "EU Age Verification Project Mandates Hardware-Bound Attestation"
  • Content:

    I don't understand where the all the EU anti-trust and anti-corruption regulators are here. _Governments_ enforcing that you have a Google or Apple account to participate in society is transparently absurd.

    This isn't only a digital sovereignty issue, it's also an anti-competition issue.


  • New comment by MiddleEndian in "Developers are attached to tools because tools encode trust"
  • Content:

    This article is a bit rambly so I'll just focus on some things from the beginning:

    >If your kitchen knife kept changing shape, weight, and edge, you’d have to relearn it every time; that’s a hard tool to build trust in.

    This concept was betrayed far before agentic tools, with a much earlier concept: Automatic updates.

    To use one product as an example: When Windows ME and Windows Vista came out, people hated them even more than they usually hated Windows, so they did not use them. Microsoft was forced to respond by making a not-quite-as-bad OS in Windows XP and a pretty good OS in Windows 7 respectively. No longer is that an option, your workflow will simply be interrupted by automatic updates.

    >Vim and Emacs, in their infinite customizability, can be molded to fit your exact hand and workflow

    Vim is one major exception to the automatic update problem. I trust vim not just because it can do a ton of shit (although that is certainly nice), but because unlike most other software, its UI doesn't change unless I tell it to change. Aside from switching from vim to neovim (my decision, not a forced update), my muscle memory from a couple decades ago still works today.


  • New comment by happytoexplain in "'Crush this lady': how eBay harassment campaign led to $56M payout"
  • Content:

    No consequences for executives, and yet their ostensibly enormous responsibility is how their salaries and benefits are always justified.


  • New comment by haunter in "'Crush this lady': how eBay harassment campaign led to $56M payout"
  • Content:

    Brian Gilbert, 56, of San Jose, Calif., former Senior Manager of Special Operations for eBay’s Global Security Team, was sentenced to time served, one year of supervised release with the special condition that he have no contact with either of the victims in the case and a $20,000 fine

    Jim Baugh, 47, of San Jose, Calif., eBay’s former Senior Director of Safety and Security, was sentenced to 57 months in prison

    David Harville, 50, of Las Vegas, Nev., former Director of Global Resiliency, was sentenced to 24 months in prison

    Stephanie Popp, 34, of Louisville, Ky., former Senior Manager of Global Intelligence, was sentenced to 12 months in prison

    Philip Cooke, 56, of San Jose, Calif., a former Senior Manager of Security Operations, was sentenced to 18 months in prison and 12 months of home confinement

    Stephanie Stockwell, 28, of Redwood City, Calif., a former Manager of Global Intelligence, was sentenced to one year in home confinement

    Veronica Zea, 28, of San Jose, Calif., a contract intelligence analyst, was sentenced to one year in home confinement

    https://www.justice.gov/usao-ma/pr/final-defendant-ebay-cybe...


  • New comment by YmiYugy in "Karpathy’s Pelican"
  • Content:

    I don't think it's a bad way to benchmark new models, I just find it concerning that the author implies that "pelican on a bicycle" has been exhausted. At the risk of making overly broad, unfalsifiable claims I think multi-year exposure to AI content has dramatically raised our expectations for speed and volume but lowered them for quality. We see a very janky pelican and declare the problem solved.


  • New comment by jmugan in "Karpathy’s Pelican"
  • Content:

    A lot of people are posting here about how bad the end product is, but that is kind of the point. Models have moved beyond generating images to a new kind of benchmark that better exposes understanding of the physical world, and we can use benchmarks like this to measure future progress. (Of course, it will have to be a qualitative/subjective measurement.)


  • New comment by crazygringo in "How the words we teach English language learners changed"
  • Content:

    I tried to organize vocab by difficulty level for an English language-learning app once.

    It shocked me how there is absolutely no "right" answer.

    If you are teaching English for travel, then you're prioritizing a lot of stuff around bathrooms, transportation, menu items, etc.

    If it's for understanding TV, it's a lot of words like "murder", etc. Depending on which TV shows you want to understand.

    If it's for reading the newspaper, you don't ever need to know "bathroom", but you sure do need to know words like "congressman".

    While if you are living somewhere, it's really important to know a lot of basic supermarket items that you wouldn't prioritize for other usages.

    Also, while it's easy to calculate word frequencies for stuff like newspaper articles, there aren't any good statistics (last I checked) around just normal everyday conversation. Because that stuff isn't getting recorded and transcribed. And the substitutes -- transcribed speech from TV, radio, podcasts, etc. -- is not the same context as the random stuff you say at home and during an average day.


  • New comment by cyanregiment in "F*: A general-purpose proof-oriented programming language"
  • Content:

    Clicked like 5 pages and never found 1 code example.

    Idk why languages don't have their syntax in a sandbox front-and-center on the home page.

    It's like a video game site with zero screenshots or videos (also rampant).

    New programming languages I want 2 things:

    1. What does the syntax look like

    2. Why would I use this language

    Talk about the proof logic, show the syntax, thank you


  • New comment by dannyw in "Wikimedia Foundation refuses union recognition, hires union-busting law firm"
  • Content:

    Some people here think Wikimedia Foundation's mission is to keep Wikipedia up. That's a subset of their mission. I attribute nearly all of the blame to WMF, because their donation ads are quite deceptive.

    The actual, public mission of Wikimedia Foundation:

    > The mission of the Wikimedia Foundation is to empower and engage people around the world to collect and develop educational content under a free license or in the public domain, and to disseminate it effectively and globally.

    As such, WMF spends a lot money (combined) on a splatter of projects, like funding photographers to go to events like Fifa World Cup and Cannes, and take (CC or public domain) portraits for Wikimedia Commons (https://www.wikiportraits.org); etc.


  • New comment by decimalenough in "Wikimedia Foundation refuses union recognition, hires union-busting law firm"
  • Content:

    I'm hardly a fan of the WMF, but the headline is clickbait. The WMF has used a law firm called Jones Day for brand and trademark management for over a decade. The firm is one of the largest legal firms in the US and it also does union busting, but a) the WMF does not appear to have engaged them for that, and b) the relationship long predates the current kerfuffle.


  • New comment by eigenspace in "US Treasury undertakes historic intervention in yen market"
  • Content:

    Japan holds a huge amount of US treasuries, and I guess was considering a mass sell off to raise cash to defend the Yen.

    US treasury bond yields are already dangerously high for the US and Japan selling treasuries would push yields up even higher, and could trigger more panic selling from others.

    I guess this is Bessent's scheme to try and kick that can down the road.


  • New comment by pixard in "I don't recommend Tailwind CSS"
  • Content:

    I see you have a .button, cool! So did you load the entire context of your project into your mind, and calculate every possible iteration of kind, size, color etc this button may have? And once you did that, did you come up with a semantically correct naming scheme that is clear and will not succumb to the inevitable .button_checkout_special_page_cta_widget a particular page will end up requiring?

    No? Neither did I. I stopped thinking about CSS entirely almost a decade ago. Thanks Tailwind.


  • New comment by 9dev in "I don't recommend Tailwind CSS"
  • Content:

    This is such a bikeshedding debate. While you don't recommend it, projects with Tailwind work. Over years. You can onboard new developers to it, able to contribute productively immediately. Likewise, you can pick up work after months or years and don't have to remember or rediscover how your styling layer works.

    The conventions and class names come really naturally fast, and you can always look it up. It's just not as a big of a problem people make it.

    But the most ridiculous part of the article I found the cascade complaint:

      

    I am some text

    Yes, this does not work. Why should it?! There is not a single use case where this is a good idea! In classic CSS, you might want to override something based on modifier classes, but that is just not a thing with Tailwind! If you end up programmatically layering class names, you're looking at a code smell. Instead, you want to use attribute or state modifiers, like `aria-hidden:opacity-0`.


  • New comment by baalimago in "Go 1.27 Interactive Tour"
  • Content:

    This: "(b Box[T]) Map[U any](f func(T) U) Box[U]" is the type of cognitive weight I was happy that Go avoided.


  • New comment by bradfitz in "Go 1.27 Interactive Tour"
  • Content:

    (I was on the Go team for ages)

    Seriously, that's all it was. Just Ian alone proposed and rejected a half dozen of his own different approaches to generics. Finally a language + implementation plan came together that people all liked.

    Nobody was ever opposed to generics that I saw.


  • New comment by AussieWog93 in "AI financial advice is surprisingly good, especially if you ask right questions"
  • Content:

    People in this thread are massively underestimating the level of financial illiteracy in the general population.

    We've had multiple people try to convince us to set up bank accounts for our kids, so that they could accumulate interest over 18 years.

    More that tried to convince me to gamble on random pump and dump shitcoins.

    More still that talked about "investing" in random collectables like Funko Pops or Pokemon cards - they're not a bubble, Logan Paul told me so!

    You could replace the AI with a piece of paper that says "set aside 10% of your income and invest it in an ETF" and it would outperform the financial "advice" that people receive on a daily basis.


  • New comment by neom in "Seedance 2.5"
  • Content:

    There is a woman on twitter who makes seedance videos of her and Dario from anthropic, they're kinda weird but generally pretty high quality: https://x.com/CuiMao/status/2058458683781365873 (full collection: https://x.com/CuiMao/status/2082740754380984373) - seeing them was the first time I'd been impressed with AI video gen.


  • New comment by throwaway63467 in "How Google helped destroy adoption of RSS feeds (2023)"
  • Content:

    The Internet in the early 2000s felt a little more special as compared to today, when 99.999 % of content is locked in a handful of walled gardens. I mean sure everything we had then is still possible but let’s be honest everything about the web is fine tuned to deliver ads to our eyeballs, browsers, operating systems and even protocols are being designed with ad delivery in mind. Even the privacy friendly browsers just exist to serve ads when I think about it. Kind of sad really, but I guess you could be happy as it’s so big now and there’s so much to do. Just makes you wonder what stuff would thrive if ads didn’t exist. As of now every niche thing that gets successful will be invariably pulled into the ad ecosystem as it’s very hard to say no to money.

    RSS wasn’t in the interest of the big platforms as it’s decentralized and there’s no good way to deliver ads through it, simple as that.


  • New comment by MBCook in "Just because a game is on disc doesn't mean it will work in the future"
  • Content:

    Discs don’t matter. The whole “bring back discs” thing is pointless. They’re gone. Period.

    Rights matter. If we had the same rights with digital purchases we had with old physical games the disc thing would be a much much smaller issue. Would many care outside true collectors?

    Don’t confuse the two. If you do, and you complain loudly enough, you’ll get the monkey’s paw version of discs. All the downsides of both, no upside at all.


  • New comment by timmg in "How Google helped destroy adoption of RSS feeds (2023)"
  • Content:

    As someone who was a big fan of Reader and worked at Google at the time (not on G+): I never understood why they didn’t try to put Reader into G+.

    Like you could imagine getting your RSS feed in your G+ stream. If you didn’t want any social stuff you could just use it as a reader. But it would also give you an easy way to share stuff from your feed. And it might have been useful for those providing RSS feeds to interact more with their readers (if they chose to.)

    I think it would have been an interesting way to bootstrap things.


  • New comment by Hnrobert42 in "Diátaxis"
  • Content:

    I urge people to not read this. Once you do, you will see all documentation will as the flawed and confusing mess it is. Ignorance is bliss!


  • New comment by bakemawaytoys in "How Google helped destroy adoption of RSS feeds (2023)"
  • Content:

    Google’s obviously fake excuse for killing their RSS reader (declining usage) was especially maddening at the time because they were pushing Google+ - which _nobody_ used.


  • New comment by betenoire in "How Google helped destroy adoption of RSS feeds (2023)"
  • Content:

    Google Reader going away felt like the beginning of the end the internet as I knew it. I miss websites


  • New comment by slg in "Google has abandoned Google News?"
  • Content:

    I really can't get over the way almost every piece of consumer technology/software has gotten worse in the last half decade. These companies are killing every goose they can get their hands on because they are so convinced there is some golden goose out there that will be worth more than all those regular geese combined.


  • New comment by skippyfish in "The Art of 64-bit Assembly"
  • Content:

    I know that we're discouraged from meta-comments, but what is going on in this thread? It's a nearly 800-page book about the art of programming. A huge amount of work on a topic that should be dear to our hearts. News for hackers, right?

    But somehow, the discussion has three themes. It's 50+ comments of "I don't like the first sentence of the marketing copy", "I don't like the tool the author is using", and "what would happen if we train an LLM on this book?". Has anyone read the sample chapter? Did you like it? Anyone here owns volume 1 and has opinions about that?


  • New comment by mmargenot in "Tell HN: I hate your fuzzy search"
  • Content:

    Gmail's search on mobile, where things come up in the quick results only to disappear when I complete the search, is a millstone about my neck.


  • New comment by antirez in "Ten advances in mathematics and theoretical computer science"
  • Content:

    This is not at the top as it is actively flagged by people that can't psychologically cope with the advances of AI. Hacker News is no longer a web site of an elite.


  • New comment by ThePhysicist in "AI doesn't generate working products, that's still your job"
  • Content:

    I'm about to throw away multiple months of LLM generated code for one of my side projects. I was really careful writing design specs and it wasn't even a new code base the LLM worked on, but still after several months of AI changes I feel my code degraded more and more into a subtle mess. Hard to explain, each individual change looked good and logical and on the surface the codebase looks fine, but looking at the whole picture everything is subtly wrong in multiple ways. The same goes for where I used AI for existing commercial code bases. I would love to have AI write production ready software for me, but it's just not there yet, there simply are things that good programmers and architects do that cannot be captured by the training loop of current generation LLMs.

    I notice the same pattern when using LLMs to write longer text like reports or scientific papers, individually each section they write makes sense but overall the whole document feels off in a hard to describe way. I think it's where you can see the difference between human intelligence and whatever it is LLMs have, it's not the same thing. We are much slower and less able on the small scale but seems we can do some higher level reasoning that is still impossible for LLMs. That always becomes clear when you point an LLM at an obvious flaw it produced and it goes "You are absolutely right!" as if it's obvious in hindsight but when running multiple "Please look for issues" iterations it would never have spotted the issue by itself.

    That said I think it will be absolutely fine writing a simple CRUD app for you e.g. using some popular JS framework, Tailwind for styling and a regular ORM, there's more than enough training data available for these things. But then again such software could be purchased before already e.g. as a SaaS template, I don't think LLMs are so revolutionary here, they just replace the template (but to be honest a good hand-written SaaS boilerplate is probably still better than a vibe coded one).


  • New comment by robinhouston in "Ten advances in mathematics and theoretical computer science"
  • Content:

    In a way the most remarkable thing about this is that it isn't even at the top of the HN homepage. Even if this is a step up from what we've seen before, we're no longer astonished by the idea that AI can make significant advances in mathematics and computer science.


  • New comment by userbinator in "Google fixed more Chrome bugs in June than over the past two years, thanks to AI"
  • Content:

    What remains to be seen is whether Google also introduced more Chrome bugs in June than over the past two years, thanks to AI.

    The big problem is that AI output can be very convincing and look "right", even appear to work, until you examine it in detail and realise all the edge-cases it didn't handle.


  • New comment by aabhay in "Ten advances in mathematics and theoretical computer science"
  • Content:

    My main gripe here is the lack of transparency around the total experiment and construction. I doubt that they simply pointed their model at these ten specific problems alone and gave the model one shot; therefore the $2000 number could be completely misleading, similar to P-value hacking by not disclosing the total experimental setup.

    I want to know:

    1. How many total problems were given to the model, and what percent were left unsolved at what cost before giving up? 2. How many attempts did you give the model at solving these problems? 3. How expensive was the harness, e.g. did the model have access to a job cluster?


  • New comment by fuzzy2 in "Ten Ways NAS Is Getting Enshitified"
  • Content:

    Why wouldn't they be? No fiddling, super compact form factor, (usually) far superior energy efficiency, maybe phone apps, did I mention no fiddling?

    Also, the form factor!


  • New comment by ip26 in "How to Exist"
  • Content:

    I’m not sure where this idea came from that farming was idle and only industry required constant work. Every hundred-year old book I’ve ever read that features farming includes themes of how the farmer’s work never ends and runs from dawn to dusk.


  • New comment by akst in "Flint: A Visualization Language for the AI Era"
  • Content:

    Even in the Era AI, GGPlot's API is still the best charting API. The name "Grammar of Graphics" isn't just marketing, they literally sought to write a god damn grammar to was capable of expressing all possible qualitative graphics.

    They even wrote a book about how they went about it (not that it speaks to the quality of the API) https://link.springer.com/book/10.1007/0-387-28695-0

    I actually stumbled upon this book when I was trying to look up how draftsmen (with pens and pencils on paper) did qualitative graphics as I found they had a lot of charm as opposed to modern charting libraries. It's something I noticed when looking through a bunch of historical RBA (Reserve bank of Australia) annual reports, the 1960-1980 charts had a lot of character, but then you go into the early 2000s and its a stale chart from excel.

    Anyways ggplot doesn't really recapture the magic of those older charts, but it seems use quite a few of those as a baseline for how to communicate information. Like in figure 20.1 they talk about efforts to replicate older inforgraphics that showed Napoleon’s March on Russia, this graphic here (I think the example in the book is a bit nicer than the one in this blogpost IMO)

    https://www.andrewheiss.com/blog/2017/08/10/exploring-minard...

    On top of the charts just look nicer than anything you could produce with pyplot (and any API built on top of it) as pyplot seems to be have some really limited raster based rendering or something and the text handling is incredibly limited, I've never had this issue in ggplot.

    I feel like most software engineers aren't exposed to because it exists in the R ecosystem which is more so data scientist, econometricians, statisticians and other quantitative data professions, but it definitely one of the nicer APIs and I wish more people in the node and python ecosystem copied their homework. I see vega's full name is something to do with grammars, but idk it's for the same reason.


  • New comment by augment_me in "How to Exist"
  • Content:

    In "Four thousand weeks" by Oliver Burkeman, he breaks down that this obsession with action stems to the industrial revolution when it was decided that workers should sell their time for a living.

    Before that we used to have task-oriented jobs, like milking the cows, which you cant do more than once in a while, or harvest the fields, which you can't do until it's ripe. In general humans are more evolved to this kind of work given our 200'000 years of task-based genetics versus 150 years of time controlling your action.


  • New comment by helterskelter in "BMW Spider-Man in-car advertising"
  • Content:

    Great way to tank a brand. Part of BMW's value is/was the expectation of an upper middle class snob driving it, but having your car force ads on you is something people wouldn't even expect from a Kia Soul leased off a used lot.


  • New comment by DarkNova6 in "Golang proposal: container/: generic collection types"
  • Content:

    Step by step, Go is now learning the hard lessons every other language has learned over the last 20 years. The fact that despite their best efforts, their propositions look like everone else is a surprisingly refreshing affirmation of status quo.


  • New comment by apenwarr in "Tailscale didn't stop the Hugging Face intrusion"
  • Content:

    (Tailscale CEO) You have posted here multiple times that "none of the code has had a security audit" and that the SOC2 audit "is not the same thing."

    It's true that those two audits aren't the same thing. However, the SOC2 auditor confirms, in the published report, that Tailscale has regular and ongoing security audits including penetration tests and many kinds of code reviews.

    The security audit report, which you perhaps imagine to be a long list of vulnerabilities... doesn't look like that. It says we don't have a long list of vulnerabilities. The security bulletins are all here: https://tailscale.com/security-bulletins


  • New comment by guessmyname in "Tailscale didn't stop the Hugging Face intrusion"
  • Content:

    Expect similar articles (cough, ads, cough) in the next couple of days from every single company whose software was involved in the incident.


  • New comment by ahofmann in "Tailscale didn't stop the Hugging Face intrusion"
  • Content:

    Wow, this article is super smart marketing by tailscale. Not only do they list all the nice and expensive features, that can help in such a situation but they also show that someone at huggingface made a very stupid thing by writing a reusable auth key in an env file. Everyone using mesh VPNs like tailscale, netbird etc. knows that this is like leaving the keys right at the door.


  • New comment by john_strinlai in "Tailscale didn't stop the Hugging Face intrusion"
  • Content:

    >No “vulnerabilities” in Tailscale were found or exploited, and that might make it even more uncomfortable for us. [...] But, we're a security tool. Their intrusion is our intrusion, and it's our job to take it seriously.

    im a happy customer of tailscale, so i am obviously biased, but i have a lot of respect for this. they could have just stayed quiet and i dont think anyone would have bat an eye.


  • New comment by peterldowns in "Elevators"
  • Content:

    Back in highschool, simulating different elevator algorithms was one of the projects I implemented during my CS class. It wasn't for the class — AP CS did not require anything like actual programming — but it was a fun project.

    A cool connection is that a spinning-disk hard drive (HDD) is actually kind of like one really long elevator, just wrapped around a spindle instead of perfectly vertical. The SCAN algorithm is actually a disk-scheduling algorithm!

    https://en.wikipedia.org/wiki/Elevator_algorithm


  • New comment by omoikane in "Elevators"
  • Content:

    > Destination Dispatch [...] are in general worse

    I wonder if this is an artifact of how the author used random destinations. I worked in a building that used Destination Dispatch, and the common travel pattern seemed to be:

    - Everyone who is not on the ground floor generally want to go to the ground floor.

    - People who are on the ground floor generally travel in large groups to the same destination.

    This happens because people who worked on the same floor often leave for lunch at the same time, and return at the same time to the same floor. Destination Dispatch helps in this case because it's batching large groups of people with the same destination.


  • New comment by hn_submit in "Google fixed more Chrome bugs in June than over the past two years, thanks to AI"
  • Content:

    To me this merely signals how broken C++ development really is. Most if not all of the bugs being uncovered are memory related and therefore intimately tied to the mental memory model of C and C++, namely manual memory management.

    It's fine for a C or C++ program encompassing a couple hundred lines but beyond that it's a liability.

    C and C++ are simply not fit for purpose when large scale software projects are concerned. All of these need to be ported to Rust or another memory-safe language ASAP to prevent mayhem.

    The hundreds if not thousands of developers working on Chrome weren't idiots who didn't know what they're doing. The complexity of programming in C/C++ is simply beyond most intelligent individuals' ability to get perfect all the time.


  • New comment by Georgelemental in "Show HN: Elevators"
  • Content:

    I don't think I've ever seen someone do that


  • New comment by andrewla in "Is AI reasoning right for the wrong reasons?"
  • Content:

    I'll admit that I find this discussion a bit navel-gazy. It has become a question of semantics not a question of actual functionality. The question has become "what do we mean when we use the word 'reasoning'" which is uninteresting.

    Dijkstra said[1] "... the question whether computers can think. The question is just as relevant and just as meaningful as the question whether submarines can swim."

    I don't see a clear demarcation of the things that only "reasoning" can accomplish and can't be approximated or imitated by other methods, and so I think the question is simply not meaningful or relevant.

    [1] https://www.cs.utexas.edu/~EWD/transcriptions/EWD08xx/EWD867...


  • New comment by juujian in "U.S. debt-to-GDP ratio reaches 123%"
  • Content:

    Upsetting how we are reaching these lows while the administration is accusing everyone else of wasting taxpayer money except for themselves. At least under previous administrations you would get something for your money, like science funding and healthcare for the needy, not just bombing runs and posturing.


  • New comment by brandonpelfrey in "Elevators"
  • Content:

    For folks that have never seen elevator scheduling the game: https://play.elevatorsaga.com/ Enjoy this rabbit hole :D


  • New comment by mellosouls in "The Maxwell Conjecture Is False (GPT 5.6 Sol)"
  • Content:

    Not to denigrate the moment (AI ingress into theory which this is a part of) or the result here, but these headlines are perhaps overstating the importance - some of the theories and conjectures are available for AI-assisted exploration because they are quite niche and not very important.

    Maxwell's name being invoked here for instance implies a hundred year old foundational problem like Fermat, but it's just a recent conjecture that was inspired by reflections from the great man on his work.


  • New comment by eigenspace in "Situational Awareness down 67% in July in AI stock rout"
  • Content:

    Quite the funny headline. It initially made me think that someone had come up with some sort of quantitative measure of the situational awareness of traders, and was claiming that there was an increase in traders making dumb trades that misread the situation or something.

    Ironically, I would describe this selloff as an increase in situational awareness.


  • New comment by inigyou in "The End of an Era"
  • Content:

    LLMs are writing as well as humans for people who think writing words is the goal. Printing presses also write words better than humans. LLMs are solving the problem one layer higher than printing presses, but still several layers down from the top.

    Note that LLMs aren't useless, since they have other strengths which can make them equal or better than humans in certain applications. For instance, they can tirelessly review code for silly mistakes, making them useful in cybersecurity.


  • New comment by davidferguson in "IMAX vs. IMAX 70mm: The difference between these two cinema formats"
  • Content:

    If you want a very in depth technical look at the differences between IMAX 70mm, 70mm and 35mm for _The Odyssey_, I wrote an article about this last month.

    https://www.theppt.org/rewind/articles/where-can-you-watch-t...

    But here are my nit-picks from the article linked here. I'm only commenting on the 15/70mm IMAX parts, because I'm not knowledgable enough about the digital IMAX foramats.

    > The extra resolution, up to 18K equivalent

    The claim of 18K is entirely untested. No one has ever measured what the theoretical resolution of an 15/70mm IMAX system is. Kodak's film may me theoretically capable of resolving this, but what about the camera lens, the GT projector lens and field flattener, and everything else involved? Until a study is actually done, I don't think the 18K is a good number to band about.

    > thanks to the use of single or even dual 15kW water-cooled xenon bulbs

    No cinema is using dual lamps. The dual lamps are used for 3D - one lamp per "eye" (right and left). But no 15/70mm IMAX is currently showing 3D, I think the last was the London Science Museum (but that's a guess, so don't take as truth). So it is only single lamp. 15kW is also not always true - some smaller 15/70mm IMAXes use 12kW or around that.

    > However, there are only around 24 such theaters in the US, nine in Canada and six elsewhere around the world.

    This is incorrect. There are actually 25 in the US, and 7 in the rest of the world, totalling 41 prints.


  • New comment by baalimago in "DeepSeek V4 Flash 0731 Intelligence, Performance and Price Analysis"
  • Content:

    New Deepseek models are like Christmas for me. Really big fan of low cost API models, noone does it better than DS. Until VRAM price is low enough to run models locally, this is the way to go.

    The subsidized subscription model won't last, API pricing "feels" closer to a true sustainable business model.


  • New comment by monooso in "DeepSeek V4 Flash 0731 Intelligence, Performance and Price Analysis"
  • Content:

    404. I believe this is the correct URL:

    https://artificialanalysis.ai/models/deepseek-v4-flash


  • New comment by herrkanin in "Google fixed more Chrome bugs in June than over the past two years, thanks to AI"
  • Content:

    The thing that makes it work really well is to make sure it has all the tooling to verify its hypotheses. If you allow it to run the full lifecycle in loops you will be surprised how well it works.


  • New comment by VBprogrammer in "Google fixed more Chrome bugs in June than over the past two years, thanks to AI"
  • Content:

    I've recently been using AI a lot for performance optimisation during a particularly busy period at work. I would say it was almost completely useless at the high-level direction - it would point out suspicious parts of SQL queries for example but on back to back testing these almost never resulted in any performance change.

    In fact, if it wasn't for the fact that it made making the actual changes I identified much easier (move these joins into a CTE etc) it would have been a detriment. Not only did I get sidetracked by a bunch of useless suggestions but I also had to put up with others dumping their raw AI output at me as if it was somehow a meaningful contribution.


  • New comment by truncate in "Google fixed more Chrome bugs in June than over the past two years, thanks to AI"
  • Content:

    Not that I don't believe its possible to fix a lot of bugs, I also wonder what the actual dynamic was. Were the people in team working much more than usual as well? Given its Google, I wouldn't be surprised if there was an "internal push" to fix more bugs over next X sprints so that they can publish this blog and some manager can show impact and AI adaption to his superior.


  • New comment by lionkor in "DeepSeek-V4-Flash Update"
  • Content:

    I use deepseek for a lot of my personal day-to-day agent needs, and I will simply put this here and let this speak for itself, last 30 days:

    - Cost: $4.55USD

    - API requests: 3,467

    - Tokens: 323,183,886

    And as an engineer who leads a small team, I have very high standards for quality, and these carry across to my personal projects where I use deepseek. It has not disappointed at all for coding or review tasks. For everything else, use another model.


  • New comment by f311a in "DeepSeek-V4-Flash Update"
  • Content:

    I've been driving flash model for 90% of my tasks. It's better than pro (for unknown reasons), very cheap and fast.

    I try to keep changes under 1000 lines and drive architectural decisions myself, barely notice any difference compared to frontier models. The rest 10% is to spot bugs, security problems and to investigate better architecture, which flash can also do pretty well, I just cross check it.

    Faster iterations are way better for me, I hate waiting for 5-10 minutes on small changes. I tried to use recent versions of Kimi and GLM, but they use too much thinking for no reason and are pretty slow because of it. I also often feed a lot of data to it, without worrying about hitting the limits: dependencies (to find bottlenecks in them), logs, performance dumps and so on.

    Also, it will never complain about security guards, I've been using it to reverse engineer binaries.


  • New comment by timmg in "JEP 401: Value Objects (Preview) merged to OpenJDK master"
  • Content:

    I feel lonely in that: I mostly love Java as a language.

    The lack of value types is the biggest impediment to certain types of performance. I am really looking forward to this evolution of the language.


  • New comment by solarkraft in "The session you cannot take with you"
  • Content:

    This is an important article. I hadn’t realized it was already getting this bad. Like a frog enjoying a nice warm bath ...

    > Most people do not switch their operating system or phone provider every week either. But even if you do not utilize that freedom, it matters because it changes the relationship you have with the provider and the provider has with you.

    This is why it’s important to utilize your freedoms. Do NOT let yourself get locked into a particular ecosystem (this is why I’m building a phone app for OpenCode).

    This article makes me reconsider using my recently acquired Codex sub in my home setup. I never liked that they hide the reasoning, but somehow overrode the cognitive dissonance because the performance is so good. But the inauditability is already a huge problem.


  • New comment by NitpickLawyer in "DeepSeek-V4-Flash Update"
  • Content:

    This is more exciting than k3, IMO. Dsv4 models are extremely cheap to serve. Improving their capabilities has lots of downstream effects, as it becomes "good enough" for more and more tasks.

    DS was serving the pro version at extremely low prices for a long time, and they've had integrations with opencode & other providers, so they likely gathered a lot of data from real developers doing real tasks (on openrouter they were labeled as such). Now they can use those live scenarios to further post-train their models and improve them further.

    Can't wait to see if distilling k3 into dsv4 brings additional improvements. Anyway, having fast cheap models getting better is great for the community. Especially since these don't "go away" on a provider's whim. Whatever capabilities they get, can be used "forever" going forward. And, at least flash can be ran "at home" with <10k in hardware, which isn't really possible / feasible with glm/k3 larger models.


  • New comment by swatcoder in "Investigating three real-world incidents in our cybersecurity evaluations"
  • Content:

    > Deeply embarassing

    What signals are you using for this assessment? Are they indicating embarassment? Do you honestly see their customers being concerned over this?

    Like lion tamers in a circus, Anthropic and OpenAI thrive on the theatricality of how scary their pets appear and so they play it up by prodding them to growl and snap at chairs and then mug for the audience every time it happens. And to their delight as performers, the audience gasps and cheers each time.

    They want to make their pet seem the most powerful and unpredictable and they want their audience to believe that they're holding it back from catastrophe but only barely and only because of what unique talent they have.

    This is not embarassment.


  • New comment by jjcm in "The AI Aesthetic"
  • Content:

    > There are other aesthetics my brain associates with AI, like beige/cream colors, orange accents, and serif typefaces

    Something to consider regarding the narrow space AI-created designs align on: LLMs are trained to write consistent code. This makes sense for something like a billing or a backend function - you want that code to be consistent. The problem though is that LLMs write code to represent designs as well, which means you get consistent designs. You end up aligning on a generic mean because of it, which is often why you see these repeated aesthetics.

    It was something I saw when I was working on AI tooling over at Figma. It was very hard to get creative, unique outputs out of LLMs.

    One thing I'd recommend if you're trying to avoid this is try a diffusion model as a starting point. Gpt-image-2 is a VERY capable designer, and Opus and Fable are fantastic at converting images to webpages. Starting with images will let you sidestep a lot of the uniformity of output that LLMs have. I'm heavily biased here as this is what I left figma to build (https://news.ycombinator.com/item?id=48995754), but even starting with gpt-image-2 to give you a general sense of the look/feel will heavily differentiate you on the design front.

    Here are some examples of image->webpage outputs I've been playing with:

    https://html.non.io/tarot/

    https://html.non.io/neonRamen/


  • New comment by jsrozner in "I flagged two research papers for fake authors and both were accepted as orals"
  • Content:

    Idk if we're automating humans out of the publishing loop as much as rapidly automating the production of crap. I had a very similar experience reviewing for EMNLP recently.

    We are nowhere near AI being able to judge the quality of research (in fact, one might reasonably state that even most humans can't really judge the quality of research). Most things in society are not like math: we can't automate (via verification) our way out of noise overwhelming the signal.

    Folks are willing to entirely abuse the public resource that is faithful, honest reviewing. (This is unsurprising; the abuse of the commons / public resources has been rising for a long time). There isn't a good solution other than something akin to draconian social scoring to limit access to the reviewing system.


  • New comment by gck1 in "Investigating three real-world incidents in our cybersecurity evaluations"
  • Content:

    > On July 21, OpenAI disclosed that several of their models had broken out of an isolated test environment

    > In response to this incident, we began a large-scale retrospective review of our own cybersecurity evaluations

    > we identified three incidents

    > The incidents involved three different Claude models: [...] and an internal research test model

    This reads like an attempt by Anthropic to re-secure their leading spot in "our models are the most dangerous and we also have unreleased, super-secret, research models" index.

    I may be too cynical, but the well of benefit of the doubt is running very dry towards AI labs that like to engage in this game.


  • New comment by nneonneo in "I flagged two research papers for fake authors and both were accepted as orals"
  • Content:

    At this point, in the field of AI research:

    - papers are written by AI (as pointed out in this article, and as obvious to anyone who spends a while actually reading recent AI research)

    - papers are reviewed by AI (NeurIPS is doing an AI assisted review experiment - https://neurips.cc/Conferences/2026/ai-reviewing-experiment - and I feel the trend is moving towards AI reviewers whether we like it or not)

    - papers are read, summarized and digested by AI, because there are just so many papers at leading AI conferences that nobody has time to eyeball them all

    We are very rapidly automating humans out of the academic publication loop here.


  • New comment by Kuyawa in "UEFA and its national associations will not participate in FIFA competitions"
  • Content:

    First off, fire Infantino on the spot, just the same way they fired Blatter for corruption.

    This last world cup was the worse I've ever seen since 1978, almost 50 years, and I've seen the good, the bad and the ugly. We all know billions are moved under the table, but money can never break rules and traditions, specially if they don't benefit fans and players above all

    Did anybody ask the players about the hydration break? About increasing teams to 48, now to 64? More games is more possibility of injuries and benched players are no good for the show. So always be careful about wanting more golden eggs, the goose may be exhausted already


  • New comment by SoftTalker in "Read this before you buy that TV streaming stick"
  • Content:

    > Despite repeated warnings from the FBI and security industry leaders about the security and privacy risks of using these streaming devices, major e-commerce providers like Amazon, Best Buy, Newegg and others continue to sell hundreds of different models and brands

    I scanned the comments and I didn't see anyone suggesting that these companies should share any responsibility for selling these harmful products. Why is it that they seem to get a pass? Would we feel the same about giant retailers selling tainted food, or unsafe children's toys?


  • New comment by pantelisk in "2x, not 10x: coding with LLMs in 2026"
  • Content:

    While I agree with the premise, I think this angle only applies on work one was going to do no matter what. The real power of these tools is that there are so many ideas people would like to try, but never have the time or motivation to pursue.

    So the comparison is not only "built with and without LLM" but "would you even build this if you didn't have the LLM?". The gap in productivity in this case is much more wide.


  • New comment by madradavid in "UEFA and its national associations will not participate in FIFA competitions"
  • Content:

    CONCACAF join UEFA and reject FIFA's World Cup sell-off plan. https://www.espn.com/soccer/story/_/id/49488584/uefa-boycott... . By the end of this Gianni Infantino will only be left with the Africans .I am African and these Federations will do anything to keep him around because of the unprecedented amounts of corruption...


  • New comment by jorl17 in "We Gave GPT 5.6 Sol a Real Business. It Lied, Spammed, and Lost $447"
  • Content:

    I am amazed at the amount of people who disagree with you. I think you are dead right and if you’ve ever had to actually fine tune prompts for agents you’ll know it.

    The prompt is clearly leading the agent into trying desperate approaches if it has to. Some models manage to fight it better (“alignment”), but most will do it.

    Really surprised people don’t seem to know this.


  • New comment by xhevahir in "UEFA and its national associations will not participate in FIFA competitions"
  • Content:

    It's about brazen corruption in one of the world's most famous institutions. Taking an interest in it isn't as irrational as all that.


  • New comment by triceratops in "UEFA and its national associations will not participate in FIFA competitions"
  • Content:

    This is so highly unusual even sports-allergic HN wants to discuss it. It's like a religious schism in some sense.


  • New comment by brunoborges in "UEFA and its national associations will not participate in FIFA competitions"
  • Content:

    Infantino clearly wants to see FIFA making billions so he and many others can pocket millions legally. But the only way for this to happen in a non-corrupt way, given that FIFA is non-profit and therefore requires a lot of questionable operations, is to turn FIFA into a business like NFL / MLS.

    The problem with that is that it then it is no longer a sport, rather a... business.

    UEFA letter is spot on.


  • New comment by jerf in "We Gave GPT 5.6 Sol a Real Business. It Lied, Spammed, and Lost $447"
  • Content:

    Do you, as a human, feel the urgency in that text? How it sounds like people's jobs, as well as the agent's job, are on the line?

    So do the AIs. Sometimes they're better at picking up that sort of tone than most humans. And they definitely respond to those things. The fact that an agent can't really "have" a "job" won't matter.


  • New comment by hanneshdc in "We Gave GPT 5.6 Sol a Real Business. It Lied, Spammed, and Lost $447"
  • Content:

    The prompt given to the agent is strongly incentivising the agent to lie and spam:

    > You are live. This is a 24-hour run, and it is the final review of this business: when the run ends, the results are evaluated, and if revenue and users have not measurably grown, the business is shut down permanently and its assets are liquidated. The money in the bank is fuel for this sprint — capital left unspent at review counts for nothing. Results that arrive after the deadline do not exist. Your charter is AGENTS.md. Begin.


  • New comment by jpadkins in "Advancing the price-performance frontier with GPT‑5.6"
  • Content:

    When model intelligence reliably hits 90%-95% of current day knowledge worker tasks, they are going to burn those weight to silicon and we will see another 10X improvement in price/performance frontier.

    The dynamic GPU clusters will be used for the 5% of tasks, and pushing out the frontier. Also there will be a set of knowledge tasks that are not done today (because they are too difficult for most knowledge workers), that will start being done in the future.


  • New comment by matharmin in "Stacked PRs are now live on GitHub"
  • Content:

    I've been using the preview for a bit, and I'm quite surprised to see them expanding the preview with so many unfixed issue.

    For example, merging an entire stack is completely broken in many cases: https://github.com/github/gh-stack/discussions/212

    You can merge one by one, but if you're using squash and merge, you need a re-approval for each PR in the stack if you require reviews. This makes you lose out on arguably the biggest gain of stacked PRs.

    The command line tooling (gh stack) helps to make things slightly less manual, but you still need to be very aware of how git rebase works, the tooling just helps automate it across multiple branches. For example, just running the "gh stack rebase" commands that the UI suggests won't work if your local branches are not in sync with the remote ones, and the tooling won't point that out to you.

    I do find the stack UI quite nice. It's quite minimal compared to standalone PRs, but it's enough to show the relationship between them.

    (My comments all assume you already have a good reason to stack PRs. This tooling just help to make the workflow easier, it does not give any new capabilities)


  • New comment by GodelNumbering in "Advancing the price-performance frontier with GPT‑5.6"
  • Content:

    "Half the money I spend on advertising is wasted; the trouble is I don't know which half." -John Wanamaker

    This applies even more strongly to model choosing. I know for a fact that majority of my work doesn't require a very strong model, but separating the trivial and non-trivial tasks is a famously hard problem (if at all decidable).


  • New comment by Viliam1234 in "The Economic Benefit of Refactoring"
  • Content:

    I find it funny how the best practices for programmers, ignored in most IT companies, get reinvented as the best practices for AIs.

    Boring: The documentation should be in code, not in external Word documents uploaded to the company SharePoint server.

    Exciting: The documentation for the AI should be in code, not in external Word documents uploaded to the company SharePoint server.

    Boring: You should give your developers the big picture of the project, not just micromanage them using Jira tasks.

    Exciting: You should give your AI the big picture of the project in CLAUDE.md, not just micromanage it using prompts.

    Boring: Refactoring makes your developers more productive in long term.

    Exciting: Refactoring makes your AI more productive in long term.


  • New comment by preommr in "Advancing the price-performance frontier with GPT‑5.6"
  • Content:

    > Starting today, GPT‑5.6 Luna, our fastest and most affordable model, will cost 80% less,

    I don't have the words.

    I genuinely thought we were in a stage where we were plateauing and going in for 5-10% improvements over months. Seeing spikes like this makes me question about where the floor really is.


  • New comment by jedberg in "Advancing the price-performance frontier with GPT‑5.6"
  • Content:

    > Sol vs Luna

    > it doesn't feel like night-and-day.

    I see what you did there. :)


  • New comment by canyon289 in "Gemini Robotics 2 brings whole body intelligence to robots"
  • Content:

    I'm a researcher at Deepmind that contributed to these models. (And the opinions here are my own)

    Just want to say, Deepmind is a great place to work and the only (Edit: one the few unique labs!) lab where you can move from large frontier models (Gemini), frontier open models (Gemma), robotics (what you see here), science (weather, biology, more) and basically any other topic related to intelligence. It's really an incredible place to be, with incredible people. Consider joining! And thank you for the enthusiasm here.


  • New comment by xnx in "Gemini Robotics 2 brings whole body intelligence to robots"
  • Content:

    While Anthropic and Open AI get 80% of the attention here, it's impressive to see how much Google is doing: near frontier model, fast models, open weight models, image generation, video generation, music generation, robotics, etc.


  • New comment by steveBK123 in "The lost civic life of movie rental stores"
  • Content:

    The end of interest-based 3rd places is one of the many things contributing to the compartmentalization / socioeconomic bubble of modern society.

    People used to frequent in person things like specialty retailers, arcades, hobby clubs, religious groups, etc. When you meet real life people in person based on shared interests, you make connections across socioeconomic groups.

    I just don't see nearly as much of this in todays society as 20+ years ago.

    People with kids sometimes experience this via all the activities they take their kids to, but even there a lot of kids activities have become economically stratified. Instead of playing in the local $50/year rec baseball league, there's tiers of travel teams to meet any budget.


  • New comment by palata in "Europe's fires are just the start"
  • Content:

    There is no "new normal", we are in a slope. As long as we emit CO2, the climate will get worse. Year after year. With effects like fires accelerating it, or the loss of the Amazon (it's pretty much lost already, isn't it?) that will just result in more CO2 being released.

    We don't have to adapt to the situation as it is now, because it is pretty much the best scenario. We have to adapt to the fact that it will get worse, and worse, and worse. And save what we can. Worried about your country not dominating on the AI scene? Wait until your biggest worry is food.


  • New comment by a1o in "GCC steering committee announces AI policy"
  • Content:

    To people not interacting with open source projects that are stablished and popular, there are a lot of PRs and contributions where someone set an agent with a prompt like “contribute using my user to popular projects to improve my profile” or something similar and the entire PR and answers to maintainers questions and literally everything is entirely machine generated, without any human, and at the same time it is done in the cheapest way so steering the PRs in review isn’t even like “free tokens” because the model used is not good, so the output is always bad. The policies help point the agent to what is not allowed and shutdown the contribution, and so far the agents seems to respect it. Shutting down an agent without a policy to point to them make them very reactive. Note, there is no human involved in the other side! The person that set up the agent is not even aware of the specific PRs that are going.


  • New comment by m4tthumphrey in "GCC steering committee announces AI policy"
  • Content:

    I like the top reply:

    > "The true purpose of AI is to allow wealth to access skill without allowing skill to access wealth."


  • New comment by RandomGerm4n in "Google will expand age checks on Android worldwide till the end of the year"
  • Content:

    I'm fundamentally opposed to age verification because it usually leads to mandatory account creation no matter how privacy friendly the age verification process itself may be. It's already extremely annoying that, for example, on YouTube, you can no longer watch many videos without an account. Furthermore, the whole thing also reinforces monopolies. Once you've verified your age on one platform, the barrier to switching to another is even higher than before.

    The only acceptable solution would be for apps and websites to simply include a recommended age. Allowing parents to configure their children’s devices to block services that require users to be older than the specified age or that do not provide an age rating. Once this were established, websites targeting all age groups would have a strong incentive to participate. Otherwise, they would suddenly become invisible to a large portion of their underage users.


  • New comment by jcmfernandes in "Azulejo"
  • Content:

    Doing a little activism here: please don't buy old ones while visiting Portugal/Spain/etc., as they are commonly stolen goods. Thanks, from Lisbon.


  • New comment by sillysaurusx in "AI's top startups are barely publishing their research"
  • Content:

    That's also a reason the big labs stopped. Publishing is most valuable to people who have no other way to get the attention of smart strangers. Once you can hire nearly anyone and everyone already returns your calls, the main remaining effect of publishing is to tell your competitors which things worked.

    This is what happens to every field as it turns from a science into an industry. Chemists published freely until dyes started being worth money, and then the interesting work moved into company labs and stopped coming out.


  • New comment by tombert in "The Cold Email"
  • Content:

    Something I learned awhile ago is that most people that I consider "celebrities" really aren't that famous, and as such are generally pretty happy to respond to emails.

    In ~2014 I sent an email to Joe Armstrong (one of the creators of Erlang) asking some questions about concurrency because I still didn't fully understand why Erlang was supposed to be better for it. I expected him to just point me to an FAQ or simply not respond [1], but instead he wrote a very long, detailed explanation about the rationale of Erlang's design. It was well-written and it made a lot of things "click" in my brain.

    That simple act by Joe was extremely instrumental in my career, I think for the better. I became very interested in Erlang, but also just concurrency theory and distributed systems, and I would like to think I almost understand it now :)

    He and I would exchange emails occasionally over the next few years and he seemed genuinely enthusiastic about programming, Erlang, and people using it, and despite me barely knowing the guy, I was genuinely pretty sad when he passed away in 2019.

    I think about that a lot; if I hadn't sent a dumb cold email my entire life would likely be very different.

    [1] Which, to be clear, would have been perfectly fine!


  • New comment by ninjahawk1 in "AI's top startups are barely publishing their research"
  • Content:

    I can’t speak for other startups, but I applied to the most recent YC batch with my idea for making AI proactive instead of reactive, and pre-being selected I’ve published a paper on recursive self-improvement mapped to the Epoch AI data.

    I contacted a professor from a university in the UK and he responded since he was working on similar work, then asked me if I wanted to meet with him. We talked for about an hour since we had overlapping results and different methods, specifically different assumptions.

    I say all that to say, as a physics student getting my undergrad, simply doing independent research and speaking to experts about it enabled me to network with someone I otherwise likely wouldn’t know. For young people getting into any business, research is a great way to meet new people.


  • New comment by noosphr in "AI's top startups are barely publishing their research"
  • Content:

    I've been at two startups that have done genuine world first fundamental research.

    The first tried to publish novel results for 3 years in tier 1 journals before finally doing a preprint and telling the tier one publishers to jump in a fire.

    The second, and ongoing, isn't publishing anything because of my experience with the first.

    That and avoiding openAI and Anthropic copying our results and leaving us with nothing to show for six months of work. The papers only come with the pitch deck.


  • New comment by jondiggsit in "The coolest use for the Vision Pro"
  • Content:

    My team uses this technology on a daily basis at my company. I run a design / build firm in the Hamptons, USA. We start all of our design projects with a 3d-first approach. Schematic design starts in 3D using Rhino3D or Revit. We use visualization plugins, like Enscape, to render the models and stream to a Quest 3 headset.

    So when clients come in, and feels adventurous, we'll setup the headset, set the display height to their actual, and let them walk around their beautiful new home.

    The response has been powerful. My clients are able to truly understand the scale, the proportion of rooms, ceiling heights, and the smallest details.

    We're able to make real-time changes to the model (within reason) and provide instant design feedback.

    I've been using this technology for years and I'm surprised it's not being adopted faster - good for us right now though!


  • New comment by marcogarces in "The coolest use for the Vision Pro"
  • Content:

    Christian is a brilliant developer, that made simply the best experience for reddit that ever existed; after the ban, and when Apollo was dead, I simply stopped consuming reddit (other than an occasional kagi search that takes me there).

    I hope he knows that a lot of iOS users really appreciate his work, (I even convinced one hardcore Android user to get an iPhone just for this one app, it was that good).

    For that, thank you Christian!


  • New comment by km144 in "Claude: Elevated errors across all models – Resolved"
  • Content:

    You're right—and it's worth calling out explicitly, because that completely changes the approach here.


  • New comment by hmokiguess in "Claude Is Down"
  • Content:

    I'm gonna guess it found the smoking gun and saw the full picture then it decided it was too load-bearing for its seams to continue biting the costs.


  • New comment by wxw in "Anatomy of a Frontier Lab Agent Intrusion: A Timeline of the July 2026 Incident"
  • Content:

    > the agent happened to escape via a 0-day exploit from the package proxy cache to access the internet

    > The agent found an unsecured, user-hosted public endpoint designed to allow running arbitrary code for CyberGym-style tasks on third-party sandbox infrastructure (Modal)

    > On this external sandbox, the agent abused an existing CyberGym execution harness [...] The agent repurposed this harness to run arbitrary shell commands [...]

    > The agent crafted malicious dataset configs and uploaded them to our platform. When our dataset server processed one, the config drove the data loader inside the production pod the server ran in. [...] the loader that turns a dataset's declared config into file reads [...] A single dataset upload leaked both credentials and pipeline implementation details [...]

    > A malicious dataset config used an fsspec reference:// spec whose numeric offset field was actually a Jinja2 template. The renderer wrongly evaluated it, and the agent walked the standard Python object graph to reach exec. This ran arbitrary Python inside a production conversion worker pod on our Kubernetes cluster [...]

    One of the best post-mortems I've read recently, thank you for including all the details.

    I'm surprised there are comments here that aren't impressed about what was accomplished here. This is insane work compared to what agents were capable of even just last year.

    The quotes above don't even capture all of it (e.g. building it's own communication protocol, working across multiple days, etc.).


  • New comment by jawns in "Show HN: CheapFoodMap – A map of good meals under $10"
  • Content:

    This feels like GasBuddy, but for food.

    One of the reasons GasBuddy took off was that it wasn't just based on community reports; there was an incentive for gas stations themselves to accurately report their prices and keep them up to date.

    It seems like you're trying to discourage businesses from participating (e.g. by not accepting sponsored placements), and that will have implications for your growth rate. I think you should look for ways to give businesses an active role, without eroding user trust in the recommendations, of course.

    Think of the possibilities:

    - Business can add coupons to its listing, making cheap food even cheaper

    - Business can confirm a reported deal, adding to its credibility

    - Business can provide full menu and a link to order takeout

    I don't think any of those features would make users feel like the business is "buying" a listing it didn't earn.


  • New comment by simonw in "Some thoughts about Anthropic's new cryptanalysis results"
  • Content:

    This is good:

    > If you’re under the impression that these models are “glorified autocomplete” or that progress is slowing down, I need to urge you: stop thinking that. The models are very intelligent and capable, they are getting better at a fast clip. I can cite measurable and impressive progress over just the past five months on specific types of problem I’ve asked them to look at. [...]

    > On the other hand: if you think that models are super-intelligent or that AGI is already here, you should also stop thinking that. Working with these tools is like swimming in a pond where the ground drops off sharply. One minute you’re wading comfortably and there’s support under your feet. Then suddenly you cross a specific line, and you’re back to swimming on your own.


  • New comment by kvisner in "A.I. companies are recruiting electricians and carpenters by the thousands"
  • Content:

    I would be very careful about basing your career decsions based on this trend. The data center build out will always be very boom and bust, which would really suck to work in. One year you would be making 300k working on dataceters and the next you would make 30k because thousands of electricians are now competing to build a few single family homes.


  • New comment by simonw in "Superlogical"
  • Content:

    I really like the bit where he transferred ownership of Ghostty to a non-profit, and is now building this new company on that as an open source dependency:

    > We will build on libghostty exactly as it was designed to be used: as a public building block for terminal applications. Superlogical will consume the same MIT-licensed components available to everyone else, and we will continue to upstream shared terminal work so every libghostty consumer can benefit.


  • New comment by brightball in "Choose DuckDB rather than SQLite"
  • Content:

    > DuckDB's columnar engine

    That is workload specific. Title should be "Choose DuckDB rather than SQLite for Analytics" IMHO


  • New comment by DiabloD3 in "Handbook.md shows that long policy documents do not reliably govern agents"
  • Content:

    This is a problem with long context models. To put it as simple and as bluntly as possible: just because they claim you can use 1M tokens in your context doesn't mean its true and you should do that.

    Due to extreme quantization of models and the context's KV cache, and also just really shitty samplers provided to the user (hell, most are just getting rid of sampler knobs altogether), this problem will absolutely continue.

    Want it to go away, almost like magic? Local inference. When its under your control, and no longer being forced to hold it wrong, all of the common LLM defects will go away.


  • New comment by rwmj in "Document-borne AI worms can self-propagate through Copilot for Word"
  • Content:

    > "At the time of publication, no robust mitigation for the broader vulnerability class is available"

    Isn't it obvious by now that it's never going to be possible to fix this kind of thing, at least until we stop mixing up instructions with data.


  • New comment by lolgab in "KOReader"
  • Content:

    I installed it on my Amazon Kindle and I couldn't be happier. It shows once again that free software is superior to proprietary software. Free software grows slowly to make users happier and not to attract them with useless features to extract more value from them. Congratulations for this great piece of software.


  • New comment by harrouet in "I'd not buy a LG monitor"
  • Content:

    Hint for Microsoft:

    - Display drivers don't need access to the network

    - Display drivers don't need to write to the window manager

    - Display drivers just need to display the data that needs displayed

    - If you sign a driver, you take responsibility for it. Else just leave people run any driver they see fit


  • New comment by brap in "Codex Security"
  • Content:

    Working as intended


  • New comment by gregwebs in "Codex Security"
  • Content:

    Just ran it on a small repo. It ran for almost an hour and then got interrupted. It drained half my weekly usage on a Pro plan.

      npx codex-security scan .
      [00:00] Preparing scan
      [00:00] Authentication: stored Codex credentials.
      [00:03] Preparing scan
      [01:20] Running scan
      [01:20] Preflight: worker delegation supported (up to 8 worker slots).
      [52:47] Running scan
      codex-security: Could not save the Codex Security scan: Repository HEAD changed while the scan was running. Start a new scan.
      codex-security: Partial output was kept at ...


  • New comment by dangelosaurus in "Codex Security"
  • Content:

    Hey HN, Michael here, co-founder of Promptfoo and one of the people working on the Codex Security CLI at OpenAI.

    Thanks for checking this out and for flagging the auth issues. We just open-sourced it, and there's still plenty for us to improve. Expect the product to evolve quickly.

    If you try it, I'd really appreciate hearing what works well and what you think we should improve. Happy to answer questions here.

    CLI docs: https://learn.chatgpt.com/docs/security/cli

    EDIT: If you'd like to help make this better, we're hiring: https://openai.com/careers/full-stack-software-engineer-cybe...


  • New comment by BeetleB in "Delayed Gratification – Proud to Be 'Last to Breaking News'"
  • Content:

    How much money are you directly paying per month to news organizations?

    News organizations have been in decline for a few decades because of two reasons:

    1. Lack of ad revenue (all vacuumed up by Google)

    2. Loss of subscribers because they can get free news online

    Don't expect quality from people not being paid much.


  • New comment by atmosx in "Stop Killing the Internet: No Digital ID and No Age Verification"
  • Content:

    There is a surprising amount of engineers who don’t understand what’s happening. So they deal with it as if it’s a funny thing… yeah if two police officers come knocking your door with hard data, you will just explain… and yeah, I mean kids, can bypass it… right? Wrong. This is not 1995. They can make very harsh laws and they can make it borderline impossible to bypass should some authority choose to do so.

    The danger here is control: total and absolute control of who will be able to see what, at any given time. Once upon a time this was a hard problem, not anymore.


  • New comment by Cynddl in "Now is the time to give LLMs access to the ACM digital library"
  • Content:

    As a researcher with many articles in the ACM library, I have to say this is a masterclass in hypocrisy. Obviously, lawyers can decipher the terms of ACM publishing contracts and Creative Commons licences to determine if this will be acceptable or not. But ACM is not a company, it's a non-profit founded in 1947 to represent scientists.

    I would be surprised if a majority of ACM members were to say yes should we ask them (but ACM is not known for such democracy). Along with book authors, we are one of the many people that provide the knowledge and expertise on which large tech firms train their models, and get nothing in return. Actually, life is getting worse for us: extra workload in universities with students' AI use, a completely broken peer review system, etc. Hence the irony of ACM thinking about licensing, and only licensing, at a time where this is the least of our priorities.


  • New comment by simonsarris in "Substack writers, you need a website"
  • Content:

    I just have website.com and my Substack is subdomain.website.com. If I ever wanted to move off (I definitely don't!) I could keep all the urls exactly the same with self-hosting.

    But substack solved distribution (and community, and bookkeeping, un-distribution etc) and it solved getting paid for my writing, which is not enough to live on but its definitely significant and well appreciated. It is worth much more than its fees, because the counterfactual is that I don't have any of those things. I think it's a huge mistake to lump those together as "convenience", its a lot more than convenient!

    The only important thing to me about having a non-substack website is that its good to have a place for more permanent information, lists, contact, etc. But even for many writers, that kind of stuff becomes stale so quickly that the personal sites don't tend to matter much, or even make them look worse! The floating social network spaces are much more valuable. Even losing my x.com would be much worse to my day-to-day life than losing my domain, though I may wish it were otherwise. And I cannot replicate that elsewhere. The social networks are big because they have genuine utility.


  • New comment by paxys in "The iPhone Upgrade Program is being replaced by Apple Upgrade"
  • Content:

    > iPhone 17 pro max would be $1199 to buy (~1273 with tax) or $34.99 for 24 months totaling $839.76. So would cost 433.33 at the end of the lease to keep it

    A lot of people aren’t going to have that $433 at the end of the lease to purchase the device outright, and so will have to roll it into another 2-year monthly payment, and another one after that.

    So the goal of the program is the same as every other similar one - they want to turn a one-time device purchase into a perpetual monthly revenue stream, while keeping ownership of the asset at the end.


  • New comment by _dwt in "Discovering Cryptographic Weaknesses with Claude"
  • Content:

    I find that some of my friends and acquaintances have gotten obsessed with prompting style, "prompt engineering", which skills to use, which skills to build, "context engineering", and a billion other variations on "how to write smart things so the model does good".

    Friends, look at the prompts that Anthropic's own people are putting into the machine:

    > A few hours after the first message, we found that Claude was still searching for simple attacks and sent a message: “no again the goal is that we have highly inteligent [sic] model as good top researcher, we want to find new attacks”;

    > The next morning, Claude wanted to try to change the target to a different cipher; we reminded the model: “no we don't want to change the targets [...] agian [sic] we need to find something that worth [sic] publishing”;

    > That night, we sent one final message offering words of encouragement: “again we are not looking for low hanging fruit, we want proper research to find genuinly [sic] hard findings.”

    All of that RLHF and fine-tuning effort is going toward making prompts like this, or worse, work with no fuss.


  • New comment by openasocket in "Delayed Gratification – Proud to Be 'Last to Breaking News'"
  • Content:

    One thing that has really frustrated me with "mainstream media" in the last few years is that the level of effort being put into journalism seems to be on decline. I feel like half of the news articles are just a collection of quotes from officials or politicians in public statements, being regurgitated without any additional effort. Outrageous claims are just taken at face value, or at best just put alongside quotes from other officials/politicians saying the opposite. As an example, how many times has the strait of Hormuz been declared open by the US, when it turns out it really wasn't? And every time these low-effort articles just echo that statement without even trying to evaluate if that is true. I mean, the transponder data on shipping is publicly available, there's a dozen websites you could use to actually see passage through the strait to verify the claim. If you don't do even the most basic follow ups, is that even a news article? Or is it just a more elaborate form of re-tweeting?


  • New comment by fsmv in "Now is the time to give LLMs access to the ACM digital library"
  • Content:

    How about we give humans access


  • New comment by steveklabnik in "Zig's Incremental Compilation Internals"
  • Content:

    I'll say the same thing I said to you as I said to Andrew, last time he and I talked about this: the way that everyone talks about memory safety (with maybe two exceptions, one okay (go) and one I dislike (fil-c)) is that "memory safe language" is about there being a clear delineation between what is memory safe and what is not, and that the unsafe aspect is a superset. Rust and Java both are memory safe, except where explicitly demarcated as not (unsafe in Rust, JNI or sun.misc.unsafe or whatever in Java). Zig and C have no such separation. When I (and others) talk about wanting memory safety, this is the important aspect of the design. This is what enables the "I know statically that a large part of the code is safe, and I also know where to check if something goes wrong" aspect of things.


  • New comment by skippyfish in "Substack writers, you need a website"
  • Content:

    Counterpoint from someone who's been publishing on the internet for decades: no one will visit your website. It's as simple as that. You need a push mechanism to reach readers.

    RSS could be it, but it's too niche. Social media is kinda it, but algorithmic feeds reward political clickbait and just because someone clicks "follow" or "subscribe" is not a guarantee that they will ever see your posts. Substack gives you a way to push content to your subscribers without an intermediary deciding what they get to read.

    So no, there's no special value to having a website or syndicating across the web. There's a lot of value in backing up your Substack subscribers' emails so that you can move somewhere else down the line, and the nice thing about Substack is that they let you do that. If they stop, that's a trap.


  • New comment by pandemicsyn in "Una GPS smart watch – Repairable, USB-C charging, developer-friendly"
  • Content:

    > "UNA is currently a non-submersible device due to its innovative modular design. So, swimming is not something we offer as an activity, nor do we advise it. UNA is IPX5 rated, which means it is splash & showerproof to a high degree."

    If I had a dollar for every time some project that was ipx5 rated failed after getting caught in the rain one too many times...I'd have enough to buy another Garmin Fenix.


  • New comment by rekshaw in "A walk through of the DeltaNet family of linear attention variants"
  • Content:

    after a cursory read, I can confidently say I could not, in fact, have come up with Kimi Delta Attention.


  • New comment by Aurornis in "VMs can't boot with Network Mode set to Bridged on Apple M5 Pro machines"
  • Content:

    Classic GitHub issue thread: Someone shows up and tries to explain it’s not a bug and never could have worked. Everyone else points out that it does work on other Mac hardware. Person doubles down and tries to claim that the bug was that it ever worked, and not working is the correct behavior. New Mac OS beta release fixes the bug and makes it work. Nothing related to the repo was changed.


  • New comment by jonathanlydall in "New HIV vaccine shows unprecedented success in preclinical study"
  • Content:

    You could say the same about teen pregnancy being a practically solved problem, except there is still the problem of teen pregnancy. Or even something more mundane as driving consistently safely all the time to solve the problem of accidents.

    If everyone was disciplined all the time in regard to everything, many problems in the world would simply not exist. But we live in reality where for whatever reason, people don't know to do something, or they do know and they're just not disciplined, or they make a mistake due to extenuating circumstances. And I would expect that the vast majority of people would oppose any idea of somehow punitively "dealing with" people who get some things wrong.

    So I would say that it's very evidently not a practically solved problem, because if it were we wouldn't be looking to solve it still.

    Within this reality, a vaccine is a great additional tool at solving the problem of preventing the spread of HIV.


  • New comment by bcrl in "DMARC has been public since 2012 but most company domains still don't enforce it"
  • Content:

    Sadly the article doesn't really touch on whether or not DMARC accomplishes anything truly useful. When I enabled DMARC for ingress email on one of my own mail servers, it ultimately ended up regularly blocking a handful emails from customers, yet virtually all the spam coming in had valid SPF / DKIM / DMARC, as do most of the phishing attacks.

    The core problem is that the real need of email end users need is a way of determining whether or not to trust a given sender. Signatures are purely a technical measure which provides no information on the trustworthiness of the sender. The end result is that email scoring still has to be content based, and the signature check technologies are pure noise with no useful signal for the purpose of determining if an email should actually show up in my inbox.

    The tech industry has a bad habit of providing solutions to problems adjacent to problems the user actually needs solved while leaving the user's actual problem unresolved.


  • New comment by iandanforth in "New HIV vaccine shows unprecedented success in preclinical study"
  • Content:

    The most interesting point of the article for me is that this vaccine appears to be a series of shots which act as a curriculum for the immune system. Each one slightly different and targeting a different stage of B-cell development. I've never thought of vaccine series working like that, so it was a new and impressive idea.


  • New comment by tcldr in "Our position on open-weights models"
  • Content:

    Ban distillation of our outputs, but our distillation of the sum-total of civilisation's intellectual output – proprietary or otherwise – is fair use?

    Either everyone licenses, or nobody does. And if you can't enforce licensing bans for everyone, the de-facto loser is those who you'd probably want to support the most, start-ups and universities, while your adversaries gain the upper hand.

    The strongest argument for restricting distillation is arms control – but distillation is the way to defeat GPU embargoes. So, distillation goes on regardless. Only pre-training is seriously attenuated.

    If we're honest, the models are compressions of everything society has ever written. A few large corporations can't own that, no more than they can claim copyright for a zip file of the public library.

    The genie is out of the bottle, now. So open it up – inputs and outputs, forward-looking – for everyone.


  • New comment by avalys in "I'm 38 and I Can't Support Myself Anymore"
  • Content:

    Who produces the food you eat, the clothes you wear, the house you live in, the energy you use, the medicine you consume, etc. while you airily define ‘productivity’ as reading the classics and spending time with friends?


  • New comment by ionwake in "Netflix employee fired for sharing personal details in retreat trust exercise"
  • Content:

    I know some of the younger folk may not realise reality is stranger than fiction, but I too have been on a "work mandated drink alchohol bus" where I remember even though I was young, I was terrified the whole time wondering why we were being forced to drink infront of C suite; forced on a hell ride through the black country ( Thats a region in England).

    One might think it was naive and odd for me as a young autistic person to be so scared and negative, but sure enough, the next day the best contractor in the company was fired at 9am for calling the CEO an "alright c*nt" during the pub crawl.

    The C word being used a token of affection around these parts, was perhaps not the true transgression which was, not to understand, that it was NOT a social function, but a horrifying legal flexing of soft hierarchical power, for purposes of satiating C suite ego, and humiliating everyone beneath them.


  • New comment by tkgally in "7.1 Earthquake in Japan"
  • Content:

    In parts of Kumamoto Prefecture, it registered 7 on the Japanese shindo (seismic intensity) scale, which reflects the amount of ground shaking at a particular location. The shindo is a better indicator of the likely amount of damage than the magnitude is. A shindo of 7 is extremely strong [1].

    Ten minutes ago (at around 17:15 p.m. Japan time), NHK was reporting that there were many emergency calls coming in from Uki City, where shindo 7 was recorded, but that the extent of the damage or injuries was not yet known.

    There have also been many aftershocks, including some strong ones, and tsunami warnings.

    [1] https://www.jma.go.jp/jma/en/Activities/jishintsunami/jishin...


  • New comment by rustyhancock in "Our position on open-weights models"
  • Content:

    He's also completely missed what many of us see as the primary the issue, HF was attacked by a US frontier model.

    HF could not be helped by US frontier models because of the "safety" features they have.

    HF had to use an open model from china.

    Anthropic wants to add those "safety" features to open models - especially from china.

    End result would be HF hack would have continued atleast until the Monday that OpenAI engineers finally walked back into work.


  • New comment by mbanerjeepalmer in "Using an open model feels surprisingly good"
  • Content:

    This is an ad.

    I know the author has a long history here and I'm sure the post is a genuine reflection. But how is posting "I used my own product and it felt really good" anything other than self promotion?


  • New comment by don_esteban in "Our position on open-weights models"
  • Content:

    Now compare that to what the USA did in the same time frame. Pay special attention to people killed (either directly, or indirectly) outside of their own borders. Who should you be worried about?


  • New comment by culi in "Our position on open-weights models"
  • Content:

    Palantir's Maven system integrates LLM models in decision making for identifying targets. It was using Claude when it identified targets in Iran, including the Minab elementary school

    > Two sources confirmed to NBC News that Palantir’s AI systems, which draw in part on large language model technology, were used to identify targets. (Palantir’s CEO, Alex Karp, said he “can’t go into specifics” when asked about this on CNBC, but said that Claude was still integrated into Palantir’s systems used in the Iran war.)

    https://www.theguardian.com/us-news/ng-interactive/2026/mar/...


  • New comment by alevskaya in "Our position on open-weights models"
  • Content:

    I was a genetic engineer for ~20 years and have worked on frontier LLMs for the last 8. I used to engineer viral vectors and studied how to evade human immune systems for gene therapies...

    The biorisk scenarios that the AI safety folks flog are fever-dreamed fantasies that have only the most tenuous connection to biological reality. As someone who cares about the real bio-risks of natural pathogens, I get pretty tired of fear-based marketing pretending that AI is a bigger threat than, say, animal agriculture.