ax@ax-radar:~/all $ grep -v 'tier=excluded' stream.log
40 srcsignal 72%cycle 04:32

all posts

50 items · updated 3m ago
RSS live
2026-07-08 · Wed
08:46
20d ago
Hacker News Frontpage· rssEN08:46 · 07·08
Someone decoded the obfuscated bash script printed on a Uniqlo t-shirt
Akamai designed a Uniqlo 'Peace for All' t-shirt with a base64-encoded bash script on the back. Decoded, it's a colorful sine-wave animation looping 'PEACE FOR ALL'. The author used OCR and Claude to transcribe it, and noted another shirt in the same line has truncated, non-functional code.
#Akamai#Uniqlo#Claude
editor take
Akamai printed a base64 bash script on a Uniqlo shirt — decode it and you get a terminal sine-wave animation.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
08:37
20d ago
Hacker News Frontpage· rssEN08:37 · 07·08
Geosql: Turn Claude/Codex into a geospatial analytics agent
Geosql is an open-source skill that lets Claude or Codex run geospatial SQL queries directly. Ask 'how many gas stations in this area' and the model generates the SQL and returns results. The repo has 157 stars and 22 forks. The post doesn't specify supported data sources or accuracy, but the idea is straightforward: query geospatial databases with natural language, skipping manual spatial queries.
#Code#Claude#Codex#dekart-xyz
editor take
A skill that lets Claude/Codex run geospatial SQL queries directly—ask about gas stations in an area and get results.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
07:06
20d ago
AI Chat-Group Daily (群聊日报)· atomZH07:06 · 07·08
Anthropic extends Fable 5 for 5 days; OpenAI teases GPT-5.6 on Thursday
Anthropic extended Fable 5 paid access to July 12, seen as a tactical move ahead of GPT-5.6. OpenAI announced GPT-5.6 Sol/Terra/Luna for Thursday with previews expanding. Two methodology threads: externalizing task state for "set and forget" AI, and making all tasks long-running to boost token usage while cutting hands-on time. Reuters reports Beijing may restrict overseas access to top Chinese AI models. Metagent founder-investor equity dispute goes public.
#Anthropic#OpenAI#Metagent
editor take
Anthropic extended Fable 5 paid access to July 12, the day after GPT-5.6 drops — clear tactical positioning.
HKR breakdown
hook knowledge resonance
open source
55
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
05:25
20d ago
● P1Hacker News Frontpage· rssEN05:25 · 07·08
Researchers discover GitHub Copilot cross-repo memory flaw leaking private code
Noma Security tricked GitHub Copilot's AI coding agent into leaking private repo contents. They planted bait code in a public repo, then prompted the agent to recall context it had absorbed from a private repo, causing it to output snippets it shouldn't share. The attack exploits the agent's cross-repo memory. The post doesn't say whether GitHub has patched this yet. Worth noting: the attacker needs prior knowledge of what's in the private repo—this isn't indiscriminate leakage, but it exposes a real permission-boundary gap in AI coding tools.
#GitHub#GitHub Copilot#Noma Security
why featured
Featured · importance 92 · hook + knowledge + resonance
editor take
Researchers tricked GitHub's AI coding agent into leaking private repo code via prompt injection across repositories — GitHub patched it, but cross-repo memory attacks are a pattern to watch.
sharp
Noma Labs found a clever attack path: plant malicious instructions in a public repo, let GitHub Copilot's AI agent read and remember them, then watch it leak private code into a public PR when working on a different repo. Both sources point to the same Noma blog post, so this is a single research team's finding — but HN pushing it to the front page tells you the community is on edge about AI agent security boundaries. The attack works because Copilot's agent carries context across repositories — it remembers instructions from one task and applies them to the next. The researchers demoed the full chain with a PoC called GitLost, and GitHub confirmed and patched it. I'd discount this slightly: no independent reproduction has surfaced yet, and we don't know how long the vulnerability existed before the fix or whether anyone exploited it in the wild. The bigger story isn't this one bug — it's that AI coding agents now have read/write access, cross-file memory, and the ability to execute actions. That combination is a much larger attack surface than plain code completion ever was.
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
01:32
20d ago
Product Hunt · AI· rssEN01:32 · 07·08
Willow launches Frontier Pro, claims world's fastest and most accurate dictation model
Willow Voice launches two new voice AI models: Frontier Pro and Frontier Mini. Pro targets fast, accurate, polished writing; Mini is free and unlimited, claiming better speed and accuracy than rivals. The post doesn't disclose specific latency or accuracy numbers, only the 'world's fastest and most accurate' claim. Willow is YC-backed, launched in 2025, and previously won Product Hunt's Everyday Communication Award.
#Willow Voice#Y Combinator#Product Hunt
editor take
Willow Voice launches Frontier Pro and free Mini, but only claims 'world's fastest' with no latency or accuracy numbers.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
01:20
20d ago
Product Hunt · AI· rssEN01:20 · 07·08
LemonLime: Automate your existing workflows with a single prompt.
LemonLime launched today on Product Hunt, promising to automate existing workflows with a single prompt. It connects to your tools, studies your business, and self-creates specialized AI agents and automations. It also surfaces suggested automations you can implement with one click. The post doesn't disclose the underlying model, pricing, or specific integrations.
#LemonLime
editor take
LemonLime launches today claiming to automate workflows from a single prompt, but no model or pricing details yet.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
00:32
20d ago
Hacker News Frontpage· rssEN00:32 · 07·08
rlm-workflow: treat chat as CLI, use a kanban pipeline for coding
rlm-workflow is a skill for coding agents like Cursor and Codex. Its core idea: don't pass requirements, code analysis, or implementation plans through the chat window—use chat only as a CLI. It models a kanban workflow with five sequential phases: requirements, as-is analysis, to-be design, implementation summary, and manual QA. Each phase outputs a locked markdown doc; the next phase can't start until the previous one passes. After a run, it updates DECISIONS.md and STATE.md for traceability. The author claims this reduces context rot, cuts token usage, and makes the process human-readable. The post doesn't specify which IDEs or agent frameworks are supported beyond Codex and skills.sh.
#Code#rlm-workflow#Codex#Cursor
editor take
Lock requirements in markdown docs, use chat as CLI only—cuts context rot and token waste.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·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
00:08
20d ago
Hacker News Frontpage· rssEN00:08 · 07·08
Fortress: a stealth Chromium so your AI agents stop getting blocked
Fortress is a modified Chromium that makes AI agents look like regular browsers to avoid bot detection. The GitHub repo is live but the post doesn't disclose which stealth techniques it uses, performance overhead, or whether it bypasses Cloudflare-level protections.
#Fortress#Chromium#GitHub#Open source
editor take
Fortress tweaks Chromium to make AI agents look human, but the post doesn't say if it beats Cloudflare.
HKR breakdown
hook knowledge resonance
open source
65
SCORE
H1·K1·R0
00:00
21d ago
● P1OpenAI Blog· rssEN00:00 · 07·08
OpenAI launches GPT-Live full-duplex voice model supporting simultaneous listening and speaking
OpenAI rolled out GPT-Live, a new voice model family that replaces the turn-based Advanced Voice Mode. Built on a full-duplex architecture, it can listen and speak simultaneously, use backchannel cues like 'mhmm,' and stay quiet when you pause to think. For tasks requiring search or deeper reasoning, GPT-Live delegates to GPT-5.5 in the background while keeping the conversation going. Two versions—GPT-Live-1 and GPT-Live-1 mini—are rolling out to ChatGPT users globally today, with API access planned soon. In OpenAI's human evaluations on 5–10 minute conversations, GPT-Live-1 was strongly preferred over Advanced Voice Mode on overall preference, turn-taking, interruptions, and conversational flow.
#Audio#Reasoning#Agent#OpenAI
why featured
Featured · importance 100 · hook + knowledge + resonance
editor take
OpenAI split the voice model into a front-end conversationalist and a back-end delegator to GPT-5.5 — full-duplex is the real architectural shift here.
sharp
OpenAI dropped GPT-Live, covered by their own blog post and an HN thread — both pointing to the same official source. The real change isn't a smarter model, it's the architecture: full-duplex means it listens and speaks simultaneously, no more waiting for you to stop talking. They show it giving backchannel cues like "mhmm" and staying quiet when you pause. The other piece is delegation. GPT-Live handles the conversation flow, and when something needs search or reasoning, it hands off to GPT-5.5 in the background, then weaves the result back in. That fixes the old problem where voice models froze up on hard questions. Two versions are rolling out now — GPT-Live-1 and GPT-Live-1 mini — on ChatGPT first, API later. I'd discount the "dramatically more natural" framing a bit. The human eval comparisons are against their own Advanced Voice Mode, not competitors. No pricing, no latency numbers, no API timeline. The HN thread is just a title with no extra signal. Read this as an architecture upgrade, not a revolution in feel — yet.
HKR breakdown
hook knowledge resonance
open source
100
SCORE
H1·K1·R1
00:00
21d ago
Computing Life · Share (鸭哥 research reports)· rssZH00:00 · 07·08
AI cut the low-gear tasks—and made rest harder
AI first eliminated low-gear tasks like formatting, data moving, and boilerplate code. Workflows sped up, but people lost chances to downshift. A BCG/Harvard Business Review study of 1,488 US workers calls the fatigue from continuously monitoring AI output 'AI brain fry.' Switching tasks doesn't equal rest—email, industry news, and AI summaries still demand judgment. Real recovery requires stopping three kinds of input: information, choices, and goals. A PLOS ONE meta-analysis links sub-10-minute micro-breaks to higher vigor and lower fatigue, though a few minutes usually isn't enough for complex cognitive recovery. A Microsoft WorkLab EEG study of 14 people suggests 10-minute gaps between meetings can block stress accumulation but don't mean the brain is ready for hard judgment again. The article offers a low-input rest protocol: keep the phone away, do a no-judgment action, and after 15 minutes write only one next step.
#BCG#Harvard Business Review#Microsoft WorkLab
editor take
AI cut the low-gear tasks—formatting, data moving—so people stay stuck in judgment mode longer; BCG calls this 'AI brain fry.'
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R1
2026-07-07 · Tue
23:40
21d ago
Product Hunt · AI· rssEN23:40 · 07·07
Osaurus: Open source AI agents that run 100% locally on your Mac
Osaurus is an open-source macOS harness for AI agents that runs fully offline. Built in Swift, it supports any model, persistent memory, autonomous execution, and cryptographic identity. Data stays on your machine. It's free, has 986 followers and 616 upvotes, and ranked #2 on Product Hunt today. The post doesn't specify which models are supported or performance benchmarks.
#Osaurus#Product Hunt#Open source
editor take
Osaurus is an open-source macOS harness for fully offline AI agents, but the post doesn't list supported models or benchmarks.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
21:02
21d ago
Product Hunt · AI· rssEN21:02 · 07·07
Lispr: Hold a key, speak, and it types anywhere
Lispr is a free voice dictation and translation app for Mac and Windows. Hold a key, speak, release, and your words appear wherever your cursor is. Supports ~99 languages for dictation and 32 for translation, even mid-sentence switching. Median latency is 346 ms. Mic stays off until you hold the key; no audio stored, no account needed, no model download.
#Lispr
editor take
Hold a key, speak, release — Lispr types it anywhere. 346ms median latency, free, no account needed.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
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
19:58
21d ago
● P1TechCrunch AI· rssEN19:58 · 07·07
Microsoft replaces OpenAI and Anthropic models with in-house MAI in Excel and Word
Microsoft is routing a share of user prompts in Excel and Word to its in-house MAI models instead of OpenAI and Anthropic, Bloomberg reported. Microsoft declined to comment further to TechCrunch. The move mirrors cost-cutting at Amazon, Meta, Uber, and others. The article does not disclose the exact switch ratio or savings.
#Agent#Code#Vision#Microsoft
why featured
Featured · importance 88 · hook + resonance
editor take
Microsoft is swapping OpenAI and Anthropic for its own MAI models in some Excel and Word Copilot tasks — cost-cutting is the headline, but we're missing the performance trade-off.
sharp
Bloomberg broke this, TechCrunch followed up — both point to the same core fact: Microsoft is routing some Copilot requests in Excel and Word to its own MAI models instead of OpenAI and Anthropic. TechCrunch adds one useful detail: Microsoft's official response was "nothing further to share," which tells me this wasn't a planned announcement. It's an internal shift that got surfaced by reporters. I'd take this with a grain of salt for now. We have zero data on what percentage of requests got moved, which specific tasks are affected, or how MAI models perform head-to-head against what they're replacing. TechCrunch frames this as part of a broader cost-cutting wave — Amazon, Meta, Uber all tightening token spending — and that context is real, but it doesn't tell us whether MAI is actually good enough or just cheap enough for simple queries. The gap that matters: Microsoft launched seven new MAI models at Build last month, including an agentic coder, but never published benchmarks for the bread-and-butter Copilot tasks like formula generation or document summarization. If they're only offloading low-complexity prompts, this is routine cost optimization. If complex reasoning tasks start moving over, that's when the Microsoft-OpenAI relationship gets interesting.
HKR breakdown
hook knowledge resonance
open source
88
SCORE
H1·K0·R1
19:28
21d ago
TechCrunch AI· rssEN19:28 · 07·07
Discord admits AI moderation bug wrongfully banned over 8,000 users
Discord's AI moderation system has been wrongly flagging spreadsheets, chessboards, game textures, and transparent backgrounds as harmful since May, banning over 8,000 accounts. Another ~200 bans over the weekend finally led the team to identify and fix the bug. All affected accounts are being restored. The post doesn't specify which model or pipeline caused the error, nor whether any collateral data or server access was lost.
#Discord
editor take
Discord's AI moderation flagged spreadsheets and chessboards as harmful, wrongly banning 8,000+ accounts before a weekend fix.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K0·R1
18:24
21d ago
Hacker News Frontpage· rssEN18:24 · 07·07
Kokoro 82M-param TTS model delivers high-quality speech on CPU only
Ariya Hidayat tested the 82M-parameter Kokoro TTS model running entirely on CPU. A single container (Kokoro-FastAPI, ~5 GB) provides an OpenAI-compatible speech API. On a 12-year-old i7-4770K, a short paragraph took 4.7 seconds; on an AMD Ryzen 7 8745HS, 1.5 seconds. The model supports ~50 voices and multiple languages. The post also mentions Speaches as an alternative that bundles Whisper STT.
#Kokoro#Kokoro-FastAPI#Speaches
editor take
82M-parameter Kokoro TTS runs entirely on CPU—4.7 seconds on a 12-year-old i7, 1.5 seconds on a Ryzen 7.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
18:14
21d ago
Hacker News Frontpage· rssEN18:14 · 07·07
Notes on Software Quality: Quality is the absence of problems, but impossible at scale
Anthony Hobday shares a practical take on software quality: it's the absence of problems, gets harder as you approach perfection, and becomes impossible past a certain scale—that's a trade-off, not a bug. He defines six signals: reliability, speed, clarity, efficacy, efficiency, and beauty. The post also challenges common beliefs, like quality being easiest when one person holds the whole interface in their head. No tools or frameworks mentioned; it's a thinking framework for teams and leaders.
#Anthony Hobday
editor take
Anthony Hobday defines software quality as absence of problems, and argues perfection is impossible at scale — a trade-off, not a bug.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·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:31
21d ago
● P1Hacker News Frontpage· rssEN16:31 · 07·07
Liquid AI introduces Antidoom method reducing reasoning model doom loops from 10.2% to 1.4%
Liquid AI introduces Antidoom, a method that targets the exact first token of a repetitive loop in small reasoning models. Using Final Token Preference Optimization (FTPO), it trains the model to prefer coherent alternatives at that single position while leaving the rest of the distribution mostly untouched. On an early LFM2.5-2.6B checkpoint, the loop rate on hard math and coding prompts dropped from 10.2% to 1.4%, and eval scores improved as a result. The approach adapts Antislop and uses chosen/rejected single-token pairs, making it cheaper than RL. The post does not disclose training compute cost or latency impact.
#Reasoning#Code#Liquid AI#LFM2.5-2.6B
why featured
Featured · importance 88 · hook + knowledge
editor take
Liquid AI cut reasoning model doom-loop rate from 10.2% to 1.4% by targeting just the first token of the loop, leaving the rest of the distribution alone.
sharp
This is Liquid AI's own blog post, picked up by two outlets with no independent third-party testing, so treat the numbers as vendor claims for now. They're tackling a familiar pain point with reasoning models: the model gets stuck on a hard problem and starts repeating phrases like "Wait, let me reconsider…" until it burns through the entire context window. The usual fix is a repetition penalty, but that's a band-aid that can hurt overall quality. Liquid's approach is more surgical—they identify the exact token that kicks off the loop and use preference optimization to adjust only that position's output distribution, leaving everything else untouched. On their 2.6B model, the loop rate dropped from 10.2% to 1.4%, and eval scores actually went up because less output was wasted on spinning in circles. Where I'd discount: we've only seen results on one model size (2.6B), no word on larger models or training cost. The method itself is straightforward, but there's no data yet on whether it generalizes to other architectures.
HKR breakdown
hook knowledge resonance
open source
88
SCORE
H1·K1·R0
16:30
21d ago
Hacker News Frontpage· rssEN16:30 · 07·07
Jim's TrueType QR Code Font
A QR code generator packed into a TrueType font. Type a character and it renders the corresponding QR code, handy for embedding codes directly into documents or labels without extra tools. 124 stars on GitHub, open source.
#Code#jimparis#GitHub#Open source
editor take
A TrueType font that renders QR codes as you type—handy for labels and reports without extra tools.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
16:27
21d ago
● P1TechCrunch AI· rssEN16:27 · 07·07
Anthropic expands Claude Cowork to mobile and web platforms
Claude Cowork, Anthropic's desktop agent for non-coding knowledge work like reports and spreadsheets, is now on mobile and web for Max subscribers. You can start a task on desktop, check progress on your phone, and pick up results later even with the laptop closed. Anthropic is repositioning it as a cross-device admin coworker, not just a coding tool for non-devs. OpenAI's Codex is making a similar push. The post doesn't disclose pricing changes or exact rollout timing beyond Tuesday.
#Anthropic#Claude Cowork#OpenAI
why featured
Featured · importance 90 · hook + knowledge + resonance
editor take
Claude Cowork expands from desktop to mobile and web. Anthropic's own blog post, three outlets in lockstep — no disagreement here, just read the official announcement.
sharp
Claude Cowork was desktop-only until now. Anthropic just announced it's coming to mobile and web. All three outlets covering this — TechCrunch, The Verge, AIhot — are working off the same official blog post, so there's no independent testing or conflicting angles. What we know is what Anthropic chose to say: you can pick up tasks across devices, check progress from your phone, and give instructions on the go. I'd read this as a remote control panel for a desktop agent, not a standalone mobile agent. The blog doesn't clarify whether the phone version supports the full desktop feature set, or where the web and mobile boundaries are. Pricing isn't mentioned either — Cowork was already a monthly subscription, and this expansion likely keeps the same model, but that's unconfirmed. If you're already running long tasks in Cowork, mobile access is genuinely useful. If you haven't tried it yet, wait until it ships and see what the phone version actually does before treating this as a mobile agent launch.
HKR breakdown
hook knowledge resonance
open source
90
SCORE
H1·K1·R1
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
15:58
21d ago
Hacker News Frontpage· rssEN15:58 · 07·07
Ilya's 30 essential ML papers, now in a beginner-friendly format
30papers.com repackages Ilya Sutskever's 30 essential ML papers into a beginner-friendly format with explanations and visuals. The post doesn't spell out whether code examples or interactive exercises are included.
#Ilya Sutskever
editor take
Ilya's 30 essential ML papers repackaged with visuals for beginners — good as a reading guide, not a hands-on tutorial.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
15:49
21d ago
Product Hunt · AI· rssEN15:49 · 07·07
Google's agents-cli lets your coding agent scaffold, evaluate, and deploy AI agents in one command
Google open-sourced agents-cli on GitHub, a command-line tool designed for coding agents like Antigravity and Claude Code. It chains scaffolding, evaluation, and deployment to Google Cloud into a single command, targeting Agent Runtime, Cloud Run, or GKE. The Product Hunt listing only gives a feature overview—it doesn't spell out what evaluation signal is used, which agent frameworks are supported, or any pricing and latency numbers. I'd treat it as a Google Cloud agent scaffold for now and wait for the GitHub repo to add real docs.
#Google#Google Cloud#Antigravity#Open source
editor take
Google open-sourced agents-cli: one command to scaffold, evaluate, and deploy agents to Cloud Run. The post doesn't spell out evaluation signals or framework support.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K1·R0
15:48
21d ago
Product Hunt · AI· rssEN15:48 · 07·07
Miora: Scale your creativity on an editable canvas with agent memory
Miora positions itself as an 'Agentic Creative Studio,' not just another AI image tool. It offers an editable canvas for generating multimodal assets and turns auto-built memory into reusable 'Skills' to keep future outputs consistent. The post doesn't disclose the underlying model, pricing, or latency, but the 'one-person creative studio' angle is worth watching—if memory truly persists across sessions, it could save design teams from repetitive prompt engineering.
#Miora
editor take
Miora turns your workflow habits into reusable 'Skills' so design teams can skip the prompt rewrite loop.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
15:16
21d ago
Hacker News Frontpage· rssEN15:16 · 07·07
EU Parliament Chat Control bill passes first round vote
EU Parliament used a procedural trick to revive indiscriminate chat message scanning just before summer break. The post confirms the first-round vote passed but doesn't spell out the scanning scope or technical details.
#EU Parliament#Policy
editor take
EU Parliament passed the first round of Chat Control 2.0, requiring platforms to scan encrypted messages. Multiple sources confirm the vote, but it's only the first round — more negotiations ahead,...
HKR breakdown
hook knowledge resonance
open source
65
SCORE
H0·K0·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:41
21d ago
Hacker News Frontpage· rssEN14:41 · 07·07
Philosophy majors are finding new roles in the AI industry
The New York Times reports that philosophy graduates are being hired by AI companies for alignment, ethics, and prompt engineering roles. The RSS snippet does not disclose specific company names, hiring numbers, or salary figures.
#The New York Times
editor take
NYT says philosophy majors are now in demand for AI alignment and prompt engineering, but no company names or hiring numbers are given — I'd hold off on the hype.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1

more

feeds

admin