Introducing CUDA Rust!
CUDA Rust lets you write GPU kernels natively in Rust, not just launch them from it.
Two paths: cuda-oxide for SIMT kernels compiled to PTX, and cutile-rs for Tile-based programming on stable Rust. Both can catch aliasing errors at compile time.
Technical blog: https://t.co/5mYSRnQkBB
We're adding support for AGENTS.md to Claude Code.
Starting today in version 2.1.277, if there is no CLAUDE.md in a folder, Claude will check for and use AGENTS.md.
You can toggle this behavior in /config.
I BUILT A FLY BRAIN THAT CAN BE PLUGGED INTO ALMOST ANY MACHINE.
https://t.co/SRCXL8LJj3
I call it BRAIN.
With Claude’s help, I built a local bridge that turns camera input into neural activity and neural activity into motor commands.
The current version uses eight virtual neural populations, IMU feedback and left/right motor control. It includes a working synthetic demo and an ESP32 scaffold.
Connect it to a robot, a drone or even a robot vacuum.
The code is MIT licensed.
Fork it and make something move.