GenAI monitor
552 subscribers
4.34K links
AI frontier model updates & open source LLM releases
Download Telegram
📰 PyTorch - Shopify Joins the PyTorch Foundation as a Platinum Member
The PyTorch Foundation, a community-driven hub for open source AI under the Linux Foundation, is announcing today that Shopify has joined as a Platinum member. Shopify provides essential internet infrastructure...

https://pytorch.org/blog/shopify-joins-the-pytorch-foundation-as-a-platinum-member/
📰 Google AI Blog - ML Development in VS Code with Google Cloud Power: Workbench Extension Now Available
The Google Cloud Workbench Notebooks extension for VS Code has officially launched, allowing developers to connect their local IDE to scalable, cloud-based Jupyter environments. This integration streamlines the machine learning lifecycle by eliminating context switching and providing direct access to high-performance Google Cloud infrastructure. To support transparency and community-driven innovation, the newly released extension is fully open-sourced and available on GitHub and the VS Code Marketplace.

https://developers.googleblog.com/en/ml-development-in-vs-code-with-google-cloud-power-workbench-extension-now-available/


📰 Google AI Blog - Build agentic full-stack apps with Genkit
The open-source Genkit framework has introduced the Agents API, a full-stack tool designed to simplify the complex plumbing of conversational AI by packaging message history, tool loops, and streaming into a single interface. The API supports flexible, server- or client-managed state persistence—allowing for advanced workflows like history branching, long-running detached tasks, and multi-agent coordination—while seamlessly connecting backends to frontends via a unified wire protocol. Currently available in preview for TypeScript and Go, it also integrates with the Genkit Developer UI to allow developers to easily test, debug, and inspect agent snapshots without writing client code.

https://developers.googleblog.com/en/build-agentic-full-stack-apps-with-genkit/
📰 PyTorch - Building the Future of On-Device AI at the ExecuTorch Hackathon
This past weekend in San Francisco, builders, researchers, mobile developers, and AI practitioners came together for the ExecuTorch Hackathon, a two-day, on-site event focused on a practical and increasingly important...

https://pytorch.org/blog/building-the-future-of-on-device-ai-at-the-executorch-hackathon/
📰 PyTorch - Understanding PyTorch’s Test Infrastructure
TL;DR PyTorch tests are often generated at import time, so CI failures may show device/dtype-specific names that differ from the source template. For local debugging, pytest -k and test/run_test.py are...

https://pytorch.org/blog/understanding-pytorchs-test-infrastructure/