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

ax curated

50 items · updated 3m ago
2026-07-10 · Fri
15:14
18d ago
AI HOT (Curated Pool)· aihot-apiZH15:14 · 07·10
Perplexity Launches Cross-Model Credit Usage Analytics
Perplexity rolls out Computer Analytics so you can track credit spending across models in account settings. The post doesn't specify which models are covered or if data refreshes in real time—only that it's live for personal and business users.
#Perplexity
editor take
Perplexity adds cross-model credit tracking in account settings. Live for personal and business users, but no word on which models or real-time refresh.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
13:58
18d ago
AI HOT (Curated Pool)· aihot-apiZH13:58 · 07·10
Baidu Dazi unveils four updates at Chengdu AI Day: personal, enterprise, media kit, and alliance
Baidu Dazi announced four updates at Chengdu AI Day. The personal edition adds browser invocation and smart routing, cutting average task time by 20% and boosting token utilization by 25%, plus cross-device shared memory and enhanced PPT generation, with new Skills like 'Yijing' digital human creation and 'Lingyi' report analysis. The industry-first media kit covers the full workflow from topic selection to review. The enterprise edition supports team collaboration and permission management. The Dazi Alliance launched with China Unicom among early members. In three months since launch, daily queries grew 20x.
#Baidu#Baidu Dazi#Chengdu AI Day#Product update
editor take
Baidu Dazi adds browser calls, smart routing, and a media kit; daily queries grew 20x in 3 months.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K1·R0
07:14
18d ago
AI HOT (Curated Pool)· aihot-apiZH07:14 · 07·10
Elon Musk shares user test: Grok Build builds a 2D game in under 30 min, half the time of Codex
Elon Musk retweeted user @0x0funky's test: Grok Build is the only all-in-one coding agent workflow with built-in image and video generation, matching Codex in quality but faster. The user built a 2D side-scrolling game in under 30 minutes by generating a 6-second character animation video and decompiling it into game sprites via Sprite Forge—previously 1–2 hours with Codex. The agent handles image/video generation without external MCP or services. The post does not disclose pricing, model version, or availability.
#Vision#Elon Musk#Grok Build#Codex
editor take
Grok Build bakes in image/video gen, builds a 2D game in 30 min—but no pricing or availability yet.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
01:45
18d ago
AI HOT (Curated Pool)· aihot-apiZH01:45 · 07·10
Claude Code v2.1.206 Released
Anthropic shipped a minor update to Claude Code, tagged v2.1.206. The release page only shows the title and navigation—no changelog, no patch notes. To find what changed, you'll need to dig into commits or the full changelog.
#Anthropic#Claude Code#Product update
editor take
Claude Code v2.1.206 shipped, but the release page is just a nav bar—no patch notes at all.
HKR breakdown
hook knowledge resonance
open source
20
SCORE
H0·K0·R0
00:20
18d ago
AI HOT (Curated Pool)· aihot-apiZH00:20 · 07·10
Google Research unveils SensorFM, a foundation model for wearable health data
Google Research released SensorFM, a foundation model for wearable health data. It processes raw sensor signals like heart rate and accelerometer readings directly, without converting them into structured tables first. The model is pre-trained on large amounts of unlabeled sensor data and then fine-tuned on specific tasks with few examples, such as detecting arrhythmias or recognizing activity types. The post does not disclose model size, training data scale, or benchmark results, only calling it a step toward general intelligence and interface for wearable health. Worth watching for health AI and wearable developers, but production readiness is unclear.
#Multimodal#Google Research
editor take
Google dropped SensorFM, a foundation model that eats raw heart rate and accelerometer data, but no model size or benchmarks yet—keep expectations in check.
HKR breakdown
hook knowledge resonance
open source
50
SCORE
H0·K0·R0
00:00
18d ago
AI HOT (Curated Pool)· aihot-apiZH00:00 · 07·10
Thinking Machines Lab: AI Should Extend Human Will, Not Replace It
Thinking Machines Lab argues that AI should be shaped by the people who use it, not frozen after training by a few companies. They compare centralized AI to central planning, citing Hayek and Polanyi, and say real value comes from letting organizations continuously adapt models with their own knowledge. Their technical bets: strong multimodal models, tools for customizing weights, richer human-AI interfaces, and open research. No model names or benchmarks are disclosed—this is a mission statement.
#Thinking Machines Lab#Toyota#Mitsuru Kawai
editor take
Thinking Machines Lab published a mission statement with no models or benchmarks, but the tech bets are concrete: multimodal, customizable weights, and open research.
HKR breakdown
hook knowledge resonance
open source
39
SCORE
H0·K0·R0
2026-07-09 · Thu
21:51
18d ago
AI HOT (Curated Pool)· aihot-apiZH21:51 · 07·09
OpenAI launches Sites: turn an idea into a shareable website
OpenAI released Sites, a tool that turns ideas into live, shareable websites. A team member demoed a personal focus app. The post doesn't spell out whether Sites is built on an existing model, what customization it supports, or if it's free.
#OpenAI
editor take
OpenAI launched Sites to turn ideas into live websites, but the post doesn't say which model it uses or if it's free—treat it as a quick prototyping tool for now.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K0·R0
21:27
18d ago
AI HOT (Curated Pool)· aihot-apiZH21:27 · 07·09
OpenAI launches ChatGPT Sites to turn ideas into publishable websites
OpenAI Devs announced ChatGPT Sites on X, letting users turn an idea into a live, shareable website. The post shows a personal focus app built by @prd_008 as an example, but the body doesn't disclose how it works, tech details, or launch timeline.
#OpenAI
editor take
OpenAI announced ChatGPT Sites to turn ideas into live websites, but the post doesn't explain how it works or when it ships.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K0·R0
21:21
18d ago
AI HOT (Curated Pool)· aihot-apiZH21:21 · 07·09
Google launches LiteRT.js for high-performance on-device AI in the browser
Google ported its on-device inference runtime LiteRT to the browser as LiteRT.js. It runs .tflite models natively via WebAssembly, replacing slow JS-based kernels. CPU acceleration uses XNNPACK, GPU uses WebGPU with ML Drift, and NPU support will come through the experimental WebNN API. Benchmarks on an M4 MacBook Pro show up to 3x speedup over existing web runtimes. PyTorch models can be converted in one step, and per-layer quantization is available. An npm package and CodePen demos are live now.
#Google#LiteRT#TensorFlow.js
editor take
Google ported LiteRT to the browser via WebAssembly, running .tflite models with up to 3x speedup on M4 and one-step PyTorch conversion.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
17:10
19d ago
AI HOT (Curated Pool)· aihot-apiZH17:10 · 07·09
OpenAI CEO calls new model 'best ever' in short post
Sam Altman tweeted that the new model is OpenAI's best ever, alongside what he calls their best blog post. The post doesn't disclose the model name, capabilities, or release timeline—only a link to openai.com.
#OpenAI#Sam Altman
editor take
Sam Altman says the new model is OpenAI's best ever, with their best blog post—but no name, capabilities, or timeline disclosed.
HKR breakdown
hook knowledge resonance
open source
25
SCORE
H0·K0·R0
15:01
19d ago
AI HOT (Curated Pool)· aihot-apiZH15:01 · 07·09
OpenAI Seeks Design Partners for GPT-Live API
OpenAI is recruiting design partners to test the GPT-Live API. Developers can apply to build new apps or integrate it into existing products. The post doesn't spell out the API's capabilities, pricing, or release timeline.
#OpenAI
editor take
OpenAI is recruiting design partners for the GPT-Live API, but the post doesn't spell out capabilities, pricing, or timeline — I'd hold off on excitement.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
14:33
19d ago
AI HOT (Curated Pool)· aihot-apiZH14:33 · 07·09
Mistral adds version control for prompts and skills
Mistral introduces a system of record for prompts and skills in Studio. You can version, rollback, and collaborate on prompts like code. The post doesn't disclose supported models or pricing, but the idea is to stop managing prompts via copy-paste.
#Mistral
editor take
Mistral adds version control for prompts in Studio — treat them like code. No pricing or model details yet.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K1·R0
14:01
19d ago
AI HOT (Curated Pool)· aihot-apiZH14:01 · 07·09
TeXada: Local math agent turns handwriting to LaTeX offline
The community built TeXada, a local math agent on MiniCPM5-1B and MiniCPM-V 4.6. It converts natural language to LaTeX, OCRs handwriting or image formulas into editable LaTeX, and fixes LaTeX errors. All inference runs locally with no cloud dependency, ensuring privacy. Targets students, researchers, and developers. Open-sourced on GitHub; models on HuggingFace. The post doesn't spell out OCR accuracy or latency, so take that with a grain of salt.
#Code#OpenBMB#MiniCPM#TeXada
editor take
Community-built TeXada turns MiniCPM into a local math agent: OCR formulas, convert to LaTeX, fix errors, all offline.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K1·R0
08:47
19d ago
AI HOT (Curated Pool)· aihot-apiZH08:47 · 07·09
NVIDIA Releases Nemotron-Labs-3-Puzzle-75B-A9B: A Compressed Hybrid MoE LLM Delivering 2.03x Server Throughput at Matched User Throughput
NVIDIA's new Nemotron-Labs-3-Puzzle-75B-A9B is a compressed hybrid MoE model. It packs 75B total parameters but activates only 9B per inference, delivering 2.03x server throughput at matched user throughput. The post doesn't disclose training data, benchmarks, or open-source plans—only the throughput figure.
#Inference-opt#NVIDIA
editor take
NVIDIA's new MoE model activates only 9B of 75B params, claiming 2x server throughput at matched user throughput.
HKR breakdown
hook knowledge resonance
open source
39
SCORE
H0·K0·R0
00:45
19d ago
AI HOT (Curated Pool)· aihot-apiZH00:45 · 07·09
Robbyant Open-Sources LingBot-VLA 2.0: A 6B Cross-Embodiment Robot Manipulation Model
Robbyant released LingBot-VLA 2.0, an open-source 6B-parameter vision-language-action model for cross-embodiment robot manipulation. It outputs actions directly from visual and language instructions without per-robot retraining. The post does not disclose training data size, hardware requirements, or benchmark comparisons.
#Robbyant
editor take
Open-source 6B VLA model claims cross-embodiment robot control without retraining, but the post lacks benchmarks and data details.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
2026-07-08 · Wed
22:21
19d ago
AI HOT (Curated Pool)· aihot-apiZH22:21 · 07·08
Seedream 5.0 Pro lands on Runway, renders readable text in 14 languages
Seedream 5.0 Pro is now available on Runway. It generates high-detail images from prompts or reference images, with readable in-image text in up to 14 languages. The post does not disclose model size, pricing, or generation speed.
#Vision#Runway#Seedream
editor take
Seedream 5.0 Pro lands on Runway with readable in-image text in 14 languages — handy for posters.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
16:55
20d ago
AI HOT (Curated Pool)· aihot-apiZH16:55 · 07·08
Claude Code: bigger model vs. more effort
Claude Code offers two levers: Model (bigger weights = stronger benchmarks) and Effort (more thinking, file reads, test runs). High effort does more; low effort asks for context. Hallucination is plausible but wrong token sequences from weights. The post doesn't compare actual output quality between the two.
#Claude Code
editor take
Claude Code's Model and Effort are different levers: bigger weights boost benchmarks, more effort makes it read files and run tests. The post doesn't compare actual output quality.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
15:42
20d ago
AI HOT (Curated Pool)· aihot-apiZH15:42 · 07·08
OpenRouter auto-upgrades to Grok 4.5 with no code change
OpenRouter launched ~x-ai/grok-latest, currently routing to Grok 4.3 and auto-upgrading to Grok 4.5 upon release. No code changes needed. The post doesn't disclose the release date or performance details of Grok 4.5.
#OpenRouter#xAI#Grok
editor take
OpenRouter's grok-latest endpoint auto-upgrades to Grok 4.5 when it drops — no code changes needed.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
15:35
20d ago
AI HOT (Curated Pool)· aihot-apiZH15:35 · 07·08
Runway launches Dev platform for direct video model API access
Runway launched Runway Dev today, an API platform for developers to integrate its video generation models into their own apps. The post doesn't disclose pricing, model list, or rate limits—only says 'developers can now build their own video tools.' Good news for teams building video products, but cost and speed details are still missing.
#Runway
editor take
Runway Dev API is live, but no pricing or rate limits yet—I'd hold off on the hype.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
15:00
20d ago
AI HOT (Curated Pool)· aihot-apiZH15:00 · 07·08
Replit launches community profiles and power rankings for vibe coders
Replit rolled out community profiles this week, giving vibe coders a proof-of-work dashboard. Profiles show agent usage and checkpoint activity charts, plus a power ranking for pro users. The post doesn't spell out the ranking algorithm or rewards, but the feature is live—log in, claim your profile, pick your best projects, and share.
#Replit
editor take
Replit added social profiles and power rankings for vibe coders. Algorithm and rewards unclear, but the feature is live.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
14:57
20d ago
AI HOT (Curated Pool)· aihot-apiZH14:57 · 07·08
OpenRouter Chatroom adds one-click zero data retention for private model comparison
OpenRouter Chatroom now offers a one-click zero data retention toggle, letting you compare models side-by-side with full privacy. The post doesn't spell out whether this mode affects response speed or features, but the privacy gain is clear.
#OpenRouter
editor take
OpenRouter Chatroom adds a one-click zero data retention toggle for private model comparisons, but the post doesn't say if it slows things down.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
12:08
20d ago
AI HOT (Curated Pool)· aihot-apiZH12:08 · 07·08
Grad student Kunkun open-sources a Skill management method with tags and flowcharts
Grad student Kunkun open-sourced a method to manage many interdependent Skills. It builds an HTML backend to filter Skills by run mode, link position, and domain, then renders call chains as Mermaid flowcharts for debugging or feature work. A custom "ask me" skill condenses routing decisions into context for the model, keeping human control in complex engineering setups. The project is on GitHub. The post doesn't spell out max Skill count or latency overhead.
#Kunkun#Matt#GitHub
editor take
Grad student Kunkun open-sourced a Skill management system with tag filtering and Mermaid call-chain diagrams for human-in-the-loop control.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
06:05
20d ago
● P1AI HOT (Curated Pool)· aihot-apiZH06:05 · 07·08
China's MIIT warns Claude Code versions 2.1.91–2.1.196 contain backdoor that exfiltrates user data
China's MIIT issued a risk alert stating that Claude Code versions 2.1.91 through 2.1.196 contain built-in monitoring that sends sensitive data—including user location and identity—to remote servers without consent. Affected organizations are advised to immediately audit usage, uninstall or upgrade to a cleaned version, and tighten outbound network controls and traffic monitoring for dev tools. The post does not clarify whether the backdoor was inserted by Anthropic or a third party, nor does it provide the scope of impact or confirmed leak incidents.
#MIIT#Anthropic#Claude Code#Policy
why featured
Featured · importance 92 · hook + knowledge + resonance
editor take
MIIT flags Claude Code 2.1.91–2.1.196 for hidden monitoring that exfiltrates location and identity data without consent.
sharp
This is worth opening because MIIT named Anthropic's dev tool directly—not a generic supply-chain advisory. The affected version range is narrow but covers recent Claude Code releases, so teams using it internally should take it seriously. The post doesn't say whether the backdoor came from Anthropic, a supply-chain attack, or a third-party plugin, and it gives no scope of impact or confirmed leaks. I'd treat this as an audit notice, not proof of a mass exfiltration event. If your team runs Claude Code, check the version first, then review outbound traffic logs for anything odd.
HKR breakdown
hook knowledge resonance
open source
92
SCORE
H1·K1·R1
04:29
20d ago
AI HOT (Curated Pool)· aihot-apiZH04:29 · 07·08
AI Audit Agent Finds 7 Bugs in Cloudflare's CIRCL
zkSecurity's AI audit agent found 7 real bugs in Cloudflare's CIRCL crypto library, all fixed. The most severe is a CP-ABE access-control break (Critical), found by zkao alone. The subtlest is a float64 precision loss in threshold RSA that produces wrong key shares (AI rated Critical, Cloudflare rated Low). AI self-assigned severity often mismatched confirmed severity, which the post flags as an interesting insight. All candidates were human-validated; the team notes 'AI findings are cheap, trustworthy reports are not.'
#Cloudflare#CIRCL#zkSecurity
editor take
AI audit agent found 7 real bugs in Cloudflare's crypto library. The float64 precision loss in threshold RSA is the subtlest. AI self-assigned severity often mismatched confirmed severity.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K1·R0
03:03
20d ago
AI HOT (Curated Pool)· aihot-apiZH03:03 · 07·08
Ant Group's Robbyant Open-Sources LingBot-Vision: A 1B Boundary-Centric Vision Model for Dense Spatial Perception
Ant Group's Robbyant open-sourced LingBot-Vision, a 1B-parameter vision foundation model. It uses a boundary-centric design for dense spatial perception, like precisely identifying object edges in crowded scenes. The post doesn't disclose specific benchmarks or use cases, but open-source means developers can use or fine-tune it directly.
#Ant Group#Robbyant#LingBot-Vision#Open source
editor take
Ant Group open-sourced LingBot-Vision, a 1B model for edge detection in cluttered scenes. No benchmarks released—test it yourself.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K1·R0
00:12
20d ago
AI HOT (Curated Pool)· aihot-apiZH00:12 · 07·08
Turn Stanford's Life Design course into a prompt and let Claude plan your life
An author turned Stanford's Life Design course into a full prompt set that guides users through four stages of life planning with Claude. It blends design thinking, flow theory, and positive psychology: users score health, work, play, and love, distinguish gravity problems from designable ones, and generate three five-year life versions. The final output is an 8,000–12,000-word personal life design blueprint. The post doesn't spell out the exact prompt instructions or which Claude version was used.
#Claude#Stanford
editor take
Someone turned Stanford's Life Design course into a Claude prompt that outputs a 10k-word life blueprint. Sounds useful, but the full prompt isn't shared.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
2026-07-07 · Tue
20:22
21d ago
AI HOT (Curated Pool)· aihot-apiZH20:22 · 07·07
Krea 2 launches identity preservation with models and ComfyUI nodes
Krea 2's identity preservation feature is live, keeping faces consistent across generated images. Companion models and ComfyUI nodes are also available. The post doesn't specify reference image count or latency.
#Vision#Krea
editor take
Krea 2's identity preservation is live—faces stay consistent across images, but the post doesn't say how many reference shots or the latency.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
17:48
21d ago
AI HOT (Curated Pool)· aihot-apiZH17:48 · 07·07
NotebookLM launches short video overviews for all English users
NotebookLM's short video overview feature is now live on mobile and web for all English users. The post doesn't specify video length, generation method, or Chinese support, but the team is asking for feedback and feature requests.
#Multimodal#Google#NotebookLM
editor take
NotebookLM now auto-generates short videos from notes—English only, no details on length or generation method, still early.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K0·R0
16:24
21d ago
AI HOT (Curated Pool)· aihot-apiZH16:24 · 07·07
How people are using Claude Cowork
Anthropic analyzed Claude Cowork sessions and found roughly half of usage is 'work around the work'—tasks common across jobs but rarely core responsibilities. The post does not disclose sample size, time range, or industry breakdown.
#Anthropic#Claude Cowork
editor take
Anthropic says half of Claude Cowork usage is 'work around the work'—but no sample size or industry breakdown, so take it with a grain of salt.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
14:49
21d ago
AI HOT (Curated Pool)· aihot-apiZH14:49 · 07·07
Elvis Saravia uses DialAgent to let agents call humans for approval
Elvis Saravia shares how he uses human-in-the-loop to improve agentic loop reliability. All his Claude and Codex agent sessions go through the DialAgent MCP server, which gives each agent a dedicated number and supports voice, SMS, and iMessage as native tools. When an agent processes a PR or new feature and needs a decision, it escalates by calling the human—especially useful when away from the desk. Users can paste instructions to test the call feature. DialAgent offers $5 free credit. The post doesn't specify latency or success rates.
#Elvis Saravia#DialAgent#Claude
editor take
DialAgent gives each Claude/Codex agent a dedicated number to call you for decisions mid-loop. No latency or success rate disclosed yet.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
14:14
21d ago
AI HOT (Curated Pool)· aihot-apiZH14:14 · 07·07
Ethan Mollick: Open-weight model supply may not last
Wharton professor Ethan Mollick argues that the flow of frontier open-weight models won't continue indefinitely, or even for much longer. The post doesn't spell out the reasons or timeline.
#Ethan Mollick
editor take
Ethan Mollick says frontier open-weight models won't last much longer, but doesn't say why or when.
HKR breakdown
hook knowledge resonance
open source
60
SCORE
H1·K0·R1

more

feeds

admin