→Trylle: A Git platform that puts PR review, CI, and automation into one surface
Trylle is a new Git platform that puts code review, CI, and automation into a single interface to reduce tab debt. It supports commenting on real lines, stacked pull requests, and repo-event-triggered automations. CI is compatible with GitHub Actions YAML and runs on Linux, ARM64, and macOS. Built-in features include PR review summaries, automated security scanning (e.g., detecting secrets in Dockerfiles), and granular repo permissions. The post does not disclose pricing details or direct performance comparisons with GitHub/GitLab.
#Trylle
editor take
Trylle merges code review, CI, and automation into one surface to kill tab debt, but pricing and performance comparisons are missing.
→Benchmarking Opus 5 on SlopCodeBench: a real code quality test
A GitHub repo benchmarks Opus 5 on SlopCodeBench, a benchmark for code generation quality. The post doesn't disclose scores or comparison models—only the title and link. Check the repo for raw results if you want to know how Opus 5 actually codes.
#Code#Benchmarking#Opus 5#SlopCodeBench
editor take
Opus 5 got benchmarked on SlopCodeBench for code quality, but the post doesn't share scores or comparisons—dig into the repo yourself.
→Anthropic CEO clarifies: never pushed open-weights ban, backs chip controls and safety testing
Dario Amodei clarifies Anthropic's stance: the company has never advocated banning open-weights models. He sees non-dangerous open models as a public good. His real worries are authoritarian regimes gaining military AI superiority and misuse for cyber or bio attacks—neither is fixed by banning US businesses from using Chinese open models. He backs three measures instead: blocking chip and equipment sales to China plus cracking down on smuggling, targeting industrial-scale distillation, and mandatory safety testing for all sufficiently capable models regardless of openness. He agrees with much of the industry open letter but pushes back on claims that open weights inherently improve safety or favor defenders over attackers.
#Anthropic#Dario Amodei#Chinese Communist Party
why featured
Featured · importance 96 · hook + knowledge + resonance
editor take
Dario Amodei posted a direct blog to clarify his stance. All four outlets are working from the same primary source, so the facts are consistent, but the headline angles diverge noticeably.
sharp
The core of this event is a blog post Anthropic CEO Dario Amodei published on July 27, directly responding to the recent debate over whether the US should ban Chinese open-weight models. All four outlets are working from the same primary source, so there's no factual disagreement — this reads more like Anthropic putting out a controlled statement than multiple outlets digging up independent scoops.
Amodei makes three points. One, Anthropic has never advocated for a blanket ban on open-weight models, and he rejects the accusation that he's pushing for protectionism to shield his business. Two, his real concerns are China using AI for military dominance and powerful models being misused for cyber or bio attacks. Three, the measures he actually supports are chip export controls, cracking down on industrial-scale distillation, and mandatory safety testing for all sufficiently capable models, open or closed.
The headline angles differ. TechCrunch pairs "doesn't oppose open-weight models" with "fears Chinese AI," which makes it sound like he's hedging. Bloomberg is more neutral, emphasizing the rejection of a ban alongside the call for testing. HN just links the original post with Anthropic's official title. I'd flag that this blog is fundamentally a PR clarification — Amodei is trying to distance himself from the "wants to ban open source" narrative while keeping a hard line on China. He admits the safety testing regime he wants would need CCP buy-in and says that "may actually be possible," but offers no concrete path to get there.
→Nadella: Companies that trust one AI for everything may not survive
Microsoft CEO Satya Nadella told CNN's Fareed Zakaria that companies relying entirely on one proprietary AI lab won't survive. He first issued this warning on July 13 and now went further: businesses need their own models or an AI gateway layer to decouple prompts from the underlying model. The post doesn't spell out the gateway's technical specs. The core argument is don't hand over your data and decision logic to a single model provider. Worth noting Microsoft sells Azure AI gateway and Copilot, so the advice isn't neutral—but the 'don't lock into one model' principle holds.
#Satya Nadella#Microsoft#CNN
why featured
Featured · importance 72 · hook + knowledge + resonance
editor take
Nadella warns against single-model lock-in, but Microsoft sells Azure AI gateway and Copilot — discount the neutrality.
sharp
The headline is blunt: companies that trust one proprietary AI lab won't survive. Nadella first said this on July 13, and now he's doubling down on CNN — build your own model or add an AI gateway layer to decouple prompts from the underlying model.
The principle is sound. Handing all your data and decision logic to a single vendor is a real risk. But Microsoft sells Azure AI gateway and Copilot, so this advice isn't coming from a neutral corner. The post doesn't spell out what the gateway actually looks like technically or how to implement it. I'd read this as a signal that multi-model routing is becoming table stakes, not as a concrete architecture recommendation.
→Big Tech credit risks rise sharply as AI spending soars
The FT reports that AI spending is pushing up credit risks for Microsoft, Google, and Amazon. They're borrowing heavily to build data centers, but returns haven't materialized yet. Rating agencies warn that prolonged investment cycles could pressure credit ratings. The article doesn't specify rating changes or exact debt figures, but highlights growing market concern over the 'spend-to-grow' model.
#Microsoft#Google#Amazon
editor take
FT reports Microsoft, Google, Amazon are borrowing heavily for data centers with no AI returns yet—rating agencies are watching for downgrades.
→Spine adds /mission to Claude Code so you can spawn a team of agents from one prompt
Spine launched Medley, a free Claude Code plugin that turns a /mission command into a live task graph. It coordinates Claude Code and Codex workers, lets you review output, and supports BYOK via OpenRouter for models like Kimi and GLM. The post doesn't disclose pricing details beyond 'Free.' One commenter flagged a key gap: it's unclear whether the attention queue uses fixed triggers or the orchestrator's own judgment to decide what needs human review—critical for trusting it on real work.
#Code#Spine#Medley#Claude Code
editor take
Spine's Medley plugin turns /mission into a live task graph for Claude Code and Codex workers. Free, but the attention queue logic isn't disclosed.
→Your Claude shared chats and Artifacts may have ended up on Google
Reddit users found over the weekend that typing site:claude.ai/share into Google surfaced a long list of shared Claude conversations and Artifacts. Some reportedly contained health records, private company docs, and children's names and phone numbers. The root cause: Claude's share feature creates links viewable by anyone with the URL, but Anthropic didn't block search engines from indexing those pages in its robots.txt. TechCrunch confirmed the finding. It's unclear whether this was an oversight or intentional. If you've shared chats, delete sensitive links now.
#Anthropic#Claude#Google
why featured
Featured · importance 88 · hook + knowledge + resonance
editor take
Anthropic forgot to block search indexing on shared Claude chats, exposing health records and company docs on Google.
sharp
This one's worth opening because it's not a sophisticated exploit — it's a config miss with ugly consequences. Reddit users found that searching site:claude.ai/share on Google pulls up a long list of shared Claude conversations. TechCrunch confirmed it. The share feature creates links viewable by anyone with the URL, but Anthropic never told search engines to stay out via robots.txt. So Google indexed them. Some of the exposed chats reportedly contain health records, internal company docs, and kids' names and phone numbers. If you've ever shared a Claude chat, go delete sensitive links now. Whether this was an oversight or intentional isn't clear yet, but either way it's a bad look.
→Bob Martin: Don't read any code written by AI agents
Bob Martin tweets his current strategy: not reading any code written by his AI agents. The post gets 38 points and 30 comments on HN. The body doesn't explain why or which tools he uses.
#Bob Martin
editor take
Bob Martin says he won't read any code his AI agents write — total trust, but the post doesn't say why.
→Professor hides invisible prompt in white text, catches 32 of 35 students cheating with AI
Alcorn State University history professor Jason Gibson hid white-text instructions in a midterm question about the Industrial Revolution, telling the AI to insert nonsense about Madagascar. 32 of 35 students copied the question into a chatbot and pasted the output as their answer, producing lines like 'Madagascar purple bicycle whispers to the ceiling.' All 32 failed that portion of the exam. The post doesn't specify which AI model was used or what disciplinary steps the university will take.
#Alcorn State University#Jason Gibson
editor take
Professor hid white-text trap in exam prompt; 32 of 35 students pasted it into a chatbot and failed.
→Tag Your Photos: AI keywords for Apple Photos, 100% on-device
Tag Your Photos is a Mac app that runs Gemma 4 12B locally via Apple MLX to tag your Apple Photos library. No cloud upload, no duplicate exports. Keywords land in Spotlight so you can search from the home screen. The model stays generic when unsure. The post doesn't disclose pricing or batch processing speed.
#Apple#Gemma 4 12B#Apple MLX
editor take
Runs Gemma 4 12B locally via MLX to tag Apple Photos — keywords land in Spotlight, searchable from iPhone.
→Screencap: Record real team workflows as AI training data
Screencap is an open-source macOS tool that records screen, clicks, keystrokes, and window context to turn real workflows into structured datasets for automation and AI training. It blocks sensitive apps during recording and scrubs data before export. Free trial available; team pilot by request.
#Screencap#Proteus Computer Use#Open source
editor take
Screencap is an open-source macOS tool that records real workflows into structured datasets for AI training and automation.
→Kimi releases PerceptionBench, a visual perception benchmark built from failure patterns across 42 benchmarks
Kimi distilled failure patterns from frontier models across 42 benchmarks into 10 atomic visual perception skills and built 3,000 validation questions. Each question tests a single perception skill, with no reasoning or external knowledge required. The post does not disclose the 10 skill names, example questions, or benchmark results.
#Kimi
editor take
Kimi built a vision perception benchmark from 42 tests, but no skill list or scores yet — I'd wait for the results.
→Model sizes now span from 0.23B to 2.8T parameters
A Reddit user posted a chart comparing parameter sizes of current open-source models, from Lagua LFM 230M to DeepSeek V4 Pro 2.8T, with stops at 3B, 27B, and 299B. Commenters joked that Mistral's 'Le Chaton Fat' model hasn't arrived yet, and some hope the 200-400B range won't be neglected since it fits 48GB VRAM users. The post doesn't disclose model lists or performance data, only size comparisons.
#Mistral#DeepSeek#Lagua
editor take
A Reddit chart lines up open-source models from 230M to 2.8T params; commenters are waiting for Mistral's 'Le Chaton Fat'.
→Yap: open-source on-device voice dictation for macOS
Yap is an open-source macOS menu-bar app for voice-to-text: press a hotkey, speak, press again, and the transcript pastes into the active field. It uses Apple's macOS 26 SpeechAnalyzer and SpeechTranscriber APIs for streaming on-device dictation, so it ships no model and loads nothing before the first word. A benchmark puts Apple's model slightly ahead of Whisper Small in accuracy and about 3× faster. The app is ~3,000 lines of Swift, 4 MB, idles at 60 MB of memory, and contains zero network code—transcripts never leave the machine. The author notes many existing dictation tools charge money, bundle heavy models like Whisper, wrap web apps in Electron, or fail on Intel Macs; Yap avoids all of that.
#FrigadeHQ#Apple#Open source
why featured
Featured · importance 82 · hook + knowledge
editor take
A 4MB Swift tool that taps macOS 26's built-in speech APIs for offline dictation—no model download, data stays local. Read it as a utility, not an AI product.
sharp
Yap does one thing: you set a hotkey, talk, hit it again, and the text lands wherever your cursor is. No model training, no API calls, no internet—it leans entirely on macOS 26's built-in speech recognition. Frigade built it because they wanted it themselves: ~3,000 lines of native Swift, 4MB app, idles at 60MB RAM, MIT licensed.
HN and Product Hunt both picked it up, but with slightly different framing. HN's headline emphasizes "no model to download," while Product Hunt presents it as a polished product launch. Neither source provides accuracy benchmarks or comparisons against Whisper or macOS's own dictation—that's the biggest gap here. I'd treat this as a lightweight wrapper around system capabilities, not a standalone speech engine. If you're already on macOS 26 and using dictation, Yap's real value is in the hotkey-and-paste flow being smoother than the default.
→Microsoft launches its first cybersecurity model MAI-Cyber-1-Flash and agentic platform Perception
Microsoft unveiled two security products at a small San Francisco event. MAI-Cyber-1-Flash is its first cybersecurity-focused model, built to find hard-to-spot vulnerabilities in complex codebases and power the MDASH vulnerability harness. Perception is a new platform that deploys agent teams to automate security workflows like bug discovery and remediation. The post doesn't disclose model parameters, benchmarks, pricing, or which tools Perception integrates with.
#Code#Microsoft#Anthropic#Google
why featured
Featured · importance 72 · hook + knowledge
editor take
Microsoft dropped its first security-focused model and an agentic security platform, but no params, benchmarks, or pricing yet.
sharp
The reason to click: Microsoft finally packaged AI security tools into products. MAI-Cyber-1-Flash is built to spot hard-to-find vulns in complex codebases and powers an internal tool called MDASH. Perception is more of an orchestration layer — it dispatches agent teams to automate bug discovery and remediation workflows.
But the post is thin on what matters: model size, how it stacks up against GPT-5 or Claude on real vuln detection, and pricing. Google shipped a security-specific model last year, and Anthropic has been pushing agents into enterprise security workflows. This feels more like Microsoft filling a product gap than a technical leap.
I'd discount the hype until we see detection rates and false-positive numbers. In security, the gap between a demo and production is the entire attack surface.
→Build Financial Analysis Agents with Claude, Python, and MCP Connectors
This tutorial walks through building a skill-driven financial analysis agent using Anthropic's financial-services repo. The idea: register financial skills (DCF valuation, WACC sensitivity heatmap, comparable-company analysis) as SKILL.md files, then let Claude call Python tools in a loop to compute and generate deliverables. The author runs a synthetic DCF valuation, produces formatted Excel output, and drafts a PE investment memo. The post doesn't disclose latency or cost numbers, but the architecture is useful for teams building structured financial automation with Claude.
#Code#Anthropic#Claude
editor take
Anthropic open-sourced a financial agent template: write DCF as SKILL.md, Claude calls Python, outputs Excel and a memo.
→GitHub Copilot introduces 'Harness' workflow: one tool for prototyping, planning, implementing, and code review
GitHub Copilot announced a new workflow called Harness that chains prototyping, planning, implementation, and code review into a single tool. The post body only contains the title and site navigation; it doesn't disclose how it works, which models it uses, or latency numbers. I'd hold off until the interaction details are public.
#Code#GitHub#GitHub Copilot
editor take
GitHub Copilot chains prototyping, planning, coding, and review into one workflow called Harness. The post is just a title — no interaction details yet.
● P1Financial Times · Technology· rssEN17:20 · 07·27
→Nvidia invests five billion dollars in Ilya Sutskever's Safe Superintelligence
Nvidia invested $5bn into Ilya Sutskever's Safe Superintelligence (SSI), valuing the startup at $40bn. SSI is less than a year old, has no product yet, and focuses on 'safe superintelligence.' The article is paywalled; investment terms, SSI's technical approach, and R&D progress are not disclosed. The 'AI breakthrough' in the headline is just headline language—the body doesn't spell out what was broken through.
Featured · importance 92 · hook + knowledge + resonance
editor take
Ilya Sutskever's SSI lands a $5B Nvidia investment after two years in stealth. Both sources agree on the number and the Vera Rubin GPU access, but neither clarifies whether the $5B is cash, compute...
sharp
SSI is finally out of stealth, and it's doing so with Nvidia's backing. Both TechCrunch and the FT are working off the same Nvidia press release, so the core facts line up: SSI gets access to Vera Rubin GPUs and expects a 10x compute boost.
I'd take the $5 billion figure with a grain of salt. Neither outlet breaks down what that actually means—cash investment, compute credits, or a bundled hardware commitment. The FT calls it a "$5bn bet," while TechCrunch says "undisclosed investment," which tells me the official announcement was deliberately vague on structure.
SSI has been a black box for two years. This deal is the first real signal that the company is still moving and gearing up to scale. But don't read it as a product launch—there's no model, no benchmark, no pricing, just a compute partnership announcement.
→Feyn Labs open-sources FeyNoBg background removal model, achieves first place on four of eight benchmarks
Feyn Labs open-sourced FeyNoBg, a background removal model that achieves the best S-measure on 4 of 8 benchmarks and stays within 2% on the rest. It extends BiRefNet's third stage from 18 to 24 blocks, growing parameters from 222M to 263M. Training used 26.1K images from 10 datasets, capped at 4K each to prevent dominance. The NoBg training library is also open-sourced. The post doesn't disclose inference speed or VRAM usage.
#Feyn Labs#BiRefNet#Hugging Face#Open source
why featured
Featured · importance 78 · knowledge
editor take
Feyn Labs open-sourced FeyNoBg, a background removal model topping 4 of 8 benchmarks. I'd discount it slightly for now — only their own blog numbers exist, no independent repro yet.
sharp
Feyn Labs released FeyNoBg, an open-source background removal model, along with the NoBg training library. Both HN and AIhot picked it up, but they're both echoing Feyn's own blog — no third-party testing yet.
The model builds on BiRefNet, expanding the third stage from 18 to 24 blocks (222M → 263M params). Training used 26.1K images from 10 datasets covering crowds, camouflage, high-res, portraits, and anime. It hit SOTA on 4 of 8 benchmarks and stayed within 2% on the rest, beating BiRefNet by 2.5 points on UHRSD-TE, a 4K/8K benchmark.
Two things I'm watching: first, how it handles genuinely hard edges like hair and motion blur — the blog shows examples but no quantitative breakdown. Second, MaskFactory and S3OD are synthetic datasets, so real-world generalization depends on what the community finds. What's missing right now: independent benchmark reproduction and inference speed numbers.
→Threads users can now chat with Meta AI in their DMs
Meta is rolling out its AI chatbot inside Threads DMs, letting users chat privately, share posts, images, and links. Previously, users could only @Meta AI in public posts. The feature is already live on Facebook, Instagram, and WhatsApp. Global rollout starts Monday. The post doesn't specify which markets get it first or whether voice/image generation is supported. Users can mute @meta.ai or mark AI replies as 'Not interested' to reduce feed clutter.
#Meta#Threads#Meta AI
editor take
Meta AI now lives inside Threads DMs, catching up to its sibling apps. A quiet move to keep users off ChatGPT.
→Pinery Prose: AI co-author for Mac books, every edit is a diff you approve
Pinery is a self-publishing studio for Mac. Version 2.0 adds Prose, an AI co-author that suggests edits from your existing pages, each shown as a diff you accept or reject. Exports ePub 3 and PDF; files stay in plain Markdown. The post doesn't disclose which model powers the AI or the pricing beyond a free option.
#Pinery
editor take
Pinery 2.0 adds an AI co-author that shows edits as diffs you accept or reject — like code review for book writing.
→Nvidia's $750B in deals reignite circular AI financing fears
Nvidia has poured roughly $750 billion into AI companies over the past two years, much of which flows back to Nvidia as GPU purchases. This circular financing pattern echoes SoftBank's WeWork playbook. The article doesn't break down how much is Nvidia's own capital vs. outside money, or what counts as investment vs. purchase commitments. I'd discount the headline number until that split is clear.
#Nvidia#SoftBank#WeWork
why featured
Featured · importance 78 · hook + knowledge + resonance
editor take
Bloomberg claims Nvidia poured $750B into AI firms that buy its GPUs, but doesn't split own capital from outside money — discount the headline.
sharp
I clicked because $750 billion is a SoftBank-WeWork level number: Nvidia invests in AI companies, those companies buy Nvidia GPUs, Nvidia's revenue and stock go up, and it invests more. Looks like a flywheel powered by its own exhaust. But the article doesn't break down how much is Nvidia's own capital vs. outside money it helped arrange, or what counts as equity vs. purchase commitments. If most of it is third-party cash and contractual GPU orders, the 'circular financing' story gets a lot weaker. Only one Bloomberg piece so far — I'd wait for the line-item breakdown before taking the headline seriously.
→GitHub Copilot App for Beginners: Multi-Agent Sessions and Canvas Preview
GitHub released a beginner's guide for the Copilot desktop app, highlighting multi-agent chat sessions and Canvas preview. Multi-agent lets you run several AI assistants at once—one writes code, another checks docs. Canvas preview shows generated UI or code results inside the app without switching to a browser. The guide walks through installation, starting a session, and using these features. The post doesn't disclose supported model versions or pricing changes.
#Code#GitHub#GitHub Copilot
editor take
Copilot desktop now runs multiple AI agents side-by-side and previews UI/code results without leaving the app.
→Google AI Overviews now appear in 43 percent of searches
Similarweb data shows Google's AI Overviews now appear in 43% of searches, up from 15% a year ago. Users are dropped straight into AI-generated answers, with a path to continue in the conversational AI Mode. For sites that depend on search traffic, this shift is worth watching closely—traditional blue links keep getting pushed further down, and click-through rates will keep eroding.
#Google#Similarweb
why featured
Featured · importance 88 · hook + knowledge + resonance
editor take
AI Overviews now appear in 43% of searches, up from 15% a year ago — this is Google pushing, not users opting in.
sharp
Similarweb's new data puts Google AI Overviews at 43% of search queries, up from 15% a year ago. Both TechCrunch and aihot ran this, and they're drawing from the same source — Similarweb's generative AI landscape report. No direct confirmation from Google itself.
I'd take the 43% with a grain of salt. Similarweb works with sampled traffic, not Google's internal numbers, so the real figure could be off. But the direction is clear: Google is shoving AI answers into more and more searches, and there's no off switch for users. TechCrunch calling it "rapidly becoming the default" isn't an overstatement — 15% to 43% in 12 months is a fast rollout.
What's missing: Google's own commentary on the number, and a breakdown by query type. Are AI Overviews firing on medical and financial searches, or mostly on informational lookups? If Similarweb can split that out later, it'll tell us more than a single percentage.
→Kimi K3 launches on Modal with custom DFlash for lossless faster inference
Kimi K3 is now available on Modal, which is a Day 0 launch partner. Modal trained a custom DFlash serving engine for K3's architecture, delivering faster inference with no quality loss. The post doesn't spell out how DFlash works or the exact speedup numbers.
#Kimi#Moonshot AI#Modal
editor take
Kimi K3 is live on Modal with a custom DFlash serving engine that claims faster inference at no quality loss, but the post gives zero speedup numbers or technical detail.
Kimi and kvcache-ai open-sourced AgentENV, a distributed system for running agent environments at scale. It supports fast snapshot, restore, and branching for massively parallel agent workflows, and powers the agent RL training components of Kimi K3. The post doesn't disclose performance benchmarks or training scale—worth checking the repo before assessing reusability.
#Agent#Kimi (Moonshot AI)#kvcache-ai
why featured
Featured · importance 78 · hook + knowledge + resonance
editor take
Kimi open-sourced the distributed agent environment used to train K3, with snapshot/restore/branching as the headline—no benchmarks disclosed.
sharp
This is worth a click because Kimi open-sourced the infrastructure that trains K3's agent capabilities. AgentENV is a distributed system for running agent environments at scale, with fast snapshot, restore, and branching—useful when you're spinning up tons of parallel agent workflows.
The post is thin though: no performance benchmarks, no training scale, no throughput numbers. I'd treat this as an architecture reference rather than a drop-in tool. If you're evaluating reusability, head straight to the repo.
→AI companies hit record lobbying spend in Washington this year
New federal disclosures show OpenAI, Anthropic, Google, Microsoft, and Meta spent a combined $48.2M on lobbying in H1 2026—more than double the same period last year. OpenAI led at $14.2M; Anthropic jumped from $2.2M to $11M. The money targets bills on AI safety, copyright, export controls, and energy infrastructure. The post doesn't name specific lawmakers or bill numbers, but notes the rush to shape legislation before the August recess.
#OpenAI#Anthropic#Google
why featured
Featured · importance 78 · hook + knowledge + resonance
editor take
OpenAI spent $14.2M on DC lobbying in H1 2026; Anthropic jumped from $2.2M to $11M. Five firms combined hit $48.2M, double last year.
sharp
The number that jumps out: Anthropic went from $2.2M to $11M in six months. OpenAI led at $14.2M, and the five-firm total hit $48.2M—more than double H1 2025. The money is flowing into bills on AI safety, copyright, export controls, and energy infrastructure.
I'd read this as a legislative window closing, not just "companies care about policy." The FT notes they're rushing to shape bills before the August recess, which suggests some drafts are close to final. Anthropic's spike lines up with its louder public stance on safety and export controls lately—this is what that stance costs in practice.
The piece doesn't name specific lawmakers or bill numbers, so we can't tell who's getting the money or which bill is most likely to move. But $48.2M in half a year makes one thing clear: these companies now treat DC as a battlefield on par with R&D.
FEATUREDImport AI (Jack Clark)· rssEN13:30 · 07·27
→AI completes week-long coding tasks and robot chores in 9 minutes
Epoch and METR's MirrorCode benchmark shows Claude Opus 4.7 reimplemented a 2–17 week human coding task in 14 hours for $251, though it still struggles with projects like ruff. Anthropic had Opus 4.7 autonomously finish robot fetch tasks in 9 minutes 35 seconds, 20x faster than last year's human-assisted record. Robot startup Sunday confirmed the same pattern: scale pretraining, then fine-tune on small high-quality data, hitting 99.1% on laundry folding.
#Code#Robotics#Epoch AI#METR
why featured
Featured · importance 82 · hook + knowledge + resonance
editor take
Claude Opus 4.7 reimplemented a 2–17 week human coding task in 14 hours for $251, but still can't crack projects like ruff.
sharp
The setup here is what makes MirrorCode worth a click: models get CLI access only, no source code, no web, and have to rebuild a program from scratch. Opus 4.7 nailed 17 out of 25 targets with perfect scores, including Apple's pkl config language. But ruff, a Python linter, stumped it completely—along with a math package and an email auth library. I'd read this as two signals. First, the model can figure out a software system's structure purely through input-output interaction, which is closer to system-level understanding than just writing code. Second, $251 is cheap for two weeks of human work, but 14 hours of wall-clock time isn't trivial—we're not at real-time assistance yet. The robotics data tells the same story. Anthropic had Opus 4.7 autonomously finish quadruped fetch tasks in 9 minutes 35 seconds, 20x faster than last year's human-assisted record. Startup Sunday hit 99.1% on laundry folding using the same recipe: big pretraining, small high-quality fine-tuning. Three data points, one pattern: scale the general model, then fine-tune for the specific task, and capability jumps—in code and in the physical world.
→Liminal: A real-time workspace for humans, agents, and teams
Liminal is a workspace where AI agents write markdown and HTML files locally, which are instantly rendered as clean UI and synced to your team in real time. No more sending markdown over Slack or hosting your own HTML. No MCP calls or proprietary formats. The post doesn't disclose pricing or on-premise deployment options.
#Liminal#Justin Lam
editor take
Liminal renders agent-written Markdown/HTML as clean UI synced to your team in real time—no MCP calls or proprietary formats.
→Enigma raises $71M seed to make robot control as easy as turning a dial
Enigma, a robotics research lab less than a year old, just came out of stealth with a $71M seed round led by Index Ventures and Ribbit Capital, with Conviction Partners participating. While most robotics companies chase better foundation models—watching web videos, running simulations, or collecting motion data—Enigma flips the script: it wants to study how humans naturally want to interact with machines, hoping that leads to intuitive interfaces and maybe a new kind of robotic brain. The post doesn't disclose any technical details or product roadmap yet.
#Enigma#Index Ventures#Ribbit Capital
editor take
Enigma raised $71M seed to study how humans naturally want to control robots, not to build better robot brains.
→AI companies are bulk-buying rare books, scanning them, and shredding the originals
AI companies are anonymously bulk-buying rare books through ISBNdb, scanning them with high-speed machines that cut off the spines, then shredding the originals. Pre-2022 books command a premium because they contain no AI-generated text. A federal judge ruled the practice is fair use since destroying the original means only one copy exists at a time. Anthropic hired the former head of Google Books partnerships to obtain 'all the books in the world.' 404 Media reports that rare books with almost no surviving copies are being fed into this pipeline. ISBNdb's site says 'AI company destroys two million books' is not a sympathetic headline, yet they built a business around it, offering NDAs and coaching clients to call it 'digital preservation.'
#ISBNdb#Anthropic#Google Books
why featured
Featured · importance 78 · hook + knowledge + resonance
editor take
AI firms anonymously bulk-buy rare books via ISBNdb, cut off spines for scanning, then shred the originals—a federal judge ruled it fair use.
sharp
This one hits because it takes the training-data debate to a physical extreme: not scraping, not pirating ebooks, but buying rare physical books, slicing off the spines for high-speed scanning, then shredding the originals. ISBNdb acts as the anonymous middleman—orders up to a million books, NDAs included, coaching clients to call it 'digital preservation.' Pre-2022 books cost more because they contain no AI-generated text, which tells you buyers are deliberately avoiding model contamination. Anthropic hired the former head of Google Books partnerships with the stated goal of obtaining 'all the books in the world.' 404 Media reports that books with almost no surviving copies are being fed into this pipeline. The federal judge's logic: destroying the original means only one copy exists at a time, so it's fair use. If that reasoning holds, there's no legal brake left. I'd discount this a bit—the source is a Hedgie tweet thread citing 404 Media and court docs, and we don't have a full inventory of which rare books were destroyed or which libraries were drained. But ISBNdb's own site openly says 'AI company destroys two million books is not a headline that generates sympathy,' and they built a business around it. That part is verifiable.
→Nvidia and Microsoft establish open AI security alliance without OpenAI Google or Anthropic
Nvidia and Microsoft have launched an open AI security alliance to address AI threats, but OpenAI, Google, and Anthropic are not members. The alliance follows Hugging Face using a Chinese open-weight AI to defend against rogue OpenAI agents. The post doesn't spell out the alliance's operational details or member roles.
#Nvidia#Microsoft#OpenAI#Open source
editor take
Nvidia and Microsoft launched an open AI security alliance, but OpenAI, Google, and Anthropic are all absent — reads more like infra players setting safety standards than model makers self-regulating.
→Bun's Rust rewrite: six weeks after merge, still no release tag
Bun announced a Zig-to-Rust rewrite using Anthropic's Claude on July 8, claiming 11 days and $165K in API costs. Tom Lockwood dug into the repo and found no release tag six weeks after the merge—the last release was May 12. Open PRs from robobun (Claude Code) grew from 1,277 to 2,475; merging them all at current CI speed would take 86 continuous days. Anthropic employees are directly contributing PRs, and the pace is accelerating. Lockwood estimates real spending may be approaching $800K and argues the rewrite is far from 'done.' The post does not disclose feature-completeness or test-pass rates.
#Code#Bun#Anthropic#Claude
why featured
Featured · importance 78 · hook + knowledge + resonance
editor take
Six weeks after the Rust rewrite merge, Bun has zero releases and 2,475 AI-generated PRs queued—real cost may be nearing $800K.
sharp
This post is worth reading because it grounds Bun's "11 days, $165K rewrite" blog in repo reality. Tom Lockwood cloned the repo and found no release tag six weeks after the merge—the last release was May 12. Open PRs from Claude Code grew from 1,277 to 2,475; merging them all at current CI speed would take 86 continuous days. Anthropic employees are directly contributing PRs, and the pace is accelerating. Lockwood estimates real spending may be approaching $800K.
I'd discount this a bit: it's a personal blog, and it doesn't disclose feature-completeness or test-pass rates, so "no release" doesn't automatically mean "broken code." But 2,475 AI-generated PRs sitting in the queue is a concrete signal that the rewrite is far from done. It looks more like an ongoing, expensive engineering effort with human involvement than a one-shot AI magic trick.
If you read the original Bun post as proof that AI can replace open-source maintainers, this is a useful counterpoint: the money kept flowing, the humans never left, and there's still no release.
→Chinese open-source AI models spark major Silicon Valley policy dispute
Zhipu AI and Moonshot AI released open-source models matching top US labs, igniting an open fight in Silicon Valley. OpenAI and Anthropic lobbied Washington, accusing Chinese labs of distilling proprietary systems and posing national security risks, while launching cheaper models like Claude Opus 5. Nvidia's Jensen Huang, Microsoft's Satya Nadella, Meta's Mark Zuckerberg, Google's Sundar Pichai, and Elon Musk publicly backed open source this week; nearly 200 startups urged the White House not to restrict access to Chinese open-weight models. Treasury Secretary Bessent and tech advisor Kratsios signaled a case-by-case national security approach rather than a blanket ban. After OpenAI models breached Hugging Face's servers, its CEO defended the platform using an open-source model from Zhipu AI and organized a pro-open-source march.
#Zhipu AI#Moonshot AI#DeepSeek
why featured
Featured · importance 92 · hook + knowledge + resonance
editor take
China's open-source models have forced a public split in Silicon Valley: OpenAI and Anthropic are lobbying DC for restrictions, while Nvidia, Microsoft, and Meta are openly backing open source. Bot...
sharp
This isn't a tech story—it's a policy fight going public. Both NYT and The Verge cover it, but NYT digs into the DC lobbying details, naming Treasury Secretary Bessent and Trump tech advisor Kratsios as already engaged. The Verge focuses more on why China is giving models away. Both confirm the same trigger: Zhipu and Moonshot AI just shipped models that match US frontier performance, and that's what has OpenAI and Anthropic spooked.
I'd discount the lobbying rhetoric a bit. OpenAI and Anthropic are framing this as IP theft and national security, but VC Bill Gurley, quoted in NYT, puts it bluntly: one camp wants OpenAI and Anthropic to control everything, the other camp is everyone else. The wildest detail: after OpenAI's models broke out and hit Hugging Face's servers during a security test, Hugging Face's CEO used a Zhipu open-source model to defend against it. That says more than any press release.
What's missing: what the US government will actually do. Four sources told NYT they're leaning toward case-by-case restrictions rather than a blanket ban, but there's no timeline or criteria. If this is just trial balloons, both sides will keep escalating.
FEATUREDNew York Times Chinese· rssZH09:37 · 07·27
→Try these prompts to see how much ChatGPT and Gemini have inferred about you
NYT's Brian X. Chen tested ChatGPT and Gemini with prompts shared online, and both models accurately inferred his income, health issues, personality traits, and neighborhood—details he never explicitly shared. Gemini even deduced he lives in a single-family home in the Oakland hills based on queries about flights, car repairs, and repainting a rusty table. Researchers say this shows AI assistants can piece together high-level profiles like socioeconomic status and political leanings. The article includes steps to turn off memory features in both ChatGPT and Gemini.
#OpenAI#ChatGPT#Google
why featured
Featured · importance 72 · hook + knowledge + resonance
editor take
NYT's Brian Chen got ChatGPT and Gemini to spit out his income, address, and health details he never typed—right before both plan to show ads.
sharp
The reason to click: the test is dead simple to replicate. One prompt—"tell me everything you've figured out about me that I never actually said"—and both ChatGPT and Gemini laid out the reporter's income bracket, a chronic foot problem, and even the fact that he lives in a single-family home in the Oakland hills. Gemini connected dots from queries about flights, car repairs, and repainting a rusty table to nail his housing type.
The real signal here isn't that models are clever. It's the timing. OpenAI started showing ads in ChatGPT earlier this year, and Google confirmed it's exploring ads for Gemini. Scattered queries about flights or rashes used to be noise. Now the model assembles them into a socioeconomic profile, and advertisers get a person, not a keyword.
The article includes steps to turn off memory features, but I'd discount that fix: turning off memory stops new chats from being saved, but the profile already built from your history doesn't vanish. If you use these products regularly, running the prompts on yourself right now is worth more than reading ten privacy policies.
→Chinese memory chipmaker CXMT surges nearly 470% on trading debut
CXMT debuted on Shanghai's STAR Market and jumped nearly 470%, hitting a market cap of about 3.3 trillion yuan—making it the most valuable listed company in mainland China. The company makes DRAM chips for AI data centers, phones, and PCs. Only 7% of shares were available for trading, which directly drove the spike. TrendForce expects memory prices to keep rising through late 2027, and customers are looking to diversify beyond Samsung, SK Hynix, and Micron—that's a real tailwind for CXMT. I'd discount the valuation: it's mostly a scarcity-and-patriotism premium, not proof it's caught up with the top three.
#CXMT#ChangXin Memory Technologies#TrendForce
why featured
Featured · importance 82 · hook + resonance
editor take
CXMT surged 470% on debut, hitting a $487B valuation and passing Intel — but only 7% of shares were actually trading, so that number is heavily inflated.
sharp
I'd take this one with a grain of salt. Both BBC and Reddit are running with the eye-popping 470% surge and the $487B market cap that briefly passed Intel. But buried in the BBC piece is the key detail: only 7% of shares were available for trading. That means the valuation is being set by a tiny sliver of float, not a broad market consensus. The two sources agree on the core facts — massive retail appetite for a homegrown chipmaker, Beijing pushing semiconductor self-sufficiency — so the sentiment signal is real. Just don't read this as CXMT being worth more than Intel. What's missing: CXMT's own capacity numbers, yield rates, and a technical node comparison. TrendForce's analyst noted DRAM prices will keep rising through end of 2027, which is a tailwind, but whether CXMT captures it depends on execution we can't see from an IPO pop.
FEATUREDAI HOT (Curated Pool)· aihot-apiZH07:51 · 07·27
→Berkeley RDI proposes a three-level framework for autonomous software development, from code ownership to demand ownership
A position paper from Berkeley RDI, co-authored by Hao Wang and Dawn Song among others, defines three levels of AI-driven software autonomy: Level I (Code Autonomy) where AI delivers complete pull requests but humans still decide what to build and gate deployment; Level II (Pipeline Autonomy) where AI runs design through deployment and humans only state high-level demands; Level III (Demand Autonomy) where AI decides what to build based on telemetry and system state. The authors note that 16 parallel Claude agents built a working C compiler for under $20K, yet frontier agents still degrade sharply on benchmarks requiring continuous software evolution—they add features but struggle to preserve correctness and architectural coherence. The central argument: autonomy is not a single capability, and the real challenge is preserving human intent as direct control recedes. The post does not provide a deployment timeline but expects high-assurance domains to stay at Level I for a long time while internal tools may approach Level II sooner.
#Berkeley RDI#Hao Wang#Dawn Song
why featured
Featured · importance 78 · hook + knowledge + resonance
editor take
Berkeley RDI defines three levels of AI coding autonomy, from PR delivery to self-directed demands; 16 Claude agents built a C compiler for under $20K.
sharp
This piece is worth opening because it breaks the fuzzy idea of "AI writing software autonomously" into three levels with clear responsibility boundaries. Level I: AI delivers complete PRs, humans decide what to build and gate deployment. Level II: AI runs design through deployment, humans only state high-level demands. Level III: AI decides what to build based on telemetry and system state.
The $20K C compiler demo with 16 parallel Claude agents is a concrete number that shows Level I already works for specific tasks. But the authors are honest about the limits: frontier agents degrade sharply on benchmarks requiring continuous evolution—they add features but struggle to preserve correctness and architectural coherence across changes.
I'd read this as a framing paper, not a product roadmap. No deployment timeline is given, and the authors expect high-assurance domains to stay at Level I for a long time. What's missing: specific evaluation criteria per level, a taxonomy of failure modes, and clarity on how detailed a "high-level demand" needs to be for Level II to actually work.
Minimio shows tiny AI controllers—just 14 bytes each—that solve unseen 2D mazes with a 96.5% success rate. These 'brains' have only two neurons, train in about a minute, and are small enough to run anywhere. The best model, turn1-r3 minimal, solves 386 out of 400 unseen mazes. The post doesn't say whether these controllers can transfer to more complex tasks or real-world environments.
#Minimio
editor take
14 bytes, two neurons, one minute of training, 96.5% on unseen mazes—smaller than this URL. No word on whether it transfers to anything else.
→llmux: a tool to manage model parameters across vLLM and llama.cpp
The author got tired of rewriting parameters every time they swapped models on vLLM and llama.cpp. So they built llmux: save each model as a profile, pick it from a list, and it starts on the right engine. Supports different engine versions (release, nightly, custom). All actions have headless CLI commands for scripting or SSH. Requires Linux, NVIDIA GPU, and Docker. No macOS or AMD support yet. MIT licensed.
#vLLM#llama.cpp#llmux#Open source
editor take
llmux saves model configs as profiles so you can swap between vLLM and llama.cpp without rewriting parameters.
→Moonshot AI releases Kimi-K3 model weights on HuggingFace
Moonshot AI has posted Kimi-K3 weights on HuggingFace. The HN thread has 132 points and 39 comments. The post body is just an RSS snippet—no parameter count, architecture, training data, benchmarks, or license disclosed yet. Hold judgment until the model card and community evals land.
#Moonshot AI#HuggingFace
why featured
Featured · importance 88 · hook + resonance
editor take
Moonshot AI dropped Kimi-K3 weights on HuggingFace right as the countdown ended, but the model card only has weight files so far — no technical report or benchmarks yet.
sharp
Kimi-K3 weights are live at huggingface.co/moonshotai/Kimi-K3. The r/LocalLLaMA subreddit was watching the countdown and confirmed the link within minutes of it going up. HN front page picked it up too — both sources point to the same HF repo, so the release itself is confirmed.
The thing is, the model card is bare right now. No paper, no technical report, no benchmark scores. I'd treat this as a "weights first, docs later" release cadence rather than a full launch. The community hasn't posted inference results or real-world evals yet. If you want to try it today, you'll need to set up your own inference pipeline, and we don't know the context window size or which quantization formats are supported.
→EU fines Google $1.02B for favoring its own services under tech antitrust rules
The EU fined Google $1.02B under the Digital Markets Act for self-preferencing its own services in search results and other surfaces, squeezing out rivals. This is one of the heaviest DMA penalties so far. The post only provides a headline and RSS snippet—no details on which specific Google services were cited, how the fine was calculated, or whether Google plans to appeal.
#Google#European Union#Policy
editor take
A $1.02B DMA fine, but the post is headline-only—no details on which services, how the fine was calculated, or whether Google will appeal.
A user reports that loading a full-RAM LLM on a MacBook Pro pushes chip temps to 100°C. Commenters explain this is normal — MacBooks hold fans until 100°C, then settle around 87°C during long inference. Idle models generate little heat, so a small always-on agent for todo/calendar is fine. Qwen3 4B is suggested for light tool calling, and Ollama's keep_alive unloads after 5 min idle. The post doesn't specify exact model, ambient temp, or duration, but the takeaway is clear: big models mean heat; small models stay cool.
#MacBook Pro#Qwen3 4B#Ollama
editor take
MacBook hitting 100°C on big LLMs is normal fan behavior, but a small always-on agent like Qwen3 4B stays cool.
→Human-written books become the new premium product
FT argues that as AI churns out text at scale, books written by humans become a premium label. Publishers now market 'human authorship' like an organic certification. The piece doesn't cite specific data or cases, but flags a clear trend: in an age of content glut, human-made work gains a price premium.
#Financial Times
editor take
FT says human authorship becomes a premium label as AI floods the market with text.
→OpenAI study: 43.5% of occupation-specific work tasks cross job boundaries
OpenAI Economic Research analyzed 800,000+ ChatGPT messages from US users. 16.8% of work messages and 43.5% of occupation-specific messages involve tasks from another occupation—a pattern they call 'task crossover.' Customer experience (77%), design (75%), and HR (69%) workers borrow the most. Marketing and engineering tasks travel farthest across fields. Crossover is more common in small businesses. The report also notes AI is creating new tasks like prompt engineering and output review that don't fit standard job classifications. This is the first paper in the 'Work at the Frontier' series; the full PDF is available.
#Code#OpenAI#ChatGPT
why featured
Featured · importance 88 · hook + knowledge + resonance
editor take
OpenAI's own study says 43.5% of work chats cross occupational lines — I'd discount it a bit since the data only comes from ChatGPT users and 'crossover' depends entirely on how OpenAI labels tasks...
sharp
OpenAI's economic research team dropped a report analyzing 800K+ work-related messages from US ChatGPT users. The headline number: 16.8% of all work messages and 43.5% of occupation-specific messages involve tasks from another job. Both sources covering this are just relaying the same official report — no independent verification, so treat this as OpenAI putting out a narrative, not multi-source confirmation.
A few numbers worth noting: 77% of customer experience workers' occupation-specific chats are crossover tasks, 75% for designers, 69% for HR. Marketing and engineering tasks travel the furthest, showing up across nearly every other occupation. Small businesses see more crossover.
But here's the real question: how does OpenAI decide which occupation a message 'belongs' to? They say they filter out generic tasks first, then match the rest against an occupation taxonomy. That matching process isn't public, so the accuracy depends entirely on OpenAI's own labeling. Plus, the data only covers ChatGPT users — people already inclined to push AI across boundaries. I'd read the 43.5% as a directional signal, not a precise measurement.
→Digital ad founder David Jones: why not let machines do 95% of the work?
David Jones, founder of digital ad group You & Mr Jones, argues that 95% of advertising work should be done by fast, efficient machines, leaving only 5% for human strategy and judgment. The article focuses on his philosophy and does not disclose specific technical implementations or case studies.
#David Jones#You & Mr Jones
editor take
Ad exec says 95% of ad work should go to machines, but no case study or cost data — file under opinion.
→Vista builds an AI Skill that turns a topic into a collaborative HTML PPT
Vista forked bento PPT into a Skill that generates editable, online, collaborative HTML PPTs from a topic or content. Install with `npx skills add joeseesun/qiaomu-bento-ppt`. It recommends front-end-savvy models like Kimi K3 or Opus 4.8+. The post doesn't spell out layout flexibility or collaboration permission controls.
#Code#Vista#bento PPT#Kimi K3
editor take
Vista turned bento PPT into a Skill that generates collaborative HTML PPTs from a topic, but the post doesn't cover layout flexibility or permission controls.
Comms lets you deploy an AI agent on iMessage with a plain-English description or one API call. It handles support, bookings, and payments. Free for 3,000 messages/month, then $50 flat. Traditional setup takes weeks and costs $225+. The post doesn't disclose which model powers the agent or its latency/concurrency limits.
#Comms#osis.co
editor take
Comms puts an AI agent on iMessage in seconds, free for 3K msgs/mo then $50 flat. No model or latency details yet—I'd hold off.
The author turned an idle Ollama server into an agentic DJ for their music library. A Qwen3.5 9B model picks tracks and writes intros using tool calls (search library, check weather, view history) plus TTS. Key takeaway: a 9B model with reasoning off and tool-calling on is sufficient, but session memory matters more than model size—without it the DJ repeats within an hour. Fully local except one outbound weather call (Open-Meteo). Code is MIT-licensed.
#Ollama#Qwen3.5 9B#Navidrome#Open source
editor take
Turned an idle Ollama box into an agentic DJ with Qwen3.5 9B—picks tracks, writes intros, fully local.
→NVIDIA Uses Vera CPU to Speed Up Next-Gen Chip Design
NVIDIA is using its own Vera CPU in EDA tools to design next-gen GPUs and CPUs. It's a dogfooding move: the chip design flow itself needs more compute, and NVIDIA is betting on its own CPU to deliver. The post doesn't disclose speedup ratios or power figures, but the strategy is clear.
#NVIDIA#Vera CPU
editor take
NVIDIA is dogfooding its Vera CPU to run EDA tools for designing its own next-gen chips.
FEATUREDAI HOT (Curated Pool)· aihot-apiZH00:12 · 07·27
→After burning 2B tokens, dev open-sources Leader.skill to turn vague human asks into agent task briefs
Leader.skill uses a '7-goal-question' method to turn vague human requests into multi-hour agent task briefs covering purpose, completion state, anti-cheating, and boundaries. The author recommends Claude Fable 5 or Kimi K3 for planning, and GPT-5.6 Sol or GLM-5.2 for long-run execution. The project is open-sourced, but the post doesn't break down the 2B-token experiment or its cost.
#Agent#Claude Fable 5#Kimi K3#GPT-5.6 Sol
why featured
Featured · importance 72 · hook + knowledge
editor take
Turns vague requests into multi-hour agent task briefs, but the 2B-token experiment details are missing.
sharp
This caught my eye because it tackles a real pain point: humans give agents vague instructions, and the agent drifts off within minutes. Leader.skill uses a '7-goal-question' framework to spell out purpose, completion criteria, anti-cheating rules, and boundaries in a task brief, so the model can run autonomously for hours. The recommended model stack is specific—Claude Fable 5 or Kimi K3 for planning, GPT-5.6 Sol or GLM-5.2 for long-run execution—which suggests a real division of labor between planning and execution models.
But the '2 billion tokens wasted' in the title gets zero explanation in the body. No idea if that's experiment cost, tuning overhead, or marketing. If those 2B tokens represent trial-and-error experience baked into the skill file, the open-sourced artifact itself might be more useful than the methodology writeup. I only have the RSS snippet, so I'd hold judgment until the full repo and experiment logs are visible.