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

curated · 2026-06-12

15 items · updated 3m ago
2026-06-12 · Fri
22:48
14h ago
NEWAI 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
why featured
The author ran a three-pass comparison with Claude Fable 5, broke down 'human touch' into the actionable concept of 'presence,' and open-sourced the skill file. Useful for anyone doing AI-assisted writing. Score capped at the featured threshold because it's a personal experime...
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
16:14
20h ago
STILL DEVELOPING · 1dAI 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
why featured
Anthropic's first large-scale public opinion survey carries signal value, but it's ultimately a sentiment report, not a product or technical update. HKR all hit, but lacking a hard product hook — lands at 72, right at the featured threshold.
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
21h ago
NEWAI 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
why featured
OpenRouter published a tutorial on connecting Hermes Agent to its API gateway. The content is setup steps and model routing advice — redundant with existing OpenRouter docs. No new capability, no novel insight. Zero of three HKR axes hit; tier = all.
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
21h ago
STILL DEVELOPING · 1dAI 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
why featured
OpenRouter official tutorial teaching users to append `:floor` to auto-route to the cheapest provider and set a hard budget with `max_price`. Contains a concrete, actionable trick (K hit), but the headline and body are pure documentation — no suspense or emotional resonance (H...
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
21h ago
STILL DEVELOPING · 1dAI 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
why featured
Doubao productizes agent capabilities into a 'Task Mode' with clear features and pricing, useful for those tracking consumer AI app rollouts. But it's a feature update, not a model breakthrough, and lacks a provocative angle — doesn't clear the featured bar.
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
14:11
22h ago
STILL DEVELOPING · 1d● P1AI HOT (Curated Pool)· aihot-apiZH14:11 · 06·12
MiniMax open-sources M3 model with 428B total parameters, 23B active, 1M-token context
MiniMax uploaded M3 weights to HuggingFace, with the tech report and full weights expected in about 10 days. It's a 428B-total-param, 23B-active-param hybrid model using MiniMax sparse attention to push the context window to 1M tokens, plus native multimodal support. Coding and agent scores: SWE-Bench Pro 59.0%, Terminal Bench 2.1 66.0%, SWE-fficiency 34.8%, KernelBench Hard 28.8%, MCP Atlas 74.2%. MiniMax Code tool and API platform launched alongside. The post doesn't disclose training data, inference cost, or license terms — I'd hold off on usability judgments until the report drops.
#Code#Agent#Multimodal#MiniMax
why featured
MiniMax's first open-weight flagship release: 428B MoE with 23B active params and 1M context, with benchmark scores directly competing against DeepSeek and Qwen on agent/code tasks. Tech report still pending and weights just landed — clear info gaps — but the open-source move ...
editor take
MiniMax dropped a 428B MoE model with 23B active params and 1M context window. Only a HuggingFace page and one Chinese brief so far — no technical report or pricing yet.
sharp
I'd take this with a grain of salt for now. Both sources are pointing at the same HuggingFace model card — no independent benchmarks, no MiniMax blog post, no technical report. The headline numbers are a 428B total / 23B active MoE with a 1M context window. If those hold, it's in the same weight class as DeepSeek-V3 and Qwen's MoE lineup, but with fewer active params than DeepSeek-V3's 37B, which could mean cheaper inference. What's missing: any benchmark comparisons, training data details, license terms, API pricing. The Reddit post is behind a block wall, so the only real source is the HF page. The fact that MiniMax — previously API-only — is releasing open weights is the actual signal here. Whether the model is any good, we won't know until someone runs it.
HKR breakdown
hook knowledge resonance
open source
94
SCORE
H1·K1·R1
03:40
1d 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
why featured
A practical open-source tool with a concrete workflow, but the use case (WeChat article formatting) is niche for an AI-professional audience. The post doesn't disclose custom CSS or image library support. H and K hit, R misses — lands in all tier.
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
1d 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
why featured
A tool-sharing tweet offering a PRD-generation prompt, but the body discloses no test results, supported models, or effect comparison — low information density. Misses all three HKR axes, low-value content, tiered as all.
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
1d 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
why featured
Apple Health app redesign with card layout and nutrition recognition is notable for consumers but thin on AI substance — the visual intelligence is an extension of existing camera capabilities, not a new model or capability. Perimenopause tracking is a feature update, not an A...
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
1d 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
why featured
A practical agentic coding workflow post. K-axis delivers (three skills + five-step process + file conventions), but H and R are weak — it's tooling content, not news. Importance sits in the 60-71 band, suitable for 'all' tier for interested readers, not featured.
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
1d 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
why featured
Codex rate limit rollover is a solid product fix, but the change is small and the post omits three key details: pricing, storage cap, and expiry. Hits H and K, weak on R — irrelevant to non-Codex users. Score 62, tier all, good enough.
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