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

posts · 2026-07-16

50 items · updated 3m ago
RSS live
2026-07-16 · Thu
23:51
11d ago
Ruan YiFeng's Weblog· rssZH23:51 · 07·16
Why local LLMs are bottlenecked by VRAM size and memory bandwidth
Ruan Yifeng breaks down the hardware math for running LLMs locally. An RTX 5090 has 7× the compute of an AMD mini PC but its 32 GB VRAM can't fit a 70B model. The AMD box with 128 GB unified memory can load it, yet 256 GB/s bandwidth limits output to ~6 tokens/sec. The workaround is MoE models like Qwen3-30B-A3B that activate only 3B parameters per token, hitting ~100 tokens/sec. Prompt processing is still slow—a 4,000-token document takes 40 seconds before the first token appears. The takeaway: local setups are capped at mid-size MoE models with short prompts.
#NVIDIA#AMD#RTX 5090
editor take
Ruan Yifeng runs the hardware math: RTX 5090's 32 GB VRAM can't fit a 70B model; an AMD mini PC with 128 GB unified memory can, but 256 GB/s bandwidth limits output to ~6 tokens/sec. The practical ...
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
22:27
11d ago
Hacker News Frontpage· rssEN22:27 · 07·16
The Little Book of Reinforcement Learning: A Concise Guide for RL Beginners
An open-source reinforcement learning book appeared on GitHub, suitable for practitioners wanting a quick RL primer. The post doesn't spell out chapter details or algorithms, but the title and repo name indicate a concise tutorial covering core RL concepts. It has 620 stars, showing decent community interest.
#GitHub#alxndrTL#Open source
editor take
An open-source RL primer hit GitHub with 620 stars — worth a look if you want a quick, no-fluff intro.
HKR breakdown
hook knowledge resonance
open source
45
SCORE
H0·K0·R0
22:21
11d ago
Hacker News Frontpage· rssEN22:21 · 07·16
ReasonGate: An Explainable Gate That Blocks LLM Prompt Injection
ReasonGate is an open-source security gate that blocks prompt injection attacks on LLMs with an auditable reason for each decision. The post doesn't disclose latency or false-positive rates yet, but the approach—explainable, not probabilistic—is worth watching.
#ReasonGate#cgrtml#Open source
editor take
ReasonGate blocks prompt injection with an auditable reason per decision, not a black-box probability.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K1·R0
21:39
11d ago
AI HOT (Curated Pool)· aihot-apiZH21:39 · 07·16
Grok launches Automations: scheduled or email-triggered jobs that run and report back
xAI added Automations to Grok, letting the model run jobs on a schedule or when an email arrives. You set instructions once—like 'summarize my unread emails every morning at 8'—and Grok executes on its own, then reports back via email or app notification. Each run is a full conversation saved in history, so you can pick up where it left off. Scheduled automations are available to everyone; email triggers require SuperGrok. The post doesn't disclose pricing for free vs. paid tiers.
#xAI#Grok#SuperGrok
editor take
Grok now runs jobs on a schedule or email trigger, saving each run as a full conversation; email triggers need SuperGrok.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
21:04
11d ago
Hacker News Frontpage· rssEN21:04 · 07·16
Modal rebuilt its sandbox control plane to launch 1M concurrent sandboxes in under a minute
Modal rewrote its sandbox control plane from scratch, removing Postgres and all strong-consistency bottlenecks. The new path lets load balancers create containers directly on workers. They demonstrated 1 million concurrent sandboxes launched in under a minute, with creation rates in the tens of thousands per second. The post walks through why Kubernetes etcd write amplification and O(n×p) scheduling break at this scale. Worth noting: this is a vendor benchmark; real-world mixed-workload numbers aren't disclosed yet.
#Modal#Kubernetes
editor take
Modal rebuilt its sandbox control plane without Postgres or strong-consistency bottlenecks, demoing 1M concurrent sandboxes in under a minute. It's a vendor benchmark though — no real-world mixed-w...
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
20:25
11d ago
Hacker News Frontpage· rssEN20:25 · 07·16
Timeline Scan uses AI to date your scanned family photos
When you scan old photos, the file date becomes the scan date, not the original. Timeline Scan uses AI to read handwritten notes, printed timestamps, clothing, cars, and other visual clues to estimate the real year. It supports JPEG and TIFF, offers 50 free trials, and only modifies the date metadata—original files stay untouched. The results sync directly into Google Photos, Apple Photos, and Immich. The post doesn't disclose which model is used or accuracy numbers.
#Timeline Scan#Google Photos#Apple Photos
editor take
AI dates your scanned photos by reading handwriting, timestamps, and visual clues. 50 free trials, no model or accuracy disclosed.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
20:21
11d ago
Hacker News Frontpage· rssEN20:21 · 07·16
Libretto's PR agent auto-fixes failing Playwright scripts and opens a GitHub pull request
Libretto released an open-source, free Playwright debug agent. When your script fails, it inspects the live page, identifies what changed, and opens a GitHub PR with a code fix. The demo shows an input name changing from 'username' to 'login'—the agent spotted it and updated the locator. It doesn't touch your existing retry or error-handling logic, only kicks in after a failure. Currently Playwright-only; Selenium and Puppeteer aren't supported yet. You bring your own model API key and browser infra—Libretto doesn't charge for the agent itself.
#Code#Libretto#Saffron Health#Playwright
editor take
Libretto open-sourced a Playwright debug agent that inspects the live page after a failure and opens a PR with a locator fix—Playwright only, bring your own model and browser.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
20:18
11d ago
Hacker News Frontpage· rssEN20:18 · 07·16
LM Studio launches Bionic, an AI agent built for open models
LM Studio released Bionic, a standalone AI agent for open models that emphasizes local execution and privacy. It handles coding projects, document work, and offline voice transcription—shipping first with Mistral's Voxtral model. For heavier tasks, users can switch to frontier open models like GLM 5.2 and Kimi K2.7 Code on LM Studio Secure Cloud, with a zero data retention promise. Bionic is a separate app from the original LM Studio, which remains available for low-level configuration.
#Agent#Code#LM Studio#Mistral AI
editor take
LM Studio ships Bionic, a standalone agent app for open models—local coding/docs with a cloud fallback to GLM 5.2 and Kimi K2.7 Code, plus a zero data retention promise.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
19:02
12d ago
Product Hunt · AI· rssEN19:02 · 07·16
Tidy: Your Mac tidies itself — screenshots, installers, Downloads
Tidy lives in your Mac menu bar and automates three chores: renames Desktop screenshots with on-device OCR, ejects DMGs and trashes installers, sorts Downloads by type. Rules are written in plain English and run via Apple Intelligence locally. Only touches new files, never deletes. One-time $9, no subscription.
#Apple Intelligence
editor take
A $9 one-time Mac menu bar tool that uses on-device Apple Intelligence to rename screenshots, clean up installers, and sort Downloads.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
18:32
12d ago
TechCrunch AI· rssEN18:32 · 07·16
Google Vids now lets you star in your own AI videos
Google Vids now lets you create a custom AI avatar that looks and sounds like you, using a selfie and voice recording. It also integrates Gemini Omni, a multimodal model that generates videos from text prompts and reference images, swaps backgrounds, fixes lighting, and supports step-by-step edits. This comes after OpenAI shut down Sora.
#Google#Gemini Omni#OpenAI
editor take
Google Vids now creates an AI avatar from your selfie and voice to star in videos, plus Gemini Omni for text-to-video and editing.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
18:32
12d ago
AI HOT (Curated Pool)· aihot-apiZH18:32 · 07·16
Decoy Font: A TTF font that hides what you type from AI
Mixfont released a free TTF font called Decoy Font that uses spatial frequency confusion to show two different letters in the same glyph. Up close you see a decoy; from a distance or by squinting you read the real message. The author tested GPT Sol and Gemini 3.5 with Thinking — both read only the decoy layer from a screenshot. The font is based on hybrid image techniques and can be installed and typed directly. The author admits it's not a silver bullet: capable agents or prompted models may still decode it, but it's effective against bulk scraping. The post does not disclose success rates against OCR engines or support for non-Latin scripts like Chinese.
#Mixfont#GPT Sol#Gemini 3.5 with Thinking
editor take
Free TTF font hides real text from AI by mixing spatial frequencies—GPT Sol and Gemini 3.5 both read the decoy layer from screenshots.
HKR breakdown
hook knowledge resonance
open source
39
SCORE
H1·K1·R0
18:22
12d ago
TechCrunch AI· rssEN18:22 · 07·16
Roblox launches an AI-powered game-creation feature in its mobile app
Roblox launched "Build," letting users generate basic games from a single text prompt on mobile. Type "a cozy adventure in a dense forest" and AI builds mechanics, environment, characters, and sound. Roblox says it uses a mix of proprietary and open-source models. Google, Microsoft, and Tencent have similar tools. Critics worry about low-quality game flooding; the post doesn't spell out moderation or limits.
#Roblox#Google#Microsoft
editor take
Roblox's mobile app now generates games from a single prompt, but the post doesn't detail moderation—keep expectations in check.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
18:07
12d ago
Bloomberg Technology· rssEN18:07 · 07·16
Google Gemini launch delayed after tech falls short of internal goals
Google has delayed the planned Gemini model launch after internal evaluations missed the company's own benchmarks. Bloomberg reports the team found the model underperformed on some key tasks and decided to fix issues before shipping. The post doesn't spell out which tasks, by how much, or the new timeline. Worth flagging: 'delayed because it didn't meet internal goals' can signal a real technical bottleneck or just a PR pacing decision—only the headline is disclosed so far, so don't jump to conclusions.
#Google#Gemini
editor take
Google delayed the Gemini launch after internal evals missed targets; the post doesn't say which tasks, by how much, or the new timeline, so I'd treat this as a pacing call for now.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K0·R1
16:52
12d ago
Hacker News Frontpage· rssEN16:52 · 07·16
Traceforce monitors AI app security across companies, deployed on 1,000+ devices
Traceforce, a YC S26 startup, offers company-wide security monitoring for AI apps. It installs a lightweight binary and browser extension on each device, showing all AI tools and MCP connections on a dashboard within 30 minutes. The team found an average of 15 AI apps per device, each connected to 5-10 MCPs. They've helped customers find plaintext secrets in MCP configs and prevent API key leaks via AI-generated code. The post doesn't disclose pricing or how it differs from EDRs; a commenter argues EDRs already cover this.
#Traceforce#YC S26#Clumio
editor take
Traceforce installs a lightweight agent and browser extension per device to map all AI tools and MCP connections within 30 minutes—already deployed across 10 orgs.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K1·R0
16:51
12d ago
Hacker News Frontpage· rssEN16:51 · 07·16
A NYT journalist found an unauthorized AI-generated biography of herself
NYT reporter Kashmir Hill discovered an AI-generated unauthorized biography of herself on Amazon, filled with fabricated details. The post only provides a title and snippet — no book name, author, price, or whether Amazon has removed it yet.
#Kashmir Hill#The New York Times#Amazon
editor take
NYT reporter found an AI-generated fake biography of herself on Amazon — only a title so far, no book name, author, or takedown status.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K0·R1
16:24
12d ago
Hacker News Frontpage· rssEN16:24 · 07·16
56,000 lines of DOOM in a language I made up — and it's a joke
Betlang is a real programming language with slang keywords and a serious LLVM-based compiler. It self-hosts, manages memory via arenas, and runs a full DOOM port (56,000+ lines). The author used an AI coding agent for implementation, acting only as architect. Total build time: ~34 hours, mostly on porting games. No roadmap, no v2 planned.
#Betlang#LLVM#DOOM
editor take
A dev built a full DOOM port (56k lines) in Betlang, a joke language with a real LLVM compiler and arena memory.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
16:22
12d ago
Hacker News Frontpage· rssEN16:22 · 07·16
Google SRE: Treat prompts as build artifacts to fix production agent maintenance at scale
Google SRE Simerus Mahesh argues for treating prompts like build artifacts: split safety policies and tool instructions into modular files, then use a transpiler with static validation to catch missing imports and circular dependencies before runtime. CI can diff the generated artifact against a golden file to prevent drift. The post includes template syntax and pipeline diagrams but doesn't say whether the transpiler is open-sourced.
#Agent#Google#Simerus Mahesh
editor take
Google SRE treats prompts as build artifacts with modular files, a transpiler, and CI diffing—post doesn't say if the transpiler is open-sourced.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H0·K1·R1
16:03
12d ago
Hacker News Frontpage· rssEN16:03 · 07·16
Leaves: a TUI treemap for disk usage on servers and containers
Leaves is a TUI disk usage visualizer that uses a 2D treemap to show the full directory hierarchy with proportionally sized rectangles. It fills the gap on servers and containers where only text-based tools like du or list-oriented TUIs like ncdu exist. Built with Rust and multi-threading, it handles millions of files. The author found that Python caches and old Linux ISOs filled their home directory, and 600MB in a container was Rust docs and tutorials. The post doesn't spell out whether it supports remote mounts or direct SSH connections.
#Leaves#WinDirStat#KDirStat#Open source
editor take
Leaves is a Rust TUI treemap for disk usage that handles millions of files, filling the gap where du and ncdu only show one directory at a time.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
16:00
12d ago
AI HOT (Curated Pool)· aihot-apiZH16:00 · 07·16
Google Vids adds Gemini Omni and a personal avatar that stars in your videos
Google Vids gets two updates: Gemini Omni now handles scriptwriting and editing, and a personal avatar feature lets you record a 30-second clip to generate an AI stand-in for your videos. Avatars are English-only for now and require an admin to enable them in Workspace settings. The post doesn't disclose generation time, max resolution, or pricing—worth waiting for hands-on tests before getting excited.
#Google#Google Workspace#Google Vids
editor take
Google Vids adds a personal avatar: record 30s, get an AI stand-in. No word on generation time, resolution, or pricing yet.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K0·R0
16:00
12d ago
The Verge · AI· rssEN16:00 · 07·16
Google renames NotebookLM to Gemini Notebook, adds AI Mode access
Google rebrands NotebookLM as Gemini Notebook to unify its product line. Users will soon open notebooks inside AI Mode. The post doesn't detail AI Mode's capabilities or whether existing user data will migrate.
#Google#Product update
editor take
Google rebrands NotebookLM to Gemini Notebook, but the post doesn't detail what AI Mode actually does.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
15:38
12d ago
TechCrunch AI· rssEN15:38 · 07·16
DoorDash launches dd-cli, a command-line tool for AI agents to place orders
DoorDash opened a limited beta for dd-cli, a command-line tool that lets developers and AI agents search stores, build carts, and place orders from the terminal. It's currently available via waitlist for macOS devs in the US and Canada. This isn't just a geek joke—it exposes DoorDash's ordering platform to AI agents so devs can embed food ordering into their own software. The post doesn't disclose API pricing or a general launch date.
#DoorDash#Andy Fang
editor take
DoorDash's dd-cli lets AI agents order food from the terminal. Limited beta for macOS devs.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
15:02
12d ago
TechCrunch AI· rssEN15:02 · 07·16
Ex-DeepMind researcher Andrew Dai raised at a $300M pre-seed valuation before shipping a product
Andrew Dai left Google DeepMind to found Elorian, a visual AI startup. He raised a $55M seed round at a $300M pre-seed valuation before launching any product. Dai worked on research at DeepMind that later informed ChatGPT. He believes visual AI is the next frontier. The post doesn't spell out what the product actually does.
#Andrew Dai#Google DeepMind#Elorian
editor take
Ex-DeepMind researcher Andrew Dai raised $55M seed at a $300M valuation for visual AI startup Elorian — before shipping anything.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
14:57
12d ago
Product Hunt · AI· rssEN14:57 · 07·16
Basedash Suggestions: AI data analyst that makes the first move
Basedash, an AI-native BI platform, now proactively suggests analyses before you ask. It studies your connected data, past chats, and existing dashboards to generate personalized recommendations—questions to explore, dashboards to build, automations to schedule. Click one and it executes. Used suggestions are replaced with fresh ones. Suggestions are per-person and role-specific (growth, finance, ops). The post doesn't spell out supported data sources, pricing, or latency.
#Basedash
editor take
Basedash Suggestions proactively studies your data and past chats to recommend dashboards before you ask.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
14:40
12d ago
TechCrunch AI· rssEN14:40 · 07·16
AMI Labs' LeBrun won't call his AI 'AGI' or 'superintelligence'
While the AI industry races to label models as 'AGI' or 'superintelligence,' AMI Labs CEO Alexandre LeBrun dismisses both terms. He told TechCrunch the company never used 'AGI' and noticed the industry has already switched to 'superintelligence.' The post doesn't spell out his specific objections, but the stance is clear: no hype labels.
#AMI Labs#Alexandre LeBrun#Yann LeCun
editor take
AMI Labs CEO refuses to call his AI 'AGI' or 'superintelligence' — but the post doesn't say why.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
14:38
12d ago
AI HOT (Curated Pool)· aihot-apiZH14:38 · 07·16
World AI Cooperation Organization Agreement Signed, HQ in Shanghai
On July 16, representatives from 29 countries signed the agreement to establish the World AI Cooperation Organization, an independent intergovernmental body headquartered in Shanghai. The 2026 World AI Conference starts tomorrow, with over 300 AI products debuting globally.
#World AI Cooperation Organization#Shanghai#Wang Yi
editor take
29 countries signed the World AI Cooperation Organization, HQ in Shanghai. No budget or operating details yet—still a framework.
HKR breakdown
hook knowledge resonance
open source
39
SCORE
H0·K0·R0
14:32
12d ago
AI HOT (Curated Pool)· aihot-apiZH14:32 · 07·16
Working with Claude Fable 5 in Claude Cowork
Anthropic's official blog explains how to use Claude Fable 5 inside Claude Cowork. Fable 5 can independently handle long, complex tasks, and the post shows how to get the most out of it starting with minimal input. The post does not disclose specific parameters, pricing, or release timelines.
#Anthropic#Claude Fable 5#Claude Cowork
editor take
Anthropic's official guide on getting the most out of Fable 5 in Cowork, but no pricing or release date.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
13:51
12d ago
Hacker News Frontpage· rssEN13:51 · 07·16
AI Law Tracker: one API to check US state and EU AI regulations
AI Law Tracker is a free compliance tool covering US 50 states, the EU AI Act, and global regulations. It tracks 1,288 laws, updates daily, and offers an API. The homepage lists key bills and deadlines for California, Colorado, New York, etc.—e.g., California SB 942 (AI Transparency Act) is enacted, and the EU AI Act's main obligations take effect August 2, 2026. The post doesn't disclose API pricing or batch query support.
#AI Law Tracker#California SB 942#EU AI Act
editor take
Free tracker covers 1,288 AI laws across US, EU, and global—but API pricing and batch queries aren't disclosed.
HKR breakdown
hook knowledge resonance
open source
60
SCORE
H0·K1·R0
13:15
12d ago
Hacker News Frontpage· rssEN13:15 · 07·16
Hilo: a daily word puzzle that uses binary search on the alphabet
Hilo treats the alphabet as a search space. You guess a 7-letter word, and each letter gets a hi/lo/exact hint, with a range bar showing remaining possibilities—like binary search narrowing down. Everyone gets the same daily word, 5 tries, with streak tracking and private group competition. The post doesn't disclose the word list source or range-bar algorithm details.
#Madalin (Dochia)
editor take
A daily word game where you guess a 7-letter word using hi/lo hints per letter—like binary search for vocabulary.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
13:13
12d ago
AI Era (新智元) · WeChat· rssZH13:13 · 07·16
Claude official shows 4 loops to automate tasks, stop writing prompts
Claude's official tutorial teaches 4 loop patterns to automate tasks without writing prompts each time. The post is blocked by WeChat, so details are unavailable. The four loops are: self-calling, external knowledge base loop, multi-step decision loop, and prompt self-generation then execution. The core idea is treating the model as a node in a workflow, not a one-shot Q&A tool.
#Anthropic#Claude
editor take
Claude's official tutorial on 4 loop patterns for automation is blocked on WeChat, so no details available.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
13:07
12d ago
AI HOT (Curated Pool)· aihot-apiZH13:07 · 07·16
OpenBMB open-sources StaffDeck, an enterprise AI digital employee platform
OpenBMB and partners open-sourced StaffDeck, an enterprise platform that turns SOPs and decision rules into digital employees. Unlike chatbots, these AI workers retain organizational knowledge and keep working. Code is on GitHub.
#OpenBMB#面壁智能
editor take
OpenBMB open-sourced StaffDeck, a platform that turns SOPs into digital employees. Code is on GitHub. No real deployment data yet, so keep expectations in check.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K0·R0
12:17
12d ago
AI HOT (Curated Pool)· aihot-apiZH12:17 · 07·16
Miaoda 3.5 ships iOS packaging, no-code apps can now hit App Store
Baidu AI Cloud launched Miaoda 3.5 at WAIC2026. The headline feature: iOS packaging without needing a Mac or Xcode—users can generate IPA files or submit directly to the App Store. It also ships a built-in SEO Agent for automated search optimization, lets multiple apps share one backend database, and adds multi-environment isolation and tiered backend resources. Miaoda has served over 35 million users and generated 3.5 million commercial apps.
#Baidu AI Cloud#WAIC#App Store
editor take
Miaoda 3.5's real win: iOS packaging without a Mac or Xcode—saves you a laptop.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K1·R0

more

feeds

admin