Article URL: https://simonwillison.net/2026/May/19/5-minute-llms/
Comments URL: https://news.ycombinator.com/item?id=48188183
Points: 462
# Comments: 323
Article URL: https://simonwillison.net/2026/May/19/5-minute-llms/
Comments URL: https://news.ycombinator.com/item?id=48188183
Points: 462
# Comments: 323
Article URL: https://techcrunch.com/2026/05/18/elon-musk-has-lost-his-lawsuit-against-sam-altman-and-openai/
Comments URL: https://news.ycombinator.com/item?id=48182754
Points: 628
# Comments: 328
Article URL: https://www.anthropic.com/news/anthropic-acquires-stainless
Comments URL: https://news.ycombinator.com/item?id=48182281
Points: 455
# Comments: 314
Article URL: https://archestra.ai/blog/only-responsible-ai
Comments URL: https://news.ycombinator.com/item?id=48181125
Points: 469
# Comments: 228
Article URL: https://radleybalko.substack.com/p/truth-power-and-honest-journalism
Comments URL: https://news.ycombinator.com/item?id=48181041
Points: 427
# Comments: 121
Article URL: https://github.com/zakirullin/files.md
Comments URL: https://news.ycombinator.com/item?id=48179677
Points: 476
# Comments: 253
Article URL: https://gencad.github.io/
Comments URL: https://news.ycombinator.com/item?id=48173429
Points: 425
# Comments: 116
Article URL: https://stateofsurveillance.org/news/flock-cameras-destroyed-nationwide-ice-backlash-2026/
Comments URL: https://news.ycombinator.com/item?id=48170798
Points: 402
# Comments: 300
Hey HN! We (Stephan and Thomas) recently open-sourced Semble. We kept running into the same problem while using Claude Code on large codebases: when the agent can't find something directly, it falls back to grep, reading full files or launching subagents. This uses a lot of tokens, and often still misses the relevant code. There are existing tools for this, but they were either too slow to index on demand, needed API keys, or had poor retrieval quality.
Semble is our solution for this. It combines static Model2Vec embeddings (using our latest static model: potion-code-16M) with BM25, fused via RRF and reranked with code-aware signals. Everything runs on CPU since there's no transformers involved. On our benchmark of ~1250 query/document pairs across 63 repos and 19 languages, it uses 98% fewer tokens than grep+read and reaches 99% of the retrieval quality of a 137M-parameter code-trained transformer, while being ~200x faster.
Main features:
- Token-efficient: 98% fewer tokens than grep+read
- Fast: ~250ms to index a typical repo on our benchmark, ~1.5ms per query on CPU (very large repos may take longer)
- Accurate: 0.854 NDCG@10, 99% of the best transformer setup we tested
- MCP server: drop-in for Claude Code, Cursor, Codex, OpenCode
- Zero config: no API keys, no GPU, no external services
Install in Claude Code with: claude mcp add semble -s user -- uvx --from "semble[mcp]" semble
Or check our README for other installation instructions, benchmarks, and methodology:
Semble: https://github.com/MinishLab/semble
Benchmarks: https://github.com/MinishLab/semble/tree/main/benchmarks
Model: https://huggingface.co/minishlab/potion-code-16M
Let us know if you have any feedback or questions!
Comments URL: https://news.ycombinator.com/item?id=48169874
Points: 427
# Comments: 137
Article URL: https://www.techspot.com/news/112410-security-researcher-microsoft-secretly-built-backdoor-bitlocker-releases.html
Comments URL: https://news.ycombinator.com/item?id=48168856
Points: 407
# Comments: 170
Article URL: https://github.com/tech4bot/rk3562deb
Comments URL: https://news.ycombinator.com/item?id=48168668
Points: 424
# Comments: 223
Article URL: https://daringfireball.net/2026/05/ai_is_technology_not_a_product
Comments URL: https://news.ycombinator.com/item?id=48168626
Points: 455
# Comments: 199
Article URL: https://frederickvanbrabant.com/blog/2026-05-15-i-dont-think-ai-will-make-your-processes-go-faster/
Comments URL: https://news.ycombinator.com/item?id=48168221
Points: 431
# Comments: 306
Article URL: https://justsitandgrin.im/posts/native-all-the-way-until-you-need-text/
Comments URL: https://news.ycombinator.com/item?id=48168058
Points: 444
# Comments: 294
Article URL: https://www.thestateofbrand.com/news/ai-subscription-time-bomb
Comments URL: https://news.ycombinator.com/item?id=48168056
Points: 409
# Comments: 395
Article URL: https://crates.io/crates/zerostack/1.0.0
Comments URL: https://news.ycombinator.com/item?id=48164287
Points: 447
# Comments: 215
Article URL: https://blog.ppb1701.com/the-quiet-renovation-at-bitwarden
Comments URL: https://news.ycombinator.com/item?id=48163389
Points: 425
# Comments: 202
Article URL: https://nvlabs.github.io/Sana/WM/
Comments URL: https://news.ycombinator.com/item?id=48159445
Points: 401
# Comments: 152
Article URL: https://jvns.ca/blog/2026/05/15/moving-away-from-tailwind--and-learning-to-structure-my-css-/
Comments URL: https://news.ycombinator.com/item?id=48158400
Points: 430
# Comments: 275
Article URL: https://user8.bearblog.dev/the-world-is-too-complicated/
Comments URL: https://news.ycombinator.com/item?id=48158065
Points: 419
# Comments: 392
Article URL: https://kabir.au/blog/the-ctf-scene-is-dead
Comments URL: https://news.ycombinator.com/item?id=48157559
Points: 404
# Comments: 426
Article URL: https://kevinpatel.xyz/posts/no-way-to-prevent-this/
Comments URL: https://news.ycombinator.com/item?id=48155690
Points: 402
# Comments: 199
Article URL: https://twitter.com/mitchellh/status/2055380239711457578
Comments URL: https://news.ycombinator.com/item?id=48153379
Points: 463
# Comments: 194
Article URL: https://arstechnica.com/gaming/2026/05/bill-to-keep-online-games-playable-clears-key-hurdle-in-california/
Comments URL: https://news.ycombinator.com/item?id=48152994
Points: 558
# Comments: 380
Article URL: https://github.com/oven-sh/bun/issues/30719
Comments URL: https://news.ycombinator.com/item?id=48150900
Points: 456
# Comments: 327
Article URL: https://www.gutenberg.org/
Comments URL: https://news.ycombinator.com/item?id=48150431
Points: 443
# Comments: 126
Article URL: https://projectzero.google/2026/05/pixel-10-exploit.html
Comments URL: https://news.ycombinator.com/item?id=48148460
Points: 422
# Comments: 224
Article URL: https://explorer.samismith.com/
Comments URL: https://news.ycombinator.com/item?id=48146129
Points: 431
# Comments: 104
Article URL: https://tmctmt.com/posts/mullvad-exit-ips-as-a-fingerprinting-vector/
Comments URL: https://news.ycombinator.com/item?id=48143880
Points: 428
# Comments: 251
https://shkspr.mobi/blog/2026/05/uk-government-kicks-out-pal...
Comments URL: https://news.ycombinator.com/item?id=48142251
Points: 474
# Comments: 181
Article URL: https://antirez.com/news/165
Comments URL: https://news.ycombinator.com/item?id=48142108
Points: 411
# Comments: 173
Article URL: https://twitter.com/tdietterich/status/2055000956144935055
Comments URL: https://news.ycombinator.com/item?id=48140922
Points: 436
# Comments: 144
Article URL: https://openai.com/index/work-with-codex-from-anywhere/
Comments URL: https://news.ycombinator.com/item?id=48140529
Points: 452
# Comments: 231
Article URL: https://blog.calif.io/p/first-public-kernel-memory-corruption
Comments URL: https://news.ycombinator.com/item?id=48139219
Points: 436
# Comments: 122
Article URL: https://jpain.io/god-damn-ai-is-making-me-dumb/
Comments URL: https://news.ycombinator.com/item?id=48139148
Points: 433
# Comments: 266
Article URL: https://github.com/DepthFirstDisclosures/Nginx-Rift
Comments URL: https://news.ycombinator.com/item?id=48138268
Points: 428
# Comments: 97
Article URL: https://arkadiyt.com/2026/05/13/removing-the-modem-and-gps-from-my-rav4/
Comments URL: https://news.ycombinator.com/item?id=48138136
Points: 400
# Comments: 211
Article URL: https://scottjg.com/posts/2026-05-05-egpu-mac-gaming/
Comments URL: https://news.ycombinator.com/item?id=48137145
Points: 405
# Comments: 103
Article URL: https://github.com/oven-sh/bun/pull/30412
Comments URL: https://news.ycombinator.com/item?id=48132488
Points: 492
# Comments: 588
Article URL: https://www.anthropic.com/news/claude-for-small-business
Comments URL: https://news.ycombinator.com/item?id=48130950
Points: 419
# Comments: 383
Article URL: https://fredchan.org/blog/locality-domains-guide/
Comments URL: https://news.ycombinator.com/item?id=48122635
Points: 422
# Comments: 135
Article URL: https://jorijn.com/en/blog/leaving-github-for-forgejo/
Comments URL: https://news.ycombinator.com/item?id=48121266
Points: 436
# Comments: 236
Article URL: https://monokai.com/articles/how-i-moved-my-digital-stack-to-europe/
Comments URL: https://news.ycombinator.com/item?id=48120629
Points: 495
# Comments: 332
Article URL: https://sockpuppet.org/blog/2026/05/12/emacsification/
Comments URL: https://news.ycombinator.com/item?id=48118727
Points: 407
# Comments: 259
Article URL: https://www.savethearchive.com/newsleaders/
Comments URL: https://news.ycombinator.com/item?id=48115807
Points: 401
# Comments: 114
Article URL: https://arstechnica.com/tech-policy/2026/05/drop-database-what-not-to-do-after-losing-an-it-job/
Comments URL: https://news.ycombinator.com/item?id=48115438
Points: 466
# Comments: 397
Article URL: https://github.com/FULU-Foundation/OrcaSlicer-bambulab
Comments URL: https://news.ycombinator.com/item?id=48115127
Points: 414
# Comments: 174
Article URL: https://typesetinthefuture.com/2016/02/18/futuristic/
Comments URL: https://news.ycombinator.com/item?id=48113895
Points: 430
# Comments: 56
Hey HN, Henry here from Cactus. We open-sourced Needle, a 26M parameter function-calling (tool use) model. It runs at 6000 tok/s prefill and 1200 tok/s decode on consumer devices.
We were always frustrated by the little effort made towards building agentic models that run on budget phones, so we conducted investigations that led to an observation: agentic experiences are built upon tool calling, and massive models are overkill for it. Tool calling is fundamentally retrieval-and-assembly (match query to tool name, extract argument values, emit JSON), not reasoning. Cross-attention is the right primitive for this, and FFN parameters are wasted at this scale.
Simple Attention Networks: the entire model is just attention and gating, no MLPs anywhere. Needle is an experimental run for single-shot function calling for consumer devices (phones, watches, glasses...).
Training: - Pretrained on 200B tokens across 16 TPU v6e (27 hours) - Post-trained on 2B tokens of synthesized function-calling data (45 minutes) - Dataset synthesized via Gemini with 15 tool categories (timers, messaging, navigation, smart home, etc.)
You can test it right now and finetune on your Mac/PC: https://github.com/cactus-compute/needle
The full writeup on the architecture is here: https://github.com/cactus-compute/needle/blob/main/docs/simp...
We found that the "no FFN" finding generalizes beyond function calling to any task where the model has access to external structured knowledge (RAG, tool use, retrieval-augmented generation). The model doesn't need to memorize facts in FFN weights if the facts are provided in the input. Experimental results to published.
While it beats FunctionGemma-270M, Qwen-0.6B, Granite-350M, LFM2.5-350M on single-shot function calling, those models have more scope/capacity and excel in conversational settings. We encourage you to test on your own tools via the playground and finetune accordingly.
This is part of our broader work on Cactus (https://github.com/cactus-compute/cactus), an inference engine built from scratch for mobile, wearables and custom hardware. We wrote about Cactus here previously: https://news.ycombinator.com/item?id=44524544
Everything is MIT licensed. Weights: https://huggingface.co/Cactus-Compute/needle GitHub: https://github.com/cactus-compute/needle
Comments URL: https://news.ycombinator.com/item?id=48111896
Points: 442
# Comments: 150
https://www.reddit.com/r/Android/comments/1tb8xls/introducin...
Comments URL: https://news.ycombinator.com/item?id=48111545
Points: 473
# Comments: 769
Article URL: https://obsidian.md/blog/future-of-plugins/
Comments URL: https://news.ycombinator.com/item?id=48109970
Points: 431
# Comments: 155
Article URL: https://www.jeffgeerling.com/blog/2026/bambu-lab-abusing-open-source-social-contract/
Comments URL: https://news.ycombinator.com/item?id=48109224
Points: 539
# Comments: 183
Article URL: https://blog.maximeheckel.com/posts/on-rendering-the-sky-sunsets-and-planets/
Comments URL: https://news.ycombinator.com/item?id=48107997
Points: 472
# Comments: 38
Article URL: https://www.cnbc.com/2026/05/12/tiktok-instagram-social-media-addictive-eu-crack-down.html
Comments URL: https://news.ycombinator.com/item?id=48106534
Points: 453
# Comments: 405
Article URL: https://matklad.github.io/2026/05/12/software-architecture.html
Comments URL: https://news.ycombinator.com/item?id=48106024
Points: 402
# Comments: 75
Article URL: http://www.typewritten.org/Media/
Comments URL: https://news.ycombinator.com/item?id=48104428
Points: 427
# Comments: 191
Article URL: https://github.com/davmlaw/they_live_adblocker
Comments URL: https://news.ycombinator.com/item?id=48102700
Points: 413
# Comments: 135
https://github.com/TanStack/router/issues/7383
Comments URL: https://news.ycombinator.com/item?id=48100706
Points: 453
# Comments: 139
Article URL: https://about.gitlab.com/blog/gitlab-act-2/
Comments URL: https://news.ycombinator.com/item?id=48100500
Points: 607
# Comments: 590
Article URL: https://medium.com/@NMitchem/if-ai-writes-your-code-why-use-python-bf8c4ba1a055
Comments URL: https://news.ycombinator.com/item?id=48100433
Points: 682
# Comments: 698
Article URL: https://stemcell.ucla.edu/news/ucla-discovers-first-stroke-rehabilitation-drug-repair-brain-damage
Comments URL: https://news.ycombinator.com/item?id=48098261
Points: 412
# Comments: 82
Article URL: https://nvlabs.github.io/cuda-oxide/index.html
Comments URL: https://news.ycombinator.com/item?id=48096692
Points: 409
# Comments: 116
Article URL: https://www.seangoedecke.com/software-engineering-may-no-longer-be-a-lifetime-career/
Comments URL: https://news.ycombinator.com/item?id=48095550
Points: 452
# Comments: 709
Article URL: https://ratty-term.org/
Comments URL: https://news.ycombinator.com/item?id=48093100
Points: 584
# Comments: 189
Article URL: https://daniel.haxx.se/blog/2026/05/11/mythos-finds-a-curl-vulnerability/
Comments URL: https://news.ycombinator.com/item?id=48091737
Points: 603
# Comments: 249
Article URL: https://blog.k10s.dev/im-going-back-to-writing-code-by-hand/
Comments URL: https://news.ycombinator.com/item?id=48090029
Points: 905
# Comments: 559
Article URL: https://jola.dev/posts/running-local-models-on-m4
Comments URL: https://news.ycombinator.com/item?id=48089091
Points: 533
# Comments: 157
Article URL: https://grapheneos.social/@GrapheneOS/116550899908879585
Comments URL: https://news.ycombinator.com/item?id=48086190
Points: 2061
# Comments: 696
Article URL: https://nesbitt.io/2026/02/03/incident-report-cve-2024-yikes.html
Comments URL: https://news.ycombinator.com/item?id=48086082
Points: 676
# Comments: 166
Article URL: https://unix.foo/posts/local-ai-needs-to-be-norm/
Comments URL: https://news.ycombinator.com/item?id=48085821
Points: 1741
# Comments: 689
This is ymawky, a static file web server for MacOS written entirely in ARM64 assembly. It supports GET, PUT, DELETE, HEAD, and OPTIONS requests, and supports Range: bytes=X-Y headers (which allows scrubbing for video streaming). It decodes percent-encoded URLs, strictly enforces docroot, serves custom error pages for any HTTP error response, supports directory listing, and has (some) mitigations against slowloris-like attacks.
I’ve also written a more detailed writeup here: https://imtomt.github.io/ymawky/
Comments URL: https://news.ycombinator.com/item?id=48080587
Points: 415
# Comments: 222
Article URL: https://www.nytimes.com/2026/05/08/technology/meta-ai-employees-miserable.html
Comments URL: https://news.ycombinator.com/item?id=48077126
Points: 455
# Comments: 521
Related: https://susam.net/no-query-strings.html
Comments URL: https://news.ycombinator.com/item?id=48076173
Points: 562
# Comments: 291
Article URL: https://matduggan.com/the-intolerable-hypocrisy-of-cyberlibertarianism/
Comments URL: https://news.ycombinator.com/item?id=48074952
Points: 417
# Comments: 391
https://xunroll.com/thread/2053047748191232310
Recent and related: Zig → Rust porting guide - https://news.ycombinator.com/item?id=48016880 - May 2026 (540 comments)
Comments URL: https://news.ycombinator.com/item?id=48073680
Points: 707
# Comments: 688
Article URL: https://arxiv.org/abs/2604.15597
Comments URL: https://news.ycombinator.com/item?id=48073246
Points: 473
# Comments: 197
Article URL: http://fourlightyears.blogspot.com/2026/05/i-returned-to-aws-and-was-reminded-hard.html
Comments URL: https://news.ycombinator.com/item?id=48073201
Points: 835
# Comments: 619
Article URL: https://cyberinsider.com/eu-calls-vpns-a-loophole-that-needs-closing-in-age-verification-push/
Comments URL: https://news.ycombinator.com/item?id=48072190
Points: 649
# Comments: 440
Examples: https://thariqs.github.io/html-effectiveness/
Related: https://simonwillison.net/2026/May/8/unreasonable-effectiven...
Comments URL: https://news.ycombinator.com/item?id=48071940
Points: 521
# Comments: 272
https://twitter.com/wtgowers/status/2052830948685676605
https://xcancel.com/wtgowers/status/2052830948685676605
Comments URL: https://news.ycombinator.com/item?id=48071262
Points: 709
# Comments: 524