> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Google Releases New Open-Source Tools to Push AI Development
- URL: https://itsfoss.com/news/google-open-source-tools-ai/
- Published: 2024-04-11T05:00:20.000Z
- Updated: 2024-04-11T05:00:20.000Z
- Description: A good initiative by Google for the advancements of open-source AI.
- Author: Sourav Rudra
- Tags: Open Source, News, #Import 2025-11-08 21:15

Recently, Google [unveiled](https://www.youtube.com/watch?v=V6DJYGn2SFk&ref=itsfoss.com) the wide range of advancements they have made in their AI offerings during the [Cloud Next '24](https://cloud.withgoogle.com/next?ref=itsfoss.com) event, with the [AI Hypercomputer](https://cloud.google.com/solutions/ai-hypercomputer?ref=itsfoss.com) architecture taking the center stage.

They also showcased a few performance optimized hardware enhancements such as Cloud TPU v5p, NVIDIA H100 Tensor Core GPU-powered A3 Mega VMs, a new block storage service optimized for AI inference, and the introduction of NVIDIA's [Blackwell GPU](https://www.nvidia.com/en-us/data-center/technologies/blackwell-architecture/?ref=itsfoss.com)s in Google Cloud.

But, something else caught my eye in the flurry of announcements that focused on Google's advancements in open software. 

## A Rekindled Push by Google towards Open-Source AI?

Just a few months back, we saw Google [open sourcing](https://itsfoss.com/google-magika-ai/) Magika, their AI-powered tool focused on cybersecurity, and I thought what will they do next?

Well, as it turns out, they have introduced some interesting open-source AI tools that aim to achieve a variety of goals.

We start off with [MaxDiffusion](https://github.com/google/maxdiffusion?ref=itsfoss.com), a collection of reference implementation of various diffusion models that was written in [Python](https://www.python.org/?ref=itsfoss.com)/[Jax](https://github.com/google/jax?ref=itsfoss.com), which is meant to run on Cloud [TPU](https://cloud.google.com/tpu?ref=itsfoss.com)s and [GPU](https://en.wikipedia.org/wiki/Graphics%5Fprocessing%5Funit?ref=itsfoss.com)s. It supports Stable Diffusion 2 base, 2.1, and XL.

While working to achieve that, they also added support for new models in [MaxText](https://github.com/google/maxtext?ref=itsfoss.com), their scalable Jax LLM. It now has support for [Gemma](https://ai.google.dev/gemma?ref=itsfoss.com), [GPT3](https://openai.com/blog/gpt-3-apps?ref=itsfoss.com), [Llama2](https://llama.meta.com/?ref=itsfoss.com), and [Mistral](https://mistral.ai/?ref=itsfoss.com).

Then there's a new LLM inference engine, [Jetstream](https://github.com/google/JetStream?ref=itsfoss.com), which has been introduced as a throughput, memory optimized engine for LLM inference on XLA devices (*such as TPUs and GPUs*).

And finally, we have [Optimum-TPU](https://github.com/huggingface/optimum-tpu?ref=itsfoss.com), that Google has worked to develop in collaboration with [Hugging Face](https://huggingface.co/?ref=itsfoss.com), which is a performance optimized package for PyTorch users intended to help with hassle-free training of Hugging Face models on TPUs.

Overall, Google seems to be going in the right direction, and many in the industry could take some pointers from them (*read OpenAI*). 

But, it remains to be seen how the development of the above-mentioned tools progresses, and the impact they have on open-source AI.

*💬 What do you think of Google's move? Will it promote a more open-source focused approach in the field of AI?*