If you’re in the New Jersey / New York area on Wednesday June 12th, come on over to the VMware User Group (VMUG) UserCon to say hello! I’m very proud to share that I’ll be presenting a fun and informative session on how to optimize your VMware administrative operations using freely available AI tools.
The presentation will cover the risks and opportunities that come with using AI for enterprise IT operations. The main focus is how to manage VMware products while also increasing your knowledge about safely using AI tools to reduce toil, and increase productivity.
There are live demos and we will be around all morning leading up to the session at 12:15. All of the content will be shared here on our blog as well to help others get started with understanding the safe use of AI and how to learn more with freely local tools.
AI Tools and Workflows to Optimize VMware Operations – How to reduce toil and increase productivity with safe, simple AI tools that are easily available.
Eric Wright, Chief Content Officer, GTM Delta
Gear up for a dynamic dive into AI-powered tips for VMware operations! This session will showcase how AI tools and workflows can transform your VMware management from tedious to terrific. We’ll explore readily available tools and workflows that will increase productivity and your personal learning potential. Let’s make your VMware operations smoother, smarter, and more fun!
Links from the presentation
Ollama | https://www.ollama.com/ |
Open WebUI | https://github.com/open-webui/open-webui |
Ollama library for models (demo done with Llama3:instruct and CodeGemma) | https://ollama.com/library |
Running Open WebUI in Docker | docker run -d \ -p 3000:8080 \ –add-host=host.docker.internal:host-gateway \ -v ollama-webui:/app/backend/data \ –name ollama-webui \ –restart always \ ghcr.io/ollama-webui/ollama-webui:main |
OpenAI Whisper | https://github.com/openai/whisper |