Build5Nines - Local Generative AI, GitHub Copilot Chat, Azure Copilot

View this email in your browser

Build5Nines Newsletter

Your trusted source for Cloud, DevOps, and SRE guidance with Chris Pietschmann! Thank you for subscribing to the Build5Nines Newsletter!

Empowering SRE’s with Generative AI

In the ever-evolving landscape of technology, the role of Site Reliability Engineers (SREs) is becoming increasingly complex and critical. As organizations strive for higher reliability and performance in their systems, the integration of generative AI technologies, such as those offered by OpenAI and Microsoft Azure OpenAI Service, have the capability of revolutionizing the roles of SREs. There are even tools like Ollama that allow you to run Microsoft’s Phi-3 Mini small language model (SLM) on any machine. Also, the availability of GitHub Copilot Chat is brining a new level of AI usefulness from anywhere.


Generative AI has made significant advancements in recent years, with models like OpenAI’s GPT-4 demonstrating an exceptional ability to generate human-like text, code, and more. Using Azure OpenAI Service, integrated with enterprise systems, has the ability to provide tools that streamline complex tasks and foster a more efficient workflow.


The more you integrate the use of AI prompting into your daily workflow, you will see increases in productivity and overall creativity. The AI can offer you a Junior SRE of sorts to bounce ideas off of. I mention Junior SRE, not Senior, since you need to explain clearly to the AI prompt what you want, to help it generate the response that best fits what you’re looking for. The more you talk to the AI as if it were a person, the better the response will be. The reasons for this are because the LLMs are trained on human text, so if you talk like a human it’ll understand how to respond.


In my personal experience, I haven’t replaced the Google search with using ChatGPT or other LLMs just yet. What I do is augment my search with the use of AI too. Sometimes I start with asking the LLM my technical question about Terraform, Node.js, Python, Azure CLI, or some other SRE related task. Then I will verify the response with a Google search to make sure it’s giving accurate information, and sometimes it does give an AI hallucination; although it’s definitely in the right direction.


Overall, AI is a great tool to help increase productivity and creativity with it suggesting solution ideas that you may not have thought about. You can even ask it for an alternative solution to get more ideas. The power is in the prompting, and developing a style that works is definitely a skill you’ll develop over time as you use the tools.


I’m hoping these insights from my own AI experience helps, along with the other links in this issue of the Build5Nines Newsletter.


Thanks!
Chris Pietschmann

Run Your Own Local, Private, ChatGPT-like AI Experience with Ollama and OpenWebUI (Llama3, Phi3, Gemma, Mistral, and more LLMs!)

Over the last couple years the emergence of Large Language Models (LLMs) has revolutionized the way we interact with Artificial Intelligence (AI) systems, enabling them to generate human-like text responses with remarkable accuracy. From powering chatbots and virtual assistants to aiding in natural language processing tasks, LLMs have found widespread applications across every industry. However, as their capabilities continue to grow, so do concerns surrounding data privacy and productivity.


Now with two innovative open source tools, Ollama and OpenWebUI, users can harness the power of LLMs directly on their local machines. Ollama, short for Offline Language Model Adapter, serves as the bridge between LLMs and local environments, facilitating seamless deployment and interaction without reliance on external servers or cloud services. Complementing Ollama is OpenWebUI, a user-friendly interface that simplifies communication with local LLMs, enabling users to engage in natural language conversations effortlessly.


In this article, we’ll look at running your own local ChatGPT-like app using both Ollama and OpenWebUI, enabling the use of multiple LLMs locally; including Microsoft’s Phi-3 SLM (small language model). We’ll also explore the benefits of bringing powerful AI capabilities to your local machine, including enhanced privacy and productivity. Additionally, we’ll look at the introductory steps to get started with setting up and using Ollama and OpenWebUI on your own local machines, paving the way for a seamless and personalized AI experience tailored to your needs and preferences…

GitHub Copilot Chat – AI Coding Assistant Anywhere in the GitHub Mobile App

GitHub Copilot Chat is a chat interface that let’s you interact directly with GitHub Copilot from within the GitHub Mobile app. It empowers developers to ask and receive answers using an AI that is trained using a combination of natural language processing and machine learning that’s built specifically to help developers be more productive with answering coding related questions. GitHub Copilot Chat can answer a wide range of questions on topics like syntax, programming concepts, test cases, debugging, and other coding-related topics…

Microsoft Copilot for Azure: Your AI-Powered Cloud Companion

Microsoft Copilot for Azure, the innovative AI companion that is revolutionizing the way we interact with cloud infrastructure and services. In the ever-evolving landscape of cloud management, IT professionals in DevOps Engineer and SRE roles are constantly seeking ways to streamline their workflows and enhance productivity. Copilot for Azure will help you design, operate, optimize, and troubleshoot your cloud infrastructure and services with the power of cutting-edge LLMs (Large Language Models) combined with the Azure Resource Model…

Terraform: Modules using Git Branch as Source

HashiCorp Terraform empowers DevOps Engineers and SREs to manage cloud resources efficiently. One of its standout features is the Terraform Modules support, allowing users to organize and reuse infrastructure code effectively as reusable modules. While Terraform’s native module registry serves as a central hub for sharing modules, sometimes you may prefer hosting modules in your own Git repository for greater control and flexibility.


In this article, we’ll look at how to leverage Git repositories as sources for Terraform modules, enabling seamless integration of your infrastructure code with version control systems like GitHub and Azure DevOps Repos…

Interested in sponsorship opportunities? Please contact us for more information about sponsoring both the website and this newsletter.

Older messages

Build5Nines Newsletter - April 25, 2024

Friday, April 26, 2024

View this email in your browser Build5Nines Build5Nines Newsletter Thank you for subscribing! I look forward to sharing with you the latest cloud news, technical help, and other thoughts around DevOps

Build5Nines Newsletter - April 25, 2024

Thursday, April 25, 2024

View this email in your browser Build5Nines Build5Nines Newsletter Thank you for subscribing! I look forward to sharing with you the latest cloud news, technical help, and other thoughts around DevOps

Build5Nines Newsletter - March 17, 2024

Sunday, March 17, 2024

View this email in your browser Build5Nines Back Better Than Ever! With New Format! HI! It's Chris here. I know it's been some time since you've last heard from me here. It's amazing

Build5Nines Weekly – May 18, 2023

Thursday, May 18, 2023

Build5Nines Weekly provides your go-to source to keep up-to-date on all the latest Microsoft Azure news and updates. View this email in your browser Build5Nines Weekly - May 18, 2023 Here's your

Build5Nines Weekly – April 18, 2023

Wednesday, April 19, 2023

Build5Nines Weekly provides your go-to source to keep up-to-date on all the latest Microsoft Azure news and updates. View this email in your browser Build5Nines Weekly - April 18, 2023 Here's your

You Might Also Like

🤖 Will AI Gadgets Replace Our Smartphones? — 4 Ways to Use Excel in Daily Life

Sunday, May 19, 2024

Also: How to Declutter Your Google Search Results, and More! How-To Geek Logo May 19, 2024 📩 Get expert reviews, the hottest deals, how-to's, breaking news, and more delivered directly to your

Daily Coding Problem: Problem #1446 [Medium]

Sunday, May 19, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. Given a set of closed intervals, find the smallest set of numbers that covers

RD#456 Data Fetching Patterns in Single-Page Applications

Sunday, May 19, 2024

Five patterns to help Single Page Applications fetch data from remote sources ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

C#506 .NET 9 LINQ Performance Edition

Sunday, May 19, 2024

The team has been working on improving performance ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

PD#574 Programming like it’s 1977

Sunday, May 19, 2024

128 bytes of RAM, no operating system, and limited types of sprites ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

Defeating Mouse Lint 🖱️

Sunday, May 19, 2024

How optical mice scrolled past rubber balls. Here's a version for your browser. Hunting for the end of the long tail • May 19, 2024 Hey all, sorry this is running a little late. Last week's odd

Android Weekly #623 🤖

Sunday, May 19, 2024

View in web browser 623 May 19th, 2024 Articles & Tutorials Sponsored Webinar: Compiler Technology vs Wrapper Solutions The right mobile app protection secures apps and SDKs against threats such as

Does AI spell doom for the open web?

Sunday, May 19, 2024

Plus, a proposal for Melinda French Gates View this email online in your browser By Anthony Ha Sunday, May 19, 2024 Image Credits: Google OpenAI and Google both made big announcements this week —

Sunday Digest | Featuring 'Visualizing the Tax Burden of Every U.S. State' 📊

Sunday, May 19, 2024

Every visualization published this week, in one place. Visual Capitalist Sunday Digest logo May 19, 2024 | View Online | Subscribe | VC+ The Best of This Week's Visuals Presented by Voronoi: The

Setapp's alternative mobile App Store & Subconscious winding down

Sunday, May 19, 2024

AI's major alien concept is transparency, Setapp launches alternative mobile App Store, The Happiness Trinity, and a lot more in this week's issue of Creativerly. Creativerly Setapp's