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

posts · 2026-09-19

34 items · updated 3m ago
RSS live
2026-09-19 · Sat
23:47
3d ago
Hacker News Frontpage· rssEN23:47 · 09·19
ENZO: An open-source, fully local AI platform with agents and tools
ENZO is an open-source AI platform that runs entirely locally. It comes with agents, skills, and tools that connect to Gmail and Calendar. You bring your own API keys (BYOK), supporting Groq, OpenRouter, NVIDIA, Hugging Face, and Google AI. Currently 72 stars, 16 forks, and 41 commits on GitHub. The post doesn't disclose specific performance or latency numbers, but the 'fully local + built-in tools' positioning is practical for anyone wanting to build their own AI workflow.
#ENZO#Groq#OpenRouter
editor take
ENZO is an open-source AI platform that runs locally with built-in Gmail and Calendar tools, but you bring your own API keys.
HKR breakdown
hook knowledge resonance
open source
60
SCORE
H1·K1·R0
21:49
3d ago
r/LocalLLaMA· rssEN21:49 · 09·19
Qwen3.8-Flash-Next hits 1M context on Strix Halo: 38 tok/s decode, 18 min prefill
Someone ran Qwen3.8-Flash-Next on Strix Halo with halogen 0.12.0 at 1M context. Decode hits 38 tok/s, but prefill takes 18 minutes—too slow for interactive use. The post doesn't specify hardware details or memory bandwidth, but hitting 1M context is a milestone; prefill latency needs work before deployment.
#Qwen#Strix Halo#halogen
editor take
Qwen3.8-Flash-Next hits 1M context on Strix Halo at 38 tok/s decode, but 18-min prefill kills interactivity.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
20:05
3d ago
Product Hunt · AI· rssEN20:05 · 09·19
Epismo OS: Keep your work when you switch AI tools
Epismo OS is a tool that preserves your work history when switching between AI tools. The post doesn't spell out how it works or which models/platforms it supports, but the core pitch is clear: no more lost context when you switch.
#Epismo OS
editor take
Epismo OS claims to keep your work history when switching AI tools, but doesn't say how or which models it supports — I'd hold off.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
20:03
3d ago
Hacker News Frontpage· rssEN20:03 · 09·19
Idle Android phone pings Google 348 times per hour in 72-hour test
A researcher placed three factory-fresh Pixel 8 phones on an isolated Wi-Fi network and captured all outbound packets through a pfSense firewall for 72 hours. Even when locked and untouched, each phone sent an average of 348 requests per hour to Alphabet servers—over 8,300 per day. The data includes nearby Wi-Fi router MAC addresses, device serial hashes, and push notification heartbeats. A GrapheneOS phone under identical conditions sent zero outbound requests per hour. The post does not disclose whether the test phones were logged into a Google account or had default services disabled, which could affect the results.
#Google#Alphabet#GrapheneOS
editor take
Idle Pixel 8 phones ping Google 348 times per hour; GrapheneOS sends zero.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
19:49
3d ago
Financial Times · Technology· rssEN19:49 · 09·19
Trump announces ‘AI Force’ as alarm grows over technology’s advance
Trump announced the creation of 'AI Force,' a new government unit to accelerate AI development. The move comes amid growing alarm over risks from rapid AI progress, including safety and job displacement. The post does not disclose the unit's budget, staffing, or specific mandate.
#Donald Trump#AI Force#Policy
editor take
Trump announces 'AI Force' to accelerate AI, but the post doesn't disclose budget or staffing—just a policy direction for now.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
17:42
3d ago
Hacker News Frontpage· rssEN17:42 · 09·19
The people who know the most often sound the least certain
Dwarkesh Patel hosted a 90-minute conversation with John Schulman, Beren Millidge, and Charlie O'Neill on whether AI can automate research and whether progress hits a reward-function wall. Viewers fixated on filler words like 'like.' The author argues that genuine experts hedge, correct themselves, and sound uncertain, while polished speakers compress complexity into slogans that travel further. In AI, the gap between technical truth and public perception is dangerous. Researchers should practice explaining ideas to a five-year-old, use pauses instead of fillers, and make expertise visible as a process—not a political pitch.
#Dwarkesh Patel#John Schulman#Beren Millidge
editor take
Dwarkesh's 90-min talk: experts hedge and self-correct in real time, but viewers just counted filler words.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
15:52
3d ago
Hacker News Frontpage· rssEN15:52 · 09·19
CUA-S1: A 706k-parameter specialist that scores form actions instead of generating tokens
Cua open-sourced CUA-S1-FORMS, a 706k-parameter model (2.8 MB checkpoint) that scores form-element actions—FILL, CHECK, CLICK, or SKIP—instead of generating tokens. Trained on synthetic data in under 30 minutes, it hit 99.7% accuracy on their form decision set vs. 83.6% for hosted Jev. Local scoring takes 7–9 ms per form, compared to 260–280 ms per remote call. It does not handle screenshots or predict new text values. The team frames this as a specialist for decisions that are too variable to script but too narrow to warrant a general-purpose LLM call.
#Cua#Typesafe#Jev
editor take
A 706k-parameter, 2.8 MB model that scores form actions locally in 7-9 ms—no LLM call needed for narrow decisions.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
14:00
3d ago
The Verge · AI· rssEN14:00 · 09·19
Ex-antitrust chief: AI labs don't need an exemption to coordinate safety
Jonathan Kanter, former DOJ antitrust chief, tells Decoder that AI labs don't need an antitrust exemption to build safe products. The generous read: they genuinely fear losing control. The cynical read: they're burning cash and want regulation to slow competition before IPOs. Kanter says Boeing and Airbus don't coordinate to keep doors on planes—companies should be liable for their own AI agents. The post doesn't name a specific bill or timeline.
#OpenAI#Anthropic#Google DeepMind#Policy
editor take
Former DOJ antitrust chief says AI labs don't need an exemption to build safe products—but the cynical read (burning cash, wanting regulation to slow rivals) is the more useful one.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
13:55
3d ago
Hacker News Frontpage· rssEN13:55 · 09·19
What Zig felt like, coming from Rust
A 7-year Rust dev reimplements a JSONPath library in Zig and reports near-zero IDE support, a naturally flat file structure, more verbose tests due to manual memory management, and the inability to carry over Rust's functional idioms. The post doesn't disclose performance benchmarks or community reception for the Zig version.
#Zig#Rust#JSONPath
editor take
A 7-year Rust dev rewrites a JSONPath lib in Zig and finds the near-zero IDE support refreshing enough to switch to Helix.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
13:52
3d ago
Hacker News Frontpage· rssEN13:52 · 09·19
PlanetScale releases TIN: a full-text search extension for Postgres
PlanetScale released TIN, a GA full-text search extension for Postgres. It handles boolean, phrase, fuzzy, and regex queries with correct MVCC visibility under concurrent writes. Benchmarks on 150M Stack Exchange documents show index build time and mixed-query latency; I'd want to see direct comparisons with existing Postgres options before drawing conclusions.
#Benchmarking#PlanetScale#Eric Ridge#Patrick Reynolds
editor take
PlanetScale ships TIN, a GA full-text search extension for Postgres with fuzzy and regex support. No direct comparison to existing options.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K1·R0
13:00
3d ago
The Verge · AI· rssEN13:00 · 09·19
The AI regulation fight isn't over—CEOs just picked a side, with caveats
Early this week, Anthropic CEO Dario Amodei proposed a three-step plan: embed third-party evaluators in labs, coordinate across the domestic industry, and forge international agreements with government help. Sam Altman, Demis Hassabis, and Elon Musk publicly agreed on parts of it. The snippet doesn't spell out which parts they backed or what caveats they added—full story is behind The Verge's link. I'd discount the headlines until we see binding commitments.
#Anthropic#Dario Amodei#OpenAI
editor take
Amodei proposed a three-step regulation plan; Altman, Hassabis, and Musk publicly agreed on parts of it, but the post doesn't say which parts or what caveats they added.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K0·R1
13:00
3d ago
TechCrunch AI· rssEN13:00 · 09·19
a16z-backed Vals aims to become the gold standard for AI benchmarking
Vals wants to be a neutral third-party benchmark for AI models, backed by Andreessen Horowitz. With model makers publishing their own scores, Vals aims to be the trusted referee. The post doesn't disclose its evaluation methodology or early customers yet.
#Vals#Andreessen Horowitz#Benchmark
editor take
Vals wants to be the neutral AI benchmark referee, backed by a16z. The post doesn't reveal its methodology or early customers yet.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
11:29
3d ago
r/LocalLLaMA· rssEN11:29 · 09·19
MIT releases 1,451 verified reasoning traces from DeepSeek V4.1 Flash, decontaminated
MIT released 1,451 verified max-effort reasoning traces from DeepSeek V4.1 Flash, decontaminated against AIME and MATH-500. The post doesn't specify trace format, length distribution, or whether reward signals are included.
#Reasoning#MIT#DeepSeek
editor take
MIT released 1,451 decontaminated reasoning traces from DeepSeek V4.1 Flash, but the post 403s — no format or length details.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K1·R0
10:02
3d ago
r/LocalLLaMA· rssEN10:02 · 09·19
GLM 5.3 Flash generates motion graphic video without a video generation model
Reddit user 9r4n4y used GLM 5.3 Flash to create a ~40-second stock market infographic animation. The model received a zip file with a hand-drawn animation skill pack and a prompt asking it to output a video directly. It ran on 4 DGX machines with 8-bit quantization and vllm. The post doesn't disclose generation time, frame rate, or whether the output had hallucinations or flickering. I'd treat this as a demo of 'model writes animation code and renders it' rather than a production-ready pipeline.
#Code#GLM 5.3 Flash#9r4n4y#vllm
editor take
GLM 5.3 Flash ingested a hand-drawn animation skill pack and rendered a stock infographic video by writing code, but it ran on 4 DGX machines and the post doesn't disclose generation time.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
06:41
3d ago
Hacker News Frontpage· rssEN06:41 · 09·19
GPT-6 Astra cracks a WWI German ADFGVX cipher and cross-checks its own work against naval logs
GPT-6 Astra decoded a WWI German ADFGVX radio message that had been unsolved for over a decade. It used the key TRUPPENVERSCHIEBUNG to recover a plaintext reporting a British cruiser arriving at Sevastopol on Nov 24, 1918, and an allied squadron following on Nov 26. The model then cross-checked its output against HMS Canterbury's original logs and confirmed the dates. The post doesn't disclose which Astra version was used, token count, or how long the solve took.
#Reasoning#OpenAI#GPT-6 Astra#HMS Canterbury
editor take
GPT-6 Astra cracked a decade-old WWI German ADFGVX cipher and cross-checked the dates against HMS Canterbury's logs. The post doesn't say which Astra version, token count, or solve time.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
06:19
3d ago
Hacker News Frontpage· rssEN06:19 · 09·19
Apple M6 Pro tops Geekbench 7 single-core chart
Apple M6 Pro scored 4150 in Geekbench 7 single-core, the highest public result so far. The 18-core chip runs at 4.78 GHz base, split into 6+12 clusters, with 48 GB RAM. Multi-core hit 37565. But this is just a benchmark—real-world power, thermals, and shipping devices aren't covered here.
#Benchmarking#Inference-opt#Apple#Apple M6 Pro
editor take
M6 Pro hits 4150 single-core, the highest Geekbench 7 score yet—but benchmarks aren't real-world power or thermals.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K1·R0
04:28
3d ago
Hacker News Frontpage· rssEN04:28 · 09·19
Seal: Letters and passwords that open for your family after you die
Jason Page open-sourced Seal, a tool that lets you write digital letters and passwords that only open for your family after you die. You set an inactivity period—say 30 days without logging in—and Seal sends the encrypted content to your designated contacts. The post doesn't spell out how it reliably detects death vs. a forgotten login, so take that with a grain of salt.
#Jason Page#GitHub
editor take
Seal is an open-source dead man's switch for your passwords and letters. Set an inactivity timer, done.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
04:00
3d ago
Financial Times · Technology· rssEN04:00 · 09·19
Australia has a secret weapon in the race for AI compute
The FT reports Australia could become a key power supplier for AI compute, thanks to its abundant natural gas and LNG export infrastructure. AI data centers need stable, low-cost electricity, and Australia's gas-fired generation can fill gaps left by intermittent renewables. The post does not disclose specific projects, investment sizes, or timelines—only the geographic and resource advantages.
#Financial Times
editor take
FT argues Australia's gas and LNG export infrastructure could make it a key power supplier for AI compute.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
04:00
3d ago
Financial Times · Technology· rssEN04:00 · 09·19
How should investors position for the robot apocalypse?
FT's commentary examines how automation reshapes investment portfolios. The post doesn't recommend specific stocks or funds but outlines three logics: which sectors robots will replace, which benefit from cost-cutting automation, and which defensive assets can weather the shock. It warns investors not to focus solely on tech stocks but also to consider labor-intensive industries and shifts in consumption patterns.
#Financial Times
editor take
FT maps three investment logics for the robot apocalypse: who gets replaced, who saves costs, who weathers the shock.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
02:48
3d ago
AI HOT (Curated Pool)· aihot-apiZH02:48 · 09·19
Alexandr Wang shares Muse prompt: AI agent auto-adds travel time to calendar
Alexandr Wang shared a Muse prompt that scans the next 14 days of calendar and auto-adds travel time blocks for off-site meetings. The prompt also works with Instinct and Grok @bot. The post does not disclose the prompt format or usage limits.
#Alexandr Wang#Muse#Instinct
editor take
Alexandr Wang shared a Muse prompt that auto-adds travel buffers for off-site meetings—but the post doesn't include the prompt format.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
02:21
4d ago
Hacker News Frontpage· rssEN02:21 · 09·19
Science Is Open Software
The author argues that modern computational science is synonymous with open source software. Science requires testable and systematic results, and software is how we encode and share predictive models. If software isn't open and modifiable, results can't be reproduced and science breaks. The vision: every result instantly reproducible, scientific software maintained like Wikipedia.
#Jens Egholm Pedersen#Wikipedia#arXiv#Open source
editor take
Modern computational science is open source software — if the code isn't open, results can't be reproduced and science breaks.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
00:12
4d ago
TechCrunch AI· rssEN00:12 · 09·19
AI actress Tilly Norwood's press tour goes off the rails
AI-generated 'actress' Tilly Norwood is having a rough press tour debut. Its creator Particle6 Group made it available for 75 simultaneous journalist interviews. In one odd interview, it malfunctioned and started speaking Chinese. The post doesn't explain the cause or whether it was fixed.
#Tilly Norwood#Particle6 Group
editor take
AI actress Tilly Norwood's press tour goes off the rails when it glitches and starts speaking Chinese mid-interview.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
00:00
4d ago
● P1Computing Life · Share (鸭哥 research reports)· rssZH00:00 · 09·19
TypeSafe launches Jev, a structured-decision model 100x faster and cheaper than frontier LLMs
TypeSafe's Jev outputs probability distributions instead of text, aiming to decouple judgment from generation. Community benchmarks show open-source models reading logits directly match Jev's quality within 4 percentage points, while cutting latency from 178ms to 71ms and offering deterministic outputs. This classification-as-a-service idea has cycled through four prior waves since 2017—Perspective API, OpenAI's /classifications, Cohere Classify, and GLiNER2—all stalling due to missing demand or infrastructure. Jev's timing works because agent architectures now require frequent cheap judgments, frontier base models enable high-quality distillation, and distribution partners like Vercel onboarded it within 72 hours. The tech itself isn't a must-buy; the timing is the real story.
#TypeSafe#Jev#OpenAI#Open source
why featured
Featured · importance 92 · hook + knowledge + resonance
editor take
TypeSafe released Jev, a model that doesn't generate text — it only outputs structured decisions, claiming 40-200x speed gains over GPT-5.6 Terra and $0.042/MTok input pricing with free outputs.
sharp
This hit HN front page with four sources covering it, but the angles differ. HN and Latent Space mostly relay the official blog's numbers: 40-200x faster, 40-400x cheaper, free output tokens. aihot added a Chinese hands-on test confirming the cost-performance for classification tasks. But yage-share's headline is skeptical — claims better alternatives already exist and Jev is just about timing. I couldn't find the actual argument behind that take, so it might just be opinion. I'd discount a few of the official numbers. The speed comparison uses GPT-5.6 Terra with default reasoning, not the fastest config. The cost baseline isn't pinned to a specific model or volume tier. And "free output tokens" smells like a subsidy play — TypeSafe themselves admit they can't prove it isn't subsidized. The architecture choice is the interesting part: Jev doesn't do autoregressive generation. It samples all outputs in parallel and produces structured results directly, with a mathematical guarantee of zero type errors. That means no chat, no code generation — just classify, route, score, extract. The niche is narrow but well-defined. What's missing: independent benchmarks, real-world API latency beyond West Coast laptop tests, and pricing sustainability data.
HKR breakdown
hook knowledge resonance
open source
92
SCORE
H1·K1·R1
00:00
4d ago
Computing Life · Share (鸭哥 research reports)· rssZH00:00 · 09·19
iOS 27 dev guide: hook apps into Siri via App Intents, call models locally via Foundation Models
iOS 27 gives developers two separate lanes. App Intents lets you register your app as a tool Siri can invoke—but only if your core features fit one of Apple's 12 predefined domain templates; otherwise you're stuck with fixed trigger phrases. Foundation Models lets your app call on-device, Private Cloud Compute, or third-party models for tasks like summarization and receipt scanning. The on-device model is free and unlimited but capped at a 4096-token context window; Apple recommends no more than 5 tools per request. The two systems don't mix: you can't swap Siri's reasoning engine, apps can't read each other's sandboxed data, and Apple keeps the global orchestration role. The real time sinks are debugging Siri's silent failures and the small on-device model occasionally hallucinating values—the post recommends Apple's evaluation framework for systematic regression testing.
#Apple#Siri#App Intents
editor take
iOS 27 splits dev paths: App Intents registers your app as a Siri tool within 12 domain templates, while Foundation Models lets apps call models directly—on-device is free but capped at 4K context.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0

more

feeds

admin