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

posts · 2026-07-03

47 items · updated 3m ago
RSS live
2026-07-03 · Fri
22:34
24d ago
Hacker News Frontpage· rssEN22:34 · 07·03
GitFut: Turn your GitHub stats into a World-Cup-style player card
GitFut turns your GitHub stats into a World-Cup-style player card rated out of 99. Enter a username to generate a card — torvalds gets a 96 with attributes like PAC, SHO, DEF. The project has 921 GitHub stars and has rated 150,806 cards. The post doesn't explain the scoring algorithm or attribute weights, only shows the front-end output.
#GitHub#Younes#Mawsis
editor take
GitHub stats turned into FIFA-style player cards — torvalds gets a 96, but the scoring formula is a black box.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
22:31
24d ago
Dwarkesh Patel· atomEN22:31 · 07·03
Mathematicians will become art curators – Grant Sanderson
Only the title is available; the post does not elaborate. Grant Sanderson suggests mathematicians will shift to curating mathematical art, implying discovery may be automated while humans select and interpret beauty. No further context is given.
#Grant Sanderson
editor take
Grant Sanderson: mathematicians become art curators as AI automates discovery. The post doesn't elaborate — interesting direction, thin on details.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
21:49
24d ago
Hacker News Frontpage· rssEN21:49 · 07·03
Wafer serves GLM5.2 on AMD MI355X at 2626 tok/s/node, over 2x cheaper than Blackwell
Wafer ran GLM-5.2 on AMD MI355X, hitting 2626 tok/s/node aggregate and 213 tok/s single-stream decode, at less than half the cost of B200. They quantized the model to MXFP4 with AMD Quark with negligible accuracy loss, used sglang as the inference engine, and fixed two MTP bugs to enable speculative decode—yielding a ~3x single-stream gain. Manual MoE kernel tuning lifted prefill-bound throughput from 1944 to 2626 tok/s. Overall performance is ~80% of B200, but per-dollar performance is clearly ahead. The post doesn't disclose pricing or regional availability.
#Inference-opt#Wafer#AMD#MI355X
editor take
Wafer hit 2626 tok/s/node on AMD MI355X with GLM-5.2 at <50% B200 cost, but the post doesn't disclose pricing or regional availability.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
21:28
24d ago
Hacker News Frontpage· rssEN21:28 · 07·03
Software, from First Principles: A Computer Science Primer for Non-Programmers
A 54-minute read that walks from mechanical calculators to operating systems and networking, aiming to demystify computers for non-CS readers. The author uses a gear simulator to explain carry mechanisms and die-shot photos to show memory vs. logic. No specific models, frameworks, or company products are discussed—pure conceptual primer.
editor take
A 54-minute primer from mechanical calculators to die-shot photos—no CS degree needed to see how computers actually work.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
21:14
24d ago
Product Hunt · AI· rssEN21:14 · 07·03
Termi Protocol: Watch your AI coding agents build, live in 3D
Termi Protocol is a 3D simulation layer for AI coding agents. It gives each agent a face, a desk, and a room, then visualizes their read/write/run actions in real time like a game. The post doesn't disclose which agent frameworks it supports, whether it's open-source, or the performance overhead. You still run the agents; Termi just visualizes the process.
#Termi Protocol
editor take
A 3D layer that gives coding agents a face, desk, and room, visualizing their actions like a game. The post doesn't disclose framework support, open-source status, or performance overhead—keep expe...
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
21:03
24d ago
Hacker News Frontpage· rssEN21:03 · 07·03
ContextCodeCache in Rust: cut token costs by caching LLM context
ContextCodeCache is an open-source Rust tool that caches LLM context windows to avoid recomputing repeated inputs. It reuses previously computed context across calls, which helps cut token costs and latency in high-frequency scenarios like code completion or chat history. The post doesn't disclose exact savings or benchmarks.
#ContextCodeCache#Rust
editor take
Open-source Rust tool caches LLM context to avoid recompute on repeated inputs, saving tokens. No benchmarks disclosed yet, so temper expectations.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
20:13
25d ago
Hacker News Frontpage· rssEN20:13 · 07·03
Pet projects are getting too big to pet
The author finds that AI coding tools have inflated the ambition of personal projects. A weekend hobby now feels like a creature needing a team and budget. He runs multiple projects at once, each carrying the quiet question 'could this be a product?'—play is no longer innocent, and fun now comes with stakes.
editor take
AI coding tools inflate hobby ambitions—weekend projects now feel like monsters needing a team and budget.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
19:49
25d ago
Hacker News Frontpage· rssEN19:49 · 07·03
BlogsReader: Topics, Not Feeds
A Show HN project called BlogsReader aggregates blog posts by topic instead of a chronological feed. The homepage shows hot topics like Supreme Court, UX Design, AI Agents, and Large Language Models, each linking to multiple posts. It offers topic management, display options, and a text-only mode. The post doesn't spell out RSS or custom feed support.
#BlogsReader#Sirius Ventures LLC
editor take
BlogsReader groups blog posts by topic instead of a feed—homepage lists hot topics like Supreme Court and AI Agents.
HKR breakdown
hook knowledge resonance
open source
45
SCORE
H1·K0·R0
19:19
25d ago
AI HOT (Curated Pool)· aihot-apiZH19:19 · 07·03
pxpipe: cut token costs by rendering text as images for Claude Code
pxpipe is an open-source tool that renders long text contexts as images before feeding them to Claude Code. Claude consumes fewer tokens processing images than raw text, cutting API costs. The repo has 59 stars on GitHub; the post doesn't disclose exact savings or supported models.
#Claude Code#GitHub
editor take
Renders long text as images for Claude Code to exploit cheaper image tokens, but the post doesn't disclose actual savings.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
18:51
25d ago
AI HOT (Curated Pool)· aihot-apiZH18:51 · 07·03
Simon Willison's cost-saving tip: let Fable use its own judgment to delegate coding to cheaper models
Simon Willison picked up a tip from the Claude Code team: stop micromanaging Fable with rigid rules. Let it use its own judgment on when to write tests and when to hand off coding tasks to cheaper models like Sonnet or Haiku. He tested it in Claude Code by telling Fable to delegate coding to subagents running an appropriately lower-power model. The system saved a memory file to enforce the strategy. Willison says he's getting a ton of work done while his Fable allowance drains more slowly. The post doesn't share exact token savings or percentages.
#Simon Willison#Anthropic#Claude Code
editor take
Simon Willison shares a Claude Code team tip: let Fable use its own judgment on when to write tests and when to hand off coding to cheaper models like Sonnet or Haiku.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R1
17:56
25d ago
Product Hunt · AI· rssEN17:56 · 07·03
AirKaren: AI that fights customer service for you, for free
AirKaren is a free AI agent that fights customer service on your behalf. Tell it what went wrong with your flight, and it cites regulations, files claims, calls hotlines, sends emails, and fills forms until you get what you're owed. It starts with airlines and plans to expand to other industries in weeks. The post doesn't disclose which model it uses, supported languages, or claim success rate.
#Agent#AirKaren
editor take
Free AI agent that files flight claims for you, but no model, language support, or success rate disclosed.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
16:53
25d ago
Hacker News Frontpage· rssEN16:53 · 07·03
Mcpsnoop: a transparent proxy that shows every MCP tool call live in your terminal
kerlenton built mcpsnoop, an open-source transparent proxy that sits between your AI client and MCP servers, printing every tool call and response live in the terminal—like Wireshark for MCP. It currently supports stdio transport only; SSE support is planned. Written in Go, just released with 28 GitHub stars.
#kerlenton#Open source
editor take
A transparent proxy that prints every MCP tool call and response live in your terminal—stdio only for now.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
15:50
25d ago
Hacker News Frontpage· rssEN15:50 · 07·03
Cut Fable cost 60% by rendering code as images for model OCR
Pxpipe on GitHub renders code context as images and lets the model OCR it. This bypasses Fable 5's token billing, cutting cost to 40%. The post doesn't spell out exact token savings, but the 60% reduction claim is based on this trick. OCR accuracy on complex code is the catch.
#Code#teamchong#Fable
editor take
Render code as images, let the model OCR it to dodge token billing — 60% cheaper, but accuracy on complex code is the catch.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
15:32
25d ago
Hacker News Frontpage· rssEN15:32 · 07·03
Claude, stop trying to memorize random crap
The author's team found zero performance benefit from letting coding agents search past session transcripts for SWE tasks—it can even degrade quality. Agents should distill useful context into docs and commit messages stored alongside code, not dig through old scratch pads. Their internal nori bots auto-propose weekly skill updates, but they accept under 20%, meaning 80% of automatic memory updates would make the model worse.
#Claude#Nori#Benchmark
editor take
They found zero SWE gain from letting agents search old transcripts—it can hurt quality. Distill context into docs and commit messages instead.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
15:06
25d ago
Hacker News Frontpage· rssEN15:06 · 07·03
Best Simple System for Now
Dan North proposes BSSN: write the simplest code that meets current product needs at an appropriate standard, without anticipating the future. He argues programmers over-engineer by default—adding interfaces or concurrency too early—and suggests fighting that habit with humility and courage. Two examples (JSON library, XML streamer) show how to apply it. The post does not recommend specific tools or frameworks.
#Dan North
editor take
Dan North's BSSN: write the simplest code that meets current product needs, no interfaces or concurrency ahead of time.
HKR breakdown
hook knowledge resonance
open source
60
SCORE
H0·K1·R0
15:03
25d ago
Hacker News Frontpage· rssEN15:03 · 07·03
Jamesob's guide to running SOTA LLMs locally
Jamesob published an open-source guide on GitHub covering everything about running LLMs locally: hardware, model download, inference frameworks, and common pitfalls. It's for those who want to move beyond APIs and self-host. The post doesn't specify which models or hardware configs are supported, but the title says 'SOTA' so expect coverage of current open-source leaders.
#jamesob#GitHub#Open source
editor take
Jamesob's guide to running SOTA LLMs locally covers hardware, models, and inference frameworks end-to-end.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
14:27
25d ago
Hacker News Frontpage· rssEN14:27 · 07·03
Persistent Memory for AI Agents: Zep, Mem0, and ContextNest Stack
Production AI agents need three memory layers, not one. Zep handles session logs for conversation continuity. Mem0 stores user preferences like IDE configs and habits. ContextNest governs corporate knowledge with Git and SHA-256, ensuring pricing and API endpoints are always current. Without a deterministic governance layer, semantic search retrieves both old and new facts, causing hallucinations. Use all three together.
#Memory#Zep#Mem0#ContextNest
editor take
Three memory layers: Zep for sessions, Mem0 for user preferences, ContextNest for version-controlled org facts to stop agents citing stale pricing.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K1·R0
12:46
25d ago
Hacker News Frontpage· rssEN12:46 · 07·03
Program-as-Weights: A Programming Paradigm for Fuzzy Functions
Harvard researchers propose PAW, which compiles fuzzy functions (e.g., flagging important logs, fixing malformed JSON) from natural language into a small neural artifact instead of calling an LLM API each time. A 4B compiler trained on 10M-example FuzzyBench outputs parameter-efficient adapters for a frozen 0.6B Qwen3 interpreter. PAW matches direct Qwen3-32B prompting while using 1/50th the inference memory and running at 30 tokens/s on a MacBook M3. The idea: reframe the foundation model from a per-input solver to a one-time compiler for cheap, offline execution. The post doesn't disclose per-task accuracy or FuzzyBench coverage.
#Harvard University#Qwen3#FuzzyBench
editor take
Harvard's PAW compiles fuzzy functions like log flagging into a tiny local model, no per-call API needed.
HKR breakdown
hook knowledge resonance
open source
65
SCORE
H1·K1·R0
12:25
25d ago
AI HOT (Curated Pool)· aihot-apiZH12:25 · 07·03
Fix AI layout glitches by importing PPT into Pencil
Import AI-generated PPT from Zang Shifu into Pencil to review all slides at once and manually fix common layout issues like overlapping elements, misalignment, and wrong fonts. Pencil offers stronger editing (alignment, nesting, grouping) than PPT, exports to web or editable files, and can output PNGs for PPT. A friend tested this workflow yesterday—it significantly improves editability of AI-generated content.
#藏师傅#Pencil
editor take
Import Zang Shifu AI PPT into Pencil to fix layout bugs—friend says editability jumps.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K1·R0
11:02
25d ago
Bloomberg Technology· rssEN11:02 · 07·03
Microsoft and Amazon send workers on-site to help customers actually use AI
Microsoft and Amazon are placing engineers and architects directly inside customer offices to help them integrate Copilot and AWS AI services into real workflows. Microsoft calls them 'customer success managers'; Amazon has similar roles. The goal is turning paying users into active users. The article doesn't disclose the scale of these deployments, pricing model, or specific customer examples.
#Microsoft#Amazon#AWS
editor take
Microsoft and Amazon embed engineers at customer sites to push Copilot and AWS AI into real workflows.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K1·R0
10:03
25d ago
AI HOT (Curated Pool)· aihot-apiZH10:03 · 07·03
JoyAI App Launches UGC Digital Human Feature, Users Can Create Custom Virtual Companions
JoyAI App launches a UGC digital human feature: upload one photo to generate a realistic or cartoon avatar, pair it with your own voice for full-duplex conversation—interrupt anytime, natural turn-taking. It reuses the 'Universal Doctor' tech stack, integrating language, voice, and digital human models. The avatar serves as both emotional companion and assistant—ordering food, financial advice, English learning, trip planning. The post doesn't disclose launch date, pricing, or whether avatars can be used on third-party platforms.
#JoyAI
editor take
JoyAI launches UGC digital human: upload one photo to create a realistic or cartoon avatar with full-duplex voice, interruptible and natural turn-taking.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
08:55
25d ago
AI HOT (Curated Pool)· aihot-apiZH08:55 · 07·03
Alibaba Cloud's Wan Video adds Music Dance: upload a character and a song to generate beat-synced dance clips
Wan Video's new feature turns a character image and a song into a beat-synced dance video. Five styles are available: hip-hop, tap, Latin, K-pop, and Chinese classical. The post doesn't disclose generation length, resolution, or pricing—worth testing before getting excited.
#Alibaba Cloud#Wan Video
editor take
Wan Video now turns a character image + song into a beat-synced dance video, but the post doesn't disclose length, resolution, or pricing.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
08:50
25d ago
Hacker News Frontpage· rssEN08:50 · 07·03
Wordgard: A new in-browser rich-text editor from the creator of ProseMirror
Wordgard is an open-source rich-text editor library from ProseMirror's creator. It focuses on semantic document structure and a programmable API, not free-form HTML. Key features: schema-based content definition, modular extensions, accessibility, RTL support, and collaborative editing. The code is functional for clarity. Commercial users are socially expected to fund maintenance. The post doesn't spell out differences from ProseMirror but notes '0% AI'.
#Marijn Haverbeke#Wordgard#ProseMirror
editor take
ProseMirror's creator just dropped Wordgard: schema-controlled, fully modular, and commercial users are socially expected to fund it.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K1·R0
08:31
25d ago
● P1Hacker News Frontpage· rssEN08:31 · 07·03
Alibaba plans to ban employees from using Claude Code
Reuters reports Alibaba plans to ban employees from using Anthropic's Claude Code at work, citing alleged backdoor risks. The full article is behind a paywall, so the ban's scope, effective date, and technical details are not yet confirmed.
#Code#Alibaba#Anthropic#Policy
why featured
Featured · importance 88 · hook + resonance
editor take
Alibaba is moving to ban Claude Code after Anthropic admitted it ran an experiment inside the tool to identify Chinese users — that's the spark, not just generic security concerns.
sharp
Two sources are running this — TechCrunch and a Reuters wire picked up on HN — and they agree on the basics: Alibaba plans to ban Claude Code starting July 10, pushing employees to its own Qoder tool instead. Both point to the same trigger: Anthropic previously embedded an experiment in Claude Code that could identify Chinese users. An employee said stronger mitigations replaced it and the team meant to remove it, but Alibaba clearly isn't waiting around. I'd take this with a small grain of salt. The ban itself isn't surprising — Anthropic already blocks Chinese companies from using its models, and Alibaba pushing an in-house alternative fits the playbook. What turned this into a multi-source story is that user-identification experiment resurfacing, which reframes the risk from routine compliance to something closer to backdoor suspicion. What's missing: Alibaba's internal memo hasn't been published, both outlets rely on anonymous sourcing and "reportedly" language, and we don't know the scope of the ban or what happens if someone violates it.
HKR breakdown
hook knowledge resonance
open source
88
SCORE
H1·K0·R1
06:21
25d ago
Hacker News Frontpage· rssEN06:21 · 07·03
Ask HN: Is LLM coding stuck in the prompt-response loop?
A developer complains that Claude Code and Codex break flow: stop, wait, review, re-prompt. They think tab completion is a better direction than chat. Commenters share experiments: queue prompts via a TODO file, trust the model with clear specs (intent, I/O contracts, constraints, preconditions), or use a JSX templating language to auto-manage context and branching. The post doesn't disclose project scale or success metrics.
#Code#Claude Code#Codex#Hacker News
editor take
Devs complain Claude Code breaks flow; commenters experiment with TODO prompt queues and JSX templates for context management.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R1
04:38
25d ago
Product Hunt · AI· rssEN04:38 · 07·03
Edgee launches Claude Code Compressor V2, cutting coding agent token costs by 50%
Edgee launched V2 of its token compressor for coding agents on Product Hunt. It targets Claude Code, Codex, OpenCode, and Cursor with three techniques: sharper tool-result trimming, task-aware tool surface reduction, and output brevity. The claimed 50% cost cut is semantically lossless, though the post doesn't share benchmarks or comparison data. The gateway also handles model routing and automatic failover, plus per-repo and per-PR team attribution.
#Edgee#Anthropic#OpenAI
editor take
Edgee V2 claims 50% token cost cut for coding agents like Claude Code, but no benchmarks in the post — I'd discount it.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K1·R0
04:06
25d ago
Hacker News Frontpage· rssEN04:06 · 07·03
Every AI Visibility Tool Is Lying to You
Arber Xhindoli, an engineer at Canonry, breaks down why AI visibility dashboards sell false precision. Frontend scrapes capture one synthetic session; APIs behave differently from consumer apps; the same prompt yields different answers across runs; and the chosen prompt set manufactures the score. SparkToro and Gumshoe's research confirmed brand recommendations shift a lot on repeated queries. The directional signal can be useful, but the clean leaderboard numbers hide the noise, personalization, and geographic variance underneath.
#Canonry#Arber Xhindoli#SparkToro
editor take
AI visibility dashboards compress noise, personalization, and geography into one clean rank—I'd ask for the distribution and raw evidence before trusting the number.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R1
03:49
25d ago
Hacker News Frontpage· rssEN03:49 · 07·03
Manticore rebuilt its ONNX path for 14× faster embeddings
Manticore Search rebuilt its ONNX model inference path, achieving a 14× average speedup for embeddings. The old SentenceTransformers/Candle path managed only 5–11 docs/sec on a 16-core/32-thread server; the new ONNX Runtime backend hits 70–230 docs/sec on the same hardware. Single-insert latency dropped from over 200 ms to 14 ms. Key changes: disabling intra_op_spinning and removing in-worker document batching. The new path is the default in Manticore Search 27.1.5 with no API changes.
#Embedding#Manticore Search#ONNX Runtime#SentenceTransformers
editor take
Manticore Search rebuilt its ONNX path for 14× faster embeddings, dropping single-insert latency from 200+ms to 14ms.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K1·R0
01:37
25d ago
● P1Hacker News Frontpage· rssEN01:37 · 07·03
Safari Technology Preview releases MCP server for AI coding agents to debug
WebKit released a Safari MCP server in Safari Technology Preview 247. It exposes the browser as a tool for AI agents: read console logs, inspect network requests, capture screenshots, evaluate JS on the page, and simulate clicks or typing. The goal is to cut the back-and-forth of manual debugging by letting the agent see how code actually renders. Fourteen tools are listed, and any MCP-compatible client can connect. The post doesn't mention headless mode, resource overhead, or latency figures.
#WebKit#Safari#Apple
why featured
Featured · importance 88 · hook + knowledge + resonance
editor take
Safari Technology Preview now ships a built-in MCP server, letting AI coding tools control the browser to inspect rendering, grab network requests, and take screenshots — no more window-hopping to ...
sharp
This came from WebKit's official blog, and both HN and a Chinese AI outlet picked it up — no disagreement across sources, which makes sense since it's a first-party announcement. Safari Technology Preview 247 bundles an MCP server that lets your AI coding agent (Claude Code, Cursor, etc.) open pages in Safari, read the DOM, capture network requests, take screenshots, and run JS. The browser becomes the agent's eyes. The old debugging loop was "spot bug in browser → screenshot → paste to agent → fix code → refresh → repeat." Now the agent can inspect rendering directly. One tool worth flagging: set_emulated_media lets you test CSS media types like print, which is the kind of edge case that's easy to skip in manual testing. No pricing to worry about — it's built into Safari. No performance benchmarks disclosed either. I'd treat this as a debugging accelerator, not a fully autonomous bug-fixer. The agent only sees what the browser exposes; tricky layout issues still need human judgment.
HKR breakdown
hook knowledge resonance
open source
88
SCORE
H1·K1·R1
00:08
25d ago
Product Hunt · AI· rssEN00:08 · 07·03
Vox: talk to GitHub Copilot with your voice
Vox is a free GitHub Copilot CLI extension that opens a voice-reactive window when you type /vox. Speak your command, hear the agent reply. Works on Windows, macOS, and Linux. The post doesn't disclose latency or supported languages, but the core idea is clear: code with Copilot hands-free.
#Code#GitHub Copilot#Vox
editor take
Vox is a free CLI extension that lets you talk to GitHub Copilot hands-free.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0

more

feeds

admin