frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

iPhone Duo

https://www.apple.com/iphone-duo/
137•thecosmicfrog•7m ago•77 comments

Tailwind Labs is joining Shopify

https://tailwindcss.com/blog/tailwind-is-joining-shopify
605•EdwinHoksberg•4h ago•244 comments

Apple Watch Series 12

https://www.apple.com/newsroom/2026/09/introducing-apple-watch-series-12-with-the-all-new-health-...
61•Lealen•27m ago•31 comments

Apple Unveils iPhone Duo

https://www.apple.com/newsroom/2026/09/apple-unveils-iphone-duo/
28•an0malous•6m ago•2 comments

Apple Introduces AirPods 5

https://www.apple.com/newsroom/2026/09/apple-introduces-airpods-5-with-best-in-class-open-ear-act...
93•awad•44m ago•87 comments

Qwen 3.8 follows GPT-5.5 Pro reasoning prefills

https://gist.github.com/wsxiaoys/e0286dc6bb624ff5fdf49e7f4c528ba3
41•wsxiaoys•59m ago•8 comments

GPT-6 Astra, looped transformers, and hidden reasoning

https://magazine.sebastianraschka.com/p/gpt-6-astra-looped-transformers-and
183•ModelForge•3h ago•66 comments

What do Visa and Mastercard do? An intro to card networks

https://tautology.town/2026/06/01/card-networks.html
46•evakhoury•1d ago•5 comments

GNU Radio in the browser

https://gnuradioworld.com/
84•kristianpaul•2h ago•14 comments

Understanding the recent DDoS attack against Read the Docs

https://about.readthedocs.com/blog/2026/09/2026-ddos-attack/
65•davidfischer•2h ago•17 comments

Desert Ant Labs: local, fast models that run on device

https://desertant.com/blog/introducing-desert-ant-labs/
298•willwhitedc•6h ago•81 comments

Planet Labs' open satellite feed

https://tech.marksblogg.com/planet-labs-open-satellite-feed.html
69•marklit•2h ago•12 comments

How I advertise malicious software on Google Ads

https://xlii.space/eng/malicious-software-on-google-ads/
281•xlii•6h ago•170 comments

My Mental Model of AI Broke on September 8

https://rough-ideas.bearblog.dev/my-mental-model-of-ai-broke-on-september-8/
17•iamanatom•1h ago•12 comments

Why Emacs Consult async searches feel slow and how to speed them up

https://www.jamescherti.com/emacs-consult-speed-async-searche-grep-ripgrep-fd-find/
11•mpweiher•1h ago•1 comments

Apple debuts iPhone 18 Pro and iPhone 18 Pro Max

https://www.apple.com/newsroom/2026/09/apple-debuts-iphone-18-pro-and-iphone-18-pro-max/
63•meetpateltech•50m ago•32 comments

San Francisco institution 'heartbroken and furious' after erasure of public art

https://www.sfgate.com/local/article/clarion-alley-murals-erased-22420365.php
7•mikhael•2d ago•0 comments

Bespoke: A programming language for people who say please

https://blog.hofstede.it/bespoke-a-programming-language-for-people-who-say-please/
40•birdculture•3d ago•14 comments

Roame (YC S23) Is Hiring Viral Content Editor

https://www.ycombinator.com/companies/roame/jobs/KuVVqSh-content-systems-builder-editor
1•zman0225•6h ago

We accidentally built a synthetic cell factory

https://bnext.bio/post/we-accidentally-built-a-synthetic-cell-factory
38•rajivm•2h ago•1 comments

Claude, change the "Add to Cart" button to blue

https://opusfived.dev/
744•matthieu_bl•8h ago•314 comments

Better AI code comment detector

https://entropicthoughts.com/better-ai-comment-classifier
24•ibobev•2h ago•14 comments

Procedural Graphs: Self-Evolving Execution Structures for LLM Agents

https://academy.dair.ai/papers/procedural-graphs-self-evolving-execution-structures-for-llm-agent...
5•omarsar•1h ago•0 comments

Generating the P3 Tiling

https://k-monk.org/blog/generating-the-p3-tiling/
7•evakhoury•23h ago•0 comments

DeepSeek launching v4.1 flash cheaper and more capable than v4 pro

363•nickweb•7h ago•185 comments

Show HN: Self-hosted company OS, Claude Code and Codex agents in departments

https://github.com/OtoDock/oto-dock
4•dimitrismrtzs•25m ago•0 comments

Magic Move for Code Snippets from first principles

https://rahulrav.com/blog/magic_move.html
10•rahulrav•2d ago•0 comments

Muse – Meta’s personal AI agent

https://ai.meta.com/muse/
609•yks•22h ago•664 comments

Coyote v. Acme (1990)

https://www.newyorker.com/magazine/1990/02/26/coyote-v-acme
127•ChrisArchitect•3d ago•57 comments

No Man's Sky Cosmos

https://www.nomanssky.com/cosmos-update/
152•Limb•2h ago•159 comments
Open in hackernews

Qwen 3.8 follows GPT-5.5 Pro reasoning prefills

https://gist.github.com/wsxiaoys/e0286dc6bb624ff5fdf49e7f4c528ba3
40•wsxiaoys•59m ago

Comments

7734128•32m ago
The problem with this is obviously that the only GPT 5.5 thoughts that we have access to are from stolen thought.

Qwen 3.8 0902 was trained after the release of the paper on August 10, so it should have seen those specific thoughts.

usernomdeguerre•10m ago
seems like only the companies in question could run this sort analysis long-term; since they have full access to their CoTs not in public datasets.
refulgentis•8m ago
The thoughts trick was known before their paper / August.

I "independently" "invented" it for the first Anthropic reasoning models because the API required you have thoughts for each assistant message. My app lets you switch AIs within a chat, and their API used to require thinking for all messages if thinking was enabled, so I needed to get a valid thinking stub to insert.

Time has flew by for me the last 3 years, but, I'd guess it's been at least 18 months. And IMHO it wasn't very complicated to work through how to do once you were dead set on making it happen, this I expect it was well-known to distillers before the paper.

wongarsu•27m ago
That writing style might be a tad too tense

If I got it correct (appending B from https://stolen-thoughts.com/paper.pdf is essential) they are the authors of the well-known exploit to recover readable CoT from OpenAI and Anthropic models. They use that to find hints of distillation, by running a benchmark with a SotA model, recovering the CoT, then taking the first 1% of the CoT and running the open-source model as if that was the start of its own CoT. In the paper they found that Kimi-K3 gets a lot closer to Claude 4.8 answers when prefilled with the start of Claude 4.8 reasoning, suggesting that Claude 4.8 was used in its post-training. This blog post is the follow-up with results that suggest that Qwen3.8 was post-trained with the help of GPT-5.5 Pro (or some similarly responding GPT model, it's unclear how many models they tested)

jari_mustonen•10m ago
> Qwen barely moved toward Opus 4.8 in the earlier experiment, but moved by +20.58 points toward GPT-5.5 Pro here, including a large effect on the private synthetic puzzles. The data suggest that Qwen may have learned from GPT-5.5 Pro, or from a closely related GPT model, rather than from Opus.

How does this suggest anyting of the sorts?

wsxiaoys•7m ago
Appendix B of https://stolen-thoughts.com/paper.pdf discusses this
unrented7977•6m ago
> moved by +20.58 points toward GPT-5.5

Score go up. Probability go up. Conclusion.

CamperBob2•5m ago
News flash: people who scraped the Internet without permission to build their product complain when something vaguely similar is done to them. Water still wet, sky still blue. Film at 11.