ax@ax-radar:~/all $ grep -v 'tier=excluded' stream.log
33 srcsignal 72%cycle 04:32

posts · 2026-09-10

12 items · updated 3m ago
RSS live
2026-09-10 · Thu
05:15
12d ago
AI Chat-Group Daily (群聊日报)· atomZH05:15 · 09·10
Chat digest: Astra capacity crunch, DeepSeek V4.1 Flash benchmarks, Codex quota bug, and why xHigh saves more credits than Medium
OpenAI's Tibo publicly admitted unprecedented Astra demand and may pause new Pro subscriptions; users report lag even during off-peak hours and frequent WebSocket disconnects. DeepSeek V4.1 Flash scored 81.2 on OpenDesign's design benchmark—98% of Astra's quality at 1.4% of the cost—but the API's mandatory training clause and not-so-cheap real pricing gave users pause. A Codex quota display bug caused panic today; Tibo promised compensation but most users never got it. A counterintuitive finding: xHigh mode actually consumes fewer total credits than Medium because it plans more accurately and loops less. Also: Jacob Coxon quit with a warning about AI arms-race risks, Apple announced the foldable iPhone Duo starting around $2,800, and the Navier–Stokes proof cost roughly $15M in API fees.
#Code#Reasoning#Agent#OpenAI
editor take
DeepSeek V4.1 Flash scores 81.2 on design tasks—98% of Astra at 1.4% cost—but the API's mandatory training clause gives pause.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K1·R0
03:31
13d ago
Product Hunt · AI· rssEN03:31 · 09·10
Modeinspect: 99 days free AI credits to design UI inside your codebase
Modeinspect is an AI design canvas that connects to your codebase and lets you edit UI on real components, tokens, live data, and breakpoints. It aims to close the gap between design mockups and shipped code—you explore with AI, keep what matters, then publish changes or send them for review. The post doesn't specify which frameworks or integrations are supported, but the product is live with 99 free days for new users.
#Modeinspect
editor take
Modeinspect edits real UI components from your codebase, closing the design-to-code gap—but it doesn't say which frameworks it supports.
HKR breakdown
hook knowledge resonance
open source
45
SCORE
H0·K0·R0
02:07
13d ago
New York Times Chinese· rssZH02:07 · 09·10
Apple launches first foldable iPhone Duo starting at $1,999
Apple unveiled its first foldable phone, the iPhone Duo, starting at $1,999 and shipping October 23. New CEO John Ternus said it will 'redefine the foldable experience.' The device folds to a passport-sized screen and opens to run two apps side by side. Counterpoint expects over 12 million units shipped next year, 5% of all iPhones. Apple also launched iPhone 18 Pro, Watch Series 12, and AirPods 5, all $100 pricier.
#Apple#John Ternus#Counterpoint Research
editor take
Apple just announced the foldable iPhone Duo at $1,999 — multiple outlets picked it up, but so far only the price and name are confirmed. No word yet on screen size, crease, or hinge durability, so...
HKR breakdown
hook knowledge resonance
open source
65
SCORE
H1·K0·R0
00:00
13d ago
● P1OpenAI Blog· rssEN00:00 · 09·10
OpenAI launches Agents API in public beta for building long-running agentic workflows
OpenAI packaged the agent harness behind Codex into the Agents API, now in public beta. A single API call spins up a cloud agent with a specified model, tools, environment, and task. The harness handles context, tool orchestration, and subagent coordination across sessions lasting days. Early user Ciridae reports 4x latency reduction and eval scores jumping from 0.71 to 0.85. SafetyKit cut per-case cost by 60% after migrating. The post does not disclose pricing or a GA timeline.
#Agent#OpenAI#Codex#Ciridae
why featured
Featured · importance 100 · hook + knowledge + resonance
editor take
OpenAI turned Codex's orchestration layer and sandbox into a public API — multi-agent coordination and long-running task hosting are the real payload here.
sharp
OpenAI dropped the Agents API in public beta last night. Both sources point to the same official announcement, so there's no angle divergence — this is a straight read of OpenAI's own material. The short version: they took the orchestration layer that keeps Codex running reliably across long sessions, handling tools and spawning subagents, and packaged it as an API anyone can call. Three things I'd focus on. First, multi-agent support is built in — you can spin up subagents to parallelize work, and Ciridae's CTO claims a 4x latency reduction from it. If that holds, it's a real gain for complex workflows. Second, you get to choose the compute environment: OpenAI's sandbox, your own infra, or a partner sandbox. That flexibility matters for teams with existing setups. Third, this is still public beta — no pricing or SLA details yet, so don't plan production budgets around it. Don't read this as "one-click agent deployment." What's confirmed is that OpenAI opened up a battle-tested harness. What's not confirmed is what it costs at scale and how it behaves under heavy load.
HKR breakdown
hook knowledge resonance
open source
100
SCORE
H1·K1·R1
00:00
13d ago
● P1OpenAI Blog· rssEN00:00 · 09·10
OpenAI releases GPT-Live-1 full-duplex voice API
GPT‑Live‑1 is a single-model full-duplex voice API that listens and speaks simultaneously, previously only in ChatGPT. It replaces chained STT–LLM–TTS pipelines; early tests by Speak cut interruptions by nearly 80%. Developers can pair it with backend models like Luna for simple tasks or GPT‑6 Astra for complex reasoning. It scores 30 percentage points higher than GPT‑Realtime‑2.1 on Full Duplex Bench and ranks #1 on Tau3 when backed by Astra. Pricing is not disclosed in the post.
#OpenAI#GPT‑Live‑1#GPT‑6 Astra
why featured
Featured · importance 96 · hook + knowledge + resonance
editor take
OpenAI opened its full-duplex voice model GPT-Live-1 to the API. All four sources align on the official announcement — the facts are solid, but pricing is the part to watch.
sharp
OpenAI just shipped GPT-Live-1 in the API — the same full-duplex voice model that powers ChatGPT's voice mode, where it can listen and speak simultaneously and handle interruptions naturally. All four sources are running off the same official blog post, so there's no independent testing or third-party breakdown yet. What we know is what OpenAI chose to publish. The architecture shift is the main story: instead of chaining speech-to-text, an LLM, and text-to-speech, GPT-Live-1 handles the voice layer as a single model. It doesn't do heavy reasoning itself — it delegates that to a backend text model like GPT-6 Astra. Pricing is $0.80/$3.20 per million input/output tokens, plus per-minute voice charges at $0.008 input and $0.024 output. Two numbers I'd discount until we see more: the 30-point gain on Full Duplex Bench over the previous Realtime model is OpenAI's own eval, and Speak's 80% interruption reduction is a single-customer early result. Telephony support is listed as a capability, but there's no latency SLA or production case study attached — treat that as a preview, not a ready-to-deploy feature.
HKR breakdown
hook knowledge resonance
open source
96
SCORE
H1·K1·R1
00:00
13d ago
AI HOT (Curated Pool)· aihot-apiZH00:00 · 09·10
Hugging Face runs async GRPO with LoRA and Storage Bucket on HF Jobs, drops NCCL and speeds up 3.9×
TRL v1.14's AsyncGRPOTrainer now supports training only LoRA adapters and syncing them via a Storage Bucket, so the training job and vLLM inference job run on separate machines without NCCL. Hugging Face reports a 3.9× speedup over the synchronous setup. The post doesn't disclose test configs or latency numbers, so I'd hold for those details.
#Hugging Face#TRL#vLLM
editor take
TRL v1.14 lets AsyncGRPOTrainer sync only LoRA adapters via a storage bucket, splitting training and vLLM inference across machines without NCCL—3.9× faster, but no test configs or latency numbers ...
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0

more

feeds

admin