by CPI Staff | Aug 16, 2025 | Blog, Microsoft Intune
This post “Manage Windows 11 BYOD Devices with Microsoft Intune” explores what Intune can do for Windows 11 BYOD, its benefits and disadvantages, and the steps to implement and onboard personal Windows 11 devices. In the modern workplace, flexibility is no...
by CPI Staff | Aug 14, 2025 | AI, Blog, OpenAI, Python, WordPress
This blog post, “Turn WordPress Posts into “Voice Blogs” with Python + OpenAI TTS” will show you how to pull posts from a WordPress site via the REST API, converts the article content to speech using OpenAI’s Text-to-Speech (TTS), saves an MP3, and...
by CPI Staff | Aug 13, 2025 | AI, Blog, LLM
In this post, we’ll explore strategies to control randomness in LLMs, discuss trade-offs, and provide some code examples in Python using the OpenAI API. Large Language Models (LLMs) like GPT-4, Claude, or LLaMA are probabilistic by design. They generate text by...
by CPI Staff | Aug 11, 2025 | AI, Blog, LLM
In this post, “LLM Self-Attention Mechanism Explained”we’ll break down how self-attention works, why it’s important, and how to implement it with code examples. Self-attention is one of the core components powering Large Language Models (LLMs) like GPT,...
by CPI Staff | Aug 8, 2025 | Azure, Azure PowerShell, Blog
When running scripts in Azure Automation, authentication is often the trickiest part. Your runbooks might need to connect to Azure services, Microsoft Graph, or other APIs — and that means handling credentials securely. In this guide, Use Azure Managed Identity with...