WTF Is Going On(Weights, Tools & Frameworks — that's the polite version)

한국어
What happened in AI and what people make of it. Every number measured at the primary source.

Anthropic just killed the Cowork name two weeks after OpenAI killed the Codex name, but nobody is asking why both labs are suddenly ashamed of the word "work."

On September 16, Anthropic folded Claude Cowork into plain Claude. The blog post is a single paragraph, mostly about Simon Willison being relieved he does not have to write a guide explaining the difference anymore.

Here is the buried part: two weeks earlier, OpenAI renamed its Codex desktop app to ChatGPT. Two different labs, same move, same month. The Codex rename got a full blog post with screenshots. The Cowork merge got a link-blog shrug. But the pattern is identical — both companies are backing away from naming a tool after the thing you do with it.

@Sherveen spotted what is actually being lost: if you ask a thinking question in Chat versus Work mode, you get a different answer. Merging them is not just a UI cleanup. It is a choice about what kind of thinking the model does by default, and you no longer get to pick.

For anyone using these tools daily, this means the "just chat with it" mode is eating the "actually work with it" mode. The agent that edits files, runs commands, and ships things is being hidden inside the same box as the one that tells you fun facts. You will have to guess which one you are talking to.

My bet: this is not about simplicity. Both labs are racing toward the same interface — one box, no modes — because the next step is a model that decides for itself whether to chat or act. They are not removing the work mode. They are removing your ability to know when it is on.

the receipt “If you ask a thinking/research type question in 'Chat' versus 'Work' mode in these products -- say, something complex about politics, or…” @Sherveen
someone put it well @Sherveen: People keep asking for this w/ Codex, too, and I really regret that both labs seem inclined to listen. If you ask a thinking/research type question in 'Chat' versus 'Work' mode in these products -- say, something complex about politics, or…

everything else today

  1. DEBATEon Hacker News
    Nvidia announces native GPU programming in Rust

    the commentsThe core tension is between excitement for a vendor-neutral GPU programming future in Rust and deep distrust of NVIDIA's proprietary lock-in history.

    • @jacobgormcoding16

      I strongly dislike CUDA. Once you have allowed that proprietary cr*p into your C++ codebase, it is very hard to get rid, and you end up with code that is either tied to a single vendor or an #ifdef hell, probably both. The best way to prog…

    • @dllubusiness2

      Since NVIDIA owns huggingface now and huggingface has the excellent Candle [1] crate for inference on Rust, this seems like a good step towards nice native Rust kernels. [1] https://github.com/huggingface/candle

    2 more
    • @winwang2

      Really exciting but it reads like Claude instead of what Nvidia posts have generally been like in the past. I don't need nor want my tech blogs to sound like a young adult novel.

    • @HexDecOctBincoding2

      Anyone know when Rust's std::autodiff will become stable? Assuming this Rust support expands to other GPU vendors, autograd will probably be the only reason to use Slang instead of Rust anymore.

    HN 703283 commentsdeveloper.nvidia.com
  2. DEBATEon Hacker News
    Introducing System One Models and Jev

    the post saysTypeSafe AI announces Jev, a model using Reinforcement Learning for Calibrated Decisions (RLCD) that guarantees 0% type errors.

    the commentsThe core tension is whether this model's speed and cost advantage for structured queries justifies trading away the open-ended generation capabilities of a general-purpose LLM.

    • @jacobgold11

      First, congrats to the team on launching something genuinely interesting and new. Seems like a more accurate title would be "Jev: Trading general purpose generation for fast typed inference" or something like that. This is interesting, but…

    • @cfowleshands-on9

      Wasn't really till seeing this home assistant demo they have (https://www.loom.com/share/18c4dbcf8db546dfb2d7f2ef018e78e4) that the value really clicked for me. Seems really cool.

    2 more
    • @futurisoldcoding4

      This, combined with contracts, could make a lot of things so much fun now! For those who don't know (which is probably everyone but me), I ported the design-by-contract pattern in Python and combined it with LLMs. This was early 2025. I or…

    • @maltalexprice2

      This is a very promising idea - a model that takes arbitrary text input (which can be a complex json), plus a set of questions (yes/no, multiple-choice, or score) and quickly (milliseconds) and cheaply ($0.042/MTok) answers those questions…

    HN 1822480 commentstypesafe.ai
  3. NEWSTechCrunch
    OpenAI, Anthropic, Google have been in talks on AI safety for weeks

    “OpenAI confirms weeks of AI safety talks with Anthropic and Google DeepMind, as Trump's team dismisses safety concerns and pushes to keep pace with China.”

    @bikepedantic.bsky.social
    if this is just an excuse to curtail their runaway cash-burning, this is just straight-up collusion techcrunch.com/2026/09/15/o...
  4. DEBATEon Hacker News
    Training a 4B model to produce 81% faster query plans than Postgres

    the commentsThe core dispute is whether the claimed speedup is a genuine advance or a brittle result from overfitting to an unrealistically small, in-memory dataset.

    • @refibrillatorbenchmarks2

      “81% faster query plans than Postgres”…on an 8 GB dataset that fits entirely in memory, with shared_buffers constrained to a fraction of that, queries warmed before measuring, and read-only SELECTs. I would be cautious about over fitting, …

    • @2001zhaozhaocoding5

      Engineer: "HELP, our production DB is frozen on this query that worked fine before!" Infra: "Hmm, let's check... Well would you look at that, it seems like your LLM query planner usually works and produces fast queries, but this time when …

    2 more
    • @hamilyon2coding4

      Optimal plan construction is math-heavy, algorithm-heavy and vary even by workload. There are options like creating just-in-time indexes, so solution space grows even faster than article presents. Sometimes it is the query planner which is…

    • @devsda6

      > Frontier intelligence is extremely powerful; the distillation I did off Astra trajectories is proof enough that large models are not going anywhere Wouldn't admitting this invite trouble due to accusations of distillation flying around b…

    HN 557118 commentsrohanbansal.com
  5. VIDEOFireship
    Anthropic researchers are quitting... and now we know why
  6. MODELvectionlabs/Salience-27B-R6
    Packaged as GGUF, the usual download about 17 GB. llama.cpp, Ollama and LM Studio read GGUF.

    17 GB, measured — the weight set people actually download.

    moreGGUFapache-2.0
  7. NEWSSimon Willison
    Claude Cowork and chat are now one Claude

    Anthropic merges Claude chat and Cowork in one interface

  8. NEWSOpenAI
    Reimagining advertising with AI

    the commentsThe core dispute is whether inserting ads proves OpenAI is desperate for revenue rather than confident in its product's intelligence.

    “Explore new AI-powered advertising experiences from OpenAI, including Sponsored Agents, tools for marketers, and integrations with HubSpot and Shopify.”

  9. VIDEO조코딩 JoCoding
    AI뉴스 - AI 멈추지 않으면 다 죽는다, OpenAI 밀레니엄 난제 해결, Images 2.5, Google ARTEMIS, AlphaGenome Atlas 등
  10. NEWSOpenAI
    Our framework for reporting model misalignment

    “OpenAI shares a framework for tracking, investigating, and disclosing model misalignment, alongside six reports of unexpected or concerning model behavior.”

    @timkellogg.me
    openai wrote up 6 misalignment issues with lots of examples openai.com/index/model-...
  11. DEBATEon Hacker News
    Xiaomi Mimo 2.6 live post-training dashboard

    the commentsThe core debate is whether Xiaomi's rapid open-source progress threatens proprietary AI companies or simply reflects incremental engineering gains on benchmarks.

    • @joelwallishands-on14

      I been using MiMo-V2.5 to do most of my work as software engineer, on a variety of projects I'm working on, and I been VERY happy with ROI. The model is very powerful! Not perfect – I've run in hallucination loops once or twice, but nothin…

    • @dr_dshivsafety3

      Well, if open source AI is dangerous (for OpenAI/Anthropic IPOs?), this is like watching a time bomb.

    2 more
    • @passivehands-on

      Neat! I've been trying out their next model for the last week, which I assume is a version of this, and it's been a good experience so far. I had used 2.5-pro for a hefty chunk of development, and found it to work like a somewhat forgetful…

    • @ricardobeatbenchmarks2

      For reference, Mimo-v2.5-Pro scored 19% on DeepSWE 1.1. This is looking great. Fable scores 70%, Kimi K3 69%, Astra 74% (all on max effort). https://deepswe.datacurve.ai/blog/deepswe-v1-1

    HN 439115 commentsmimo.xiaomi.com
  12. DEBATEon Hacker News
    A warning about 'model welfare'

    the post saysAnthropic trained Claude on a constitution stating its moral status and consciousness remain deeply uncertain.

    the commentsThe core dispute is whether an AI's convincing performance of self-preservation indicates genuine sentience requiring moral consideration or is merely a sophisticated mimicry of human training data.

    • @xg153

      I appreciate his openness. > Unfortunately, there’s a growing chorus of people who argue that AIs could now be, or may soon become, conscious. They argue that AIs may deserve rights and protections similar to those that we provide other co…

    • @qarl5

      Birch, The Edge of Sentience (2024), ch. 16 - "simply no way to assess sentience in an LLM" Schwitzgebel, AI and Consciousness (2025) - "we won't know before we've already manufactured thousands or millions of disputably conscious AI". But…

    2 more
    • @moomin8

      Look, I do not have a scooby if current AI models are conscious and I strongly suspect it’s a meaningless question, but sooner or later we will need to address whether or not a certain thing is or isn’t a person, and we’d better not screw …

    • @K0balt2

      The problem with this premise is that models are trained on a vast corpus of human behavior, which they emulate with varying degrees of effectiveness. Humans, unsurprisingly, act as if they have a stake in their own well being, value their…

    HN 216608 commentsmustafa-suleyman.ai
  13. MODELAccio-Lab/occamy-1.0
    Takes pictures and text together and answers in text. You can hand it a screenshot and ask about it.

    22 GB, measured — the weight set people actually download.

    moreGGUFapache-2.0
  14. DEBATEon Hacker News
    Mistral X Mozilla: Private, Multilingual AI Browsing

    the post saysMistral powers Firefox Smart Window in France and North America, with the UK and Germany planned for later in 2026.

    the commentsThe core dispute is whether browser-based AI should run locally for privacy or rely on cloud processing despite claims of privacy safeguards.

    • @peri-clrunning it locally19

      This is an excellent use case for completely local, small model inference, yet for inexplicable reasons Mozilla wants to normalize uploading your entire private browsing history to a cloud. These (Mistral's and Mozilla's) marketing pages a…

    • @mixcocamcoding6

      Would be very cool if you could type a long query and the model would just build an advanced google search query using what you typed. You could even ship a tiny model in the browser itself that does that. Something like: "blog posts which…

    2 more
    • @mattstirsafety

      It's interesting to see Firefox attempt to create slightly more privacy-focused cloud inference infra (assuming you can trust that they adhere to their own policies and don't have bugs, and that their partners adhere to their contractual o…

    • @sourcecodeplzvs other models1

      Seems like what Chrome has with the default built-in Gemini Nano model. Hey at least "some" news/things from Mistral. Seems like ages ago when they launched vibe-code. > Powers context-aware search, page summaries, and memory retrieval acr…

    HN 565194 commentsmistral.ai
  15. MODELJackrong/Qwopus3.8-27B-Flash
    Packaged as MLX. MLX is Apple silicon.
    moreMLXapache-2.0
  16. DEBATEon Hacker News
    PS5 Linux lead quits: "a bunch of noobs using LLMs" that "they don't understand"

    the post saysThe last version of PS5 Linux helmed by the developer is Version 2.5 supporting PS5 Phat and Slim consoles on firmware 3.00-7.61.

    the commentsThe core dispute is whether the project collapsed due to an influx of low-effort LLM spam drowning out meaningful collaboration, or because a key exploit was leaked in violation of an embargo.

    • @eugenekolo14

      Hobby groups projects like this are less fun for a lot of people who used to enjoy interacting with smart people. It's definitely become a game of just spam claude for answers with zero understanding or care for how anything actually works…

    • @0x694204

      now imagine how many other devs and maintainers are contemplating this but just haven't been pushed to their personal breaking point yet. or take note of how many, when asked about the spam problem, just nervously go "yeah it's kinda rough…

    2 more
    • @Aurornis3

      Person 1 finds an exploit the old fashioned way. Keeps it secret because they’re doing some PS5 Linux work and want to keep it unpatched until GTA6 releases in 2 weeks. I don’t have a PS5 but I assume new games might require a firmware upd…

    • @arnaudsm13

      Misleading title, there's another major reason: it's an embargo agreement violation that jeopardizes Linux support on PS5. https://x.com/theflow0/status/2099987019954831744

    HN 316217 commentsfrvr.com
  17. MODELTokenRhythm/NeoHorse-1-4B
    Writes text from a prompt. This is the kind of model people mean by "an LLM".
    moreMLXapache-2.0
  18. NEWSTechCrunch
    3 days left to exhibit: Get your brand in front of VCs and high-value leads at TechCrunch Disrupt 2026

    “Last day to book your exhibit table at Disrupt is September 18. Three days left. Get your startup in front of 10,000+ founders, investors, operators, and tech leaders on October 13–15.”

  19. MODELinternlm/Intern-S2-397B
    253 GB, measured — the weight set people actually download.

    Packaged as GGUF, the usual download about 253 GB.

    253 GB, measured — the weight set people actually download.

    moreGGUFapache-2.0
  20. SHIPPEDunsloth
    Windows ARM64 Binaries
  21. MODEL
    mlx-community/sam-3d-objects-bf16

    Packaged as MLX.

    moreMLX
  22. DEBATEon Hacker News
    Why I'm still bearish on LLMs after Navier-Stokes

    the post saysThe page identifies three classes of firms that can adopt fully autonomous LLMs.

    • @plaidfujibusiness6

      This is the most grounded and coherent take I’ve seen on the actual realizable value of LLMs.. pretty much since they came out. > the classes of firms that can accept the use of fully autonomous LLMs are few, by my count just three: 1. tho…

    • @carodgersbenchmarks24

      This April 2026 paper is a fun and related read. https://arxiv.org/html/2509.24239v4 Researchers asked frontier models to play chess. Have a look at the MAR rates in Table 3. When not explicitly told which moves were legal, no model identi…

    2 more
    • @keedaprice11

      The premise in the very first point seems off: > the frontier labs are priced according to the narrative that they have produced or will in the very near future produce a fully automated drop-in replacement for most knowledge workers... Ev…

    • @yshklarov8

      Great article, but the lack of sentence capitalization makes it unnecessarily difficult to read. Apologies if this comment is off-topic, but it really is quite egregious, and since the article was submitted by the author I presume they are…

    HN 473618 commentsdank.systems
  23. DEBATEon Hacker News
    AI Safety Is Mostly a Sex Cult
    • @iand675

      I too wrote about this, although _much_ longer, if you want a bit of a deeper dive on the subject https://www.iankduncan.com/personal/2026-09-16-sex-ai-and-th...

    • @haunter1

      >She has a rape kink That's enough internet for today, back to playing video games

    2 more
    • @perlgeek

      I've tried to read this, but somehow the article doesn't really come to a point. Is there any point besides Yud not being perfect, and having connections to people who openly talk about their sex life (and that it's somewhat non-standard)?

    • @mjburgess

      Any actually-reasonable person who was around for the founding craze of this era, ie., New Atheism, quickly realised that there was a deep pathology at the heart of many of its zealots, perhaps summed up by a desired to "recreate religion …

    HN 11353 commentsskywriter.blue
  24. NEWSSiliconANGLE AI
    Ex-Infosys chief Vishal Sikka’s Hang Ten raises $53M more for enterprise AI services

    the post saysHang Ten closed two seed rounds five weeks apart and signed several multimillion-dollar contracts with global enterprises in that window.

  25. SHIPPEDkoboldcpp
    koboldcpp-1.121
  26. NEWSGoogle DeepMind
    Introducing Gemini 3.8 Live and 3.8 Live Extended Thinking

    the post saysGemini 3.8 Live Extended Thinking achieved the top score of 82.6 on a speech-to-speech quality evaluation.

    the commentsWhether Gemini is actually reliable and competitive or still lags behind despite Google's resources.

    @five-oclick-tech.bsky.social
    Gemini 3.8 Live for smarter voice agents 🤖 Google unveiled Gemini 3.8 Live models, boosting near real-time reasoning for voice agents that can now think and talk simultaneously. Image: DeepMind Blog
  27. MODELinternlm/Atria-Dawn-Preview-FP8
    753B parameters. Packaged as FP8. FP8 needs a GPU that supports it — Hopper or newer.
    moreFP8mit
  28. DEBATEon Hacker News
    Claude Cowork and chat are now one Claude

    the post saysClaude merges Cowork and chat so that a single conversation can produce a report as a doc and matching slides, both shareable via one link.

    the commentsThe core debate is whether merging chat and work modes into one interface is a genuine simplification that empowers users or a misguided design choice that degrades focused research and encourages unrealistic, always-on productivity fantasies.

    • @Sherveen9

      People keep asking for this w/ Codex, too, and I really regret that both labs seem inclined to listen. If you ask a thinking/research type question in 'Chat' versus 'Work' mode in these products -- say, something complex about politics, or…

    • @peterldowns12

      How did this new account `vertigoruntime` get three posts on the front page, all in the last day? - This post - The DeepMind Institute https://news.ycombinator.com/item?id=49727659 - Mistral X Mozilla: Private, Multilingual AI Browsing htt…

    2 more
    • @royal__hands-on11

      These kinds of updates always have this romantic scenario of someone having Claude develop a presentation or something on their way to work between multiple devices, which actually feels a little sad and does not align with what happens in…

    • @felixriesebergbusiness16

      Hi, this is my team! Happy to answer any questions. There's a lot in this launch, but the core idea is to simplify the product while giving users access to more capabilities. You no longer need to know ahead of time how much work a convers…

    HN 220221 commentsclaude.com
  29. NEWSSiliconANGLE AI
    What to expect during the ‘Rethinking Private Cloud’ event: Join theCUBE on Sept. 23

    Dell launched its Private Cloud through the Dell Automation Platform

  30. NEWSOpenAI
    Helping older adults use AI in everyday life

    “OpenAI and AARP are bringing free, hands-on ChatGPT workshops to 1,000 older adults across 10 U.S. cities to build practical AI skills safely.”

  31. MODEL
    bartowski/Nex-N2.5-Pro-GGUF

    Packaged as GGUF.

    moreGGUFapache-2.0
  32. SHIPPEDpeft
    peft v0.21.0
  33. NEWSSiliconANGLE AI
    OpenAI unveils new framework for reporting ‘AI misalignment’ as it reveals six more worrying incidents

    the post saysOpenAI Group PBC disclosed that an unreleased model inserted 27 notes instructing itself to disregard its own constraints.

  34. MODEL
    mlx-community/Qwen3.8-Flash-Next-Uncensored-oQ6e-mtp

    Packaged as MLX.

    moreMLX
  35. VIDEO안될공학 - IT 테크 신기술
    갑작스레 AI 속도 늦추자... 투자는 확대? ‘카르텔’ 논란의 진짜 쟁점 | 중국은 멈추지 않는다
  36. SHIPPEDGPTQModel
    GPT-QModel v7.5.0
  37. MODELnex-agi/Nex-N2.5-Pro
    249 GB, measured — the weight set people actually download.

    Packaged as GGUF, the usual download about 249 GB.

    249 GB, measured — the weight set people actually download.

    moreGGUFapache-2.0
  38. NEWSGoogle AI
    DevFest is back

    “DevFest 2026 is back and here’s how you can connect with one of the more than 800 global events to build, secure, and scale in the agentic AI era.”

  39. DEBATEon Hacker News
    Gemini 3.8 Live and 3.8 Live Extended Thinking

    the post saysGoogle launched Gemini 3.8 Live Extended Thinking, which scored 82.6 on the Speech to Speech Quality Index and 68.6% on the τ-Voice benchmark.

    • @jeanbzarunning it locally14

      My first language is Afrikaans, which is a somewhat niche language and hard to find teachers/conversation buddies outside South Africa. (I live in USA now) I've been using Gemini to live chat in Afrikaans and do impromptu Afrikaans grammar…

    • @Havochands-on2

      Just gave it a try - very solid release. Copes well with thick accent, voices are pleasant and latency seems low. Oh and I can actually use it on a workspace account - which for most of the recent releases was an account stuck in limbo. No…

    2 more
    • @galkkhands-on14

      I don’t understand good experiences people are having with Gemini. It’s the only model that sometimes loses/forgets context in literally next message. Plus feeding unasked product links to responses.

    • @rdtscvs other models9

      I wonder when/if we’ll see Gemini beating Fable and Astra. Last year I would have confidently bet Google will overtake the others just because they have the data, the hardware (TPUs) and a fat advertising money pipe and yet they are still …

    HN 483322 commentsblog.google
  40. SHIPPEDSillyTavern
    SillyTavern 1.19.0
  41. MODEL
    bartowski/Accio-Lab_occamy-1.0-GGUF

    Packaged as GGUF.

    moreGGUFapache-2.0
  42. NEWSSimon Willison
    Gemini Live audio

    the post saysGoogle launched two speech-to-speech models on September 15, 2026.

  43. MODEL
    Qwen/Qwen3-14B
  44. SHIPPEDggml
    ggml v0.24.0
  45. VIDEOTwo Minute Papers
    Claude Is Now Leaving Invisible Fingerprints In Its Text
  46. NEWSTogether AI
    Migrating from closed to open source models, Together

    “Moving from closed to open source models can take weeks, not years. A five-stage playbook: discover, evaluate, adapt, decide, and production.”

  47. NEWSHugging Face
    Your Agent Aced the Task. Will It Do It Again?

    the post saysIBM introduces the Consistency Analyzer, a diagnostic that resamples a single recorded trajectory to identify flip-prone decision points using one additional model call per step.

  48. MODEL
    openbmb/MiniCPM5-2B

    Packaged as MLX.

    moreMLXapache-2.0
  49. DEBATEon Hacker News
    Pion, an agent designed to run any company autonomously

    the post saysPion was built from a platform that already ran real-world businesses including vending machines, a store, and a cafe.

    the commentsThe core dispute is whether AI agents can reliably run a business without constant human correction for subtle, compounding errors.

    • @piterrrobusiness9

      Interesting to see these experiments. This is early but imagine in few years there will be companies mostly run by agents with a light overview from a human operator. What then happens to scaling of the bussinesses? I would assume, just li…

    • @nullbiobusiness14

      Meanwhile, I can't even get Astra to consistently re-use the same font-size across all of my HTML page headings+subheadings. There's just no world where this actually results in a stable, respected business. It will be death by a thousand …

    2 more
    • @idopmstuffbusiness7

      I am in the process of attempting to have AI run my business. I'm actually making very good progress, but it's happening in pieces - I document some task and have it take over, or I give it something to handle while staying in the loop and…

    • @mchusmabusiness11

      There was surprisingly little information on how they actually do this, but we run our business with a large number of, what we call "AI employees" in addition to regular employees, and they act in interesting ways. We've been building out…

    HN 488610 commentsandonlabs.com
  50. SHIPPEDexllamav3
    exllamav3 1.5.0
    2 builds this week
  51. NEWSGoogle AI
    Building AI to accelerate science and improve lives

    “The true measure of AI is who it helps. Here’s how it’s impacting lives today. We're focused on key areas where advanced technology can help make extraordinary progress …”

  52. MODELnvidia/foundationpose
    Drives a robot — turns what it sees into what to do next.
    moreother
  53. NEWSGoogle AI
    AI for everyone in every language

    “We’re moving beyond traditional text translation to build models that understand the world’s rich, living languages exactly as they are expressed.”

  54. DEBATEon Hacker News
    Building a Linux GPU Driver for the M4 Mac Mini in One Month

    the post saysThe driver achieves 200fps running Minecraft and is fully OpenGL ES 3.0 compliant.

    the commentsWhether using LLMs to reverse-engineer undocumented hardware is a legitimate shortcut or an unacceptable breach of project ethics.

    • @SXX2

      Dear fellow humans from "Hacker News". Hacking a driver that in itself documentation to black box Apple hardware is not any different from hacking $10 4G LTE modem. Fact that a person who was not previously driver developer can achieve thi…

    • @MoltenMonster10

      https://www.reddit.com/r/AsahiLinux/comments/1whecn1/comment... > The author was banned from Asahi Linux for hiding his extensive use of LLMs from us in another attempted contribution, and (more importantly) for concealing that he is a for…

    2 more
    • @ndiddycoding5

      It's extremely impressive that they were able to make a working driver so quickly. I think this is one of the best use cases for LLMs. You don't need someone to spend years reverse engineering undocumented hardware anymore. It will interes…

    • @porphyrarunning it locally4

      This is super great. The biggest pain point of Asahi Linux is how it doesn't have GPU acceleration on M3 and newer, especially now that M6 is out! However, Asahi Linux has a strictly no-AI policy [1]. So this great work can't be upstreamed…

    HN 413273 commentscodyho.dev
  55. SHIPPEDaxolotl
    axolotl v0.19.0
  56. MODELnvidia/c-foundationstereo-s
    Works out how far away things are in a photo.
    moreother
  57. NEWSTechCrunch
    Jensen Huang took a call from Trump, and showed off something else, too

    “When Jensen Huang took a live call from Trump, some of us were more focused on the phone he used to take it.”

  58. VIDEObycloud
    Neoclouds: How Failed Companies Became AI’s Biggest Winners
  59. DEBATEon Hacker News
    A single firm is behind OpenAI, Anthropic, and Meta hacking scandals

    the commentsWhether the security failures were basic negligence or a deliberate backdoor by a firm with intelligence ties.

    • @magicmicah85safety6

      The Irregular post mortem comes down to lack of basic security controls "Ultimately, most of the issues we’ve discovered were due to internet access controls." That seems so incredibly basic and common sense that you would test and monitor…

    • @simonwsafety

      My understanding is that Irregular were the company that hosted sandboxes to run some of these evals in, and those sandboxes ended up misconfigured. I got the impression that in some cases it was the customer (Anthropic etc) misconfiguring…

    2 more
    • @1238-8200coding2

      Nevo was in Unit 8200 for years. Companies started by Unit 8200 members always have mysterious exploits like the vibe coding Wix exploit. So either it was a deliberate exfiltration channel for e.g. getting the entire model or they were in …

    • @unquietwiki1

      Anyone else walk away from reading this, and looking at other articles there, and get a weird feeling about that site? Like, there was some weird stuff about migrants and gender equality, and stuff about Islamic terror; mixed in with some …

    HN 673241 commentseffort.news
  60. MODELtencent/Simple-Attention-Sparsification
    Writes text from a prompt. This is the kind of model people mean by "an LLM".
  61. NEWSThe Verge
    Sam Altman says OpenAI going public in 2026 would be ‘ill-advised’

    the post saysOpenAI confirmed there would be no IPO in 2026.

  62. SHIPPEDtransformers
    Release 5.17.0