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

posts · 2026-08-24

25 items · updated 3m ago
RSS live
2026-08-24 · Mon
23:36
29d ago
Bloomberg Technology· rssEN23:36 · 08·24
AI cloud provider Lambda in talks for $3 billion pre-IPO round
Bloomberg reports Lambda is in talks for a roughly $3 billion pre-IPO round, but the full article is behind a paywall and doesn't disclose valuation, investors, or timeline. Lambda rents out GPU compute to AI training and inference customers. If the round closes, it would be a final large capital injection before an IPO. Only the headline is available right now—I'd hold off on any strong take until more details surface.
#Lambda#Funding
editor take
Lambda is in talks for a $3B pre-IPO round, but the article is paywalled—no valuation, investors, or timeline yet.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K0·R1
22:56
29d ago
Financial Times · Technology· rssEN22:56 · 08·24
SEC subpoenas Wall Street banks over Situational Awareness
The SEC is investigating whether Wall Street traders got early access to the manuscript of Situational Awareness, the AI-geopolitics book by Eric Schmidt and others, and traded on it. Subpoenas went to multiple major banks, demanding communications and trading records. The post doesn't name the banks or the size of any trades.
#SEC#Eric Schmidt#Situational Awareness
editor take
SEC subpoenaed banks over early access to the AI-geopolitics book Situational Awareness—no banks or trade sizes named yet.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K0·R1
19:32
29d ago
Hacker News Frontpage· rssEN19:32 · 08·24
A Claude Code skill that recovers export-blocked Kindle highlights
GitHub user l3a0 released a Claude Code plugin that extracts truncated Kindle highlights. It targets Amazon's export restriction—Kindle only exports snippets—and uses Claude's code abilities to recover the full text. The post doesn't detail the technical implementation, but the title and repo description confirm verbatim extraction with truncation recovery. A practical data liberation tool for heavy Kindle users.
#Code#l3a0#Claude Code#Kindle
editor take
A Claude Code plugin that recovers truncated Kindle highlights into full text—worth a look if you read a lot on Kindle.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
18:24
29d ago
Hacker News Frontpage· rssEN18:24 · 08·24
Kern: a 1.5 MB, daemonless container runtime for untrusted and AI-generated code
Kern packs a container runtime into a single 1.52 MB static binary with no background daemon. It launches a kernel-enforced container from an OCI image in ~3.5 ms and runs rootless. The project explicitly targets untrusted and AI-generated code execution, making it a candidate for fast, low-overhead sandboxing. The repo is newly public with few stars; the post does not disclose any production validation.
#getkern
editor take
1.52 MB single binary, no daemon, ~3.5 ms to launch a kernel-enforced container—aimed at running untrusted AI-generated code. Repo is brand new with no production validation, so treat it as a toy f...
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
17:23
29d ago
Hacker News Frontpage· rssEN17:23 · 08·24
Microsoft Agent Lightning v1.0.1 Released
Microsoft released Agent Lightning v1.0.1, a lightweight agent framework. The post doesn't detail the changes, but the repo already has 17.7k stars, showing strong community interest.
#Microsoft#Open source
editor take
Agent Lightning v1.0.1 is out, but the release notes don't say what changed. 17.7k stars—worth a code dive.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
17:05
29d ago
Hacker News Frontpage· rssEN17:05 · 08·24
The entire city of San Francisco turned into a playable game map
A web page turns all of San Francisco into a playable 3D game map with WASD movement, jumping, gliding, and driving. It uses Apple Maps data to stream neighborhoods, ground textures, and buildings in real time. Players can teleport and switch camera modes. No quests or combat yet. The post doesn't spell out the tech stack or hardware requirements.
#Apple
editor take
A web page streams all of San Francisco as a playable 3D map with WASD movement, driving, and gliding — no quests, just a tech demo.
HKR breakdown
hook knowledge resonance
open source
60
SCORE
H1·K0·R0
16:52
29d ago
Hacker News Frontpage· rssEN16:52 · 08·24
Nvidia lays out hardware requirements for CUDA on RISC-V at Hot Chips 2026
Nvidia is working to bring CUDA to RISC-V CPUs, but only for server-grade chips. They require RVA23, ACPI, PCIe cache coherency, and peer-to-peer PCIe support. Without these, the CUDA stack would be slow or broken. NVLink Fusion also opens the door for custom RISC-V chips to use Nvidia's interconnect, but demands the same hardware baseline plus a close partnership. The full list spans two pages; the talk didn't cover every detail.
#Nvidia#RISC-V#Hot Chips
editor take
Nvidia will bring CUDA to RISC-V, but only for server-class CPUs with ACPI and PCIe coherency.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H0·K1·R0
15:00
29d ago
NVIDIA Blog· rssEN15:00 · 08·24
NVIDIA Announces Groq 3 LPX in Full Production, Extends Vera Rubin Inference for Agents
NVIDIA's blog announces Groq 3 LPX is now in full production. The inference chip is designed for agentic AI workloads, aiming to reduce latency. The Vera Rubin architecture's inference capabilities are extended to support complex multi-step agent workflows. The post does not disclose specific performance numbers or pricing.
#NVIDIA#Groq
editor take
Groq 3 LPX inference chip is in full production for agentic AI, but no performance numbers or pricing yet.
HKR breakdown
hook knowledge resonance
open source
60
SCORE
H0·K0·R0
14:48
29d ago
Hacker News Frontpage· rssEN14:48 · 08·24
Hot Chips 2026: Applying High Bandwidth Flash (HBF)
HBF packages flash dies into HBM-like cubes on the same interposer as the compute chip. It offers high capacity at low cost per GB, but accesses must be large and aligned—software handles DMA, wear leveling, and data refresh like managing an on-package SSD. The talk uses vLLM as an example: MoE expert weights and KV cache can live in HBF, with active parts DMA-ed into HBM during inference. Sparse attention reading only top-k tokens helps work around HBF's lower bandwidth. Another use: replicate weights across GPUs via HBF to reduce cross-device communication. Cost-wise, HBF works for small models or small batches—as long as bandwidth isn't the bottleneck. The post doesn't disclose specific bandwidth, capacity, or price figures; all conclusions are based on simulations and projections.
#Inference-opt#Hot Chips#Anurag Agarwal#Radhakrishna Giduthuri
editor take
HBF stacks flash like HBM on the same interposer—high capacity, low cost per GB, but software must handle DMA, wear leveling, and data refresh.
HKR breakdown
hook knowledge resonance
open source
65
SCORE
H0·K1·R0
13:12
29d ago
Import AI (Jack Clark)· rssEN13:12 · 08·24
AI accelerates cyber, not math or AI itself; SPADE auto-generates training environments; Hawkeye writes better GPU kernels
METR finds LLMs dramatically accelerate cyber vulnerability discovery, mildly boost math, and barely speed up AI research itself. SPADE lets a 30B model alternate between designing executable environments and solving them, gaining +8.1 on games and +5.3 on tool-use tasks. The post doesn't disclose Hawkeye's specific performance numbers, only that well-documented unit tests help agents write better GPU kernels.
#Code#METR#SPADE#Hawkeye
editor take
METR finds LLMs sharply accelerate vulnerability discovery, mildly boost math, and barely speed up AI research itself—the unevenness is the real signal.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
12:15
29d ago
r/LocalLLaMA· rssEN12:15 · 08·24
DFlash2 quants on RTX 5090: best speed vs context for Qwen 27B
A user benchmarked DFlash2 quants for Qwen 3.8 27B on an RTX 5090 with llama.cpp, comparing against MTP. Q4 gives top speed (154 t/s) but only 102k context; Q2 offers the best balance at 137 t/s with 121k context. Q8 wastes context (86k) without speed gain. MTP reaches 131k context but at just 86 t/s, making DFlash2 Q2 the overall winner. The post doesn't clarify if vision or large-context bugs are fixed.
#Benchmarking#NVIDIA RTX 5090#llama.cpp#Qwen 3.8 27B
editor take
DFlash2 quant benchmarks on RTX 5090: Q2 gives the best balance (137 t/s + 121k context), Q8 wastes context with no speed gain.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K1·R0
12:00
29d ago
● P1OpenAI Blog· rssEN12:00 · 08·24
OpenAI GPT-5.6 model family integrated into AWS Kiro coding assistant
OpenAI's GPT-5.6 family—Sol, Terra, Luna—is now available inside Kiro, AWS's software development agent. Kiro turns high-level intent into specs and tasks, then lets the model plan, code, review, and test against the codebase and team standards. On Terminal-Bench 2.1, GPT-5.6 Terra in Kiro achieved roughly an 82% cost reduction while completing tasks successfully. The post does not disclose per-token pricing or the baseline used for that cost comparison. I'd treat the 82% as a benchmark-specific optimization, not a universal guarantee.
#Code#OpenAI#AWS#Kiro
why featured
Featured · importance 88 · hook + knowledge
editor take
OpenAI put the GPT-5.6 family into AWS's Kiro. Both sources read like a joint press release. The 82% cost reduction is internal testing — don't treat it as a public benchmark yet.
sharp
This is a joint announcement from OpenAI and AWS. Both sources covering it are running essentially the same story from the same official material, so the multi-source coverage here signals coordination, not independent confirmation. The headline is that GPT-5.6's three variants — Sol, Terra, and Luna — are now available inside Kiro, AWS's coding agent. The pitch is spec-driven development: Kiro turns high-level intent into requirements and task plans, then GPT-5.6 executes. OpenAI claims an 82% cost reduction for Terra on Terminal-Bench 2.1 when running inside Kiro. I'd discount that number for now — it's from joint optimization testing by OpenAI and AWS, not a third-party eval, and they didn't disclose absolute pricing or token counts. What's missing: actual per-token pricing inside Kiro, how that compares to calling GPT-5.6 directly via API, and whether Sol and Luna show similar gains. If your team is already on Kiro, watch your real-world bills rather than the 82% figure.
HKR breakdown
hook knowledge resonance
open source
88
SCORE
H1·K1·R0
10:46
29d ago
最佳拍档 (BestPartners)· atomZH10:46 · 08·24
Cerebras CS-4 doubles inference performance with wafer-scale engine and SRAM for MoE models
The post only has a title with no body. Cerebras announced the CS-4 inference chip claiming 2x performance, powered by the WSE-3 wafer-scale engine and SRAM architecture. It targets high memory bandwidth, high tokens/s, pipeline parallelism, decoupled inference, and MoE models. Price, power, and availability are not disclosed.
#Cerebras
editor take
Cerebras CS-4 claims 2x inference perf with SRAM for MoE models, but no price or power numbers yet.
HKR breakdown
hook knowledge resonance
open source
60
SCORE
H1·K1·R0
04:00
29d ago
Financial Times · Technology· rssEN04:00 · 08·24
Can AI glasses replace the smartphone?
FT explores whether AI glasses can become the next computing platform. The article argues that glasses have natural advantages for real-time translation, navigation, and information overlay, but battery life, compute power, privacy, and social acceptance remain major hurdles. Meta, Apple, and Google are betting on it, but replacing the smartphone is still far off. The post does not disclose specific product specs or release timelines.
#Meta#Apple#Google
editor take
FT asks if AI glasses can replace the phone, but offers no product specs or timelines.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K0·R1
04:00
29d ago
Financial Times · Technology· rssEN04:00 · 08·24
UK stats agency turns to AI to fix faulty surveys
The UK Office for National Statistics is deploying AI to fix survey data as response rates hit record lows. It uses NLP to analyze open-ended answers and ML to impute missing fields. The post doesn't name the model or vendor, but the goal is clear: reduce manual coding and cut bias. For AI practitioners, this is a real-world government pipeline use case—cleaning messy data and filling gaps, not flashy generative demos.
#UK Office for National Statistics
editor take
UK stats office uses NLP and ML to impute missing survey data—a real-world government pipeline for cleaning messy data, not a flashy demo.
HKR breakdown
hook knowledge resonance
open source
60
SCORE
H0·K1·R0
04:00
29d ago
Financial Times · Technology· rssEN04:00 · 08·24
US widens AI-driven investment gap with Europe
The FT reports that the US is outpacing Europe in AI investment, widening the gap. The post does not disclose specific investment figures or growth rates, but the title signals a clear trend. For AI practitioners, this suggests Europe may fall further behind in compute, talent, and startup opportunities.
#Financial Times
editor take
FT says the US AI investment gap with Europe is widening, but no hard numbers in the article — treat it as a directional signal.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K0·R1
00:00
30d ago
Computing Life · Share (鸭哥 research reports)· rssZH00:00 · 08·24
Cerebras's wafer-scale chip is not an ASIC—it doesn't even know what a Transformer is at the hardware level
Cerebras's WSE is often mislabeled as an ASIC, but it ships with only a general-purpose instruction set and 900,000 programmable cores—no model is hardwired. Its speed comes from 44GB of on-chip SRAM that cuts data movement to microns, delivering 21PB/s of memory bandwidth, over a thousand times that of an H100. The article reframes the chip using two axes: 'freeze level at manufacturing' and 'scale.' WSE sits near GPUs on programmability; its real bet is on the extreme scale of an uncut wafer. The post does not disclose WSE-3's production yield or latest customer deployment numbers.
#Cerebras#Andrew Feldman#OpenAI
editor take
Cerebras isn't an ASIC—it ships with a general-purpose ISA and no baked-in model; its speed comes from 44GB on-chip SRAM cutting data movement to microns.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
00:00
30d ago
Computing Life · Share (鸭哥 research reports)· rssZH00:00 · 08·24
2×5090 running a 27B model at 141 tok/s per stream under 8-way concurrency is the self-hosting sweet spot
The author runs an NVFP4-quantized Qwen-3.8-27B on two RTX 5090s with TP=2, processing 224M prefill tokens daily while actual decode time is only 3.8 hours, costing ~$11/month in electricity. Under 8-way concurrency, total throughput reaches 962 tok/s with each stream still at 141 tok/s, well above the 100 tok/s practical floor. The RTX 4090 lacks FP4 hardware, has 56% of the 5090's bandwidth, and is discontinued at a $2,755 premium. The PRO 6000 matches the 5090's bandwidth but costs $16,000 and suffers from 24×7 firmware crashes. Cloud GPU monthly bills are 6–50× local electricity costs; TPU and Neuron support for Qwen-3.8's GDN architecture is unverified. The break-even between self-hosting and cloud rental sits at 26%–45% monthly utilization.
#NVIDIA#RTX 5090#RTX 4090
editor take
2×5090 running a 27B model hits 141 tok/s per stream under 8-way concurrency at ~$11/month in power, but hardware payback takes 25 years—self-hosting is about data locality and control.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0

more

feeds

admin