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

posts · 2026-07-02

50 items · updated 3m ago
RSS live
2026-07-02 · Thu
23:43
25d ago
AI HOT (Curated Pool)· aihot-apiZH23:43 · 07·02
Texas Tesla crash: driver who found FSD 'too conservative' floored accelerator, killing 76-year-old
Driver Michael Butler, 44, engaged FSD, then complained it was 'too conservative.' Over 6 seconds he pressed the accelerator to 100%, reaching 117 km/h before crashing into a home, killing Martha Avila, 76. Police found searches like 'FSD not aggressive enough.' Tesla's AI chief confirmed manual override. Butler charged with manslaughter; families sue Tesla and driver. NHTSA and NTSB investigating.
#Tesla#Michael Butler#Martha Avila
editor take
Driver complained FSD was 'too conservative,' floored it for 6 seconds, killed someone. System didn't override; driver never braked.
HKR breakdown
hook knowledge resonance
open source
39
SCORE
H1·K0·R0
22:37
25d ago
Product Hunt · AI· rssEN22:37 · 07·02
Osloq: An AI agent that reproduces GitHub issues for you
Osloq connects your GitHub, picks an issue, spins up a sandbox, clones your repo, runs it, and tries to reproduce the bug like a developer would. It returns a report backed by real evidence, not a hallucinated guess. No local setup needed.
#Agent#Osloq#GitHub
editor take
Osloq spins up a sandbox to reproduce GitHub issues for you, no more 'works on my machine' fights. Free for now.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
21:47
25d ago
Financial Times · Technology· rssEN21:47 · 07·02
Blackstone's QTS cancels Virginia data center project after local protests
QTS, a data center operator owned by Blackstone, scrapped a major project in Prince William County, Virginia. Residents had protested for over two years over noise, power use, and environmental impact. The site was near the historic Manassas battlefield. QTS told county officials that community opposition made the project unworkable. Northern Virginia is the world's largest data center hub, but local pushback is growing.
#Blackstone#QTS#Prince William County#Policy
editor take
Blackstone's QTS scrapped a major Virginia data center project after two years of community protests.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
21:39
25d ago
Product Hunt · AI· rssEN21:39 · 07·02
Typeahead 2.0: AI autocomplete for every Mac app, $79 one-time
Typeahead 2.0 is a Mac-wide AI autocomplete that offers inline suggestions in every text field. It runs a local model, works offline, and keeps data on-device. The update adds per-app writing styles, any-language support, and smarter context. It's lighter on memory, faster in the background, and includes private time-saved insights. One-time $79 purchase with free updates, no subscription.
#Typeahead
editor take
Typeahead 2.0 runs a local model for inline autocomplete across all Mac apps, $79 one-time purchase, no subscription.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
21:14
25d ago
Bloomberg Technology· rssEN21:14 · 07·02
Crusoe in Talks to Raise $3 Billion, Valuation Could Triple
Crusoe is in talks to raise $3 billion in a round that could triple its valuation. The full article is behind a Bloomberg paywall; no details on investors, use of funds, or exact valuation are available.
#Crusoe#Funding
editor take
Crusoe is raising $3B to triple its valuation, but the article is paywalled—no investors or use of funds disclosed.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
20:51
25d ago
AI HOT (Curated Pool)· aihot-apiZH20:51 · 07·02
Alibaba Open-Sources Page Agent: Control Web DOM with Natural Language
Alibaba released Page Agent, an open-source JavaScript library that lets users control web page DOM elements via natural language commands. It acts like an in-page GUI agent that understands instructions such as 'click the search box and type AI news' and executes them automatically. The project is open-source, but the post doesn't provide a GitHub link or specific performance benchmarks.
#Alibaba
editor take
Alibaba open-sourced Page Agent for natural language DOM control, but the post lacks a GitHub link and benchmarks.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K0·R0
20:00
26d ago
Bloomberg Technology· rssEN20:00 · 07·02
Software Developers Rethink Apps for Their Newest Users: AI Agents
Bloomberg reports developers are redesigning apps for AI agents as primary users. This means shifting from human-click interfaces to agent-friendly APIs and data flows. The post doesn't detail specific cases or tech stacks, but flags a structural shift in software design.
#Bloomberg
editor take
Bloomberg says devs are now designing apps for AI agents first, swapping clickable UIs for API feeds.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K0·R1
18:48
26d ago
Hacker News Frontpage· rssEN18:48 · 07·02
Write an essay on Klara and the Sun with AI help, win $1,000
Former Princeton professor Will Penman runs an essay contest: close-read a 1,000-word scene from Klara and the Sun and connect it to AI safety. Contestants may use AI freely. A custom 180+ item rubric auto-scores submissions; top 5 go to human judging. Current leader scores 137/190, with Claude Fable 5 at 122. 44 days left, multiple submissions allowed. The post doesn't spell out the rubric items or the human judging criteria.
#Will Penman#Princeton University#Kazuo Ishiguro#Benchmark
editor take
Former Princeton prof runs an essay contest where AI use is allowed; a 180+ item rubric auto-scores submissions, current leader at 137/190.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
18:44
26d ago
TechCrunch AI· rssEN18:44 · 07·02
Meta quietly launches vibe-coded gaming app Pocket
Meta launched Pocket on June 29, an app that generates interactive mini-games from text prompts. It's built by the team behind Gizmo, a vibe-coded gaming platform Meta acquired earlier this year. The app copies Gizmo's core loop: prompt-to-game creation plus a scrollable feed of other people's gizmos. Meta hasn't announced it publicly, and the post doesn't disclose user numbers or the underlying generation model.
#Meta#Gizmo#Alessandro Paluzzi
editor take
Meta quietly shipped Pocket, a prompt-to-mini-game app built by the Gizmo team it acquired earlier this year.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K0·R1
18:38
26d ago
Hacker News Frontpage· rssEN18:38 · 07·02
Postgres transactions are a distributed systems superpower
DBOS argues that workflow state and application data should live in the same Postgres database, not separate ones. This lets the workflow engine write step checkpoints and database updates in a single transaction, achieving exactly-once execution. The post uses a bank-account-credit example: the traditional approach needs a separate applied_payments table to prevent double-crediting, while the co-located approach solves idempotency automatically via transaction atomicity. The post does not include performance benchmarks or overhead comparisons.
#DBOS#Postgres
editor take
DBOS argues workflow state and app data should share one Postgres DB, using transactions to skip idempotency tables.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K1·R0
18:35
26d ago
Bloomberg Technology· rssEN18:35 · 07·02
ElevenLabs in Talks for Tender Offer at $22 Billion Valuation
AI voice startup ElevenLabs is in talks for a tender offer at a $22 billion valuation. The full article is blocked by Bloomberg's bot detection; no buyer, share size, or timeline is disclosed.
#ElevenLabs#Funding
editor take
ElevenLabs in talks for a $22B tender offer, 7x its last round — but Bloomberg's paywall blocks the buyer and deal details.
HKR breakdown
hook knowledge resonance
open source
60
SCORE
H1·K0·R1
18:31
26d ago
TechCrunch AI· rssEN18:31 · 07·02
Anthropic is discussing a new custom chip with Samsung
Anthropic is in early talks with Samsung to manufacture a custom AI chip, per The Information. The company hasn't decided the chip's use, server fit, or performance. Anthropic told TechCrunch its compute strategy still relies on a diversified stack from Google, Amazon, and Nvidia, and declined to comment on the Samsung partnership. The move comes a week after OpenAI unveiled its own custom chip with Broadcom, signaling AI labs' push to reduce dependence on Nvidia. The post does not disclose chip architecture, timeline, or investment.
#Anthropic#Samsung#OpenAI
editor take
Anthropic is in early chip talks with Samsung, but no architecture, use, or timeline yet—and its compute strategy still leans on Google, Amazon, Nvidia.
HKR breakdown
hook knowledge resonance
open source
65
SCORE
H1·K0·R1
18:03
26d ago
AI HOT (Curated Pool)· aihot-apiZH18:03 · 07·02
Claude Enterprise adds usage analytics and spend controls for admins
Anthropic rolled out two admin features for Claude Enterprise: a usage and cost analytics dashboard, plus hard spend limits. Admins can now track spend by department or project and set caps that cut off usage when hit. The post confirms these are live for Enterprise customers but doesn't disclose pricing tiers or rollout timeline.
#Anthropic#Claude Enterprise
editor take
Claude Enterprise adds per-department usage dashboards and hard spend caps that cut off at the limit.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K1·R0
17:46
26d ago
AI HOT (Curated Pool)· aihot-apiZH17:46 · 07·02
OpenRouter built a Rube Goldberg machine with Fable 5 for $4.44
OpenRouter posted that they built a Rube Goldberg machine using Fable 5 for just $4.44. The prompt is shared on Reddit. The post doesn't detail how it was built or which models were used.
#OpenRouter#Fable 5
editor take
OpenRouter built a Rube Goldberg machine with Fable 5 for $4.44, but the post doesn't say how many steps or tokens—I'd hold off on the hype.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
16:29
26d ago
Hacker News Frontpage· rssEN16:29 · 07·02
Former Microsoft dev built a 2.5KB Notepad clone with zero AI features
Dave Plummer, the former Microsoft engineer who wrote Windows Task Manager, built TinyRetroPad — a Notepad clone that's only 2.5KB, 100x smaller than Windows 11's Notepad. He wrote it in Assembly, wrapping the Windows API's rich edit control and compressing with Crinkler. His motivation: Microsoft keeps adding AI and image embedding to Notepad, and he thinks a text editor should just edit text. The project is open-source on GitHub.
#Dave Plummer#Microsoft#TinyRetroPad#Open source
editor take
Ex-Microsoft dev built a 2.5KB Notepad clone in Assembly, 100x smaller than Win11's, with zero AI features.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
15:58
26d ago
Hacker News Frontpage· rssEN15:58 · 07·02
ctx: Search the coding agent history already on your machine
ctx is an open-source CLI tool that lets you search conversation histories left on your machine by coding agents like Claude Code, Cursor, and Codex. It indexes scattered JSON logs into a unified search, with fuzzy matching and time filters, so you can quickly find past AI-assisted code changes or debugging threads. It supports 6 agents and installs with a single pip command. The post doesn't disclose indexing performance or data caps—treat it as a lightweight utility for now.
#ctxrs
editor take
ctx indexes local JSON logs from 6 coding agents (Claude Code, Cursor, Codex) into one searchable CLI. One pip install.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K0·R1
15:57
26d ago
Product Hunt · AI· rssEN15:57 · 07·02
Raycast launches Glaze: build native Mac apps by chatting with AI
Glaze turns natural language descriptions into real Mac apps that sit in your Dock, run offline, and access system capabilities. It's built by the Raycast team and offers a free tier, though the post doesn't disclose the underlying model, generation limits, or pricing details.
#Code#Raycast
editor take
Raycast's new tool turns plain English into real Mac apps that run offline and sit in your Dock, but the post doesn't say which model it uses or how pricing works.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K0·R1
15:40
26d ago
Hacker News Frontpage· rssEN15:40 · 07·02
zkGolf: competitive optimization of formally verified ZK circuits, scored by cost
zkGolf turns ZK circuit optimization into a leaderboard competition. You write a circuit in Lean, prove it matches the spec, and the system scores cost as allocations plus constraints. Three challenges are live: Hello World record is 12% under par, SHA-256 is 46% under, RSA signature verification is 13% under. The project also ships an API and llms.txt so agents can read challenges, write circuits, and submit autonomously. The post doesn't disclose the exact weighting of the cost formula or whether Lean verification runs server-side or locally.
#zkSecurity#Lean#Verified-zkEVM/Clean
editor take
zkGolf turns ZK circuit optimization into a public leaderboard—write leaner circuits in Lean, prove correctness, and SHA-256 is already 46% under par.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K1·R0
15:11
26d ago
Hacker News Frontpage· rssEN15:11 · 07·02
Manufact launches MCP Cloud to deploy MCP apps to ChatGPT and Claude in one push
YC S25-backed Manufact launched an MCP cloud platform built around the mcp-use SDK and hosting. Developers can build MCP apps and servers, then deploy them to ChatGPT, Claude, Gemini, and coding agents like Codex and Cursor with one push. It also offers cross-client testing, production traffic debugging, and pre-publish compliance checks. The repo has 10.2k stars on GitHub. Pricing and free tier are not disclosed; listed enterprise users include NVIDIA, IBM, and Oracle.
#Manufact#Y Combinator#ChatGPT
editor take
YC-backed Manufact launched an MCP cloud platform that lets you build once and push to ChatGPT, Claude, and coding agents.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
13:53
26d ago
● P1TechCrunch AI· rssEN13:53 · 07·02
Microsoft launches Frontier Company with $2.5B investment for enterprise AI deployment
Microsoft formed a new operating business called Microsoft Frontier Company to deliver enterprise AI deployments using its existing AI tools. It's backed by a $2.5 billion investment and 6,000 industry and engineering experts. Commercial Business CEO Judson Althoff pushed back on the Forward-Deployed Engineer label, calling it the largest outcome-driven engineering org in the industry. The move comes two days after AWS announced a similar $1 billion internal FDE effort, following earlier moves by OpenAI and Anthropic. The post doesn't disclose specific clients or delivery timelines.
#Microsoft#Microsoft Frontier Company#Judson Althoff
why featured
Featured · importance 88 · hook + knowledge + resonance
editor take
Microsoft puts $2.5B and 6,000 people into an AI deployment company — this is selling outcomes, not just software licenses.
sharp
Microsoft announced Frontier Company, a new business unit with a $2.5 billion commitment and 6,000 engineers to do on-site AI deployment for enterprise clients. Both TechCrunch and AIhot covered it with the same core numbers, which points to a single official press release — the facts are consistent but we're working from one source document. The interesting bit: Microsoft's commercial chief explicitly said "don't call this FDE," but the model is nearly identical to what Amazon, OpenAI, and Anthropic have been rolling out — embedding engineers at customer sites to make AI actually work. Amazon announced a $1 billion FDE org just two days earlier. Microsoft's number is more than double that, but I'd discount it a bit: $2.5 billion is a "commitment," not deployed capital, and we don't know if the 6,000 headcount is new hires or reshuffled from existing teams. What's missing: pricing, delivery guarantees, and how they charge — per project, per seat, or something else. Without those, this reads more like a competitive PR move aimed at Amazon than a standalone business with clear unit economics.
HKR breakdown
hook knowledge resonance
open source
88
SCORE
H1·K1·R1
11:33
26d ago
AI HOT (Curated Pool)· aihot-apiZH11:33 · 07·02
browser-use releases open-source AI video editing Skill "video-use"
browser-use turned video editing into an open-source Skill that coding agents like Codex and Claude Code can run directly. Audio is transcribed via ElevenLabs Scribe into ~12 KB of text with word-level timestamps, speaker diarization, and event markers; a PNG frame is generated only at decision points to keep context small. The pipeline outputs a JSON EDL, renders with ffmpeg, and runs up to three self-evaluation passes. Production details include segment extraction with `-c copy` concatenation, 30 ms audio crossfades, PTS shifting, subtitle overlay last, automatic HDR mapping, vertical scaling, and two-pass loudnorm. Animation engines like HyperFrames, Remotion, and Manim are supported, backed by 12 hard rules.
#Agent#browser-use#ElevenLabs#Codex
editor take
browser-use turned video editing into a Skill for Codex and Claude Code: audio → 12 KB text, PNG frames only at decision points, tiny context footprint.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
11:30
26d ago
Hacker News Frontpage· rssEN11:30 · 07·02
Vite+ Beta unifies runtime, package manager, and frontend tooling into one workflow
VoidZero bundles Vite 8, Vitest, Rolldown, Oxlint, and more behind a single `vp` CLI so dev, test, build, and lint share one consistent workflow. It doesn't replace the Vite ecosystem—it aligns versions, shares config, and handles migrations. Over 500 PRs landed since alpha, adding smarter caching, broader migration support, enterprise templates, and proxy awareness. Monthly npm downloads grew from 4.6k in January 2026 to a projected 3.3M in July, with 1,300+ public repos including Dify and BlockNote already using it.
#VoidZero#Vite#Vitest#Open source
editor take
Vite+ Beta bundles Vite 8, Vitest, Rolldown, and more into a single `vp` CLI so you don't have to assemble the toolchain by hand.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K1·R0
11:26
26d ago
Product Hunt · AI· rssEN11:26 · 07·02
Replay QA: auto-record sessions, find real bugs, and give your coding agent the root cause and fix
Replay launched QA this week. Connect a GitHub repo or drop a URL, and it explores your web app, records every session, finds real bugs, and hands the root cause and fix to your coding agent. The post doesn't specify which coding agents are supported, but the page lists Cursor, Codex 3.0, and opencode. Free to try at qa.replay.io.
#Replay#Cursor#Codex 3.0
editor take
Replay QA auto-explores your web app, records sessions, finds bugs, and hands root cause + fix to Cursor or Codex 3.0.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
11:20
26d ago
Product Hunt · AI· rssEN11:20 · 07·02
V2Fun: Generate 3D characters with 8K textures and AI motion capture from text or images
V2Fun is an AI 3D creation platform that turns images, prompts, or videos into high-quality 3D models. It uses self-developed 3D modeling and AI motion capture models, supports 8K texture generation, and lets creators skip switching between separate modeling, texturing, and mocap tools. It also integrates image generation models like Nano Banana for faster concept-to-3D workflows. Launched on Product Hunt today, it hit #1 with 646 upvotes. The post doesn't disclose supported model formats, export speed, or pricing.
#V2Fun#Nano Banana#Product Hunt
editor take
V2Fun merges modeling, texturing, and mocap into one AI tool. Hit #1 on Product Hunt today, but no export formats or pricing disclosed.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
10:00
26d ago
Financial Times · Technology· rssEN10:00 · 07·02
How AI could make markets worse
FT argues that AI-driven high-frequency trading and algorithmic decisions could amplify market volatility and systemic risk. Models may react similarly during stress, draining liquidity. The post offers no specific cases or data, but the core claim is clear: AI can make markets more fragile even as it boosts efficiency.
#Financial Times
editor take
FT warns AI trading models could all pull liquidity at once, making crashes worse.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R1
08:46
26d ago
AI HOT (Curated Pool)· aihot-apiZH08:46 · 07·02
Google Health API Gets a CLI: ghealth Is an Open-Source Tool for Your Fitbit Data
ghealth wraps the Google Health API in a command-line interface, letting developers pull Fitbit Air data from the terminal without writing REST calls. The post doesn't detail supported queries or auth flow, but a CLI wrapper alone saves time for teams building health data pipelines.
#Google#Fitbit
editor take
ghealth wraps Google Health API in a CLI so you can pull Fitbit data without writing REST calls.
HKR breakdown
hook knowledge resonance
open source
35
SCORE
H0·K0·R0
08:01
26d ago
Hacker News Frontpage· rssEN08:01 · 07·02
The Fall of the Theorem Economy: How AI Could Destroy Mathematics and Barely Touch It
David Bessis argues that mathematics is not about theorems but about intuition, definitions, and conceptual frameworks. He worries that the public's view of math as formal deduction will let AI outperform humans in 'theorem production,' threatening funding and the social contract, while the real 'secret math' of human curiosity remains untouched.
#Reasoning#David Bessis#Jean-Pierre Serre#Alexander Grothendieck
editor take
Bessis argues math's real core is intuition and definitions, not theorems—so AI out-producing humans on theorems could threaten funding while missing the point.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
07:10
26d ago
Latent Space· rssEN07:10 · 07·02
Fable 5 returns with safety guardrails, pushing devs toward multi-model orchestration
Anthropic re-enabled Claude Fable 5 with updated safety guardrails that may route some requests to Opus 4.8; biology/chemistry classifiers remain overly broad. Cursor reports Fable 5 leads its evals but is the most expensive per task; Devin and Perplexity have restored support. Developers are adopting multi-model orchestration, using Fable only for high-value reasoning and delegating execution to other models. On the open-source side, Z.ai launched ZCode, an official IDE for GLM-5.2, which leads open models on APEX-SWE Integration with 55.3% Pass@1. Inference optimizations include vLLM's DSpark speculative decoding for DeepSeek (~250 tok/s on 8×B300) and a GLM-5.2 DSpark preview claiming ~1.5× faster decode. Agent infrastructure sees 'wiki memory' as a new pattern: LangChain released OpenWiki, and Weaviate's Engram resolves contradictions before committing memories. The post does not disclose Fable 5's specific pricing or Opus 4.8 trigger conditions.
#Code#Anthropic#Claude Fable 5#Opus 4.8
editor take
Fable 5 is back but some requests get routed to Opus 4.8; safety guardrails remain overly broad.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
06:53
26d ago
Hacker News Frontpage· rssEN06:53 · 07·02
MarketFish: Simulate a market with 128 AI consumers before you launch
MarketFish is an open-source tool that simulates consumer behavior with 128 AI agents before launch. It uses a multi-agent system to predict market reactions and reduce guesswork. The project is fresh; the post doesn't disclose specific models or pricing, but the code repo is public.
#Key-wxh#GitHub#Open source
editor take
Simulate 128 AI consumers to test market reactions before launch—no real users needed.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0

more

feeds

admin