Iran's IRGC Publishes Satellite Imagery of OpenAI's $30B Stargate Datacenter
(newclawtimes.com)
AI
Iran’s IRGC released satellite imagery and a video targeting OpenAI’s planned $30B Stargate AI datacenter in Abu Dhabi, threatening “complete and utter annihilation.” The article frames this as an escalation from earlier, broader IRGC warnings toward specific identification of the facility, citing prior regional attacks affecting Oracle and AWS-related infrastructure. It argues the main risk for AI “agent builders” is disruption to the compute layer behind OpenAI APIs, increasing the importance of multi-provider resiliency.
Show HN: Modo – I built an open-source alternative to Kiro, Cursor, and Windsurf
(github.com)
AI
Modo is an open-source, MIT-licensed desktop AI IDE that aims to turn prompts into structured development plans before generating code. Built on top of a Void/VS Code fork, it adds spec-driven workflows (requirements/design/tasks persisted on disk), task run UI, project “steering” files for consistent context, configurable agent hooks, and an Autopilot vs Supervised mode. The project also supports multiple chat sessions, subagents, installable “powers” for common stacks, and a companion UI, with setup instructions and a full repository structure provided on GitHub.
Endian wars and anti-portability: this again?
(dalmatian.life)
The article argues against “anti-portability” thinking in open source, responding to common claims that ports are only for outdated platforms or that big-endian systems are irrelevant. It explains why endianness matters, citing bugs found or exposed only when testing on big-endian or specific 32-bit hardware, and it frames supporting multiple architectures as improving code quality and security. The author concludes that project maintainers should treat community-requested ports as a benefit rather than a burden.
Apex Protocol – An open MCP-based standard for AI agent trading
(apexstandard.org)
AI
Apex Protocol (APEX) proposes an open, MCP-based standard that lets AI trading agents connect directly to brokers/execution venues using a shared set of tools, real-time state, and deterministic safety controls. It specifies canonical instrument IDs (to avoid per-broker symbol mapping), event-driven notifications over HTTP/SSE, session replay for reconnection, and a conformance-tested protocol surface for multiple languages. The standard is CC-BY 4.0 with reference implementations and governance via a technical advisory committee and an open RFC process.
Show HN: I built a tiny LLM to demystify how language models work
(github.com)
AI
The Show HN post and GitHub repository introduce “GuppyLM,” a simple ~9M-parameter language model trained from scratch on synthetic fish-themed conversations. It walks through the full pipeline—dataset generation, tokenizer training, a vanilla transformer architecture, a basic training loop, and inference—aiming to make LLM internals less of a black box. The project highlights design tradeoffs (single-turn chats, no system prompt, limited context) and provides notebooks and code for reproducing training and running the model.
Show HN: Mdarena – Benchmark your Claude.md against your own PRs
(github.com)
AI
mdarena is an open-source tool that benchmarks Claude.md instructions by mining real merged PRs from your codebase, running the generated patches against the repo’s actual test suites, and comparing the results to the gold diffs. It reports test pass/fail, patch overlap, and token/cost-related metrics, using history-isolated checkouts to avoid information leakage. The project also includes a SWE-bench-compatible workflow and notes mixed results when consolidating guidance versus using per-directory instructions.
Recall – local multimodal semantic search for your files
(github.com)
AI
Recall is an open-source tool that enables local multimodal semantic search over your files by embedding images, audio, video, PDFs, and text into a locally stored vector database (ChromaDB). It matches natural-language queries across file types without requiring tagging or renaming, and includes an animated setup wizard plus a Raycast extension for quick visual results. Embeddings are generated using Google’s Gemini Embedding 2 API, while the vector index and files remain on your machine.
Women were never meant to give birth on their backs
(bbc.com)
The BBC explains that while women have given birth upright for thousands of years, many modern hospitals use supine or semi-supine positions. It traces the shift to 17th-century French medical advice that portrayed pregnancy as an illness and promoted reclining for physician convenience, and notes how gravity-based upright labour has been linked in studies to outcomes such as lower caesarean rates and less need for epidurals. Current guidance in places like the UK encourages women to avoid lying flat in the second stage and choose more comfortable positions.
'Cognitive Surrender' Is a New and Useful Term for How AI Melts Brains
(gizmodo.com)
AI
The article highlights a new term, “cognitive surrender,” used to describe how people may increasingly defer their thinking to AI chatbots—even when the AI is wrong. It summarizes a Wharton study where participants used an AI during a math-style reasoning test and were more likely to accept incorrect answers, with higher reported confidence when using the chatbot. The author notes the work may fit into broader concerns about reduced critical thinking and also flags that psychology findings can be hard to replicate.
Peter Thiel's big bet on solar-powered cow collars
(techcrunch.com)
Founders Fund led Halter’s $220 million Series E, backing a New Zealand startup that uses solar-powered collars, low-frequency towers, and an app to create “virtual fencing” for cattle. The system trains cows to respond to audio and vibration cues so farmers can monitor and move herds remotely while also tracking health, fertility, and other behavior. Halter says it has helped farms boost land productivity by up to 20% and now has collars on over a million cattle, with further expansion and additional products still in development.
Spath and Splan
(sumato.ai)
AI
The post argues that AI coding agents should interact with code using semantic “narratives” rather than filesystem rituals. It introduces Spath (a symbol-addressing format) and Splan (a minimal grammar for batched code-change intentions), claiming they reduce filesystem operations and improve agent efficiency and reliability via transactional edits. Sumato AI says it is open-sourcing the Spath and Splan grammars and provides an example Spath dialect for Go.
OpenAI's fall from grace as investors race to Anthropic
(latimes.com)
AI
The article says OpenAI’s shares are becoming hard to sell on secondary markets as institutional investors shift toward Anthropic, which is seeing record demand and higher bids. It attributes the pivot to perceived risk-reward, including Anthropic’s focus on profitable enterprise customers versus OpenAI’s heavier infrastructure spending. The piece also notes OpenAI’s recent, large fundraising round and highlights regulatory and security setbacks affecting Anthropic, even as investors remain eager to buy its equity.
Show HN: TermHub – Open-source terminal control gateway built for AI Agents
(github.com)
AI
TermHub is an open-source “AI-native” CLI/SDK that provides a native control gateway for iTerm2 and Windows Terminal, letting LLMs or AI agents open tabs/windows, target sessions, send text/keystrokes, and capture terminal output programmatically. The project includes a machine-readable spec/handles for AI handoff, plus a send-to-capture “delta” checkpoint mode so agents can retrieve only the new output produced after a command. It’s distributed via npm/Homebrew (macOS) and GitHub releases (binaries), with an SDK preview for JS/TypeScript.
The Miserable Introvert
(artagnon.com)
The piece argues that an “introvert” label can hide deeper feelings of exclusion and inadequacy rooted in childhood. It contrasts highly scheduled, socially oriented lives with the writer’s preference for solitude, focusing on reading, writing, research, and low-key conversation in places like open-source communities and a local café. The author says they don’t need cliché advice to “meet more people,” valuing instead the genuine, imperfect friendships they’ve found with people who accept them.
Wavelets on Graphs via Spectral Graph Theory
(arxiv.org)
AI
The paper presents a way to build wavelet transforms for functions on the vertices of a finite weighted graph using the graph Laplacian’s spectral decomposition. It defines scaled wavelet operators via a kernel g(tL) and forms graph wavelets by localizing these operators, with an admissibility condition ensuring the transform is invertible. The authors also study localization behavior at fine scales and provide an efficient Chebyshev-polynomial method to compute the transform without diagonalizing the Laplacian.
I Built a Reproducible Mac Setup with Nix
(kunchenguid.substack.com)
The article explains how Kun Chen uses Nix, nix-darwin, and Home Manager to create a reproducible, version-controlled macOS setup that can be reapplied quickly on a new Mac. He describes a one-time bootstrap script to install the minimal prerequisites, then a flake-based configuration split into machine-level (nix-darwin) and user-level (Home Manager) settings, with Homebrew managed declaratively. A public GitHub repo is referenced as a reusable starting point, along with an example app config for WezTerm.
In Japan, the robot isn't coming for your job; it's filling the one nobody wants
(techcrunch.com)
AI
Japan is accelerating “physical AI” not to replace jobs broadly, but to keep factories, warehouses, and other critical operations running as labor shortages worsen. Backed by government targets and investment, companies are moving from pilots to customer-funded deployments using more autonomous robotics software, orchestration, and integration across existing hardware. Industry sources say Japan’s strength in high-precision robotics components and control systems is a key advantage, with a hybrid ecosystem where incumbents scale while startups build perception and workflow capabilities.
Iran threatens 'complete and utter annihilation' of OpenAI's $30B Stargate
(tomshardware.com)
AI
Iran’s Islamic Revolutionary Guard Corps has issued a video warning that any attacks on Iranian power infrastructure would be met with “complete and utter annihilation,” naming U.S. and Israeli facilities in the region. The threat specifically targets OpenAI’s reported $30B Stargate AI data center in Abu Dhabi, showing satellite imagery of a 1GW site. The warning follows recent reports of rocket strikes disrupting some AWS data centers and comes amid broader threats from Iran toward major U.S. tech companies.
Introducing GEN-1 [video]
(youtube.com)
AI
The video titled “Introducing GEN-1” presents an overview of the GEN-1 offering, explaining what it is and how it works.
A brief history of instant coffee
(worksinprogress.co)
The article traces how instant coffee evolved from early, unviable “coffee cakes” and concentrates to the techniques that made true instant powder possible. It highlights key steps including hot-air dehydration (David Strang), industrial-scale production and wartime demand (George Constant Louis Washington’s product), and Nestlé’s spray-drying breakthrough led by Max Morgenthaler—later refined through freeze-drying. Overall, it shows that the real challenge was extracting and preserving coffee’s volatile flavor compounds while removing water without damaging them.
The Mechanics of Steins Gate (2023) [pdf]
(github.com)
The linked PDF, “The Mechanics of Steins Gate v1.0.3,” appears to be documentation hosted in a GitHub repository, but the fetched page content does not include the article’s actual text to summarize its specific claims or topics.
Code Freezes can have the opposite effect
(jensrantil.github.io)
The article argues that code freezes are often introduced as a knee-jerk response to instability, but they can simply postpone risky changes unless detailed rules, measurable success criteria, and clear exit criteria are defined. It warns that environments continue to change during freezes and that freezes may signal a lack of investment in better change processes. A past example describes a company-wide freeze with an ad-hoc approval “war room” and a large queued backlog, after which velocity slowed and long-term stability benefits were unclear due to inadequate measurement.