Platformer
·
1 month ago
Boris Cherny, creator of Claude Code at Anthropic, believes the job title "software engineer" could disappear by the end of 2025 as AI tools make coding more accessible to non-engineers. Cherny has not written code himself in six months and predicts that while companies may hire fewer traditional engineers, the total number of people writing code using AI agents could increase 100-fold. The roles of engineers, product managers, designers, and managers are blending together into a broader "builder" category as AI productivity tools become standard.
Eugene Yan
·
1 month ago
Researchers developed a system that uses large language models to identify and help remediate security vulnerabilities in source code through threat modeling, discovery, verification, and patching workflows. The approach integrates LLMs into each stage of vulnerability analysis, from initial threat identification through to patch generation and verification. This enables developers to automate security assessments and reduce manual effort in securing codebases.
Hugging Face Blog
·
1 month ago
Hugging Face researchers developed a method to reduce weight synchronization costs in reinforcement learning by sending only changed parameters instead of full model checkpoints, exploiting the fact that 98-99% of weights remain identical between training steps in bf16 format. The per-step payload for a 0.6B model dropped from 1.2 GB to 20-35 MB by encoding sparse deltas as safetensors files uploaded to a Hugging Face Bucket, with the sparse encoding working because bf16's limited precision absorbs most optimizer updates at typical RL learning rates. This enables distributed training where the trainer, inference server, and environment can operate independently in different regions by routing weight updates through a shared object store rather than requiring direct connectivity.
Hugging Face Blog
·
1 month ago
Reachy Mini robot now supports fully local voice conversations without sending audio to cloud servers, using a cascaded pipeline of open-source models for speech recognition, language processing, and text-to-speech. The recommended setup uses Gemma 4 for language understanding, Parakeet-TDT 0.6B v3 for speech-to-text, Silero VAD for voice detection, and Qwen3-TTS for responses. Users can now keep all audio and processing on their own hardware, eliminating API costs and external dependencies while maintaining control over which models to use.
OpenAI Blog
·
1 month ago
Warp has integrated OpenAI's GPT-5.5 model to coordinate coding agents across local, cloud, and open-source development environments. The company is deploying this as its primary infrastructure for agent coordination across multiple workflow types. This shift centralizes Warp's approach to managing distributed coding tasks through a single AI model framework.