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

all posts

50 items · updated 3m ago
RSS live
2026-07-10 · Fri
13:40
18d ago
Hacker News Frontpage· rssEN13:40 · 07·10
Running ActivityPub on AT Protocol: A Design Provocation
Robin Berjon proposes running ActivityPub on top of AT Protocol's PDS. ATProto offers pluggable identity and signed data repos, preventing vendor lock-in, while ActivityPub's Actor document can point to ATProto XRPC endpoints. Two issues: XRPC endpoints don't support both GET and POST, and identity systems aren't fully aligned. The post is a design provocation, not a working prototype.
#Robin Berjon#AT Protocol#ActivityPub
editor take
Robin Berjon sketches running ActivityPub on AT Protocol's PDS by pointing Actor docs at XRPC endpoints. Design provocation, not a working prototype.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
13:33
18d ago
Hacker News Frontpage· rssEN13:33 · 07·10
Write code like a human will maintain it
The author notices he's been letting code quality slide when using LLMs: the same access check gets copy-pasted across four files. Each time the model generates a new version, it mimics the existing bad patterns, turning a shortcut into the project's 'style.' The catch is that LLMs read your codebase—every lazy merge trains them to repeat the same smell. By the time you want to refactor, the model has learned duplication, not abstraction. His take: write code as if a human will maintain it, because the LLM is just a mirror of your habits.
#Scott Robinson#Unstack
editor take
LLMs read your codebase—every lazy merge trains them to repeat the same smell.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R1
13:30
18d ago
Hacker News Frontpage· rssEN13:30 · 07·10
Scarf moves from Haskell to Python after 7 years, citing compile times as a bottleneck for AI-assisted dev
Scarf founder Avi Press explains why the company is moving its backend from Haskell to Python. The trigger isn't a flaw in Haskell itself—it's that LLMs now generate code fast enough that Haskell's compile times dominate the dev loop. He describes spinning up multiple AI agents in parallel: every cold build taxes each worktree, and caching plus Nix couldn't make it cheap enough. New API work goes into Python; the existing Haskell services keep running but will shrink over time. He says the lost type safety hasn't been felt yet, test coverage is better than ever, and hotfixes can go live with a single Slack message. The post does not disclose specific compile-time numbers or a migration timeline.
#Code#Scarf#Avi Press#Haskell Foundation
editor take
Scarf moved its backend from Haskell to Python not because the language failed, but because cold Haskell builds became the bottleneck when running multiple AI coding agents in parallel.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R1
13:30
18d ago
Hacker News Frontpage· rssEN13:30 · 07·10
George Hotz on why he quit streaming: spectacle killed hacker culture
George Hotz published a long post explaining he no longer streams because streaming became performative—a prediction of what viewers want rather than an honest reflection of self. He blames a culture of spectacle where you can consume without participating and even signal status through it. He describes scraping dating sites and feeding profiles to ChatGPT, finding most are marketing copy with no rough edges. AI makes it worse: when prompting, you feel like you're steering but may not be. The post veers into abstract critique—the internet is five corporate towns, the old world was outcompeted, and the real war isn't bullets but transmutation into compatible material. No solutions are offered; he only notes everything eventually ends.
#George Hotz#ChatGPT
editor take
George Hotz quits streaming because it became performative, not honest.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K0·R1
13:11
18d ago
Hacker News Frontpage· rssEN13:11 · 07·10
How do you use Vim in the era of AI?
A heavy Vim user asks HN if Vim still makes sense when you look at code less. Commenters split: some keep Vim to review AI-generated code and maintain mental models; others switch to Zed's Vim mode for live AI edits; a few use Vim only for navigation and let agents write code. One user says after using Fable to manage Opus agents, his 15-year-old .vimrc never changed again—he'd just get in the way.
#Hacker News#Zed#Fable
editor take
HN thread asks if Vim still matters when you barely write code. Three camps: keep Vim to review AI output, switch to Zed for live AI edits, or use Vim only for file navigation.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
12:10
18d ago
MIT Technology Review· rssEN12:10 · 07·10
Anthropic finds Claude's hidden thinking space; OpenAI launches 'super app'
Anthropic built a tool called J-lens and found a hidden space inside Claude that holds words the model considers but doesn't say. It's like seeing what's on its mind before it speaks. On the same day, OpenAI launched ChatGPT Work, a 'super app' that combines chat, coding, and new models to do your work for you. The post doesn't detail J-lens's mechanism or ChatGPT Work's pricing.
#Interpretability#Anthropic#OpenAI#Claude
editor take
Anthropic's J-lens peeks at Claude's hidden pre-speech words; OpenAI drops ChatGPT Work super-app the same day.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
10:40
18d ago
Hacker News Frontpage· rssEN10:40 · 07·10
Unified memory lets mini PCs run 70B models that big GPUs can't fit, but speed is the trade-off
This piece explains why a $2,000 mini PC with unified memory can load a 70B model that an RTX 5090 cannot. The AMD Strix Halo box pools CPU and GPU memory into a single 128 GB LPDDR5X pool, so a 4-bit quantized 70B model (~40 GB) fits easily. The RTX 5090 has 1,792 GB/s bandwidth but only 32 GB VRAM, so it's a hard no. The trade-off is decode speed: the mini PC's ~256 GB/s bandwidth makes generation feel like a slow reader. The article walks through the roofline model to show why text generation is memory-bandwidth-bound, not compute-bound—every token requires reading the full model weights from memory. A comparison table covers everything from Lunar Lake to M3 Ultra; the M3 Ultra's 819 GB/s is the current unified-memory ceiling. The post cites vendor peak bandwidth specs and owner-measured numbers but doesn't provide specific tokens-per-second figures, and notes real delivered bandwidth runs lower than theoretical peaks.
#AMD#NVIDIA#Apple
editor take
Unified memory lets a $2,000 mini PC load a 70B model no RTX 5090 can fit, but its ~256 GB/s bandwidth makes generation painfully slow.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
07:14
18d ago
AI HOT (Curated Pool)· aihot-apiZH07:14 · 07·10
Elon Musk shares user test: Grok Build builds a 2D game in under 30 min, half the time of Codex
Elon Musk retweeted user @0x0funky's test: Grok Build is the only all-in-one coding agent workflow with built-in image and video generation, matching Codex in quality but faster. The user built a 2D side-scrolling game in under 30 minutes by generating a 6-second character animation video and decompiling it into game sprites via Sprite Forge—previously 1–2 hours with Codex. The agent handles image/video generation without external MCP or services. The post does not disclose pricing, model version, or availability.
#Vision#Elon Musk#Grok Build#Codex
editor take
Grok Build bakes in image/video gen, builds a 2D game in 30 min—but no pricing or availability yet.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
04:48
18d ago
Product Hunt · AI· rssEN04:48 · 07·10
AgentKey: A live data plugin for your AI agent
AgentKey is a plugin that connects AI agents like Claude Code and Codex to live external data—search, social, finance, e-commerce, crypto—with a single command. No setup, no integrations, auto failover. Launched on Product Hunt with 651 upvotes and #1 of the day. The post doesn't disclose specific data sources, pricing, or latency.
#AgentKey#Claude Code#Codex
editor take
AgentKey plugs live data into Claude Code with one command—no setup, but pricing and latency aren't disclosed.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
04:00
18d ago
Financial Times · Technology· rssEN04:00 · 07·10
Why AI could be a financial ‘sludge’ buster
FT argues that AI's sweet spot in finance is cutting bureaucratic 'sludge'—slow, rule-heavy processes like onboarding, compliance, and claims. The piece doesn't cite specific deployments or savings, but flags a shift: banks are using AI to reduce operational drag, not just to juice trading returns.
#Financial Times
editor take
FT argues AI cuts banking sludge better than juicing returns—but no deployments or savings cited.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
03:45
18d ago
Product Hunt · AI· rssEN03:45 · 07·10
YAGNI: Manage AI agent teams like human teams, with responsibilities and autonomy
YAGNI is a platform that lets you manage AI agent teams like human teams. You assign responsibilities, goals, and deadlines; the team works under your supervision first, learning from each task. Good performance earns it autonomy, but high-risk actions always require your approval. It runs exclusively on open-weight models to keep costs low for continuous work. The post doesn't specify which integrations are supported, pricing details, or model names.
#YAGNI#Jack Collins
editor take
YAGNI manages AI agents like human employees: supervised first, then gradual autonomy, but high-risk actions always need your approval.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
03:08
18d ago
Bloomberg Technology· rssEN03:08 · 07·10
Malaysia’s Anwar to Debut an AI Double That Sounds Just Like Him
Malaysian PM Anwar is launching an AI double that sounds just like him. The post doesn't disclose the use case, tech vendor, or launch date—only the voice cloning capability is confirmed. For AI practitioners, this is a real-world government deployment of speech synthesis worth watching for downstream applications and risks.
#Anwar Ibrahim#Malaysia
editor take
Malaysia's PM is launching an AI double with his own voice, but the post doesn't say where it'll be used, who built it, or when it launches.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
01:45
18d ago
AI HOT (Curated Pool)· aihot-apiZH01:45 · 07·10
Claude Code v2.1.206 Released
Anthropic shipped a minor update to Claude Code, tagged v2.1.206. The release page only shows the title and navigation—no changelog, no patch notes. To find what changed, you'll need to dig into commits or the full changelog.
#Anthropic#Claude Code#Product update
editor take
Claude Code v2.1.206 shipped, but the release page is just a nav bar—no patch notes at all.
HKR breakdown
hook knowledge resonance
open source
20
SCORE
H0·K0·R0
01:28
18d ago
Hacker News Frontpage· rssEN01:28 · 07·10
Build your own vulnerability harness
Cloudflare shares practical lessons from building a model-agnostic vulnerability discovery pipeline. The key insight: treat models as interchangeable components and cross-check findings with different models to avoid blind spots. They address two objections upfront — why a harness beats subagents (persistence, dedup, cross-repo tracing) and why this isn't a frontier model ad (the harness is what lasts).
#Cloudflare#Project Glasswing
editor take
Cloudflare's vulnerability harness treats models as swappable parts and cross-checks findings — more durable than subagents.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K1·R0
00:39
18d ago
● P1Financial Times · Technology· rssEN00:39 · 07·10
SK Hynix raises $26.5 billion in largest foreign company IPO on Nasdaq
SK Hynix debuted on Nasdaq, raising $26.5bn in the year's largest global IPO. The funds are earmarked for HBM capacity expansion, feeding Nvidia and other AI chipmakers. The post doesn't disclose the offering price or first-day move, but the size alone shows the market is still doubling down on AI compute supply chains.
#SK Hynix#Nasdaq#Nvidia
why featured
Featured · importance 90 · hook + knowledge + resonance
editor take
$26.5B, the largest foreign IPO in US history — SK Hynix is almost certainly raising this for HBM capacity expansion. AI chip demand isn't cooling, but geopolitical pressure is piling on at the sam...
sharp
SK Hynix pulled off a $26.5B Nasdaq IPO, and both FT and TechCrunch are reporting the same number — that's official disclosure, not a leak. TechCrunch adds one angle FT didn't dig into: US officials are already pushing them to build fabs on American soil. That makes sense. HBM is the bottleneck for AI accelerators right now, and SK Hynix controls the lion's share of global supply. Washington isn't going to let all that capital flow back to Korea without asking for something. I'd read this as two signals stacked together. One: AI infrastructure capex is still climbing, no peak in sight. Two: the friendshoring pressure that hit TSMC is now spreading to memory. What's missing is the allocation breakdown — how much goes to Korea, how much to the US, and how fast it turns into actual production lines. None of that is public yet, so don't read this as a "reshoring win" story until the fab commitments are concrete.
HKR breakdown
hook knowledge resonance
open source
90
SCORE
H1·K1·R1
00:20
18d ago
AI HOT (Curated Pool)· aihot-apiZH00:20 · 07·10
Google Research unveils SensorFM, a foundation model for wearable health data
Google Research released SensorFM, a foundation model for wearable health data. It processes raw sensor signals like heart rate and accelerometer readings directly, without converting them into structured tables first. The model is pre-trained on large amounts of unlabeled sensor data and then fine-tuned on specific tasks with few examples, such as detecting arrhythmias or recognizing activity types. The post does not disclose model size, training data scale, or benchmark results, only calling it a step toward general intelligence and interface for wearable health. Worth watching for health AI and wearable developers, but production readiness is unclear.
#Multimodal#Google Research
editor take
Google dropped SensorFM, a foundation model that eats raw heart rate and accelerometer data, but no model size or benchmarks yet—keep expectations in check.
HKR breakdown
hook knowledge resonance
open source
50
SCORE
H0·K0·R0
00:05
18d ago
Ruan YiFeng's Weblog· rssZH00:05 · 07·10
Why Dropbox stalled: it stayed a consumer tool, but consumers don't pay to save time
Ruan Yifeng's newsletter cites an analysis arguing Dropbox's core mistake was positioning as a consumer tool instead of enterprise productivity. Consumers want to kill time, not pay to save it; only companies pay for efficiency. Dropbox's stock never recovered from its 2018 IPO high of $39; its ~$6B market cap lags far behind Airbnb's $85B. The post also notes Anthropic's AI costs are 2.3x engineer salaries, and top US software firms spend ≥40% of salary on AI per employee.
#Dropbox#Anthropic#Airbnb
editor take
Dropbox's core mistake was positioning as a consumer tool—consumers kill time, they don't pay to save it.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
00:00
18d ago
AI HOT (Curated Pool)· aihot-apiZH00:00 · 07·10
Thinking Machines Lab: AI Should Extend Human Will, Not Replace It
Thinking Machines Lab argues that AI should be shaped by the people who use it, not frozen after training by a few companies. They compare centralized AI to central planning, citing Hayek and Polanyi, and say real value comes from letting organizations continuously adapt models with their own knowledge. Their technical bets: strong multimodal models, tools for customizing weights, richer human-AI interfaces, and open research. No model names or benchmarks are disclosed—this is a mission statement.
#Thinking Machines Lab#Toyota#Mitsuru Kawai
editor take
Thinking Machines Lab published a mission statement with no models or benchmarks, but the tech bets are concrete: multimodal, customizable weights, and open research.
HKR breakdown
hook knowledge resonance
open source
39
SCORE
H0·K0·R0
2026-07-09 · Thu
23:38
18d ago
● P1TechCrunch AI· rssEN23:38 · 07·09
OpenAI's No. 2 Fidji Simo steps down to part-time advisory role due to illness
Fidji Simo is stepping down to a part-time advisory role after her medical leave for a neuroimmune relapse proved longer than expected. She joined as CEO of Applications in May 2025, consolidating business and product under her. The gap hits as OpenAI eyes a possible IPO and races to catch Anthropic in enterprise. CPO Kevin Weil and CMO Kate Rouch also recently left, deepening the leadership churn.
#OpenAI#Fidji Simo#Sam Altman
why featured
Featured · importance 92 · hook + knowledge + resonance
editor take
OpenAI's No. 2 Fidji Simo steps back to part-time advisor due to illness — both sources align on the company-confirmed facts, not much to discount here.
sharp
Fidji Simo is moving from leading OpenAI's AGI work to a part-time advisor role, and the reason is health-related. Both The Verge and TechCrunch have the story, and their accounts line up: she went on medical leave a few months ago and is now formally stepping back. Both cite internal company sources, no contradictions between them — this looks like a coordinated disclosure from OpenAI, not something reporters dug up independently. Simo was poached from Instacart's CEO seat in 2025, with Sam Altman positioning her to drive AGI commercialization and productization. She was in the role for just over a year. Her exit at this point will affect OpenAI's product cadence, but how much is unclear — neither outlet names a successor or explains how her responsibilities will be split. I'd read this as a personnel story for now, not a signal of internal turmoil at OpenAI.
HKR breakdown
hook knowledge resonance
open source
92
SCORE
H1·K1·R1
21:51
19d ago
AI HOT (Curated Pool)· aihot-apiZH21:51 · 07·09
OpenAI launches Sites: turn an idea into a shareable website
OpenAI released Sites, a tool that turns ideas into live, shareable websites. A team member demoed a personal focus app. The post doesn't spell out whether Sites is built on an existing model, what customization it supports, or if it's free.
#OpenAI
editor take
OpenAI launched Sites to turn ideas into live websites, but the post doesn't say which model it uses or if it's free—treat it as a quick prototyping tool for now.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K0·R0
21:47
19d ago
● P1TechCrunch AI· rssEN21:47 · 07·09
AI industry must generate $3 trillion in revenue to justify infrastructure spending
Sequoia partner David Cahn updated his AI infrastructure math: 2026 spending is projected at $1.5 trillion, meaning the industry must generate $3 trillion in revenue to break even. Rising memory costs and inference-specific chips likely push that number higher. On the revenue side, Anthropic is reportedly at $60B ARR and OpenAI earned $13B in 2025 with $20B ARR by year-end. The article doesn't say whether these figures, combined with other players, close the $3T gap.
#Sequoia#David Cahn#Anthropic
why featured
Featured · importance 92 · hook + knowledge + resonance
editor take
Sequoia's David Cahn put a $3 trillion price tag on AI's infrastructure bill — and current revenue from the biggest players is still an order of magnitude short.
sharp
This one traces back to a single Substack post by Sequoia partner David Cahn. TechCrunch picked it up and expanded on it, and aihot-selected republished the TechCrunch piece. Both sources are working off the same original blog, so there's no independent corroboration here — treat it as an influential industry voice doing the math, not a verified financial analysis. Cahn's method is straightforward: start with Nvidia's GPU revenue, work backward to total data center spend, add operating costs and margins, and you get roughly $1.5 trillion in AI infrastructure spending for 2026. To justify that, the industry needs to generate $3 trillion in revenue. He calls it a floor, not a ceiling — memory costs and specialized inference chips are pushing per-gigawatt costs higher. For context: Anthropic is reportedly at $60 billion ARR, OpenAI did $13 billion in 2025 revenue (self-reported $20 billion ARR). Even if you toss in Microsoft and Google's AI revenue, the gap is massive. The thing I'd flag: TechCrunch's writeup is a bit fuzzy on whether $3 trillion is cumulative payback or an annual revenue target. I'd need to read Cahn's original post to nail that down. Also, we don't have his full breakdown of where that revenue is supposed to come from — the TC piece only hits the headline numbers.
HKR breakdown
hook knowledge resonance
open source
92
SCORE
H1·K1·R1
21:27
19d ago
AI HOT (Curated Pool)· aihot-apiZH21:27 · 07·09
OpenAI launches ChatGPT Sites to turn ideas into publishable websites
OpenAI Devs announced ChatGPT Sites on X, letting users turn an idea into a live, shareable website. The post shows a personal focus app built by @prd_008 as an example, but the body doesn't disclose how it works, tech details, or launch timeline.
#OpenAI
editor take
OpenAI announced ChatGPT Sites to turn ideas into live websites, but the post doesn't explain how it works or when it ships.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K0·R0
21:21
19d ago
AI HOT (Curated Pool)· aihot-apiZH21:21 · 07·09
Google launches LiteRT.js for high-performance on-device AI in the browser
Google ported its on-device inference runtime LiteRT to the browser as LiteRT.js. It runs .tflite models natively via WebAssembly, replacing slow JS-based kernels. CPU acceleration uses XNNPACK, GPU uses WebGPU with ML Drift, and NPU support will come through the experimental WebNN API. Benchmarks on an M4 MacBook Pro show up to 3x speedup over existing web runtimes. PyTorch models can be converted in one step, and per-layer quantization is available. An npm package and CodePen demos are live now.
#Google#LiteRT#TensorFlow.js
editor take
Google ported LiteRT to the browser via WebAssembly, running .tflite models with up to 3x speedup on M4 and one-step PyTorch conversion.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0

more

feeds

admin