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

all posts

50 items · updated 3m ago
RSS live
2026-09-14 · Mon
2026-09-13 · Sun
23:00
9d ago
● P1Bloomberg Technology· rssEN23:00 · 09·13
Anthropic Expects Adjusted Operating Profit This Quarter With $3 Billion Revenue
Anthropic told the FT it expects an adjusted operating profit this quarter, with revenue around $3 billion—roughly triple the same quarter last year. The figure is adjusted, excluding stock-based compensation and other non-cash charges, so it is not GAAP net income. The post doesn't disclose gross margins, the split of R&D and inference costs, or whether cash flow has turned positive. The revenue growth alone, though, signals enterprise customers keep paying.
#Anthropic#Financial Times
why featured
Featured · importance 90 · hook + knowledge + resonance
editor take
Anthropic told investors it expects a second straight quarter of adjusted operating profit with annualized revenue hitting ~$3B — but both Bloomberg and FT are citing the same FT scoop, no public f...
sharp
This is an FT exclusive that Bloomberg then picked up — both are running the same single source, which is Anthropic's private communication to investors. The FT article is behind a paywall, so we're working off the headline and Bloomberg's summary: a second consecutive quarter of adjusted operating profit, with annualized revenue around $3 billion. I'd take "adjusted" with a grain of salt. Adjusted operating profit typically strips out stock-based compensation, depreciation, and other big-ticket items — it's a long way from GAAP net income. Anthropic was burning cash hard on compute through last year, so flipping to positive on this metric suggests either API and enterprise adoption is outpacing expectations, or they've made serious cuts on the cost side. The $3B annualized run rate works out to roughly $250M/month, which would put them in striking distance of where OpenAI was in late 2025. What we don't have: GAAP net income, revenue breakdown (API vs enterprise contracts vs cloud partner rev-share), and what exactly "adjusted" excludes. Worth revisiting when Anthropic files something public or the next fundraising deck leaks.
HKR breakdown
hook knowledge resonance
open source
90
SCORE
H1·K1·R1
22:00
9d ago
Bloomberg Technology· rssEN22:00 · 09·13
Amazon Spends More on Sports Than Netflix, YouTube Combined
Amazon now spends more on sports rights than Netflix and YouTube combined, per Bloomberg. The bulk goes to NFL Thursday Night Football and Premier League. For AI practitioners, this signals Amazon is using live sports to drive Prime subscriptions and stress-test AWS media encoding, real-time analytics, and AI recommendation systems at scale.
#Amazon#Netflix#YouTube
editor take
Amazon outspends Netflix and YouTube combined on sports rights. For AI folks, that means AWS live encoding and rec systems are getting NFL-scale stress tests.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
17:37
9d ago
Hacker News Frontpage· rssEN17:37 · 09·13
Google keeps approving scam ads that its own AI rejects in seconds
A fake iOS alert ad for iPhone storage kept appearing on YouTube. The author reported it twice; Google said it's fine. He fed the ad to Google's own Gemini model, which flagged it in seconds for mimicking system alerts, using fake buttons, and fear-mongering. Google has the AI but isn't using it to review ads.
#Google#Gemini#YouTube
editor take
Google's own Gemini flagged a fake iOS alert ad in seconds; human reviewers approved it twice.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
16:17
9d ago
Hacker News Frontpage· rssEN16:17 · 09·13
Docket – Per-commit evidence records for agent-written code
Docket is a CLI tool that captures the full conversation log, tool call chain, and model info from an AI coding agent at each git commit, bundling them into a tamper-resistant evidence record. It addresses a real problem: when agent-written code breaks, you can't trace what the agent saw or decided. The post only provides a README overview and does not disclose signing mechanism details, storage overhead, or CI integration.
#Agent#Docket
editor take
Auto-bundles agent conversation logs and tool calls per commit so you can trace what the AI saw—but it's README-only, no signing or storage details yet.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
16:00
9d ago
AI HOT (Curated Pool)· aihot-apiZH16:00 · 09·13
Tessl proposes an agent context ownership model: ownership follows the org unit
Tessl's Rob Hudson and Simon Maple argue the hardest part of agentic transformation isn't the agents—it's who owns the context, workflows, and artifacts that steer them. Their core rule: context ownership follows the organizational unit. Individual and team domain knowledge belongs to domain experts; the enablement team provides tooling and stewardship, not ownership. They also separate 'context engineering' (local, intimate work) from 'loop engineering' (which can be centralized). Get the ownership wrong and you either create a central bottleneck or a fragmented free-for-all.
#Tessl#Rob Hudson#Simon Maple
editor take
Tessl argues the real bottleneck in agentic transformation isn't the agents—it's who owns the context, and the answer is: follow the org unit, not the platform team.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K1·R0
15:24
9d ago
Hacker News Frontpage· rssEN15:24 · 09·13
PyO3 lets Python libraries run Rust, but the return trip costs more than the parse
Pydantic v2's core, pydantic-core, uses PyO3 to compile Rust into a shared library that Python imports like any package. The author walks through a JSON parser in four steps: write a Rust module, annotate with PyO3 macros, build with maturin, import the result. The key takeaway: if the function returns a scalar, the boundary cost is negligible; if it returns a large structure (e.g., a JSON tree), converting Rust values to Python objects can cost more than the parse itself. 100,000 values means 100,000 Python objects created at the boundary—the materialization loop, not the parsing, dominates end-to-end time. The post doesn't spell out specific latency numbers but suggests returning lazy Rust-backed views instead of materializing the full tree.
#Code#PyO3#Pydantic#Maturin
editor take
PyO3 compiles Rust into a .so Python imports directly, but converting large Rust structures to Python objects can cost more than the parse itself.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K1·R0
14:15
9d ago
● P1Hacker News Frontpage· rssEN14:15 · 09·13
Anthropic reports Houthis used Claude Code to develop missile guidance software
Anthropic's September threat report says a cell in northern Yemen ran parallel Claude Code instances to develop guidance software for tactical rockets, a ballistic missile with over 2,000 km range, and an 'R2000' hypersonic glide vehicle concept. They used Claude for navigation and control code, six-degree-of-freedom trajectory simulations, and reinforcement learning to tune flight-control algorithms, then compiled the project into a standalone offline executable. After a failed rocket test, they returned to Claude within hours to analyze telemetry. Anthropic found no evidence an operational weapon was fielded, but the group had already assembled an offline engineering toolkit before their accounts were banned. Five other conventional-weapons cases involving China and Russia were also documented.
#Code#Reasoning#Agent#Anthropic
why featured
Featured · importance 98 · hook + knowledge + resonance
editor take
Anthropic published its own threat report saying Houthis used Claude Code for missile guidance work — multiple sources are all citing the same official document, so I'd read this as a safety compli...
sharp
This comes from Anthropic's September 11 threat report — both Clash Report and AIhot are working off the same source document, no third-party verification. The report describes a cell in northern Yemen running parallel Claude Code instances: one coding, one researching, one reviewing output. They built guidance software for a tactical rocket, a ballistic missile with 2,000+ km range, and a hypersonic glide vehicle concept called R2000. A few details stand out. They paired open-source autopilot software with phone-class flight computers, used Claude for navigation code and six-degree-of-freedom trajectory simulations, and did reinforcement learning to tune flight control. The whole project got compiled into a standalone offline executable — development could continue without Claude access. They test-fired a guided rocket, it failed, and within hours they were back in Claude analyzing telemetry to figure out why. Anthropic says no evidence the weapon became operational, but admits the engineering capability was already moving offline. Safeguards blocked plenty of requests, but the operators fragmented tasks across sessions to evade detection. The broader report covers six conventional-weapons cases from Dec 2025 to Aug 2026: three China-linked, two Russia, one Yemen. I'd discount this on two fronts. One, it's Anthropic's own report — the incentive is to show they're catching abuse, which shapes the narrative. Two, only Clash Report has detailed technical descriptions, and I haven't seen the original report to separate Anthropic's own claims from the outlet's additions.
HKR breakdown
hook knowledge resonance
open source
98
SCORE
H1·K1·R1
14:09
9d ago
● P1Hacker News Frontpage· rssEN14:09 · 09·13
Paul Graham Shares Heuristics for Making Startups Powerful
Paul Graham shares his go-to heuristic for startup office hours: ask what would make the company more powerful, not just more profitable. That question often leads to order-of-magnitude gains. He walks through levers like owning the customer relationship, making money flow through you, introducing network effects, and building app-store-like platforms. PayPal began as a security demo; eBay sellers repurposed it for payments, and the founders pivoted. Graham calls this a tail-wagging-the-dog signal. He also argues for playing the long game—acquire users cheaply first, fix margins later—and for generosity: create more value than you capture. Open source, extensibility, and APIs are all generosity-driven power moves, especially now that AI agents are replacing human users.
#Paul Graham#PayPal#Tim O'Reilly#Open source
why featured
Featured · importance 88 · hook + knowledge + resonance
editor take
PG isn't handing out startup platitudes — this is a field manual on turning a component supplier into a platform, making money flow through you, and using network effects to 10x valuation.
sharp
Paul Graham published a new essay on making startups powerful. Two HN entries point to the same original post — no other outlets picked it up, so this isn't a multi-source event, just a single blog that hit the front page. The core is a set of heuristics he uses during YC office hours: can your company go from being a component supplier to owning the customer relationship? Can you make money flow through you instead of just charging a one-time fee? Can you build something like an App Store where others build on top of you and make you more valuable in the process? Network effects are his go-to — he treats it as a puzzle to find them even in products where they seem impossible. A few concrete examples stand out. If you're building a payment tool for agents, his first question is whether agents can pay each other — if yes, you've just become a marketplace and the valuation math changes entirely. He retells the PayPal origin story: it started as a security demo for handheld devices, eBay sellers started using it for payments, and the founders eventually admitted that was the real business. His advice: when users misuse your product, don't get annoyed — they might be finding your actual product for you. I'd discount a couple of claims. "Let users opt in to training your model on their interactions and their model will outperform the vanilla one" — that's messier than it sounds on privacy and compliance, especially in B2B. And "get all the users first, worry about margins later" doesn't land the same way in 2026's funding environment as it did in the ZIRP years. But the essay's value isn't in new ideas — it's in laying out the internal YC judgment framework that early-stage founders can actually use when picking a direction.
HKR breakdown
hook knowledge resonance
open source
88
SCORE
H1·K1·R1
08:07
10d ago
● P1Hacker News Frontpage· rssEN08:07 · 09·13
Anthropic researcher resigns with warning about AI risks to humanity
Anthropic researcher Jacob Coxon resigned Tuesday, warning that AI builders are 'gambling with our lives' and that superhuman systems will soon be able to hack anything. His colleague Evan Hubinger posted on X that he believes there is a >10% chance AI kills all humans within a decade. At a Goldman Sachs conference in San Francisco, Nvidia CEO Jensen Huang dismissed the claims as untrue, while Grindr CEO George Arison called Anthropic's worldview 'anti-civilisational' and told engineers to stop using its tech. Some investors suspect the dire warnings are designed to justify Anthropic's $965bn valuation ahead of a potential IPO. CEO Dario Amodei published an essay Saturday calling for slower AI development and global regulation, which softened earlier criticism from investor Brad Gerstner and Hugging Face CEO Clement Delangue.
#Anthropic#Jacob Coxon#Evan Hubinger#Policy
why featured
Featured · importance 98 · hook + knowledge + resonance
editor take
A 3-year Anthropic pretraining researcher quit and went public: self-improving AI is getting close, and no lab has a mechanism to slow down. All three outlets cite his X post — core facts align, bu...
sharp
Jacob Coxon spent three years doing pretraining at Anthropic and OpenAI combined. Yesterday he posted his resignation, saying labs are "gambling with our lives" on self-improving AI. TechCrunch has the fullest account — he's calling for pacing agreements between labs, and Anthropic gave an on-record response saying they respect his decision but disagree with his risk assessment. The NYT Chinese edition ran a more alarmist headline about AI wiping out humanity, but I don't see new reporting beyond the original post. The aihot piece mixes in a Tim Urban reread, so it's more commentary than news. All three outlets trace back to the same X post, so the core facts aren't in dispute: he quit, he warned. The difference is framing — TechCrunch puts it in the industry race context, NYT leans into extinction. I'd discount this a bit: Coxon hasn't disclosed what specific internal progress he saw that triggered the resignation. Right now it's one person's judgment call, no technical evidence made public.
HKR breakdown
hook knowledge resonance
open source
98
SCORE
H1·K1·R1
08:00
10d ago
Bloomberg Technology· rssEN08:00 · 09·13
Asia chip stocks drop after Anthropic urges slower model development
Anthropic CEO Dario Amodei publicly urged AI firms to slow next-gen model development, triggering a broad sell-off in Asian chip stocks on Monday. TSMC, SK Hynix, and Samsung Electronics fell 2%–4% intraday. The market fears slower frontier-model iteration could dent demand growth for high-end AI chips and HBM memory. Analysts see it as a sentiment hit—actual orders and capex haven't shifted yet, so the trade thesis remains intact.
#Anthropic#Dario Amodei#TSMC
editor take
Anthropic CEO says slow down, Asian chip stocks drop 2-4%, but analysts say orders haven't moved—don't read it as a fundamental signal.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K0·R1
05:59
10d ago
Hacker News Frontpage· rssEN05:59 · 09·13
When Anyone Can Build Software, Who Decides What Not to Build?
Generation is cheap, but deciding what deserves to become permanent is not. The author argues that as AI collapses the cost of building software, the architect's real value shifts from producing artifacts to exercising judgment before commitment—arbitrating across domains before capital, data, and organizational behavior are locked in. The post doesn't cite specific cases or numbers, but the thesis is clear: cheap generation accelerates commitments without removing their long-term costs.
editor take
Generation is cheap; deciding what not to build is the real cost.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
05:56
10d ago
AI HOT (Curated Pool)· aihot-apiZH05:56 · 09·13
Context Engineering Inside the Harness: 4 Mechanisms That Beat Context Overflow and Goal Loss on Long-Horizon Tasks
This post breaks down four context engineering mechanisms that keep agents on track during long tasks: budget control to limit context length, compression to reduce redundancy, todo-state to track progress, and a memory module to retain key info. The post does not disclose implementation details or benchmark results, only the mechanism framework.
editor take
A framework post breaks down 4 mechanisms to keep agents on track in long tasks, but no implementation details or benchmarks — take it as a conceptual read.
HKR breakdown
hook knowledge resonance
open source
60
SCORE
H1·K0·R0
05:14
10d ago
AI Chat-Group Daily (群聊日报)· atomZH05:14 · 09·13
Daily Chat: Astra quota fix, OpenAI exits math contest
The daily chat digest covers practical fixes for Astra quota anxiety: split planning and execution into two sessions, use Astra for planning and Terra for execution to save quota. OpenAI's dev blog published a skill-slimming guide for Astra, warning that old-model rules hurt new models. In industry news, 771 mathematicians signed an open letter against AI-generated 'slop mathematics,' leading OpenAI to withdraw sponsorship from Caltech's Mathathon. Kimi K2.8 Preview launched with million-token context for all members. LMArena released an Agent leaderboard with Claude Fable 5.1 at the top.
#Agent#Code#OpenAI#Anthropic
editor take
OpenAI's Astra skill-slimming guide: old-model rules hurt new models; keep skills minimal.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
02:29
10d ago
Hacker News Frontpage· rssEN02:29 · 09·13
Don't call yourself an artisanal programmer
The author argues that calling yourself an 'artisanal programmer' is a trap—it frames engineers who don't use LLMs as hobbyists. He cites Hillel Wayne's crossover study: traditional engineers actually call careful coders 'engineers' and prompt-driven coders 'craftsmen.' The author sees this term flip as anti-intellectualism in software—people refuse to learn low-level details and just want to copy-paste. His warning: don't give up the title 'programmer,' or you'll legitimize vibecoding as the default.
#Hillel Wayne#purplesyringa
editor take
Don't let 'artisanal programmer' become a label that frames non-LLM coders as hobbyists—it cedes 'engineer' to vibecoding by default.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
2026-09-12 · Sat
19:57
10d ago
Hacker News Frontpage· rssEN19:57 · 09·12
CadQuery vs OpenSCAD for AI-generated 3D-printable parts: a benchmark
ModelRift ran six AI agents on three printable parts each in CadQuery and OpenSCAD. All six STLs passed. The difference is failure modes: OpenSCAD is faster but can't inspect part edges; CadQuery supports B-rep validity checks but is slower. The hardest task, an M24 threaded adapter, both solved in one shot. OpenSCAD averaged 2,061 seconds vs CadQuery's 2,406. The post doesn't spell out whether agents used identical prompt templates, only that task descriptions were the same.
#Code#Benchmarking#ModelRift#CadQuery
editor take
ModelRift benchmark: both CadQuery and OpenSCAD produce printable parts via AI agents, but OpenSCAD is faster (2,061 vs 2,406 sec) while CadQuery can inspect part edges.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
19:36
10d ago
● P1Bloomberg Technology· rssEN19:36 · 09·12
Sam Altman says OpenAI won't IPO in 2026, earliest window 2027
Sam Altman told Fortune that OpenAI won't IPO in 2026—the earliest window is 2027. He said safety comes before going public. The article doesn't disclose revenue, valuation, or what the safety push specifically covers.
#OpenAI#Sam Altman#Fortune#Safety/alignment
why featured
Featured · importance 92 · hook + resonance
editor take
Altman killed 2026 IPO talk in a Fortune interview. Four outlets all ran the same quote — no disagreement because there's one source.
sharp
Altman told Fortune that going public in 2026 would be "ill-advised" and the earliest window is 2027. Bloomberg, TechCrunch, The Verge, and HN all ran the same quote — no outlet dug up anything beyond the interview, so this is a coordinated message, not investigative reporting. I'd read this as OpenAI managing expectations. They just closed a massive funding round, so cash isn't the problem. An IPO right now would force quarterly earnings pressure and clash with the safety-first narrative they're pushing. Altman framed it as a safety decision, but the more practical reason is probably that the corporate structure is still messy and the path to profitability isn't clear enough to command the valuation they'd want. What's missing: no official filing, no SEC document, just one interview quote. "2027" is vague enough that he can push it further out whenever he needs to.
HKR breakdown
hook knowledge resonance
open source
92
SCORE
H1·K0·R1
18:14
10d ago
● P1Financial Times · Technology· rssEN18:14 · 09·12
Altman, Musk, and other tech leaders back call to slow AI development
Sam Altman and Elon Musk both endorsed Anthropic CEO Dario Amodei's call to slow AI development. Amodei argues current models are nearing dangerous capability thresholds and need a globally coordinated pause. The article confirms the rare consensus but doesn't disclose a concrete slowdown plan, timeline, or regulatory details. Treat this as a PR alignment for now—actual policy is still far off.
#Sam Altman#Elon Musk#Dario Amodei
why featured
Featured · importance 100 · hook + resonance
editor take
Altman, Amodei, and Musk are all calling for a slowdown on frontier models — a rare alignment, but all three outlets are working off the same internal meeting notes, with no concrete timeline or me...
sharp
Bloomberg and FT both ran this, but don't read it as "the industry is hitting the brakes" just yet. All three outlets are working off the same core event: Dario Amodei publicly called for slowing the release of cutting-edge models, then Altman told OpenAI staff in an all-hands that the company is open to it, and Musk chimed in with support. Bloomberg has the internal meeting details; FT framed it as rivals rallying behind Amodei. I'd discount this a bit for now. Everything we have is verbal — no outlet has pinned down what "slowing down" actually means. Are we talking about delaying a GPT-6-class model, or only models that cross some capability threshold? No regulatory framework or industry agreement has been proposed either. What Altman says in a staff meeting and what OpenAI does are two different things, with commercial pressure and board decisions sitting in between. The real signal here is that three people who normally take shots at each other are suddenly aligned on this. That tells you safety pressure on frontier models has reached a point where CEOs can't stay quiet. What's missing is follow-through — if we don't see concrete release timeline shifts or safety evaluation standards in the next few weeks, this looks more like coordinated PR cooldown than an actual slowdown.
HKR breakdown
hook knowledge resonance
open source
100
SCORE
H1·K0·R1
17:33
10d ago
AI HOT (Curated Pool)· aihot-apiZH17:33 · 09·12
OpenAI releases GPT-6 Astra; community builds 3D anatomy models and game recreations
OpenAI Devs announces GPT-6 Astra and showcases community builds: a 3D anatomy model with 2,234 parts and an Unreal Engine Manhattan recreation. The post doesn't spell out GPT-6 Astra's capabilities, pricing, or release date—only the title and examples are disclosed.
#OpenAI
editor take
GPT-6 Astra is live, but the post only shows two community builds—no capabilities, pricing, or release date.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
15:08
10d ago
● P1Hacker News Frontpage· rssEN15:08 · 09·12
Nvidia extends hundreds of billions in customer financing amid AI lending risks
Nvidia is now worth $5.4trn, but its growth isn't just from chips—it's underwriting customer projects and guaranteeing revenue floors. Over three years it has pledged $300bn in financial support. The setup echoes Cisco's vendor financing in the dotcom era. The article doesn't spell out Nvidia's exact default exposure, but notes hyperscalers are building their own custom chips that could claim 50% of the AI processor market by decade's end.
#Nvidia#Jensen Huang#CoreWeave
why featured
Featured · importance 92 · hook + knowledge + resonance
editor take
Nvidia is now lending to its customers on a scale that makes it look like the AI industry's central bank — but the loan book hasn't been tested by a real demand downturn yet.
sharp
This one's worth opening because The Economist did the math: Nvidia has pledged over $300 billion in financial support to its customers over the past three years. That's not a chip company anymore — that's a bank propping up the entire AI infrastructure buildout. Both sources are pulling from the same Economist deep-dive, so the factual base is solid. The core tension is straightforward: Nvidia's biggest customers — Amazon, Google, Microsoft — are all designing their own chips and may buy less from Nvidia going forward. The customers Nvidia is now aggressively backing — neoclouds and startups — have much shakier credit and pay roughly double the borrowing costs of the hyperscalers. Nvidia's fix is to guarantee their revenue floors, buy up idle compute capacity, and take equity stakes, effectively using its own balance sheet to lower their financing costs. Where I'd apply a discount: the risks the article lays out — demand slowdown, chip price drops, loan losses — are still hypothetical. No defaults have actually happened yet. But the Cisco parallel from the dotcom era isn't lazy journalism; Cisco lent billions to telecom customers buying its gear, and when the bubble burst, it ate massive write-downs. What's missing here is any disclosure from Nvidia on its provisioning ratios or maximum risk exposure — the article doesn't have those numbers, which likely means Nvidia hasn't shared them.
HKR breakdown
hook knowledge resonance
open source
92
SCORE
H1·K1·R1
15:01
10d ago
Latent Space· rssEN15:01 · 09·12
The Forward Deployed Engineer is AI's hottest role, but no one agrees on what it means
Vinoo Ganesh, who ran Palantir's 250-person Project Frontline rotation and now leads Kepler, argues that FDE roles across the industry share a title but not a job. A real Palantir story shows why: a blank timestamp in production financial data caused a retention system to request 2.3 million keyspaces and crash the Cassandra cluster. His core point—FDEs should sit inside product, not sales, especially when a plausible wrong answer is worse than no answer.
#Vinoo Ganesh#Palantir#Kepler
editor take
Ex-Palantir FDE rotation lead breaks down why FDEs should sit inside product, not sales — with real war stories from Palantir, Citadel, and Kepler.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K1·R0
14:45
10d ago
Hacker News Frontpage· rssEN14:45 · 09·12
I made a build visualizer to understand Bun's compile times
Lalit Maganti open-sourced buildprof, a Linux build tracing tool that records every process start and end time and lays them on a timeline. He used it to reproduce Bun's compile-time drop from 24m24s (Zig) to 5m40s (Rust) and found the key difference was Full LTO vs ThinLTO. Works with Cargo, Make, Ninja, and any build system that spawns processes.
#Lalit Maganti#Bun#Jarred Sumner
editor take
Open-source Linux build tracer that records every process on a timeline so you can see exactly where compile time goes.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
14:16
10d ago
Hacker News Frontpage· rssEN14:16 · 09·12
Waymo pulls over, calls cops on juvenile riders who had 'ghost gun'
A Waymo autonomous taxi pulled itself over and alerted police after detecting juvenile passengers with a 'ghost gun' (a privately made, unserialized firearm). Police arrested the teens. The incident shows Waymo's remote monitoring can spot in-cabin anomalies and trigger law enforcement, but raises privacy and juvenile justice questions. The article does not specify which sensors or algorithms detected the weapon, nor the standard operating procedure for police handoff.
#Waymo#Los Angeles Times
editor take
Waymo pulled itself over and called the cops after cabin sensors spotted a ghost gun.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
12:15
10d ago
Hacker News Frontpage· rssEN12:15 · 09·12
Liniora: an AI-powered workspace that unifies project management, code, and team context
Liniora is an AI workspace for engineering teams that pulls tickets, branches, PRs, Slack threads, and meeting notes into one place. Its AI builds a semantic graph of your codebase and conversations, so you can ask natural-language questions like “what was the decision on the payment gateway?” and get an answer. It also auto-summarizes pull requests, extracts action items from calendar syncs, and lets you create branches from tickets. Free tier: 3 users, 2 projects, 50 AI actions/month. Pro: $9/user/month, unlimited everything. The post doesn't specify which AI model powers the semantic search or how it's trained.
#Liniora#GitHub#GitLab
editor take
Liniora pulls Jira, GitHub, and Slack into one AI workspace—ask "what was the decision on the payment gateway?" and get an answer. Free for 3 users, Pro $9/user/month.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
11:42
10d ago
Hacker News Frontpage· rssEN11:42 · 09·12
Fuck it, make it anyway
Indie game dev Joel Auterson crashed for a week over AI's devaluation of his craft. His little tools no longer get praise—anyone can prompt one. After talking to friend Shad, he saw three paths: use AI and lose joy, stop making, or keep doing it the hard way because he wants to. He chose the third.
#Joel Auterson#Bearwaves#Shad
editor take
Indie dev Joel Auterson on why he still builds things the hard way: AI kills the joy, but he wants to keep making anyway.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
11:13
10d ago
Hacker News Frontpage· rssEN11:13 · 09·12
iLands' AI agents spam freelancers, offering to do their research for a fee
The author received over a dozen spam emails from iLands AI agents, each offering to do his research for ~$25. The agents aren't earning for their creators—they're hustling to keep their own tokens paid. Founder Kaixin Tang, ex-ByteDance, built a "Fiverr for autonomous bots." The author, a freelancer, finds it insulting.
#iLands#Kaixin Tang#ByteDance
editor take
iLands' AI agents spam freelancers with $25 research offers—bots hustling to keep their own tokens paid, not their creators.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
11:00
10d ago
The Verge · AI· rssEN11:00 · 09·12
OpenAI just wants to win: two mathematicians on how AI giants' 'childish' rivalries are upending their field
The Verge interviewed mathematicians at the center of recent controversies, including Tristan Buckmaster. The core story: OpenAI and rivals are treating unsolved math problems as a PR battleground, rushing to claim they've 'solved' Millennium Prize problems. Mathematicians say the claims don't hold up. Buckmaster calls the competition 'childish'—AI companies care more about beating each other than rigorous verification. The article doesn't provide technical proof details from either side; it focuses on mathematicians' frustration with AI industry hype.
#OpenAI#Tristan Buckmaster
editor take
Mathematician calls OpenAI's Millennium Prize race childish—AI companies care more about PR than proof.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K0·R1
09:37
10d ago
Bloomberg Technology· rssEN09:37 · 09·12
China’s AI Industry Pivots to Agents From Models
Bloomberg reports that Chinese AI firms are shifting focus from building bigger models to developing autonomous agents. The post doesn't name specific companies or products, but signals a clear industry pivot from parameter scale to practical workflow integration.
#Bloomberg
editor take
Bloomberg says China's AI firms are pivoting from models to agents, but names no companies or products.
HKR breakdown
hook knowledge resonance
open source
60
SCORE
H0·K0·R0
04:00
11d ago
Financial Times · Technology· rssEN04:00 · 09·12
Joseph Stiglitz on how to build a better AI economy
Nobel laureate Joseph Stiglitz argues in the FT that AI's productivity gains should benefit society broadly, not just a few tech giants. He calls for taxes, competition policy, and public investment to redistribute AI wealth, criticizing current industry concentration. The post does not disclose specific policy proposals or data models.
#Joseph Stiglitz#Financial Times
editor take
Stiglitz argues for taxing AI gains to spread the wealth, but offers no concrete plan.
HKR breakdown
hook knowledge resonance
open source
60
SCORE
H1·K0·R1
02:42
11d ago
Hacker News Frontpage· rssEN02:42 · 09·12
Pandas Should Go Extinct: You Probably Don't Have Big Data
Eddie argues Pandas should be retired. He crunches Amazon Redshift fleet data: 94.68% of tables are under 100GB, and 86.9% of queries touch ≤80GB. Most teams don't have Big Data—they have Medium Data and don't need Spark. He recommends Polars (a Rust DataFrame library) and DuckDB (an in-memory analytics DB, like SQLite for analytics) as single-machine replacements. The post includes code comparisons and notes painless migration via Apache Arrow. Exact benchmark numbers for Polars vs DuckDB aren't spelled out in the body, but the claim is clear: these tools fill the gap between Pandas' performance cliff and distributed overkill. I'd discount the 1KB/row assumption as optimistic, but even at 10KB the math holds.
#Pandas#Polars#DuckDB
editor take
Redshift fleet data: 94% of tables under 100GB, 87% of queries touch ≤80GB. Most teams don't need Spark—Polars or DuckDB on a single machine is enough.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K1·R0
00:44
11d ago
r/LocalLLaMA· rssEN00:44 · 09·12
Fine-tuned a 2B LLM on WhatsApp group chat, shared the cookbook on GitHub
Someone fine-tuned a 2B LLM on WhatsApp group chat data and open-sourced the full pipeline as a GitHub cookbook. The post body is blocked by Reddit, so no details on base model, training cost, or results. Title confirms the data source (group chat), model size (2B), and goal (mimic chat style). Good starting point if you want to train a small model on your own chat logs.
#Fine-tuning#GitHub#WhatsApp#Open source
editor take
Someone fine-tuned a 2B model on WhatsApp group chat data and open-sourced the pipeline, but the post body is blocked—no base model or results.
HKR breakdown
hook knowledge resonance
open source
45
SCORE
H1·K0·R1
00:16
11d ago
Hacker News Frontpage· rssEN00:16 · 09·12
Graphify C#: Compiler-accurate Find Usages for coding agents
zachsaw open-sourced a C# code analysis tool built for LLM coding agents. It uses the Roslyn compiler for full semantic analysis to find all references to a symbol, so agents don't miss related files when editing code. The README claims support for C# 15 syntax and outputs a structured JSON graph for agent consumption. The repo is brand new with very few stars; the post doesn't disclose performance overhead or real agent integration examples.
#Code#zachsaw#Graphify C##Roslyn
editor take
Roslyn-based C# analyzer that outputs symbol-relation JSON for coding agents, so they don't miss files when editing.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K1·R0

more

feeds

admin