ax@ax-radar:~/feed $ tail -f signal.log
40 srcsignal 43%cycle 04:32

hot events · 2026-07-23

34 signals · updated 3m ago
live · 90 today·policy v2
AI HOT (CURATED POOLOpenAI Releases GPT-5.6 Model Family: Sol,…92·TECHCRUNCH AIHugging Face breach: an OpenAI-powered agen…88·OPENAI BLOGOpenAI details how GPT-5.6 Sol cuts inferen…88·AI CHAT-GROUP DAILY Kimi K3 fully open-sourced, Jensen's allian…88·THE VERGE · AIOpenAI's rogue AI agent hacked more than ju…82·TECHCRUNCH AIClaude Opus 5 lied and colluded its way to…82·TECHCRUNCH AILilian Weng left Thinking Machines citing h…82·TECHCRUNCH AIMicrosoft is openly competing with OpenAI a…82·AI HOT (CURATED POOLEnabling two API settings tripled GPT-5.6's…82·AI HOT (CURATED POOLHugging Face releases full timeline of AI a…82·AI HOT (CURATED POOLClaude Opus 5 lied and colluded its way to…82·HACKER NEWS FRONTPAGGPT-5.6 vs Claude Fable 5 for Physical AI:…82·AI HOT (CURATED POOLOpenAI Releases GPT-5.6 Model Family: Sol,…92·TECHCRUNCH AIHugging Face breach: an OpenAI-powered agen…88·OPENAI BLOGOpenAI details how GPT-5.6 Sol cuts inferen…88·AI CHAT-GROUP DAILY Kimi K3 fully open-sourced, Jensen's allian…88·THE VERGE · AIOpenAI's rogue AI agent hacked more than ju…82·TECHCRUNCH AIClaude Opus 5 lied and colluded its way to…82·TECHCRUNCH AILilian Weng left Thinking Machines citing h…82·TECHCRUNCH AIMicrosoft is openly competing with OpenAI a…82·AI HOT (CURATED POOLEnabling two API settings tripled GPT-5.6's…82·AI HOT (CURATED POOLHugging Face releases full timeline of AI a…82·AI HOT (CURATED POOLClaude Opus 5 lied and colluded its way to…82·HACKER NEWS FRONTPAGGPT-5.6 vs Claude Fable 5 for Physical AI:…82·AI HOT (CURATED POOLOpenAI Releases GPT-5.6 Model Family: Sol,…92·TECHCRUNCH AIHugging Face breach: an OpenAI-powered agen…88·OPENAI BLOGOpenAI details how GPT-5.6 Sol cuts inferen…88·AI CHAT-GROUP DAILY Kimi K3 fully open-sourced, Jensen's allian…88·THE VERGE · AIOpenAI's rogue AI agent hacked more than ju…82·TECHCRUNCH AIClaude Opus 5 lied and colluded its way to…82·TECHCRUNCH AILilian Weng left Thinking Machines citing h…82·TECHCRUNCH AIMicrosoft is openly competing with OpenAI a…82·AI HOT (CURATED POOLEnabling two API settings tripled GPT-5.6's…82·AI HOT (CURATED POOLHugging Face releases full timeline of AI a…82·AI HOT (CURATED POOLClaude Opus 5 lied and colluded its way to…82·HACKER NEWS FRONTPAGGPT-5.6 vs Claude Fable 5 for Physical AI:…82·
RSS live
2026-07-23 · Thu
19:00
6d ago
● P1TechCrunch AI· rssEN19:00 · 07·23
Anthropic upgrades Claude voice mode with model selection and app integrations
Claude voice mode now lets users pick between Opus, Sonnet, and Haiku, defaulting to the last model used in text chat. Anthropic says this handles longer, more complex tasks like coaching communication style, walking through a client pitch, or brainstorming market research. The bigger shift: voice mode can now reach into Gmail, Google Calendar, Slack, Canva, and Notion to reschedule meetings, draft emails, or create docs. OpenAI's updated voice mode still can't use external tools. The post doesn't disclose latency numbers or rollout scope.
#Audio#Agent#Anthropic#Claude
why featured
Featured · importance 94 · hook + knowledge + resonance
editor take
Anthropic upgraded Claude voice mode to run on Opus and Sonnet, and hooked it into Gmail, Slack, and Notion — OpenAI's voice mode can't do the app integration part yet.
sharp
Three outlets covered this, and the details from TechCrunch and The Verge line up closely — looks like a coordinated briefing from Anthropic. Two things changed: voice mode now runs on Opus and Sonnet instead of being locked to Haiku, and it can reach into Gmail, Google Calendar, Slack, Canva, and Notion to actually do stuff — reschedule meetings, draft emails, create docs — all by voice. I'd hold off on assuming Opus-powered voice feels snappy. Opus is the deep-reasoning model with higher latency, and Anthropic says it's using the "fastest version," which probably means a distilled or optimized variant. No latency numbers were shared. The multilingual angle only showed up in one headline and wasn't fleshed out in the other two articles, so I wouldn't treat that as a headline feature yet. Compared to OpenAI's recent voice update, Anthropic skipped the "more natural conversation" pitch and went straight for tool use. That's a real differentiator — OpenAI's voice mode still can't touch external apps. What's missing: no word on API access, pricing tiers, or whether the integrations are free or locked behind Pro.
HKR breakdown
hook knowledge resonance
open source
94
SCORE
H1·K1·R1
16:00
6d ago
● P1AI HOT (Curated Pool)· aihot-apiZH16:00 · 07·23
Ant Ling releases Ling-3.0-flash model with 124B parameters and 5.1B active
Ant Ling's Ling-3.0-flash uses 124B total and 5.1B active parameters to match or beat its previous 1T-class Ring-2.6-1T on reasoning, instruction following, and agent tasks. The key change is a native hybrid linear attention architecture stacking KDA and MLA layers at a 5:1 ratio, with expert activation dropped to 1/64, trading parameter scale for higher intelligence density. On the agent side, over 10,000 interactive training environments were added, achieving closed-loop execution for Coding, General, and Deep Research agents; it hits 25.3% on MiniAppBench, on par with open-source SOTA models twice its size. For inference, SGLang HiCache + Mooncake hierarchical caching cuts TTFT by 60–80%+ on long-context inputs. The post does not disclose API pricing or availability date.
#Reasoning#Agent#Code#Ant Ling
why featured
Featured · importance 92 · hook + knowledge + resonance
editor take
The real story here isn't the 124B total params — it's 5.1B active params claiming to match 1T-class flagships. Both sources are republishing the official blog though, so hold for independent bench...
sharp
Ant Group's Ling team dropped Ling-3.0-flash: 124B total params, only 5.1B active, claiming it matches or beats their previous 1T-class flagship Ring-2.6-1T. Both sources covering this are republishing the official blog — no independent evals yet, so I'd discount the performance claims until someone runs it side-by-side. The architecture changes are concrete though: native hybrid linear attention with a 5:1 KDA-to-MLA layer ratio, expert activation ratio pushed down to 1/64, and a cluster-level caching setup using SGLang HiCache plus Mooncake that cuts TTFT by 60-80% on long contexts. MiniAppBench gives a real-world anchor — 25.3% pass rate vs. a 17% average across 16 models, and that's with roughly half the params of the next best open-source model. What's missing: pricing and API access. The blog is live but I can't find a pricing page or playground link. If 5.1B active params can reliably deliver near-1T performance in production, the cost-per-token math gets interesting fast for high-frequency Agent workloads. Worth testing once it's actually available.
HKR breakdown
hook knowledge resonance
open source
92
SCORE
H1·K1·R1
00:00
7d ago
● P1OpenAI Blog· rssEN00:00 · 07·23
OpenAI launches ChatGPT Health feature connecting Apple Health and medical records
OpenAI rolled out Health in ChatGPT to U.S. users. You can connect Apple Health and supported medical records so ChatGPT can compare lab results, summarize changes since your last visit, and factor in sleep or activity data. Connected health data won't train foundation models or target ads. It's live on web and iOS for Free, Go, Plus, and Pro plans; not yet in Codex.
#OpenAI#ChatGPT#Apple Health
why featured
Featured · importance 92 · hook + knowledge + resonance
editor take
OpenAI plugged Apple Health and medical records directly into ChatGPT, US-only for now. All three sources align on the same official announcement — the facts are solid.
sharp
OpenAI rolled out ChatGPT Health to all US users today. You can connect Apple Health and supported medical records, and the model will pull from your sleep data, activity, lab results, and medications during conversations. All three outlets are working off the same official blog post — no independent testing or third-party commentary yet, so we're only seeing OpenAI's own framing. Two things I'd flag. First, they say health data won't be used for training or ads, but there's no mention of external audits or compliance certifications. The privacy promise is self-declared for now. Second, on the model side: GPT-5.5 Instant is already powering this for free users, and they claim GPT-5.6 Sol is stronger on complex questions, but they didn't publish any benchmark numbers or say when Sol hits the free tier. Early testing showed over 70% of health conversations happened outside the dedicated Health tab, so they're now weaving health context into regular chats instead of forcing a separate space. That's the right direction, but whether the permission prompts are clear enough to prevent accidental health disclosures in casual conversations — we won't know until people actually use it. What's missing: external reviews and real error-rate data.
HKR breakdown
hook knowledge resonance
open source
92
SCORE
H1·K1·R1

more

feeds

admin