Community
-
Copilot is Lying About Seeing My Code
KingPvzYT shares their doubts about GitHub Copilot’s privacy claims after Copilot seemed to reference their exact code. This article delves into the experience and questions raised around code context and transparency.
-
Best Prompt Engineering Tools (2025) for Building and Debugging LLM Agents
Educational-Bison786 shares an updated roundup of prompt engineering tools invaluable for those building and refining LLM agent systems, with insights into each tool’s strengths and recommendations for serious agent developers.
-
Unlocking the Hidden Acrylic/Mica UI Styles in Visual Studio 2022
In this article, YouKnowWhyNo shares how to unlock hidden Acrylic/Mica UI styles in Visual Studio 2022, elevating the development environment with a modern interface.
-
Anyone using JSON Prompting with LLMs?
In this community article, Abhishekmiz shares their experience using JSON prompting with LLMs like GitHub Copilot, focusing on structured instructions for code generation.
-
AI Industry Highlights - Copilot’s New Mode, Delta’s AI Pricing, Google Opal & Deepfake Detection
psycho_apple_juice delivers a comprehensive roundup of recent developments in the AI landscape, from Microsoft Copilot’s next-gen features to Google’s new tools and pressing ethical debates.
-
So I've built a VS Code extension to improve C# solutions 'experience'
kebbek presents a new VS Code extension, C# Dev Tools, aimed at streamlining C# development by bringing solution-level tasks like NuGet management and project creation into the editor. This addition enhances the workflow for developers already benefiting from GitHub Copilot integration, making it possible to handle advanced C# tasks without switching to Visual Studio or Rider.
-
You're probably using Copilot the wrong way
In this article, Thershort draws on years of coding experience to offer actionable insights into operating efficiently with AI coding tools, like GitHub Copilot and Sonnet 4. Emphasizing the irreplaceable value of human oversight, Thershort provides a personal workflow for integrating AI into the development process, offering tips, tools, and warnings for developers eager to leverage AI without losing control over code quality or project direction.
-
Hot take - Copilot is amazing! You're probably just lazy.
In this article, shifty303, an experienced enterprise developer, discusses their hands-on use of GitHub Copilot and Claude 4, highlighting how expertise and thoughtful planning are essential when leveraging AI tools for software development. The author offers practical advice on prompt crafting, solution architecture, and avoiding common pitfalls encountered by less experienced developers.
-
Building a multi-agent system with Semantic Kernel
In this article, Geekodon presents a practical demo of an agentic AI system built using Semantic Kernel, highlighting key components and workflow strategies.