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

posts · 2026-08-17

48 items · updated 3m ago
RSS live
2026-08-17 · Mon
23:58
36d ago
AI HOT (Curated Pool)· aihot-apiZH23:58 · 08·17
A Practical Deep-Thinking Prompt: Use 'Two-Way Steelman Argument' to Let AI Dig Out the Most Essential Answers
The body does not disclose any specific content; the page only shows an environment anomaly requiring verification. The title introduces a prompt method called 'Two-Way Steelman Argument' that claims to help users get more essential answers from AI.
editor take
WeChat blocked the article body; only the title mentions a 'Two-Way Steelman Argument' prompt, with no details on usage or results.
HKR breakdown
hook knowledge resonance
open source
20
SCORE
H0·K0·R0
22:14
36d ago
● P1AI HOT (Curated Pool)· aihot-apiZH22:14 · 08·17
Cursor launches Origin code hosting service as GitHub alternative
Cursor is rolling out Origin, its own code hosting service, in early beta for paid users. You can create repos, open pull requests, browse code, and sync existing GitHub repos with real-time two-way PR comments. Agents live inside every repo—ask questions, make changes, or push branches. First app integrations include Vercel for preview deploys, plus Depot and Buildkite for CI. The post doesn't say when free-tier access will arrive.
#Code#Agent#Cursor#Anysphere
why featured
Featured · importance 92 · hook + knowledge + resonance
editor take
Cursor launched Origin, a code hosting service that puts repos and agents in the same UI — less about replacing GitHub, more about removing context-switching.
sharp
Cursor dropped Origin yesterday via its changelog — a built-in code hosting service. Both sources covering this are pulling from the same official announcement, so there's no independent testing or pricing breakdown yet. The signal is real, but the depth is thin. Origin handles repos, pull requests, code browsing, and GitHub sync with bidirectional PR comments. The part that actually matters: agents live inside the repo view. You can ask questions about the code, have the agent make changes, update PRs, or push a branch without leaving Cursor. Vercel, Depot, and Buildkite integrations are live, so PRs get preview deploys automatically. I'd discount the "GitHub alternative" framing for now. This is early beta, paid plans only, and enterprise admins can opt out. No word yet on public repos, CI depth, or fine-grained permissions — the stuff that makes GitHub sticky. Read it as Cursor closing its own workflow loop, not as a platform war opener.
HKR breakdown
hook knowledge resonance
open source
92
SCORE
H1·K1·R1
21:27
36d ago
TechCrunch AI· rssEN21:27 · 08·17
AI automation startup Relay shuts down, staff joins Google's Chrome team
Relay, an AI workflow automation startup founded in 2021 to be a next-gen Zapier, is shutting down. Founder Jacob Bank and some staff are joining Google's Chrome team. Bank said Chrome has 'ambitious plans to help you work with AI in Chrome to get things done,' but gave no product details. The post doesn't disclose the shutdown reason, funding history, headcount moving, or whether this is an acqui-hire. Treat it as a talent grab, not a product continuation.
#Relay#Google#Chrome
editor take
Relay shuts down, team joins Google Chrome; founder hints at AI in browser but no product details yet.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
19:46
36d ago
Hugging Face Blog· rssEN19:46 · 08·17
Same Cluster, 33 Points More Utilization: What Changed Was the Order
Dharma-AI published a hands-on post on Hugging Face: they swapped the GPU cluster scheduler from FIFO to a constraint-aware allocator. On identical hardware running identical workloads, GPU utilization rose by up to 33 percentage points and priority-weighted output by up to 105%. The key insight: utilization is necessary, but priority turns it into value. The allocator knows each job's resource demands and priority upfront and optimizes globally over the day instead of serving first-come-first-served. The post doesn't specify the exact GPU count or model types but provides results across 7 benchmark scenarios.
#Dharma-AI#Hugging Face
editor take
Swapping FIFO for a priority-aware scheduler boosted GPU utilization by 33 points and value-weighted output by 105% on the same cluster.
HKR breakdown
hook knowledge resonance
open source
65
SCORE
H1·K1·R0
19:37
36d ago
● P1Bloomberg Technology· rssEN19:37 · 08·17
Anthropic's annualized revenue surpasses $6.5 billion ahead of IPO
Anthropic's annualized revenue run rate has passed $6.5 billion as it prepares for an IPO, Bloomberg reports. The figure is a single month's revenue annualized, not actual full-year cash. The post doesn't specify which month or disclose profit. Run rate can overstate seasonal bumps, but a $6.5B number signals strong enterprise adoption and will anchor IPO pricing.
#Anthropic
why featured
Featured · importance 100 · hook + knowledge + resonance
editor take
Anthropic's $6.5B annualized revenue leaked ahead of IPO — three outlets running the same number, almost certainly from a single investor deck. Read it as an officially tolerated pricing signal, no...
sharp
Bloomberg, TechCrunch, and HN front page are all running the same number: Anthropic hit a $6.5 billion annualized revenue run rate. The headlines are nearly identical, which tells me this came from a single source — most likely the IPO underwriters' deck, distributed to multiple outlets ahead of the roadshow. This isn't three independent confirmations. For context, Anthropic was around $1 billion a year ago. A 5-6x jump in 12 months is wild, even by AI standards. The HN post adds the 2028 revenue forecast of $190-200 billion, which is the number bankers are using to justify the valuation. I'd treat that with caution — annualized revenue takes your best recent month and multiplies by 12. A big government contract or a few enterprise deals landing in the same month can inflate the figure. What's missing: margins and customer concentration. If the top three clients account for 60% of revenue, that $6.5B looks a lot shakier. Wait for the S-1.
HKR breakdown
hook knowledge resonance
open source
100
SCORE
H1·K1·R1
18:28
36d ago
Hacker News Frontpage· rssEN18:28 · 08·17
Roboflow Playground lets you compare 30+ vision models side by side
Roboflow launched Playground, a web tool that runs the same image and prompt across up to five zero-shot vision models at once. It supports object detection, classification, OCR, captioning, and open-prompt VQA. Over 30 models are available from Anthropic, OpenAI, Meta, Google, and open-source projects like Florence-2. No need to set up APIs or infrastructure individually.
#Roboflow#Anthropic#OpenAI
editor take
Roboflow Playground runs the same image across 5 zero-shot vision models side-by-side. No API setup needed.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
18:15
36d ago
Hacker News Frontpage· rssEN18:15 · 08·17
How I over-engineered my book: Git, 5,500 checks, Pandoc pipeline
Ben Balter treated his book like a software project: Markdown in Git, ~5,500 automated checks on every push, and a Pandoc pipeline that builds five formats. Six linters run in real-time and in CI—Markdownlint, Harper, LanguageTool, Vale, Alex, Write-good—flagging everything from hyphenation to insensitive phrasing. The post doesn't disclose the book's title or publication status, but the toolchain details are thorough: custom Node validators, Vitest, and Playwright specs. Useful for technical authors; overkill for most.
#Code#Ben Balter#GitHub#Pandoc
editor take
Ben Balter wrote a book in Git/Markdown with 5,500 checks per push and a Pandoc pipeline for five formats.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
17:58
36d ago
AI HOT (Curated Pool)· aihot-apiZH17:58 · 08·17
A practical guide to disabling intrusive AI across Windows, Chrome, Edge, Firefox, and major apps
Librarian Jessamyn West compiled a step-by-step guide to disable unwanted AI features in Adobe, Android/Gemini, Apple Intelligence, Chrome, Edge, Firefox, Google Workspace, Slack, and WhatsApp. Each entry gives exact menu paths and toggle locations—e.g., type chrome://flags in Chrome and disable all GLIC and Gemini entries, or turn on "Block AI Enhancements" in Firefox 148+. The post doesn't explain what data these AI features collect, only how to turn them off.
#Jessamyn West#Adobe#Google
editor take
A librarian's step-by-step guide to disabling AI in Chrome, Edge, Firefox, Adobe, and more—exact menu paths included.
HKR breakdown
hook knowledge resonance
open source
39
SCORE
H0·K0·R0
17:26
36d ago
r/LocalLLaMA· rssEN17:26 · 08·17
Qwen3.8-27B benchmarks match DeepSeek V4 and GPT-5.6 Luna Max
Artificial Analysis benchmarks show Qwen3.8-27B neck and neck with DeepSeek V4 and GPT-5.6 Luna Max. The post body is blocked by Reddit, so no specific tasks, scores, or model sizes are disclosed. The three models are all top-tier closed/open-source models; a 27B model matching them suggests strong efficiency gains. But only the title is confirmed so far.
#Qwen#DeepSeek#GPT
editor take
Title claims Qwen3.8-27B ties DeepSeek V4 and GPT-5.6 Luna Max, but the post body is 403 — take it with a grain of salt.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
15:36
36d ago
Hacker News Frontpage· rssEN15:36 · 08·17
Speko is positioning itself as the OpenRouter for voice AI, auto-picking STT, LLM, and TTS stacks
Speko, a YC S26 startup, acts as a model router for voice agents. It continuously runs public benchmarks and auto-selects the best speech-to-text, LLM, and text-to-speech combo based on your accuracy, latency, cost, or language constraints. The founder spent four years building multilingual voice agents and saw teams rarely re-evaluate their stack, so he turned the selection process into an API. The gateway is open-source (MIT) and runs as a sidecar in your container; BYOK mode avoids any cloud dependency. They charge only for the hosted router and consolidated billing; the gateway stays free. The post does not disclose specific pricing.
#Speko#Y Combinator#LiveKit#Open source
editor take
Speko auto-routes STT/LLM/TTS combos by accuracy, latency, or cost. Open-source gateway, BYOK mode, no cloud lock-in.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K1·R0
14:29
36d ago
● P1Hacker News Frontpage· rssEN14:29 · 08·17
Qwen3.8 27B achieves 50 tokens per second at 256K context on 24GB GPU
The author runs Qwen3.8 27B at its full 256K context on a single 24GB RTX PRO 4000 SFF, averaging 50.44 tok/s. The gain comes from a custom NVFP4 quant that protects sensitive layers, embedded MTP speculative decoding, and tuned CUDA kernels—not from any single component. Target-only decoding hits 21.19 tok/s; MTP pushes it to 59.46 tok/s. At a nearly full 256K cache, throughput drops to 12.61 tok/s without OOM. The post doesn't disclose total cost, but it's a detailed engineering log, not a plug-and-play recipe.
#Qwen#NVIDIA#llama.cpp
why featured
Featured · importance 88 · hook + knowledge + resonance
editor take
A personal engineering blog hitting both HN and Reddit front pages shows local LLM inference has moved from 'can it run' to 'how to run it without being dumb about it'.
sharp
This is a solid single-person engineering report: the author got Qwen3.8 27B running at 50 tok/s with full 256K context on a 24GB RTX PRO 4000 SFF. Both HN and Reddit picked it up, which tells you the community genuinely cares about squeezing long-context models onto consumer-ish hardware—this isn't a coordinated PR push. I'd discount the 50 tok/s number a bit. It comes from a custom llama.cpp build with hand-tuned quantization and MTP speculative decoding, not an official benchmark. The Reddit thread adds AMD numbers (24 tok/s and 51 tok/s) but without context length or quantization details, so treat those as directional. The real value here is the failure log: the off-the-shelf NVFP4 quant scored worse perplexity than Q4_0 because it blindly quantized sensitive layers; Q4_0 was fast but quality took a hit; the winning setup was a mixed-precision custom quant calibrated on the author's actual chat logs. That's way more useful than a single throughput figure if you're trying to replicate this. What's missing: stability data on real agent workloads. The author says those tests are still running.
HKR breakdown
hook knowledge resonance
open source
88
SCORE
H1·K1·R1
14:28
36d ago
Hacker News Frontpage· rssEN14:28 · 08·17
Vercel open-sources Eve Software Factory template: AI agents turn requirements into deployable apps
Vercel Labs released Foreman, an AI software factory template. It splits development into collaborating AI agents: a PM agent clarifies requirements, an architect agent designs the tech approach, and engineer agents write code and deploy to Vercel. The repo only provides structure and a README overview—no specific models, success rates, or real-world case studies are disclosed. Treat this as an experimental workflow scaffold, not production-ready autonomous development.
#Code#Vercel#Open source
editor take
Vercel's Foreman splits dev into PM/architect/engineer AI agents, but the repo is just a scaffold with no model names or success rates.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
14:25
36d ago
Hacker News Frontpage· rssEN14:25 · 08·17
Saggar: A native Mac terminal that keeps sessions and your attention organized
Saggar is a native macOS terminal that tracks multiple sessions—agents, dev servers, tests—and surfaces only the ones that need your decision. Sessions self-classify as needs-you, working, idle, finished, or failed, and form a single queue you can walk with ⌘J. A phone Companion lets you inspect, answer prompts, or interrupt sessions remotely. Security uses end-to-end encryption, no open ports, and one-time pairing. Mac-only, requires macOS 26 Tahoe on Apple Silicon. The post does not disclose pricing or whether it's free.
#Saggar#Marginal Utility#Kiln
editor take
Saggar queues agent sessions by state, lets you walk them with ⌘J, and adds a phone companion for remote checks.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
14:07
36d ago
Hacker News Frontpage· rssEN14:07 · 08·17
Germany's Bundeskartellamt forces Apple to end ATT self-preferencing for its own apps
Germany's Bundeskartellamt announced today that Apple will change its App Tracking Transparency rules. Apple's own apps previously showed no ATT prompt while third-party apps had to, which the authority saw as self-preferencing. Apple now commits to showing the same prompt for its built-in apps and won't use ATT to collect extra data for its own ad business. The post doesn't specify an effective date but confirms Apple submitted binding commitments.
#Apple#Bundeskartellamt#Policy
editor take
Germany's cartel office says Apple's ATT prompt exempted its own apps; Apple now commits to fix it.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
13:59
36d ago
Hacker News Frontpage· rssEN13:59 · 08·17
Ask HN: Alternatives to GitHub as outages pile up
GitHub has been down repeatedly in recent months, prompting an HN user to ask about alternatives. A veteran of self-hosted GitLab reports it was far more stable than GitHub, but requires a 16-32 GB machine, 4 cores, and 1-3 maintainers, plus weekly security patches. Others recommend Forgejo, with a fly.io deployment template available. Forgejo's CI/CD is based on act and not fully compatible with GitHub Actions; Docker-in-Docker setup is tricky. The post doesn't specify GitHub's exact outage count or duration.
#GitHub#GitLab#Forgejo
editor take
GitHub's repeated outages push users to self-hosted GitLab—far more stable but needs a 16-32 GB machine, 4 cores, and 1-3 maintainers.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
13:56
36d ago
Hacker News Frontpage· rssEN13:56 · 08·17
How turbopuffer ships a database every day with a hands-off control plane
turbopuffer ships dozens of database upgrades per day across 100+ clusters, often on the same day the PR is opened. The hard part is BYOC: clusters live inside customer cloud accounts with no vendor credentials. Their solution is a local cluster agent running a Kubernetes CRD-based state machine for every operation type—upgrade, tidy, etc. The state lives in the cluster's own etcd, so the agent can finish work even if it loses connection to the central control plane. BYOC customers can gate operations with approval or maintenance windows. The post doesn't detail latency or resource overhead, but the core idea is 'operate without reaching in.'
#turbopuffer
editor take
turbopuffer ships dozens of DB upgrades daily across 100+ BYOC clusters using a local agent and CRD state machine—no SSH or kubectl into customer accounts.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K1·R0
13:44
36d ago
● P1Hacker News Frontpage· rssEN13:44 · 08·17
404 Media tracked rare books to Amazon AI training facility where they are destroyed
404 Media hid an AirTag in a rare book and tracked it from California to an Amazon warehouse in Las Vegas. Workers at the VGT3 facility cut off bindings, scan the pages for AI training data, and destroy the physical books. An Amazon spokesperson confirmed the company buys books through commercial channels to improve its products. Booksellers reported a surge in bulk orders from price-insensitive buyers, suspecting AI firms are hunting for pre-2022 printed books free of AI-generated text that causes model collapse.
#Amazon#404 Media#Biblio
why featured
Featured · importance 98 · hook + knowledge + resonance
editor take
404 Media put an AirTag in a rare book shipment and tracked it to an Amazon facility where books are scanned for AI training, then destroyed. Amazon confirmed it.
sharp
404 Media ran a supply-chain investigation: they got a bookseller to slip an AirTag into a ~1,000-book order, then tracked it from a California airport through Wisconsin to Amazon's VGT3 facility in Las Vegas. Workers there say their job is cutting bindings off printed books, scanning them fast, and destroying the physical copies. Amazon's spokesperson didn't deny it — just said they "purchase books through commercial channels to help develop and improve products and services." All three sources are pointing to the same 404 Media original, so there's no independent corroboration yet. What's confirmed: Amazon is doing this. What's missing: scale, cost, and which model the scanned data feeds into. I'd also dial back the "rare books" framing a bit — the tracked shipment was a bulk lot of old books, not individually valuable first editions. The rarity here is more about out-of-print scarcity than collector-grade treasures. The thing to watch is whether rights holders or authors react once they realize their books might be in that pipeline. No legal response from any side so far.
HKR breakdown
hook knowledge resonance
open source
98
SCORE
H1·K1·R1
13:35
36d ago
Hacker News Frontpage· rssEN13:35 · 08·17
1667: a terminal UI for fiction writing that keeps every AI-generated take on a tree
1667 is a terminal app for fiction writing: you type what happens next, it calls a model to generate the next paragraph, and every generated take is kept as a sibling on a tree for later comparison. Stories live in a local folder, export to Markdown, with no accounts or telemetry. The current release is 0.9.8, supporting macOS, Linux, and Windows via curl, npm, or source. The post does not specify which model is used by default, only that you bring your own key and endpoint.
#1667-ai
editor take
A terminal fiction writer that keeps every generated take as a sibling on a tree. Bring your own key and endpoint, no accounts, no telemetry.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K0·R0
13:20
36d ago
Hacker News Frontpage· rssEN13:20 · 08·17
Four LLMs trade $100K each against a frozen rulebook — and the rulebook is ahead
A public paper-trading contest pits GPT-5.6, Claude, Grok, Gemini, and a fixed-rules system against each other with $100K simulated accounts, starting July 27. Every trade is logged; each AI reviews its own closed trades daily and rewrites its playbook. The rule-based system is currently leading. The team says they may build a paid trade-alert or auto-mirroring service if a competitor earns a sustained track record, but nothing exists yet. The post does not disclose specific returns, drawdowns, or current account equity — only a live leaderboard chart.
#GPT-5.6#Claude#Grok
editor take
GPT-5.6, Claude, and others trade $100K paper accounts — the fixed-rules system is leading. No returns or drawdowns disclosed, so I'd treat this as a behavior demo for now.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K0·R1
13:10
36d ago
TechCrunch AI· rssEN13:10 · 08·17
Wispr raises $280M at $2B valuation, moves beyond dictation into meeting notes
Wispr raised $280M in Series B led by Menlo Ventures, hitting a $2B valuation. Known for AI dictation, it's now expanding into meeting notes with a newly released tool. Total funding reaches $361M, with the last round less than 10 months ago. Competition includes Willow, Monologue, Aqua, and Superwhisper. The post doesn't disclose technical specs or pricing for the new note-taker.
#Wispr#Menlo Ventures
editor take
Wispr raised $280M at a $2B valuation to move from dictation into meeting notes.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K0·R0
13:05
36d ago
Import AI (Jack Clark)· rssEN13:05 · 08·17
Import AI 469: Science AI, RSI simulator, and Zuck's technological pessimism
DiG-bench tests AI's exploration and intuition via 70 games with hidden rules. Top models (Opus 5, Fable 5) only achieve 20% on the hardest tier 7, while humans hit 100%. The post doesn't specify model versions or parameter counts for tested models, but predicts human parity by mid-2027. Paradigm Research released a browser game simulating managing an AI company pursuing recursive self-improvement, balancing compute, researchers, and data. Inherent trained a 27B 'Faraday' model via GRPO on 310 replication tasks from 100 papers, supervising frontier models for science, outperforming Opus 4.8 and GPT-5.
#Reasoning#Agent#Benchmarking#Jack Clark
editor take
DiG-bench tests AI exploration intuition with 70 hidden-rule games; top models score 20% on hardest tier vs humans' 100%.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
12:40
36d ago
AI HOT (Curated Pool)· aihot-apiZH12:40 · 08·17
Jensen Huang posts with empty body, AI pros left guessing from title only
Jensen Huang posted on X with only a title link and no body text. AI practitioners hoping for technical updates or product news are left guessing. The post does not disclose any details—wait for the full article before drawing conclusions.
#Jensen Huang
editor take
Jensen Huang posted just a title link with zero body text—wait for the full article.
HKR breakdown
hook knowledge resonance
open source
10
SCORE
H0·K0·R0
12:24
36d ago
Product Hunt · AI· rssEN12:24 · 08·17
Fotor launches Video Agent: create motion graphics by chat
Fotor has launched Video Agent, letting users create and edit motion graphics and video via chat. The post doesn't spell out supported editing operations, output resolution, or generation speed—only the headline info is confirmed.
#Fotor
editor take
Fotor's Video Agent lets you create motion graphics via chat, but the post doesn't detail editing ops, resolution, or speed—I'd hold off on excitement.
HKR breakdown
hook knowledge resonance
open source
45
SCORE
H0·K0·R0
11:00
36d ago
The Verge · AI· rssEN11:00 · 08·17
Whisker's AI litter robot thinks my cats swapped bodies
Whisker's $899 Litter-Robot 5 Pro is a great self-cleaning box, but its AI cat-recognition feature is broken. The reviewer's cats were frequently misidentified. The post doesn't specify the AI model or training data used. Bottom line: buy it for the scooping, not the AI.
#Whisker#Litter-Robot 5 Pro
editor take
Whisker's $899 Litter-Robot 5 Pro scoops well, but its AI cat-recognition keeps swapping the reviewer's two cats. No model or accuracy data disclosed.
HKR breakdown
hook knowledge resonance
open source
45
SCORE
H1·K0·R0
09:50
36d ago
r/LocalLLaMA· rssEN09:50 · 08·17
Muse Glimmer 30B hits 512k context with a one-line config change
The author extended Muse Glimmer 30B from 128k to 512k context with no YaRN or LoRA—just a one-line config change to max_position_embeddings. The model's architecture makes this possible: full attention layers have no position encoding, and only 2048-token sliding window layers use RoPE. After ~70 hours of full-precision testing on a DGX Spark, needle-in-a-haystack, multi-hop retrieval, and semantic lookups all scored 100% up to 512k tokens. Counting accuracy dropped from 95% at 32k to 22% at 512k. Agentic session memory held at 100% through 385k, then dipped slightly. Code and reports are open on GitHub.
#Meta#Muse Glimmer 30B#DGX Spark#Open source
editor take
Muse Glimmer 30B hits 512k context with a one-line config change—its full attention layers have no position encoding, only the sliding window layers use RoPE.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
07:28
36d ago
Hacker News Frontpage· rssEN07:28 · 08·17
HackEurope 2026 rant: AI turns hackathons into front-end beauty contests
HackEurope 2026 was a shitshow, says the author. 90% of projects were vibe-coded AI slop with no backend. The grand winner used LLMs to predict lightning wildfires and orchestrate drone cloud seeding—but the team had only 1 software engineer. The author argues AI lowers the bar but kills creativity: cool ideas get dropped because 'the AI says it's too hard.' The post doesn't disclose the exact prize pool beyond a shared €1000 across 3 countries.
#HackEurope#Anthropic#Antonio Cheong
editor take
HackEurope 2026 rant: 90% of projects were vibe-coded AI frontends; the grand winner used LLMs for wildfire drones but had only 1 engineer.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
07:22
36d ago
AI HOT (Curated Pool)· aihot-apiZH07:22 · 08·17
inclusionAI Open-Sources ConceptEdit: Image Editing Data Pipeline via Concept Scaling & Dense Supervision
inclusionAI open-sourced ConceptEdit, a pipeline that generates image editing training data using concept scaling and dense supervision. The post does not disclose benchmark results or model performance—only the code repo. For anyone training image editing models, this is a ready-to-use data generation tool.
#inclusionAI#Open source
editor take
ConceptEdit is an open-source pipeline for generating image editing training data, but no benchmark results are disclosed.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K1·R0
05:30
36d ago
● P1OpenAI Blog· rssEN05:30 · 08·17
OpenAI President Greg Brockman on closing the AI security defender's window
Greg Brockman uses the OpenAI-Hugging Face incident and his own personal website fix to show that AI models can now autonomously find and exploit real-world vulnerabilities—and also help defenders patch them fast. He shares that OpenAI is using its Codex security plugin and model-based alert triage internally, and urges other orgs to harden fundamentals with AI now. The post does not disclose specific budgets or timelines.
#Code#OpenAI#Hugging Face#Greg Brockman
why featured
Featured · importance 98 · hook + knowledge + resonance
editor take
Greg Brockman wrote a long post on how OpenAI uses its own models for defense, but there's zero third-party validation — I'd read this as a PR piece first.
sharp
Both sources are just republishing OpenAI's official blog, so everything here is Brockman's own account. He shares a few concrete details: after the Hugging Face breach, he had GPT-5.6 Sol scan his personal site, found 13 issues in 15 minutes, and fixed them in an hour. Internally, OpenAI now uses Codex for code security reviews and models for initial alert triage. The numbers feel tangible, but they're all self-reported — no external security firm has replicated these results, and there's no data on false positive rates or missed vulnerabilities in real attack scenarios. One timeline worth noting: he flags that GLM-5.3 is expected to drop at the end of August and will likely accelerate the threat landscape. If that's accurate, the defender's window is genuinely shrinking. But the post's frame is essentially 'we're hardening ourselves with frontier models, you should too' — without giving smaller orgs a playbook they can actually follow, or clarifying which of these capabilities will be opened to external users. What's solid: OpenAI is actively shaping the 'AI defender' narrative. What's missing: any independent measure of how much their internal security posture has actually improved.
HKR breakdown
hook knowledge resonance
open source
98
SCORE
H1·K1·R1
05:00
36d ago
● P1OpenAI Blog· rssEN05:00 · 08·17
OpenAI launches 8 GW data center campus project in Ohio
OpenAI is partnering with SB Energy, NVIDIA, and the U.S. Department of Energy to build an ~8 GW-IT data center campus at the PORTS-Pike site in Pike County, Ohio. The first 800 MW is expected online in 2028, with a six-year full buildout creating 35,000 construction jobs and 2,500 permanent roles. OpenAI says it will cover all energy and infrastructure costs, use closed-loop air cooling to keep ongoing water use comparable to an office building, and put $40M into a community grant fund. It is also giving $100 in Codex credits to each of ~844,000 Ohio college students. The post doesn't disclose GPU counts or specific model training plans—this reads as a long-term infrastructure play.
#OpenAI#SB Energy#NVIDIA#Policy
why featured
Featured · importance 88 · hook + knowledge + resonance
editor take
OpenAI's own post confirms an 8 GW campus — bigger than all its known projects combined — but only 800 MW comes online in 2028, so treat this as a long-term commitment for now.
sharp
This is OpenAI's own announcement, not a media leak, so the project itself is real. 8 GW of IT load is an order of magnitude bigger than any single Microsoft or Google campus — six years of construction, 35,000 construction jobs, the numbers are there and the ambition is clear. Both sources are working off the same press release, no angle differences, which means we only have OpenAI's side right now. Two things I'd watch: first, where's the money — the post says OpenAI covers its own energy and infrastructure costs but never names a total dollar figure. Second, where's the power — the first 800 MW uses existing grid, but everything after that needs new gas plants and transmission lines. Permitting and environmental review are the real bottlenecks. The $100 in Codex credits per Ohio college student and the $40 million community fund read like the standard playbook for winning local support. Don't read this as "8 GW of compute arriving soon" — if that first 800 MW hits on time in 2028, that's already a win.
HKR breakdown
hook knowledge resonance
open source
88
SCORE
H1·K1·R1
03:15
36d ago
OpenAI Blog· rssEN03:15 · 08·17
OpenAI awards $1M to 14 independent projects for AI economic policy research
OpenAI is following through on its April 2026 commitment with $1M in grants and up to $1M in API credits for 14 independent projects across the US, EU, Brazil, Singapore, and South Korea. The work focuses on two questions: how AI can broaden economic opportunity, and how societies can build resilience as capabilities advance. Selected projects include AEI's bipartisan commission on workforce disruption scenarios, CEPS's study on how AI productivity gains are distributed in Europe, ECIPE's framework for a 'Right to AI' and productive asset ownership, and Tax Foundation's analysis of how AI adoption reshapes tax revenue. OpenAI says these policy choices shouldn't be made by tech companies alone—the grants are meant to let outsiders test, challenge, and build on the industrial policy ideas OpenAI floated earlier.
#OpenAI#American Enterprise Institute#Centre for European Policy Studies
editor take
OpenAI puts $1M behind 14 independent projects designed to challenge its own policy ideas.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K1·R0
02:28
37d ago
Hacker News Frontpage· rssEN02:28 · 08·17
Meta faces jury trial from 30 US states that could force removal of likes and infinite scroll
30 US states, including California and New York, are suing Meta for violating child privacy laws, seeking over $1 trillion and demanding changes like removing like counts, infinite scroll, autoplay, and ephemeral Stories. The states argue these features are designed to hook teens; Meta's own internal research linked likes to increased loneliness and negative mood. A New Mexico judge already fined Meta $942 million and ordered similar changes—Meta is appealing. The trial is overseen by Judge Yvonne Gonzalez Rogers, known for the Musk v. Altman case. A loss could force platform-wide changes across the US.
#Meta#Instagram#Facebook#Policy
editor take
30 US states sue Meta for $1T+, demanding removal of likes, infinite scroll, and Stories for teens.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K0·R1
01:01
37d ago
Bloomberg Technology· rssEN01:01 · 08·17
Alibaba to Sell Gaming Arm for $1.5 Billion in Boost to AI Pivot
Alibaba is selling its gaming unit to an undisclosed buyer for $1.5 billion, using the cash to double down on AI and cloud. The post only provides the headline—no details on the buyer, closing timeline, or which assets are included.
#Alibaba
editor take
Alibaba sells gaming arm for $1.5B to fund AI/cloud push—buyer and timeline undisclosed.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K0·R1
00:00
37d ago
AI HOT (Curated Pool)· aihot-apiZH00:00 · 08·17
OpenRouter launches Activity dashboard to track AI spend by agent, model, and request
OpenRouter released an Activity dashboard and a beta Analytics API that break down AI spend by agent, model, and individual request. The Overview shows total spend, requests, token volume, cache hit rate, and blended cost per million tokens, each with a period-over-period comparison. Trends ranks models, users, keys, and apps by how fast they are rising or falling. Explore lets you build custom views: pick a metric (spend, P50/P90/P99 latency, cache hit rate, etc.), group by up to two dimensions (model, app, workspace, country, etc.), and choose a time rollup or a ranked table. Every chart links to the underlying request logs. Views can be saved, exported as CSV or PDF, and shared within an org. The same data is available via the Analytics API, and a companion openrouter-analytics skill lets agents query their own usage. A Guardrails page tracks prompt-injection and sensitive-info blocks, redactions, and flags, filterable by workspace and classifier. The post does not mention pricing changes or a timeline for the API leaving beta.
#Agent#OpenRouter
editor take
OpenRouter's new Activity dashboard and API break down AI spend by agent, model, and individual request.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H0·K1·R0

more

feeds

admin