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

hot events · 2026-08-21

20 signals · updated 3m ago
live · 89 today·policy v2
AI HOT (CURATED POOLOpenAI launches GPT-6 Sol and Luna, API pri…97·HACKER NEWS FRONTPAGOpenAI launches GPT-6 Sol and Luna, halving…96·AI HOT (CURATED POOLOpenAI GPT-6 Sol and Luna land on OpenRoute…95·OPENAI BLOGOpenAI forms math advisory group after its…95·AI HOT (CURATED POOLClaude Opus 5.5 and GPT-6 Sol/Luna launch o…92·AI HOT (CURATED POOLOpenAI rolls out GPT-6 Sol and GPT-6 Luna t…90·AI HOT (CURATED POOLPentagon probe finds overreliance on Maven…88·AI HOT (CURATED POOLClaude Opus 5.5 launches with lower cost, f…88·AI HOT (CURATED POOLAnthropic Releases Claude Opus 5.5: Fable 5…88·HACKER NEWS FRONTPAGPentagon says overreliance on AI contribute…88·AI HOT (CURATED POOLOpenAI launches GPT-6 Sol and Luna, API pri…88·AI HOT (CURATED POOLOpenAI launches GPT-6 Sol and GPT-6 Luna, A…88·AI HOT (CURATED POOLOpenAI launches GPT-6 Sol and Luna, API pri…97·HACKER NEWS FRONTPAGOpenAI launches GPT-6 Sol and Luna, halving…96·AI HOT (CURATED POOLOpenAI GPT-6 Sol and Luna land on OpenRoute…95·OPENAI BLOGOpenAI forms math advisory group after its…95·AI HOT (CURATED POOLClaude Opus 5.5 and GPT-6 Sol/Luna launch o…92·AI HOT (CURATED POOLOpenAI rolls out GPT-6 Sol and GPT-6 Luna t…90·AI HOT (CURATED POOLPentagon probe finds overreliance on Maven…88·AI HOT (CURATED POOLClaude Opus 5.5 launches with lower cost, f…88·AI HOT (CURATED POOLAnthropic Releases Claude Opus 5.5: Fable 5…88·HACKER NEWS FRONTPAGPentagon says overreliance on AI contribute…88·AI HOT (CURATED POOLOpenAI launches GPT-6 Sol and Luna, API pri…88·AI HOT (CURATED POOLOpenAI launches GPT-6 Sol and GPT-6 Luna, A…88·AI HOT (CURATED POOLOpenAI launches GPT-6 Sol and Luna, API pri…97·HACKER NEWS FRONTPAGOpenAI launches GPT-6 Sol and Luna, halving…96·AI HOT (CURATED POOLOpenAI GPT-6 Sol and Luna land on OpenRoute…95·OPENAI BLOGOpenAI forms math advisory group after its…95·AI HOT (CURATED POOLClaude Opus 5.5 and GPT-6 Sol/Luna launch o…92·AI HOT (CURATED POOLOpenAI rolls out GPT-6 Sol and GPT-6 Luna t…90·AI HOT (CURATED POOLPentagon probe finds overreliance on Maven…88·AI HOT (CURATED POOLClaude Opus 5.5 launches with lower cost, f…88·AI HOT (CURATED POOLAnthropic Releases Claude Opus 5.5: Fable 5…88·HACKER NEWS FRONTPAGPentagon says overreliance on AI contribute…88·AI HOT (CURATED POOLOpenAI launches GPT-6 Sol and Luna, API pri…88·AI HOT (CURATED POOLOpenAI launches GPT-6 Sol and GPT-6 Luna, A…88·
RSS live
2026-08-21 · Fri
15:51
32d ago
● P1Hacker News Frontpage· rssEN15:51 · 08·21
Nari Labs open-sources Qwen3-TTS deployment achieving sub-50 ms first-audio latency
Nari Labs open-sourced a Qwen3-TTS 1.7B CustomVoice serving implementation that hits sub-50 ms p95 time-to-first-audio at 10 RPS on a single H100 SXM with zero underruns. They benchmarked against vLLM-Omni, SGLang-Omni, VoxServe, and M*—default p95 latencies ranged from 277 to 1,160 ms at 1 RPS. At full utilization the system costs roughly $2 per 1M characters, compared to $100 for ElevenLabs V3 and $49 for Cartesia Sonic 3.5. Key optimizations include dynamic leading-silence trimming (~80 ms saved) and tuned codec-frame accumulation. Code and benchmarks are public; the post does not disclose underrun details at higher concurrency or long-form performance.
#Inference-opt#Nari Labs#Qwen#NVIDIA
why featured
Featured · importance 88 · hook + knowledge + resonance
editor take
Nari Labs got Qwen3-TTS down to sub-50ms time-to-first-audio at ~$2 per 1M characters — roughly 50x cheaper than ElevenLabs V3.
sharp
This hit HN front page and Reddit's LocalLlama at the same time, both pointing to Nari Labs' own blog post and benchmarks. I'd discount it slightly — all numbers are self-reported, no third-party reproduction yet. They took Qwen3-TTS 1.7B CustomVoice, an open-source model, and tuned it to hit sub-50ms p95 time-to-first-audio at 10 requests per second on a single H100. At 20 RPS it stays under 100ms. The other engines they tested — vLLM-Omni, SGLang-Omni, VoxServe, M* — defaulted to 277–1160ms, so the gap is real if the methodology holds. Cost-wise they claim ~$2 per 1M characters at full utilization, using Lambda Labs' $4.29/hr H100 pricing. ElevenLabs V3 runs $100/1M, Cartesia Sonic 3.5 is $49/1M. But that's raw compute cost for self-hosting — no ops overhead, no SaaS margin baked in. What's missing: voice quality comparisons, performance across accents and languages, and whether anyone outside Nari Labs has reproduced these numbers. The code and benchmarks are open-source, so you can test it yourself.
HKR breakdown
hook knowledge resonance
open source
88
SCORE
H1·K1·R1
10:33
32d ago
● P1Hacker News Frontpage· rssEN10:33 · 08·21
DeepSeek launches deepseek-v4-flash-vision-exp multimodal vision model
DeepSeek's API docs now list deepseek-v4-flash-vision-exp, a model that accepts images alongside text for description, screenshot reading, and chart analysis. It supports JPEG, PNG, GIF, and WebP. Images can be sent as inline base64 (48 MiB request body limit), via external URL (32 MiB, 60-second download timeout), or by referencing an uploaded file through the Files API (up to 64 MiB per image, best for reuse). A detail parameter lets you downscale to 512×512 for faster, cheaper inference. The post does not disclose pricing, context window, or benchmark results.
#Vision#DeepSeek
why featured
Featured · importance 94 · hook + knowledge
editor take
DeepSeek added vision to V4-Flash, with multimodal agent scores close to Opus-4.8, but the model name carries 'exp' — it's experimental for now.
sharp
DeepSeek dropped a vision-capable version of V4-Flash today, posted in their API changelog. Both sources covering this are pulling from the same official update, so there's no conflicting angle — just a straight announcement. The numbers that matter: Terminal Bench 2.1 barely moved (82.7 → 83.9), but agent benchmarks with visual components jumped — DeepSWE went from 54.4 to 59.3, DSBench-Hard from 59.6 to 63.6. DeepSeek claims multimodal agent performance is now close to Opus-4.8, though they didn't publish Opus-4.8's scores side-by-side for comparison. Two things I'd discount. One, the 'exp' in the model name means this is experimental — it's on the API but not guaranteed to stick around or keep the same pricing. Two, no pricing has been disclosed yet. V4-Flash just got a pricing overhaul on Aug 13 with peak/off-peak rates, and this vision variant isn't listed in the pricing table. Fine for prototyping multimodal agents, but I'd hold off on production until the formal release and pricing land.
HKR breakdown
hook knowledge resonance
open source
94
SCORE
H1·K1·R0
02:37
33d ago
● P1Hacker News Frontpage· rssEN02:37 · 08·21
AI companies buy and scan books then destroy them, Anna's Archive urges preservation
Anthropic’s “Project Panama” spent tens of millions of dollars buying millions of paper books, scanning them to train Claude, then destroying them—cheaper than lossless scanning and it keeps the data away from competitors. The practice surfaced in a $1.5 billion copyright settlement. Anna’s Archive volunteer “u” argues this permanently locks knowledge inside private servers and calls on volunteers worldwide to scan and upload materials before they vanish. Small uploads earn lifetime membership; large-scale efforts can get scanning costs covered. The post doesn’t provide a verified title list or independent count of destroyed books, so treat the “millions” figure with caution, but the incentive structure is worth paying attention to.
#Anthropic#Claude#Anna's Archive
why featured
Featured · importance 92 · hook + knowledge + resonance
editor take
Anna's Archive links Anthropic's copyright settlement to physical book destruction, but the 'destroying' claim is currently one-sided with no independent verification.
sharp
This is hot on HN right now, but I'd discount it a bit. The core claim is that AI companies are buying millions of used books through intermediaries, scanning them, then destroying them to monopolize training data. Anthropic's 'Project Panama' was indeed exposed in a $1.5 billion copyright settlement—the company spent tens of millions on physical books to train Claude, and that part is on the public record. But the 'destroy after scanning' step comes solely from this Anna's Archive volunteer post. Both HN sources point to the same blog; no second outlet has independently confirmed the destruction. The post frames this as a 'crime against humanity,' which reads more like a mobilization call than investigative reporting. The real thing to note is the timing argument: since early 2025, AI-generated content has accounted for over half of newly published internet content. If physical books are also being systematically bought up, the public domain genuinely loses a batch of pre-AI training material. For now, though, read this as a shadow library's fundraising and recruitment narrative, not verified fact.
HKR breakdown
hook knowledge resonance
open source
92
SCORE
H1·K1·R1

more

feeds

admin