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

curated · 2026-06-12

25 items · updated 3m ago
2026-06-12 · Fri
22:48
45d ago
AI HOT (Curated Pool)· aihot-apiZH22:48 · 06·12
Oran Ge open-sources a writing skill to keep AI edits from losing the human voice
Oran Ge had Claude Fable 5 polish copy three times and noticed the edits got more refined but lost the human feel. After discussing it with the AI, he pinned the problem on 'presence'—a writer's specific position and cost that AI can't replicate. He built a skill to preserve that human texture when using AI to revise self-written or dictated drafts. The skill is open-source and free on GitHub.
#Oran Ge#Claude Fable 5#Open source
editor take
He turned 'AI polish kills voice' into a reusable skill file on GitHub—useful if you're revising your own drafts or dictations and want to keep the human texture.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R1
20:38
45d ago
AI HOT (Curated Pool)· aihot-apiZH20:38 · 06·12
Google sues Chinese cybercrime group Outsider Enterprise for AI-powered scams targeting hundreds of thousands
Google sued a Chinese group called Outsider Enterprise, alleging they used AI to scam hundreds of thousands of people. The group sent 2.5 million text messages in two weeks with AI-generated scripts. The post doesn't specify which AI models or techniques were used, but the scale is notable.
#Google#Outsider Enterprise
editor take
Google sues Chinese group Outsider Enterprise for AI-generated scam texts—2.5M messages in two weeks.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
18:03
46d ago
AI HOT (Curated Pool)· aihot-apiZH18:03 · 06·12
Ukraine's one-time test used fully autonomous drones to kill Russian soldiers
Ukraine conducted a one-time combat test where fully autonomous drones killed Russian soldiers. Full autonomy is rare, but Ukraine is now installing AI modules on drones and robots at scale. The post does not disclose the exact date, location, or drone model used in the test.
#Ukraine#Russia#Ars Technica
editor take
Ukraine's one-time combat test used fully autonomous drones to kill Russian soldiers—no date, location, or model disclosed.
HKR breakdown
hook knowledge resonance
open source
39
SCORE
H0·K0·R0
17:26
46d ago
AI HOT (Curated Pool)· aihot-apiZH17:26 · 06·12
Google sues Chinese cybercrime group that used AI to send 2.5M scam texts
Google filed a federal lawsuit in the Southern District of New York against a Chinese cybercrime group called 'Outsider Enterprise.' The complaint says the group used AI to generate scam texts, sending 2.5 million messages in two weeks and hitting hundreds of thousands of victims. They impersonated Google and others with fake investments and job offers, running the operation through 300+ Google Ads accounts and multiple Gmail accounts. Google is suing under RICO, trademark infringement, and breach of contract, seeking to shut the operation down. The post doesn't disclose specific financial losses or individual defendant identities.
#Google#Outsider Enterprise#Policy
editor take
Google sues a Chinese group that used AI to write scam texts, 2.5M messages in two weeks.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K0·R1
17:18
46d ago
AI HOT (Curated Pool)· aihot-apiZH17:18 · 06·12
$130 billion in data center projects blocked by protests so far this year
Ars Technica reports that data center projects worth $130 billion have been blocked by protests in the first half of 2026. Local residents and environmental groups oppose land use, water consumption, and grid strain. Some communities now share playbooks for fighting these projects, and the article argues this momentum will make future approvals harder.
#Ars Technica#Policy
editor take
$130B in data center projects blocked by protests in H1 2026, with communities now sharing playbooks to fight land, water, and grid impacts.
HKR breakdown
hook knowledge resonance
open source
78
SCORE
H1·K1·R1
16:14
46d ago
AI HOT (Curated Pool)· aihot-apiZH16:14 · 06·12
Anthropic's first public survey: nearly half of Americans want AI to cure diseases, over 60% fear job loss
Anthropic ran an online survey of ~52,000 Americans via YouGov in Nov–Dec 2025, weighted to census benchmarks. 48% ranked curing diseases like cancer as the top hope; 36% want AI to assist people with disabilities. On the worry side: 64% fear job losses, 56% worry about cognitive dependence, 52% about misinformation. Over 70% support government regulation, with privacy (56%), child safety (52%), and accountability (49%) as top concerns. Only 15% trust AI companies to make decisions on their own. Partisan and regional splits are small on most issues. The post doesn't share the full questionnaire or crosstab details.
#Anthropic#YouGov
editor take
Anthropic's own survey of 52K Americans: curing disease tops hopes, job loss tops fears, 70%+ want regulation, only 15% trust AI companies to self-govern.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R1
16:00
46d ago
AI HOT (Curated Pool)· aihot-apiZH16:00 · 06·12
OpenRouter explains how its model routing picks models, providers, and handles failover
OpenRouter published a technical post breaking its routing into two layers: model routing decides which model answers, and provider routing decides which provider serves that model. By default, traffic is distributed with inverse-square price weighting, so cheaper providers get more requests. You can override provider order, set a price ceiling, or use :nitro and :floor suffixes to control latency and cost. Failover uses a models array to try the next model if one errors. The Auto Router mode lets OpenRouter pick the model for you. The post also admits OpenRouter isn't a fit for teams that need local deployment or full control over the inference environment.
#OpenRouter#Anthropic#OpenAI
editor take
OpenRouter breaks routing into model selection and provider selection, with price-weighted traffic by default.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H0·K1·R0
16:00
46d ago
AI HOT (Curated Pool)· aihot-apiZH16:00 · 06·12
How to Use Hermes Agent with OpenRouter: Setup, Models & Routing
OpenRouter published a tutorial on connecting Hermes Agent to their API gateway. Hermes Agent is Nous Research's open-source CLI agent, not the Hermes 3 or 4 models—a common confusion. With OpenRouter, one API key gives access to 400+ models from 60+ providers with automatic failover. Default model is Claude Sonnet, but you can swap it. Config lives in ~/.hermes/config.yaml; you can offload side tasks like titling or vision to cheaper models. The agent is MIT-licensed; you only pay for token usage. The post doesn't disclose specific pricing—check openrouter.ai/pricing.
#Agent#OpenRouter#Nous Research#Hermes Agent
editor take
OpenRouter's tutorial shows how to hook Hermes Agent to its gateway: one key for 400+ models with auto-failover.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
16:00
46d ago
AI HOT (Curated Pool)· aihot-apiZH16:00 · 06·12
How to Get the Lowest-Cost LLM Inference on OpenRouter
OpenRouter published an official guide on minimizing LLM inference costs. The key trick: append `:floor` to your model slug to automatically route to the cheapest provider. For Llama 3.3 70B, input prices range from $0.10 to over $1.00 per million tokens across providers; `:floor` picks the lowest. Use `max_price` for a hard budget cap—requests fail if no provider qualifies. Start with free models: 50 requests/day on a free account, 1,000/day after adding $10 in credits. Caveat: the cheapest price may be a quantized endpoint; filter with `quantizations` if precision matters.
#OpenRouter#Llama 3.3 70B
editor take
OpenRouter's official guide: append `:floor` to auto-route to the cheapest provider—Llama 3.3 70B input prices vary 10x across providers.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K1·R0
15:33
46d ago
AI HOT (Curated Pool)· aihot-apiZH15:33 · 06·12
ByteDance Doubao adds Task Mode for scheduled execution, web and PPT generation
Doubao now bakes Agent capabilities directly into the app: scheduled task execution, no-code web page generation, one-click PPT creation, and data visualization. The former Thinking Mode is upgraded to Expert Mode, running on Doubao Model 2.0 Pro for deeper reasoning. The app top bar now shows three modes: Quick, Expert, Task. Basic features are free; paid tiers start at ¥68/month for Standard, ¥200/month for Enhanced, and ¥500/month for Professional. The post does not disclose task-mode latency, success rates, or benchmarks for Expert Mode.
#Code#ByteDance#Doubao
editor take
Doubao bakes Agent capabilities into the app's top bar—scheduled tasks, no-code web pages, PPTs—but the post doesn't disclose task success rates or latency.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
11:01
46d ago
AI HOT (Curated Pool)· aihot-apiZH11:01 · 06·12
DeepMind launches robotics accelerator with 15 startups
Google DeepMind has kicked off its robotics accelerator with 15 startups. The three-month program offers AI stack, Gemini Robotics models, and hands-on team support to push physical AI in Europe. The post doesn't spell out each startup's focus or technical details.
#Google DeepMind
editor take
DeepMind's robotics accelerator picked 15 European startups, offering Gemini Robotics models and team support. The post doesn't name their focus areas.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
10:00
46d ago
AI HOT (Curated Pool)· aihot-apiZH10:00 · 06·12
OpenAI launches three free courses on practical AI agents for work
OpenAI released three Academy courses for workers who want to apply AI on the job. They cover building repeatable workflows and using AI agents. The post doesn't name the courses, duration, or price—only says they teach practical AI skills.
#OpenAI
editor take
OpenAI dropped three free Academy courses covering prompting to agent workflows, but doesn't name the courses or duration.
HKR breakdown
hook knowledge resonance
open source
45
SCORE
H0·K0·R0
03:40
46d ago
AI HOT (Curated Pool)· aihot-apiZH03:40 · 06·12
Xiaohu open-sources WeChat auto-formatting tool: one command to layout, cover, and draft
Xiaohu (@xiaohu) open-sourced a WeChat article formatting skill set. Give it a link or file path in Claude Code, Codex, or OpenClaw, and it auto-formats, picks from 20 theme colors, generates a cover image, and sends the draft to WeChat—all in one command. Supports non-Markdown files with a visual preview. The post doesn't spell out whether custom CSS or image libraries are supported.
#小互#Claude Code#Codex
editor take
Xiaohu open-sourced a WeChat formatter: give Claude Code a link, it auto-formats, picks colors, generates a cover, and drafts the post.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
02:46
46d ago
AI HOT (Curated Pool)· aihot-apiZH02:46 · 06·12
A PRD prompt designed for AI agents, install and go
The post says humans and AI have different PRD needs in agent development, so it releases a dedicated prompt called qiaomu-ai-prd. Developers generate the doc first, then hand it to AI for coding—claims better feature completeness. Install with one command: npx skills add joeseesun/qiaomu-ai-prd. Prompt and repo link are in replies. The post doesn't disclose benchmark results or supported models.
#Code
editor take
A PRD prompt designed for AI to read before coding. No benchmarks yet—try it yourself.
HKR breakdown
hook knowledge resonance
open source
45
SCORE
H0·K0·R0
02:06
46d ago
AI HOT (Curated Pool)· aihot-apiZH02:06 · 06·12
Apple iOS 27 Health App Overhaul: Card Layout, Nutrition Recognition, Perimenopause Tracking
Apple revamps the Health app in iOS 27 with a card layout and navigation bar for easier browsing. A new visual intelligence feature lets users point their camera (via Siri mode) at food to see processing level, protein, sugar, and a nutrition rating—but no exact calories; requires iPhone 15 Pro or later. Period tracking now supports perimenopause, analyzing long-term cycle irregularities and pushing alerts and guidance. Fitness+ adds perimenopause and menopause workouts. Data sync is faster, and GymKit extends to iPhone, letting users pair with gym equipment without an Apple Watch.
#Apple#iOS 27#Health App
editor take
iOS 27 Health app gets a card layout and food nutrition scanning via camera—no exact calories, requires iPhone 15 Pro.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
00:46
46d ago
AI HOT (Curated Pool)· aihot-apiZH00:46 · 06·12
Shao Meng shares SDD method with three Skills covering spec, implement, verify loop
Shao Meng shares a Spec-Driven Development (SDD) method with three Skills: write product spec, write tech spec, and validate changes match specs. Specs have two layers: PRODUCT.md for user stories and invariants, TECH.md for architecture and implementation strategy, both in specs// directory and submitted with PR. The five-step flow: write product spec, write tech spec, Agent implements per spec, consistency check, end-to-end verification. Skills are portable and not tied to Warp, open-sourced at warpdotdev/common-skills, install via npx skills add warpdotdev/common-skills. The post doesn't spell out how the three Skills are invoked or whether custom templates are supported.
#邵猛#Warp#warpdotdev/common-skills#Open source
editor take
Shao Meng open-sourced a Spec-Driven Dev skill set: write product/tech specs, implement, validate—portable, not tied to Warp.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K1·R0
00:11
46d ago
AI HOT (Curated Pool)· aihot-apiZH00:11 · 06·12
OpenAI Codex lets you bank rate resets, starting with one free use
OpenAI heard users want to use rate resets on their own schedule. Codex now lets you bank unused resets for later. Starting with Go, Plus, Pro, and Business users, each gets one free reset. The post doesn't spell out future pricing or storage limits.
#OpenAI#Codex#Product update
editor take
Codex now lets you bank unused rate resets. Go/Plus/Pro/Business users get one free reset to start.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0

more

feeds

admin