The audience for this is small, but we have an open source repository for the “Physical Atari” work we did at Keen. Working purely in the physical world is a huge burden compared to simulation, but it is important to have a reasonable grasp of the gap between the two. The
OPEN SOURCE
-

NVIDIA GTC Golden Ticket: Share Your OSS Project
By
–
Here's your chance to experience #NVIDIAGTC like a VIP through our Golden Ticket promotion. How to enter: Share an OSS project you’re building with NVIDIA tech, or Post a short video about why you’re excited to attend GTC Be sure to include #NVIDIAGTC and tag @NVIDIAGTC
-
AI Weather Model Predicts India Monsoon for 38 Million Farmers
By
–
Read how work by @UChicago
, building on the AI-based NeuralGcM weather model developed & open-sourced by @GoogleResearch
, is being used to more accurately predict the monsoon season in India and support farmer decision-making for 38M farmers in India. -

H Company Unveils Holo 1.5
By
–
H Company announced the Holo 1.5 family—open foundation models for Computer Use agents: – 3B: inherits its license from Qwen
– 7B: fully open under Apache 2.0
– 72B: research-only license (non-commercial) -
HQQ+ Technique Underrated for Model Optimization
By
–
Exactly what I was wondering! 🙂 HQQ+ is so underrated.
-

Developer Transforms Vape Device Into Functional Web Server
By
–
This guy turned his vape into a web server https://
bogdanthegeek.github.io/blog/projects/
vapeserver/
… -
Tinygrad Build Quality Assessment in GPU Guide
By
–
gotta admit, i've been getting increasingly curious about tinygrad's build quality as i wrap up the Buy a GPU guide and website
-
Meta MobileLLM-R1-140M: Local Browser Chat App
By
–
Meta MobileLLM-R1-140M, which can run 100% locally in your browser, no server inference required vibe coded a chat app powered by transformers.js in anycoder
-
GLM 4.5 Outperforms Opus 4 in Real-World Task Comparison
By
–
it's what I have been using since late July literally ran the same tasks side-by-side during daytime and Opus 4 was STRUGGLING while GLM 4.5 COOKED and at least GLM 4.5 is opensource and runs from my basement lol
-

ParserGPT: Smart Web Scraping with LLMs and LangGraph
By
–
ParserGPT: Smart Web Scraping Transform messy websites into clean CSV data using LLMs and deterministic rules. Powered by LangChain and LangGraph, ParserGPT learns website structures once to enable efficient, repeated data extraction. Learn more about ParserGPT: