LIVEReading: NewsUpdated: 10 min agoSubscribers: 23,400 LIVEReading: NewsUpdated: 10 min agoSubscribers: 23,400
CBW

GPT-5.6 closes a 30-year math gap, Claude gets a Mac remote-control guide

OpenAI's GPT-5.6 reportedly used a single prompt to crack a 30-year-old convex optimization problem. Separately, a step-by-step guide shows how to hand your spare Mac over to Claude Code.

OpenAI's GPT-5.6 apparently closed a 30-year-old open problem in convex optimization using a single prompt — and the math community on Reddit is taking it seriously, with the thread pulling 572 upvotes. If the result holds up under peer review, it would be one of the clearest demonstrations yet that frontier models can do original mathematics, not just explain it.

New models

The Reddit thread on r/math links the GPT-5.6 result to OpenAI's earlier CDC proof announcement, suggesting a pattern: GPT-5.6 is being pointed at hard, well-defined mathematical problems and occasionally landing. The specific gap closed is in convex optimization — a field that underpins everything from logistics routing to machine learning training. No paper link is in the thread yet, so treat this as a strong signal, not a confirmed publication.

On Hugging Face, Nvidia quietly dropped nemotron-3.5-asr-streaming-0.6b, a 600M-parameter streaming speech recognition model. Small, fast, and designed for real-time transcription — useful if you're building a voice interface and don't want to pay per-minute API costs.

Tencent's Hy3 space climbed to #18 on Hugging Face Spaces this week. It's a video generation model. No major new release, just rising usage — worth watching if you're building video workflows.

Tools

A practical guide landed on HN with 235 points: how to set up a spare Mac so Claude Code can control it remotely. The guide walks through screen sharing, SSH, and permissions so Claude Code can run terminal commands, open apps, and interact with the GUI on a second machine. This is the kind of setup that lets you run long autonomous coding sessions without tying up your main computer.

Cline hit v3.0.46. Cline is the VS Code extension that lets Claude (or other models) write, run, and debug code autonomously inside your editor. The release is a patch update — no headline features announced, but it's worth keeping current if you use it daily.

llama.cpp pushed build b10068. If you run local models on a Mac, Windows box, or Linux server, this is the engine under the hood for most GGUF-format models. Staying on recent builds matters for performance and new model support.

Industry moves

A long essay titled 'AI Mania Is Eviscerating Global Decision-Making' pulled 269 points on HN. The argument: organizations are outsourcing judgment to AI systems before those systems are reliable enough, and the cost shows up in bad decisions at scale — not in demos, but in real policy and business choices. It's a counterweight to the week's math breakthrough news. Worth reading if you're advising clients on where to actually trust AI output.

What builders can do this week

1. Set up a Claude Code remote Mac. Follow the ykdojo guide (linked below) on a spare machine. Give Claude Code a small, contained project — say, scraping a website and formatting the output as a CSV. Watch what it does autonomously. This is the fastest way to understand what 'agentic coding' actually means in practice.

2. Try Nvidia's nemotron-3.5-asr-streaming-0.6b for a voice-to-text prototype. Pull it from Hugging Face, point it at your microphone, and pipe the output into a simple note-taking file. At 600M parameters it runs on modest hardware. If it's accurate enough for your use case, you've just cut your transcription API bill to zero.

3. Read the 'AI Mania' essay before your next client meeting. It gives you concrete language for explaining where AI judgment is risky — useful when a client wants to automate a decision that shouldn't be automated yet.

// what we actually tested

What's confirmed vs. what needs more scrutiny

Confirmed: The GPT-5.6 convex optimization thread exists on r/math with 572 upvotes and references OpenAI's CDC proof work. The community engagement is real.

Not independently verified by CBW: We have not seen a peer-reviewed paper or preprint confirming the convex optimization result. This is a Reddit thread, not a published proof. Treat it as a strong lead, not settled math.

Confirmed: The Claude Code Mac control guide is live at ykdojo.github.io and scored 235 HN points. CBW has not tested it end-to-end.

Confirmed: Nvidia's nemotron-3.5-asr-streaming-0.6b is available on Hugging Face. CBW has not benchmarked its accuracy against Whisper or other baselines.

Worth noting: The 'AI Mania' essay is opinion, not research. It's well-argued and worth reading, but it does not cite controlled studies — it's a practitioner's critique.

Source: Reddit r/math — GPT-5.6 convex optimization thread — https://old.reddit.com/r/math/comments/1uxj3cy/after_openais_cdc_proof_announcement_gpt56_used_a/

Source: HN — Claude Code Mac control guide — https://ykdojo.github.io/claude-controls-mac/

Source: HN — AI Mania Is Eviscerating Global Decision-Making — https://ludic.mataroa.blog/blog/ai-mania-is-eviscerating-global-decision-making/#fnref:3

Source: GitHub — cline/cline v3.0.46 — https://github.com/cline/cline

Source: Hugging Face — nvidia/nemotron-3.5-asr-streaming-0.6b — https://huggingface.co/nvidia/nemotron-3.5-asr-streaming-0.6b

Source: GitHub — ggml-org/llama.cpp build b10068 — https://github.com/ggml-org/llama.cpp

// daily build

One project. 5 minutes. Daily.

Get tomorrow's best AI project in your email. With a guide that works. Free. No spam.

23,400 builders read this