Report: Google and SpaceX in talks to put data centers into orbit
[https://www.bloomberg.com/news/articles/2026-05-12/google-in-talks-to-use-spacex-to-launch-space-data-centers-wsj](https://www.bloomberg.com/news/articles/2026-05-12/google-in-talks-to-use-spacex-to-launch-space-data-centers-wsj)
Google Says Hackers Used AI to Find Critical Security Flaw
Google Says Hackers Used AI to Find Critical Security Flaw The Information
Sam Altman says Elon Musk’s mind games were damaging OpenAI
OpenAI CEO Sam Altman says Elon Musk did "huge damage" to the culture of the AI startup. During testimony as part of Musk's lawsuit against OpenAI, Altman said Musk required OpenAI president Greg Brockman and former chief scientist Ilya Sutskever to rank researchers by their accomplishments and "tak
AGI
I got a real transformer language model running locally on a stock Game Boy Color!
No phone, PC, Wi-Fi, link cable, or cloud inference. • The cartridge boots a ROM, and the GBC runs the model itself. • The model is Andrej Karpathy’s TinyStories-260K, converted to INT8 weights with fixed-point math so it can run without floating point. • Built with GBDK-2020 as an MBC5 Game
Musk mulled handing OpenAI to his children, Altman testifies
Altman said that Musk's focus on controlling the initial for-profit gave him pause because OpenAI was dedicated to keeping advanced AI out of the hands of a single person, and Altman, with his experience running the prominent startup accelerator Y Combinator, knew "founders who had control usually d
China’s ‘dark factory’ more than doubles production efficiency for J-20 jets
If AI writes your code, why use Python?
Stop wasting electricity
Run on my rtx4090 llama.cpp params: llama-server -m ~/Projects/llm/models/Qwen3.6-27B-UD-Q4_K_XL.gguf --flash-attn on -ngl all -ctk q4_0 -ctv q4_0 -t 32 -c 262144 Power limit was set using sudo nvidia-smi -pl N On my observation, GPU constantly hitting power limit, so its safe to say tha
"Tokenmaxxing" spreads at Amazon as employees game internal AI leaderboards
Amazon employees are automating unnecessary tasks just to climb internal AI leaderboards. The article "Tokenmaxxing" spreads at Amazon as employees game internal AI leaderboards appeared first on The Decoder.
GitLab announces workforce reduction and end of their CREDIT values
Dad why is my sisters name Lora?
I made an agentic "Daily Brief" for my kids with a receipt printer
What it does: Agents gather and curate data and send to a wifi-enabled receipt printer (phenol-free paper) * At 1:00am a cron triggers generation of data for all 3 kids (unique data sources per kid where applicable). * A sidecar web service renders the data to templates, screenshots it, converts it
On a difficult new SWE benchmark, ProgramBench, GPT5.5 high/xhigh solves a task for first time, significantly outperforms Opus 4.7
Link to tweets: https://x.com/KLieret/status/2054215545663144217?s=20 Link to GitHub: [https://github.com/facebookresearch/ProgramBench/](https://github.com/facebookresearch/ProgramBench/) Link to ProgramBench website: [https://programbench.com/blog/gpt-5-5-first-solve/](https://programbench.co
All AI discoveries should be public the moment it gets discovered
Show HN: Statewright – Visual state machines that make AI agents reliable
Needle: We Distilled Gemini Tool Calling Into a 26M Model
We open-sourced Needle, a 26M parameter function-calling (tool use) model. It runs at 6000 tok/s prefill and 1200 tok/s decode on consumer devices. We were always frustrated by the little effort made towards building agentic models that run on budget phones, so we conducted investigations that led
My First Official AI Research Paper Accepted on SSRN
https://preview.redd.it/oz4vpoxdfs0h1.jpg?width=910&format=pjpg&auto=webp&s=fa4c91aad0e3c56850fbfc06099e9c4095712bbd Today, my research paper **“Stable Training with Adaptive Momentum (STAM)”** was officially accepted on **SSRN** — marking my first documented and official publication as
Demis Hassabis's Isomorphic Labs announces Series B investment round with $2.1B in new funding
Small local model for questions on German grammar
I'm trying to learn German. I use Qwen3.5/3.6 locally, but this is pretty bad for German grammar. Has anyone got a recommendation for a small-ish local model that knows German grammer well and can answer questions on this?