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

posts · 2026-07-28

16 items · updated 3m ago
RSS live
2026-07-28 · Tue
04:46
56d ago
Hacker News Frontpage· rssEN04:46 · 07·28
PyTorch as both a reference language and an implementation language
The PyTorch compiler team proposes viewing PyTorch as both a reference language and an implementation language. A clean PyTorch reference implementation stays readable and verifiable, while a production implementation uses kernel DSLs or LLM-generated explicit forward-backward code for peak performance. A verifier bridges the two via numerical tests or structural equivalence checks. This directly addresses Horace He's open question on combining eager-mode control with graph-level convenience.
#PyTorch#Edward Z. Yang#Horace He
editor take
PyTorch compiler team frames PyTorch as a reference language: clean readable code as the correctness spec, production runs hand-written kernels or LLM-generated explicit fwd/bwd, with a verifier br...
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
04:00
56d ago
Hacker News Frontpage· rssEN04:00 · 07·28
Why do we think we understand the world more than we actually do?
This article explains the 'illusion of explanatory depth' — people think they understand how a bike or a zipper works, but freeze when asked for details. The bias is dangerous in AI: engineers assume models 'get it,' users assume AI 'knows everything,' and both overestimate their grasp. The post doesn't cite specific experiments, but flags a key risk: the more you rely on gut feeling, the deeper the illusion.
#The Decision Lab
editor take
The illusion of explanatory depth: you think you know how a zipper works until someone asks. AI teams and users fall for this too.
HKR breakdown
hook knowledge resonance
open source
45
SCORE
H1·K0·R1
04:00
56d ago
Financial Times · Technology· rssEN04:00 · 07·28
Scottish data centre boom spurs local backlash
Scotland's data centre boom is drawing local backlash over energy use, environmental impact, and landscape disruption. The FT reports growing tension between expansion and community concerns, though the post does not disclose specific project sizes or protest numbers.
#Financial Times
editor take
Scotland's data center boom is drawing local backlash over energy use, land use, and landscape disruption.
HKR breakdown
hook knowledge resonance
open source
60
SCORE
H0·K0·R1
03:56
56d ago
Hacker News Frontpage· rssEN03:56 · 07·28
The age of token efficiency: can developers trust AI-generated code?
At DevBcn, the author polled ~50 developers and got the same answer: they mostly write specs and review PRs now. Gartner predicts 90% of enterprise engineers will use AI assistants by 2028. Trust is the real problem—you can only judge code quality in your core domain. Companies will soon track token cost per feature and trust percentage. The author argues the future belongs to libraries that package domain expertise for AI to call directly, like their own GolemUI.
#GolemUI#DevBcn#GitHub Copilot
editor take
At DevBcn, ~50 devs gave the same answer: they mostly write specs and review PRs now.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
03:37
57d ago
New York Times Chinese· rssZH03:37 · 07·28
China's AI models are catching up on performance, but not on profit
Chinese AI firms won users with open-source models and low prices, but revenue is nowhere near covering costs. Zhipu AI lost nearly $700 million last year. Moonshot AI had to stop accepting new users for Kimi K3 two days after launch because it ran out of compute. DeepSeek raised $7.5 billion and Moonshot raised $2 billion; Anthropic raised $65 billion in May alone. Alibaba and ByteDance are starting to charge for top-tier models, but price-sensitive Chinese users jump between platforms fast—raising prices risks losing them. Silicon Valley companies also rely on these cheaper Chinese models, so any US access restrictions would cut off a key revenue stream.
#深度求索#月之暗面#阿里巴巴#Open source
editor take
Chinese AI firms won users with open-source and low prices, but Zhipu lost ~$700M last year and Moonshot ran out of compute for Kimi K3 in two days; Alibaba and ByteDance are now charging for top m...
HKR breakdown
hook knowledge resonance
open source
78
SCORE
H1·K1·R1
03:02
57d ago
Product Hunt · AI· rssEN03:02 · 07·28
Vela: An AI recruiting coordinator that handles the entire hiring loop
Vela is an AI recruiting coordinator. CC it on any email thread and it takes over candidate screening, multi-round loops, and full panels. It offers times, chases quiet people, handles reschedules, sends resumes with invites, books prep calls, and collects feedback. Works across email, SMS, WhatsApp, Slack, and phone, 24/7 in every time zone. No new links, logins, or tools for the team. Backed by YC and CRV. The post does not disclose pricing or specific customer names.
#Vela#YC#CRV
editor take
CC Vela on any email and it runs the full recruiting loop. No pricing or customer names disclosed yet, so I'd hold off on the hype.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K1·R0
02:37
57d ago
Hacker News Frontpage· rssEN02:37 · 07·28
Using an open model feels surprisingly good
Modal employee Matthew Saltz describes switching from Claude/ChatGPT to running opencode on his own inference endpoint. He needed a side-project tool, didn't have a premium plan, and Modal just launched Kimi K3 managed endpoints. Setup took five minutes; data goes directly between his laptop and the endpoint. He calls the feeling 'freeing' and compares it to opening vim after a bloated editor. The post doesn't specify opencode's model architecture, Kimi K3 benchmarks, or pricing.
#Modal#Kimi K3#opencode
editor take
Modal employee points opencode at his own Kimi K3 endpoint in 5 minutes, calls it freeing like switching from a bloated editor to vim.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K0·R1
02:21
57d ago
Hacker News Frontpage· rssEN02:21 · 07·28
EYG: A Programming Language for Humans
EYG is a statically typed functional language built for 'makers'—people who can write logic but don't want to deal with deployment, dependencies, or environment setup. The author noticed a pattern: technically-minded users start with low-code tools, hit complexity walls, then either beg a developer to rewrite everything or struggle to learn a 'real' language. EYG removes category-2 problems (working with computers) so makers can focus on category-1 (describing logic). Key features: sound type inference (no upfront type declarations), hashed dependencies (identified by content hash, no version hell), and effect typing (e.g., a web script that calls the filesystem gets a type error). The post contrasts EYG with Gleam—Gleam is for professional developers building apps, EYG is for makers building features. The post does not specify which runtime or platform handles deployment automatically.
#EYG#Gleam
editor take
EYG is a static functional language for makers—no deployment, no deps, just logic.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
00:00
57d ago
Computing Life · Share (鸭哥 research reports)· rssZH00:00 · 07·28
When coding agents burn budget and call tools, what are enterprises actually measuring?
AWS CloudWatch Coding Agent Insights now ingests OpenTelemetry metrics from Claude Code, OpenAI Codex, and GitHub Copilot, letting platform teams slice token spend, latency, tool calls, and approval counts by org unit. The shift isn't just richer dashboards—it reflects that agents have moved beyond inline suggestions to executing commands and consuming resources. The post notes that aggregated metrics show trends and cost attribution but can't explain a single run's context, and there's no cross-vendor mapping for what an 'approval' actually means.
#AWS#CloudWatch#Claude Code
editor take
CloudWatch now ingests token spend and tool calls from Claude Code and others, sliced by org unit—useful for cost attribution, but aggregated metrics can't explain a single run.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
00:00
57d ago
Computing Life · Share (鸭哥 research reports)· rssZH00:00 · 07·28
Stop Relying on Prompts for Agent Security: 5 Privilege Escalation Levels from GitHub Secure Code Game
GitHub Security Lab's Season 4 CTF, ProdBot, challenges you to trick an agent into reading a file outside its sandbox using natural language. The post breaks down 5 levels: shell variable expansion bypasses keyword filters, injected instructions from external web pages, poisoned MCP tool documentation, persistent backdoors via cross-session memory, and a confused deputy in multi-agent architecture where a low-privilege subagent's artifact tricks the high-privilege parent agent. The takeaway: prompts can't defend against these; you need physical sandboxes, least privilege, and context isolation.
#GitHub Security Lab#ProdBot
editor take
GitHub's new CTF shows 5 ways to jailbreak an agent—shell expansion, web injection, poisoned MCP docs, cross-session memory, and confused deputy.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K1·R0
00:00
57d ago
AI HOT (Curated Pool)· aihot-apiZH00:00 · 07·28
How to Evaluate LLM Providers: Latency, Throughput, Uptime, and Quantization
OpenRouter published a practical guide arguing that the same model can perform very differently across providers, so don't pick a service just by model name. It breaks down four metrics: time-to-first-token (watch p90/p99, not average), output throughput (tokens/sec), uptime (production failures hurt more than slowness), and quantization (two providers may serve the same model at different precision, affecting quality). The advice: use leaderboards to shortlist, verify on your own prompts, then turn results into a routing policy instead of hard-coding one provider. The post doesn't include specific provider-to-provider benchmarks.
#Inference-opt#OpenRouter
editor take
OpenRouter's guide: pick providers by p90/p99 latency and quantization, not just model name.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H0·K1·R0

more

feeds

admin