
Hugging Face has unveiled Funes, a new tool designed to give coding agents a durable memory layer. Funes allows agents to index and retrieve session logs, enabling them to recall past decisions and rationales. This tool operates locally, ensuring privacy, and can sync with a private Hugging Face dataset for broader use. By integrating Funes, coding agents can enhance their workflow by accessing past knowledge, making them more efficient and context-aware.
Read original
© Hugging Face BlogHugging Face has unveiled NeoMME, a new family of multilingual multimodal encoders that integrate text and image processing into a single bidirectional Transformer. Unlike traditional models that rely on separate pretrained vision towers, NeoMME processes both text tokens and image patches simultaneously, enhancing efficiency and reducing computational overhead. The model's innovative architecture allows for dynamic image resolution and long bidirectional context, making it highly adaptable for various applications. With its release, NeoMME offers a streamlined approach to visual document retrieval, outperforming existing models in efficiency and storage requirements.
Hugging Face has demonstrated how fine-tuning a 350M model can significantly enhance its ability to produce structured outputs, a crucial task for many real-world applications. By using a targeted fine-tuning approach with a LoRA adapter and specific reward functions, the model's performance on the IFStruct benchmark improved, achieving a 22.6% pass rate. This approach shows that smaller models can be optimized to match the performance of larger models in specific tasks, making them more viable for integration into downstream systems. The process is accessible, with the fine-tuning runnable on a free-tier GPU, making it a practical option for developers looking to enhance model performance without extensive resources.
A language model has been trained to paint watercolours using JavaScript and the p5.brush library, capturing the attention of over 1.5 million viewers. The project uses reinforcement learning to teach the model aesthetic preferences, allowing it to create unique, handmade-style paintings. This approach contrasts with the typical perfection of AI-generated images, offering a fresh perspective on AI's creative potential. The open-source nature of the project invites further exploration and replication by others interested in the intersection of AI and art. The model's ability to generate code that paints images reflects a deeper level of interaction between AI and artistic expression. By limiting the model to ten methods from the library, the project emphasizes creativity within constraints. This initiative not only highlights AI's evolving role in art but also encourages a broader dialogue about the future of AI-driven creativity.
© GitHub ChangelogGitHub Copilot's latest update introduces new model options and enhanced content protections, marking a significant step in its evolution. With the addition of Claude Fable 5.1 and Gemini 3.8 Flash, users across various tiers can now access more powerful AI models. The update also includes content exclusions to safeguard sensitive code and a public preview of Agent Merge, which aids in resolving pull request issues. These enhancements, along with experimental features like multi-root workspaces and customizable chat backgrounds, aim to improve user experience and workflow efficiency.
© GitHub Changelognpm has introduced multiple trusted publishing configurations per package, allowing maintainers to manage workflows for stable, prerelease, or staging versions more effectively. This update eliminates the need for workaround solutions or long-lived tokens, as each configuration operates independently with its own criteria. Additionally, staged packages now require malware scanning completion before approval, enhancing security. These changes streamline the publishing process and provide maintainers with greater control and transparency over their package versions.
© GitHub ChangelogGitHub Actions has introduced updates that enhance workflow management with improved visibility and control. A new REST API allows users to track the deprecation timelines of runner versions, aiding in timely upgrades. The introduction of a read-only permission for Dependabot alerts aligns with least-privilege security practices. Additionally, reusable workflows now have enhanced runtime identity features, providing more precise context for job execution. These updates collectively streamline workflow management and security for developers using GitHub Actions.