ax@ax-radar:~/curated $ grep -l 'curated=true' sources/
40 srcsignal 72%cycle 04:32

ax curated

50 items · updated 3m ago
2026-07-23 · Thu
18:35
5d ago
AI HOT (Curated Pool)· aihot-apiZH18:35 · 07·23
TheNumbers.com collapsed under AI crawlers and attacks, forced to rebuild
TheNumbers.com, the film industry's definitive data source, vanished for a week in March 2026 and returned as a shell. Founder Bruce Nash blames two waves of AI crawlers: training bots from 2024, then agentic AI from late 2025. Combined with security attacks, the site had to be rebuilt from scratch. The post doesn't disclose rebuild cost or timeline, but confirms 78,000+ films' historical data is gone for now.
#TheNumbers.com#Bruce Nash
HKR breakdown
hook knowledge resonance
open source
39
SCORE
H0·K0·R0
11:20
5d ago
AI HOT (Curated Pool)· aihot-apiZH11:20 · 07·23
Kunlun CEO: Tokens alone won't build an AI-native org; models are the foundation
Kunlun CEO Fang Han said at WAIC that token consumption alone can't measure AI value—model capability needs engineering frameworks built by coding agents like Claude Code to become productive. He disclosed Kunlun is still training models and will release music, embodied world, and game world models, arguing models and compute are the long-term foundation for AI companies. He also warned that technical debt from AI coding could multiply production incidents, so code review and accountability must keep pace.
#昆仑万维#方汉#Claude Code
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K1·R0
2026-07-22 · Wed
18:51
6d ago
AI HOT (Curated Pool)· aihot-apiZH18:51 · 07·22
GigaToken: up to ~1000× faster tokenization, drop-in replacement for HuggingFace Tokenizers
GigaToken is a Rust tokenization library that pushes single-core throughput to GB/s, claiming roughly 1000× speedup over HuggingFace Tokenizers. It reads existing tokenizer.json files and mirrors the HuggingFace API, so switching is cheap. The post doesn't disclose benchmark setup or hardware details—I'd discount the 1000× claim until independent reproduction. The repo is public with 998 stars so far.
#GigaToken#HuggingFace Tokenizers
editor take
A Rust tokenizer that reads tokenizer.json and claims ~1000× speedup over HuggingFace—no benchmark hardware or config disclosed, so I'd discount that number for now.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
17:57
6d ago
AI HOT (Curated Pool)· aihot-apiZH17:57 · 07·22
Microsoft open-sources the full MagenticLite stack, including weights, app, and test tools
Microsoft fully open-sourced the MagenticLite project. Weights for MagenticBrain and Fara 1.5, previously on Microsoft Foundry, are now on Hugging Face. The app and test tools are included. The post doesn't disclose parameter counts, benchmarks, or intended use cases.
#Microsoft#Hugging Face#Open source
editor take
Microsoft dumped MagenticBrain & Fara 1.5 weights, app, and test tools on Hugging Face, but no params or benchmarks yet—keep expectations in check.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K0·R0
17:30
6d ago
AI HOT (Curated Pool)· aihot-apiZH17:30 · 07·22
From prompts to tasks: multimodal interaction units boost AI agent efficiency
DAIR.AI's Elvis Saravia proposes using 'tasks' instead of prompts as interaction units. Agents receive multimodal context—voice, screen, text, annotations—in one shot. Inspired by Karpathy's idea of long voice conversations as prompts, front-loading context reduces back-and-forth and enables more complex work per interaction. The post doesn't spell out implementation details or test results.
#DAIR.AI#Elvis Saravia#Karpathy
editor take
Replace prompts with 'tasks' as interaction units—feed voice, screen, text in one shot to cut back-and-forth. No implementation or test results yet, so take it easy.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K0·R1
17:23
6d ago
AI HOT (Curated Pool)· aihot-apiZH17:23 · 07·22
Claude now has an Anthropic Economic Index connector to query AI's impact on jobs and the economy
Anthropic added a connector that lets anyone query the Anthropic Economic Index directly inside Claude conversations. The Index tracks real Claude usage patterns to measure AI adoption across occupations and tasks. You can ask things like which jobs use AI most or what teachers automate, and Claude answers with data from the Index. Enable it in the connectors menu on claude.ai—no install needed. Anthropic notes the data reflects Claude usage, not the full labor market.
#Anthropic#Claude
editor take
You can now query Anthropic's Economic Index inside Claude—handy, but the data reflects Claude usage, not the whole labor market.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
10:04
6d ago
AI HOT (Curated Pool)· aihot-apiZH10:04 · 07·22
Xiaohongshu Open-Sources BigMac: A New Paradigm for Multimodal LLM Training
Xiaohongshu open-sourced BigMac, a new training paradigm for multimodal LLMs. The post does not disclose technical details, performance metrics, or the repository URL; only the title confirms it's a training method.
#Xiaohongshu#Open source
editor take
Xiaohongshu open-sourced BigMac, a multimodal training paradigm, but the post is blocked — no details, no repo, just the name.
HKR breakdown
hook knowledge resonance
open source
15
SCORE
H0·K0·R0
04:21
6d ago
AI HOT (Curated Pool)· aihot-apiZH04:21 · 07·22
Tencent's design agent platform Miora opens to all, no invite code needed
Miora, built by Tencent's WorkBuddy team, dropped its invite-code requirement today. It offers five preset modes including brand design and film creative, lets users pick their own multimodal model and adjust agent reasoning depth, and ships with a skill marketplace plus a memory system. The post doesn't disclose pricing, supported model names, or what's actually in the skill marketplace.
#Agent#Multimodal#Tencent#WorkBuddy
editor take
Tencent's Miora design agent platform dropped its invite wall today, but the post doesn't say if it's free or which models it supports.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K0·R0
00:00
6d ago
AI HOT (Curated Pool)· aihot-apiZH00:00 · 07·22
OpenRouter Adds Audio Transcription API, Supports Whisper and Token-Priced STT Models
OpenRouter now offers an audio transcription API using the same API key and auth as Chat Completions. Encode audio as base64 and POST to /api/v1/audio/transcriptions to get JSON with transcript text and usage. Supports Whisper-class models (priced per second) and newer token-priced STT models. Models hosted by multiple providers are load-balanced automatically, but chat routing controls don't apply yet. Key limits: 60-second upstream timeout, no audio URLs (base64 or multipart only, max 25 MB), no SRT/VTT output. OpenAI-compatible providers support verbose_json for word-level timestamps.
#OpenRouter#OpenAI#Whisper
editor take
OpenRouter now does audio transcription with the same API key as chat — no separate Whisper server needed.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K1·R0
2026-07-21 · Tue
21:54
6d ago
AI HOT (Curated Pool)· aihot-apiZH21:54 · 07·21
OpenRouter adds Gemini 3.6 Flash and 3.5 Flash-Lite, targeting high-throughput agent use cases
OpenRouter launched Gemini 3.6 Flash and 3.5 Flash-Lite today, both major updates to their model lines. They deliver 150+ tok/s throughput, targeting agent workflows like efficient token encoding, knowledge work, and low-latency high-concurrency sub-agents. The post doesn't disclose pricing or regional availability, only the launch and throughput.
#OpenRouter#Gemini 3.6 Flash#Gemini 3.5 Flash-Lite
editor take
OpenRouter added Gemini 3.6 Flash and 3.5 Flash-Lite, both with 150+ tok/s throughput for agent workflows, but pricing and regional availability aren't disclosed.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K0·R0
17:54
7d ago
AI HOT (Curated Pool)· aihot-apiZH17:54 · 07·21
Anthropic shares how it secures its AI-native software development lifecycle
Anthropic published a blog post on how it secures its own AI-native software development lifecycle. The body currently only shows the title and site navigation; specific practices, toolchains, and metrics are not yet disclosed. Based on the title, the focus is on security design for an AI-native SDLC rather than generic code scanning. I'll hold judgment until the full article is available.
#Code#Anthropic#Claude
editor take
The post is just a title and nav bar — no security details yet. Hold for the full article.
HKR breakdown
hook knowledge resonance
open source
39
SCORE
H0·K0·R0
17:22
7d ago
AI HOT (Curated Pool)· aihot-apiZH17:22 · 07·21
xAI launches Grok for Outlook add-in, putting an AI agent inside your inbox
xAI released a Grok add-in for Microsoft Outlook today. It summarizes long email threads, drafts replies in your own voice, and sweeps the inbox to archive finished conversations and flag messages that need a response. It can also read attachments and search the web or X without leaving Outlook. Available now to all paid X and SuperGrok users via the Microsoft Marketplace. The post doesn't disclose pricing or latency figures.
#xAI#Grok#Microsoft Outlook
editor take
xAI dropped a Grok add-in for Outlook that summarizes threads, drafts replies in your voice, and auto-archives finished conversations.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K0·R1
16:00
7d ago
AI HOT (Curated Pool)· aihot-apiZH16:00 · 07·21
GitHub Copilot launches canvases extension for real-time developer-AI collaboration
GitHub Copilot adds a canvases extension so developers and AI agents can collaborate in real time on a shared canvas, not just chat. The post explains how to build interactive experiences with canvases but doesn't disclose launch date or pricing.
#Agent#GitHub#GitHub Copilot
editor take
GitHub Copilot turns chat into a shared canvas where devs and AI agents edit code and tweak UI in real time.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K0·R0
03:33
7d ago
AI HOT (Curated Pool)· aihot-apiZH03:33 · 07·21
Tencent Hunyuan Launches Hyra-1.0: An AI Agent That Teaches Itself to Code
Tencent Hunyuan released Hyra-1.0, a research agent that recursively improves itself. It writes code, runs tests, analyzes failures, and uses those lessons to refine its own behavior in a loop. The post doesn't disclose specific performance gains or model size, only that it's a practical attempt at recursive self-improvement.
#Code#Tencent Hunyuan
editor take
Tencent's Hyra-1.0 agent writes code, runs tests, and fixes itself in a loop. No performance numbers yet — interesting direction, but hold the hype.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
00:00
7d ago
AI HOT (Curated Pool)· aihot-apiZH00:00 · 07·21
AgentDebugX: An open-source toolkit for failure observability, attribution, and recovery in LLM agents
LLM agent failures are hard to debug because the error step is rarely the root cause. AgentDebugX wraps debugging into a Detect-Attribute-Recover-Rerun loop, with DeepDebug doing multi-turn root-cause diagnosis via global trajectory understanding and cross-examination. On the Who and When benchmark, strict attribution accuracy hits 28.8% on qwen3.5-9b, 7.1 points above the strongest single-pass baseline. On GAIA, a single rerun fixes 13 of 73 failed tasks, lifting overall accuracy from 55.8% to 63.6%. The toolkit ships as a Python library, CLI, web console, and installable agentic skill, plus an opt-in Error Hub for sharing scrubbed failure-diagnosis-repair bundles.
#Kunlun Zhu#Xuyan Ye#Zhiguang Han
editor take
AgentDebugX debugs agent failures with multi-turn root-cause diagnosis, fixing 13 of 73 failed GAIA tasks in one rerun and lifting accuracy from 55.8% to 63.6%.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
00:00
7d ago
AI HOT (Curated Pool)· aihot-apiZH00:00 · 07·21
OpenRouter launches Prompt Caching + Sticky Routing to cut multi-turn agent costs
This post breaks down the economics: cache reads cost 0.1x–0.5x of normal input, but writes can cost more. Claude Sonnet 4.6 input is $3/M, cache read is $0.3/M, but a write is 1.25x. For multi-turn agents reusing system prompts and tool definitions, the savings add up. The catch: without sticky routing, the next turn might hit a cold provider and you pay full price. OpenRouter's Sticky Routing pins sessions to the provider holding the warm cache, and session_id enforces this from turn one. Four causes of cache misses are listed: prompt too short, expired cache, changing prefix, or provider switch.
#OpenRouter#Anthropic#OpenAI
editor take
Cache reads at 0.1x input, but writes cost 1.25x—cheaper only if your agent reuses the same system prompt across multiple turns.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
2026-07-20 · Mon
16:01
8d ago
AI HOT (Curated Pool)· aihot-apiZH16:01 · 07·20
Replit launches unified toolbar with DB, 2FA, and SEO scanner
Replit bundles database, 2FA, and SEO scanner into a single toolbar so developers can access them without digging through menus. The post doesn't specify which databases are supported, what 2FA methods are available, or how deep the SEO scanner goes.
#Replit
editor take
Replit shoves database, 2FA, and SEO scanner into one toolbar so you don't dig through menus. The post doesn't say which databases or 2FA methods.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
13:45
8d ago
AI HOT (Curated Pool)· aihot-apiZH13:45 · 07·20
Kunlun open-sources Matrix-Game 3.5, a real-time interactive world model running 720p on a single GPU
Kunlun released Matrix-Game 3.5 at WAIC 2026 as open source. It uses Patch Memory for long-term memory and Warped PRoPE for geometric consistency, generating streaming 720p video at ~20 FPS on a single GPU. The post doesn't disclose the license or parameter count.
#昆仑万维#WAIC 2026
editor take
Single-GPU 720p streaming video generation at ~20 FPS, but the post doesn't disclose parameter count or license — I'd discount it for now.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
12:21
8d ago
AI HOT (Curated Pool)· aihot-apiZH12:21 · 07·20
LoRA Speedrun leaderboard: fine-tune Qwen2.5-1.5B on GSM8K in 6m05s, hitting 61.1% accuracy
Saivineeth147 launched a LoRA fine-tuning speedrun: fixed task, fixed hardware, public wall-clock leaderboard. The goal is to fine-tune Qwen2.5-1.5B on GSM8K as fast as possible while hitting a reasonable accuracy. The current top entry clocks 6 minutes 5 seconds at 61.1% accuracy. The leaderboard ranks by wall time; code and submissions are open on GitHub. The post doesn't disclose the GPU used, batch size, or LoRA rank, and doesn't clarify whether 61.1% is strong or barely passing on GSM8K—treat this as an engineering optimization experiment, not a model capability benchmark.
#Fine-tuning#Benchmarking#Saivineeth147#Qwen
editor take
A fixed-task, fixed-hardware LoRA speedrun leaderboard—6m05s top entry, but the post doesn't name the GPU or say whether 61.1% on GSM8K is any good.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
03:54
8d ago
AI HOT (Curated Pool)· aihot-apiZH03:54 · 07·20
MiniCPM-Robot series open-sourced: 1.5B VLA model for robot manipulation
ModelBest and OpenBMB open-sourced the MiniCPM-Robot series: MiniCPM-RobotManip (1.5B params) is a general VLA model for robotic arm control, and MiniCPM-RobotTrack (0.9B params) handles mobile tracking. Both are open-source, but the post doesn't disclose training data size, hardware requirements, or benchmark results.
#Robotics#面壁智能#OpenBMB#MiniCPM-RobotManip
editor take
ModelBest open-sourced a 1.5B VLA model for robot arms, but the post doesn't disclose training data or benchmarks — I'd hold off on excitement.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K0·R0

more

feeds

admin