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

ax curated

50 items · updated 3m ago
2026-07-02 · Thu
11:33
26d ago
AI HOT (Curated Pool)· aihot-apiZH11:33 · 07·02
browser-use releases open-source AI video editing Skill "video-use"
browser-use turned video editing into an open-source Skill that coding agents like Codex and Claude Code can run directly. Audio is transcribed via ElevenLabs Scribe into ~12 KB of text with word-level timestamps, speaker diarization, and event markers; a PNG frame is generated only at decision points to keep context small. The pipeline outputs a JSON EDL, renders with ffmpeg, and runs up to three self-evaluation passes. Production details include segment extraction with `-c copy` concatenation, 30 ms audio crossfades, PTS shifting, subtitle overlay last, automatic HDR mapping, vertical scaling, and two-pass loudnorm. Animation engines like HyperFrames, Remotion, and Manim are supported, backed by 12 hard rules.
#Agent#browser-use#ElevenLabs#Codex
editor take
browser-use turned video editing into a Skill for Codex and Claude Code: audio → 12 KB text, PNG frames only at decision points, tiny context footprint.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
08:46
26d ago
AI HOT (Curated Pool)· aihot-apiZH08:46 · 07·02
Google Health API Gets a CLI: ghealth Is an Open-Source Tool for Your Fitbit Data
ghealth wraps the Google Health API in a command-line interface, letting developers pull Fitbit Air data from the terminal without writing REST calls. The post doesn't detail supported queries or auth flow, but a CLI wrapper alone saves time for teams building health data pipelines.
#Google#Fitbit
editor take
ghealth wraps Google Health API in a CLI so you can pull Fitbit data without writing REST calls.
HKR breakdown
hook knowledge resonance
open source
35
SCORE
H0·K0·R0
02:53
26d ago
AI HOT (Curated Pool)· aihot-apiZH02:53 · 07·02
Kunlun Wanwei Tiangong 3.2 launches Skywork Tags, AI agents join work group chats
Tiangong 3.2 drops AI agents directly into Slack, Feishu, DingTalk, and other work group chats. @-mention it to join discussions—no window switching or data migration. The shared agent absorbs team context and eventually outperforms individually tuned versions, so teams end up switching fully. The core pitch is zero migration cost and an agent that gets stronger with group chat history.
#Kunlun Wanwei#Tiangong#Skywork Tags
editor take
Drops an AI agent into Slack/Feishu as a group member—just @ it to join the chat, no window switching.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K0·R0
2026-07-01 · Wed
20:45
27d ago
AI HOT (Curated Pool)· aihot-apiZH20:45 · 07·01
Claude Code v2.1.198 Released
Anthropic released v2.1.198 of Claude Code. The post does not disclose specific changes; only the version number is confirmed from the title.
#Anthropic#Claude Code#Product update
editor take
Claude Code v2.1.198 is a minor patch with no changelog — likely just bug fixes.
HKR breakdown
hook knowledge resonance
open source
35
SCORE
H0·K0·R0
17:17
27d ago
AI HOT (Curated Pool)· aihot-apiZH17:17 · 07·01
Google Cloud Workbench Extension: Run Jupyter Notebooks from VS Code
Google launched a VS Code extension for Workbench Notebooks, letting data scientists connect to cloud Jupyter environments without leaving their local IDE. The extension is fully open-source; users pick a Workbench instance as the kernel directly in VS Code. It eliminates context switching for ML workflows that need local coding and cloud compute.
#Google#Google Cloud#VS Code#Open source
editor take
Google's Workbench Notebooks extension for VS Code lets you code locally and run on cloud compute without switching windows.
HKR breakdown
hook knowledge resonance
open source
39
SCORE
H0·K0·R0
16:00
27d ago
AI HOT (Curated Pool)· aihot-apiZH16:00 · 07·01
Meta shares its AI storage blueprint to reduce GPU idle time at scale
Meta's engineering blog published a deep dive into the storage architecture behind Llama training and internal AI products. The main point: GPU compute roughly triples every two years, but storage and interconnect performance lag, making storage bottlenecks a top cause of GPU stalls. Meta's answer is a BLOB-storage layer built on top of a regional, multi-tenant block layer called Tectonic, which uses erasure coding, tiering across HDD and flash, and smart data placement to bound tail latency and sustain high throughput. The post explains that bursty, latency-sensitive AI training workloads can stall thousands of GPUs on a single slow I/O. It does not disclose specific latency numbers or cost savings, but confirms this BLOB-storage stack is gradually replacing the earlier NFS-based setup used for Llama, aiming to unify data lake access and speed up research iteration.
#Meta#Tectonic#Llama
editor take
Meta's eng blog explains why GPU stalls happen: compute triples every two years, storage lags, and a single slow I/O can stall thousands of GPUs.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H0·K1·R0
15:59
27d ago
AI HOT (Curated Pool)· aihot-apiZH15:59 · 07·01
Zhipu launches ZCode, the official dev environment for GLM-5.2, with 1.5x quota for subscribers
Zhipu released ZCode, the official dev environment for GLM-5.2, supporting macOS, Windows, and Linux. GLM Coding Plan subscribers get 1.5x usage quota, and BYOK is supported for existing subscriptions and APIs. The post doesn't spell out whether ZCode is free for non-subscribers or its pricing.
#Zhipu#GLM-5.2#ZCode
editor take
Zhipu launched ZCode, an official IDE for GLM-5.2. Subscribers get 1.5x quota, but free access and pricing aren't disclosed.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K0·R0
15:33
27d ago
AI HOT (Curated Pool)· aihot-apiZH15:33 · 07·01
xAI launches Voice Agent Builder for human-like voice agents with Grok
xAI released a no-code platform for building voice agents powered by Grok Voice. It costs $0.05 per minute and is available today. The post is brief and doesn't mention supported languages, latency, or telephony integration.
#xAI#Grok
editor take
xAI launched a no-code voice agent builder at $0.05/min, but the post is silent on latency, languages, and telephony.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
08:10
27d ago
AI HOT (Curated Pool)· aihot-apiZH08:10 · 07·01
NVIDIA Open-Sources Nemotron-Labs-TwoTower: A Diffusion LM on a Frozen Autoregressive Backbone
NVIDIA released Nemotron-Labs-TwoTower, an open-weight diffusion language model built on a frozen Nemotron-3-Nano-30B-A3B autoregressive backbone. It combines diffusion-based text generation with a 30B-parameter MoE model (3B active). The post doesn't disclose benchmarks or inference latency. For researchers exploring hybrid architectures or diffusion LMs, this is an experimental release worth watching.
#NVIDIA#Nemotron-Labs-TwoTower#Nemotron-3-Nano-30B-A3B
editor take
NVIDIA open-sourced an experimental diffusion LM on a frozen 30B MoE backbone, but disclosed no benchmarks or latency.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
01:14
27d ago
AI HOT (Curated Pool)· aihot-apiZH01:14 · 07·01
mattpocockuk's guide to writing predictable AI Skills: process over prompts
mattpocockuk's /writing-great-skills guide teaches you how to write stable, predictable AI Skills. The core idea: make the process predictable, not the prompt. Skills come in two types: model-invoked (auto-triggered) and user-invoked (called by user); the description should act as a trigger. Information is structured in three layers—main steps, references, external files—for progressive disclosure. Each step needs a clear completion criterion; splitting Skills controls model attention; leading words compress behavioral instructions. Five failure modes are diagnosed: Premature completion, Duplication, Sediment, Sprawl, and No-op. The No-op test is the litmus for whether a sentence is effective. The post doesn't spell out how to run the No-op test, but the concept is clear.
#mattpocockuk
editor take
mattpocockuk's guide on writing predictable AI Skills: structure info in three layers and use the No-op test to kill useless sentences.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K1·R0
2026-06-30 · Tue
19:44
28d ago
AI HOT (Curated Pool)· aihot-apiZH19:44 · 06·30
NotebookLM Short Video Overviews fully launched on Web English version
Google NotebookLM fully rolls out Short Video Overviews to Web English users, turning complex materials into 60-second vertical videos that explain any concept in depth. Previously limited to AI Ultra and Pro subscribers; free users will get access soon.
#Google#NotebookLM
editor take
NotebookLM's Short Video Overviews are now open to all Web English users, with free access coming soon.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
17:52
28d ago
AI HOT (Curated Pool)· aihot-apiZH17:52 · 06·30
Acti puts AI agents into your smartphone keyboard to act across apps
Singapore-based startup Acti launched an agentic keyboard for iOS and Android that can take actions across email, messaging, and social media, not just suggest words. Founder Young Wang argues existing AI agents are limited because user context is fragmented across apps, while the keyboard sits across all of them. The post doesn't disclose supported models, pricing, or release timeline.
#Acti#Young Wang
editor take
Acti puts an AI agent inside your keyboard to act across apps, but no model or pricing yet.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K0·R1
17:28
28d ago
AI HOT (Curated Pool)· aihot-apiZH17:28 · 06·30
Getting started with loops
Anthropic's official blog explains how to use agentic loops in Claude Code. It defines four levels: turn-based, goal-based, time-based, and proactive loops. The post doesn't include code examples but describes when to use each pattern. A solid primer for developers automating tasks with Claude Code.
#Anthropic#Claude Code
editor take
Anthropic's official post breaks Claude Code loops into four patterns—a solid primer for devs new to automation.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K1·R0
16:59
28d ago
AI HOT (Curated Pool)· aihot-apiZH16:59 · 06·30
Apple Creator Studio gets smarter, faster, and more connected
Apple updated Creator Studio today, focusing on smarter AI assistance, faster rendering, and better device connectivity. The post does not disclose specific technical details or performance improvements beyond the headline claims.
#Apple#Product update
editor take
Apple updated Creator Studio with zero performance numbers or technical details — treat this as a direction, not a release.
HKR breakdown
hook knowledge resonance
open source
39
SCORE
H0·K0·R0
16:02
28d ago
AI HOT (Curated Pool)· aihot-apiZH16:02 · 06·30
Google DeepMind launches Nano Banana 2 Lite and Gemini Omni Flash
Google DeepMind today announced two new models: Nano Banana 2 Lite, a lightweight model for on-device deployment, and Gemini Omni Flash, which handles multimodal input and output with natural language editing. The post does not disclose specific parameters, pricing, or performance benchmarks—only says 'start building.'
#Multimodal#Google DeepMind
editor take
Google DeepMind dropped two new models today, but the post has zero specs, pricing, or benchmarks—just 'start building.'
HKR breakdown
hook knowledge resonance
open source
60
SCORE
H1·K0·R1
15:53
28d ago
AI HOT (Curated Pool)· aihot-apiZH15:53 · 06·30
Grant Sanderson on AI and Math: Fastest Progress, But Don't Call It AGI Yet
Grant Sanderson (3Blue1Brown) argues on the Dwarkesh Podcast that AI's fastest progress is in math, but winning IMO gold doesn't mean AGI. He predicted three years ago it would be just another benchmark. AI can now discover new proofs, but verifying conceptual breakthroughs can take a century. Real-world tasks don't fit RL environments, good writing requires theory of mind AI lacks, and learning still depends on human curation.
#Grant Sanderson#3Blue1Brown#Dwarkesh Patel
editor take
Grant Sanderson says math is AI's fastest frontier, but IMO gold ≠ AGI — verifying a conceptual breakthrough can take a century.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
09:00
28d ago
AI HOT (Curated Pool)· aihot-apiZH09:00 · 06·30
OpenAI Signals data maps how ChatGPT adoption deepened and spread globally
OpenAI published Signals data tracking how individual ChatGPT usage evolved. Six months after signup, users sent 50% more daily messages and doubled the distinct tasks they tried. Since July 2023, weekly active users grew fastest in Africa and Asia, and lower-HDI countries saw the steepest relative growth. Non-English users now make up over half of active users, led by Spanish, Portuguese, and Arabic. By name-based gender inference, users with typically female names now account for the majority of global usage. The post does not disclose absolute user counts or paid conversion rates.
#OpenAI#ChatGPT
editor take
OpenAI's first public Signals data: 6 months in, users send 50% more messages daily; non-English speakers now majority.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H0·K1·R0
06:45
28d ago
AI HOT (Curated Pool)· aihot-apiZH06:45 · 06·30
Tesla Cybercab production version begins public road engineering tests in Austin
Tesla has started public road engineering tests of the production Cybercab in Austin, Texas, with no steering wheel or pedals. Musk confirmed and shared a video. A safety attendant is onboard but no driver controls exist. It took about 20 months from concept reveal to road testing. 34 units are testing in downtown Austin, not yet open to passengers, focusing on hardware reliability. Austin already operates driverless robotaxis with Model Y, with paid service launched June 22.
#Tesla#Elon Musk#Austin
editor take
Production Cybercab hits Austin streets with no wheel or pedals — 20 months from concept to real-world test.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
04:40
28d ago
AI HOT (Curated Pool)· aihot-apiZH04:40 · 06·30
X launches hosted X MCP, letting AI agents call X API directly
X released a hosted X MCP service so AI agents can call X API directly via MCP for real-time data, with Grok and Cursor already supported. Personal devs pay $0.01 per call; one user pulled three days of bookmarks for $0.10. Setup involves creating an app, funding it, getting a config ID, then handing off to Codex or Claude for authorization. The post doesn't mention free tiers or enterprise pricing.
#Agent#X#Grok#Cursor
editor take
X now has an official MCP endpoint for AI agents at $0.01 per call—one user pulled 3 days of bookmarks for $0.10. No free tier mentioned.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
04:01
28d ago
AI HOT (Curated Pool)· aihot-apiZH04:01 · 06·30
The AI jobs debate just got messier
A Ramp and Revelio Labs report tracking ~22,000 companies finds that high-intensity AI adopters ($30/employee/month in first 3 months) grew headcount by 10.2%, with entry-level roles up 12%. That counters the narrative that AI kills junior jobs first. The report doesn't clarify whether new roles are AI-related or traditional, nor does it separate organic growth from AI-driven growth. Correlation isn't causation, but heavy AI users aren't shrinking.
#Ramp#Revelio Labs
editor take
Ramp and Revelio tracked ~22,000 companies: high-intensity AI adopters ($30/employee/month) grew headcount 10.2%, entry-level roles up 12%. That counters the “AI kills junior jobs” narrative, but t...
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R1
01:47
28d ago
AI HOT (Curated Pool)· aihot-apiZH01:47 · 06·30
AI News Radar Major Update: New Self-Media Section, Multi-Platform Account Subscription
AI News Radar rolls out a major update with a new self-media section and multi-platform account subscription. The post does not disclose supported platforms, update details, or release timeline.
#AI News Radar#Product update
editor take
AI News Radar added a self-media section, but the post is paywalled — no details on platforms or timeline.
HKR breakdown
hook knowledge resonance
open source
25
SCORE
H0·K0·R0
2026-06-29 · Mon
21:22
28d ago
AI HOT (Curated Pool)· aihot-apiZH21:22 · 06·29
Claude apps gateway for Amazon Bedrock and Google Cloud
Anthropic launches the Claude apps gateway, letting enterprises run Claude apps directly on Amazon Bedrock and Google Cloud. The post doesn't spell out specific features, but the title confirms this is a productized gateway for two major clouds. Teams deploying Claude on Bedrock or Google Cloud can skip building middleware.
#Anthropic#Amazon Bedrock#Google Cloud
editor take
Anthropic ships a gateway for Bedrock and Google Cloud so you can skip building middleware.
HKR breakdown
hook knowledge resonance
open source
60
SCORE
H0·K0·R0
20:11
29d ago
AI HOT (Curated Pool)· aihot-apiZH20:11 · 06·29
OpenClaw launches native iOS and Android apps for on-the-go agents
OpenClaw has released native iOS and Android apps, letting users run agents on mobile. The app supports channels, tasks, and replies on the go. The post doesn't disclose offline support or latency details.
#OpenClaw
editor take
OpenClaw shipped native iOS/Android apps for running agents on mobile. No word on offline or latency yet.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K0·R1
18:22
29d ago
AI HOT (Curated Pool)· aihot-apiZH18:22 · 06·29
Claude in Microsoft Foundry is now generally available
Anthropic announced that Claude models are now generally available in Microsoft Foundry. Enterprise users can access Claude directly on the platform without extra setup. The post does not disclose specific model versions, pricing, or regional availability.
#Anthropic#Microsoft#Claude#Product update
editor take
Claude is now generally available in Microsoft Foundry, but the post doesn't specify which model version or pricing.
HKR breakdown
hook knowledge resonance
open source
60
SCORE
H0·K0·R0

more

feeds

admin