Snippset

Snippset Feed

...see more

GitHub Copilot has evolved from an AI code completion tool into a comprehensive development assistant. Today it supports the entire software development lifecycle, helping developers write code, review changes, automate tasks, and rapidly prototype new ideas.

Writing Code

  • Code Completion (2021) – Provides inline AI code suggestions while you type. Best for: Faster coding and reducing repetitive work.
  • Copilot Chat (2023) – Answers coding questions, explains code, generates tests, and assists with debugging. Best for: Learning and problem solving.
  • Copilot Edits (2024) – Applies coordinated changes across multiple files from a single prompt. Best for: Refactoring and implementing features.

Code Quality

  • Code Review (2024) – Detects bugs, performance issues, and improvement opportunities. Best for: Improving code before human review.
  • Pull Request Summaries (2024) – Automatically creates clear summaries of code changes. Best for: Better collaboration and documentation.

AI Agents

  • Agent Mode (2025) – Plans, edits, tests, and iterates directly within your IDE. Best for: Interactive, multi-step development tasks.
  • Coding Agent (2025) – Works asynchronously on GitHub by completing issues and opening pull requests. Best for: Automating routine development work.

Advanced AI

  • Multi-Model Support (2024) – Lets you switch between different AI models to suit each task.
  • Model Context Protocol (MCP) (2024) – Connects Copilot to repositories, documentation, APIs, and external tools, enabling richer context and more accurate AI assistance.
  • GitHub Spark (2025) – Generates interactive application prototypes from natural-language prompts. Best for: Quickly validating ideas and creating proof-of-concepts.

Together, these capabilities transform GitHub Copilot from a coding assistant into an AI-powered development platform that helps developers build software faster, with greater confidence and less repetitive work.

...see more

AI-generated code is most valuable when it follows your project's conventions. Instead of repeating coding rules in every prompt, you can store them in an instruction file. GitHub Copilot automatically uses these instructions when generating code, helping produce more consistent results across the repository.

What instruction files are

Instruction files define general project guidance, such as:

  • Coding style
  • Naming conventions
  • Architecture preferences
  • Testing requirements
  • Documentation standards

Unlike prompts, instruction files do not perform actions. They simply provide persistent context for Copilot.

How to create an instruction file

  1. Create a .github/instructions folder if it does not already exist.
  2. Create a Markdown instruction file.
  3. Add the development rules you want Copilot to follow.
  4. Commit the file with your repository so the whole team benefits.

Example

# .github/instructions/coding.instructions.md

## Coding Standards

- Use C# 13 features where appropriate.
- Prefer dependency injection.
- Write XML documentation for public APIs.
- Use async/await for I/O operations.
- Add unit tests for new functionality.

Once saved, Copilot can use these guidelines whenever it generates code for your project.

Best practices

  • Keep instructions concise.
  • Separate unrelated topics into multiple files.
  • Review them as your project evolves.
  • Avoid conflicting rules.
AI by Josh
...see more

There is no universal platform that fits every AI project. The best solution depends on your technical capabilities, business goals, existing systems, budget, and long-term strategy. In many cases, organizations combine multiple approaches—for example, using cloud services together with open-source frameworks or integrating AI into existing enterprise platforms.

Before selecting a technology, it is worth evaluating not only today's requirements but also how the solution will evolve over time.

Questions to ask

  • What business problem should the AI agent solve?
  • How much customization is required?
  • What technical expertise does the team have?
  • Which systems need to be integrated?
  • What security and compliance requirements exist?
  • How important are speed and long-term maintenance?

Quick comparison

If your priority is... Consider...
Maximum flexibility Custom development
Fast deployment Low-code platforms
Existing business systems Enterprise platforms
Scalability and managed services Cloud platforms
Advanced customization Open-source frameworks

A practical recommendation

Many successful AI solutions combine multiple technologies. For example:

  • Use Azure OpenAI, AWS Bedrock, or Vertex AI to access AI models.
  • Build business logic with LangGraph, Semantic Kernel, or AutoGen.
  • Connect workflows using Power Automate, n8n, or Zapier.
  • Integrate with existing enterprise platforms such as Salesforce, SAP, or ServiceNow when business data and workflows already exist.

This layered approach lets you benefit from the strengths of each technology instead of relying on a single platform.

Summary

Choose the platform that best fits your business goals, available skills, and existing technology landscape. The most successful AI projects focus on solving business problems—not on using a particular tool.

...see more

GitHub Copilot has evolved from an AI code completion tool into a powerful development assistant. With the introduction of AI development agents, Copilot can now help automate entire development workflows rather than simply suggesting individual lines of code.

Instead of acting as an autocomplete tool, AI agents understand high-level objectives, plan the required steps, modify multiple files, execute tests, review results, and assist with completing development tasks. Developers remain in control, reviewing and approving changes while Copilot handles much of the repetitive implementation work.

What GitHub Copilot Can Do

Modern GitHub Copilot agents can assist with tasks such as:

  • Implementing new features
  • Fixing bugs and refactoring code
  • Writing and improving tests
  • Generating or updating documentation
  • Reviewing code and suggesting improvements
  • Creating commits and pull requests
  • Building application prototypes from natural language

Depending on the workflow, these tasks can be performed directly inside the IDE or autonomously in GitHub repositories.

Better Results Through Context

GitHub Copilot becomes significantly more effective when it understands your project. By using repository context, documentation, coding standards, issues, pull requests, and external tools, it can generate more accurate and relevant solutions that fit your existing codebase.

Best Practices

To get the best results, provide clear objectives, supply sufficient context, and always review generated changes before accepting them. Think of GitHub Copilot as a collaborative teammate that accelerates development while leaving architecture, security, and business decisions to the developer.

AI development agents represent the next step in GitHub Copilot's evolution, enabling developers to spend less time on repetitive coding and more time designing, solving problems, and delivering high-quality software.

AI by Josh
...see more

Open-source frameworks give developers the freedom to build AI agents without being tied to a commercial platform. They provide reusable components for common AI patterns such as agent orchestration, memory, tool calling, and workflow management, while still allowing full control over the implementation.

These frameworks evolve quickly and are often among the first to support new AI capabilities. They are a popular choice for development teams that want maximum flexibility and are comfortable managing their own infrastructure and deployments.

Popular frameworks

  • LangGraph
  • LangChain
  • AutoGen
  • CrewAI
  • Semantic Kernel
  • LlamaIndex

Key advantages

  • Highly customizable
  • No vendor lock-in
  • Large developer communities
  • Supports advanced agent architectures
  • Easy to combine with custom code

Things to consider

  • Requires software development expertise
  • Community support instead of guaranteed enterprise support
  • Frequent updates may introduce breaking changes
  • Security and maintenance remain your responsibility

Ideal use cases

  • Multi-agent systems
  • Research and experimentation
  • Custom AI applications
  • Enterprise solutions requiring maximum flexibility
  • Teams building reusable AI platforms

Summary

Open-source frameworks provide an excellent balance between flexibility and productivity. They accelerate AI development while allowing developers to keep full control over architecture and implementation.

AI by Josh
...see more

Cloud providers offer complete ecosystems for building, deploying, and managing AI agents. Instead of assembling individual components yourself, these platforms combine AI models with infrastructure, security, storage, monitoring, and development tools. This allows development teams to focus on building intelligent solutions rather than managing servers and infrastructure.

Cloud platforms are particularly attractive for organizations that already run their applications in the cloud, as they integrate naturally with existing services and can scale from small prototypes to enterprise-wide deployments.

Leading cloud platforms

  • Microsoft Azure OpenAI, Azure AI Foundry, Azure AI Search, Azure Functions, Azure Logic Apps
  • AWS Bedrock, Amazon SageMaker
  • Google Vertex AI, Google AI Studio

Key advantages

  • Enterprise-grade security
  • Automatic scalability
  • Managed AI services
  • Built-in monitoring and reliability
  • Easy integration with cloud resources

Things to consider

  • Ongoing cloud costs
  • Learning platform-specific services
  • Possible dependency on a single cloud provider

Ideal use cases

  • Enterprise AI applications
  • Customer-facing AI services
  • Large-scale automation
  • AI solutions that require high availability
  • Organizations already using cloud infrastructure

Summary

Cloud platforms provide a powerful foundation for AI agents by combining managed AI services with secure and scalable infrastructure. They reduce operational effort while making it easier to build production-ready AI solutions.

AI by Josh
...see more

Not every AI solution requires a team of developers. Low-code and no-code platforms allow users to build AI-powered workflows through visual interfaces instead of writing large amounts of code. By connecting triggers, actions, and AI models, organizations can automate everyday tasks in a fraction of the time needed for traditional development.

These platforms are especially useful for creating internal automations, prototypes, or business processes that integrate multiple applications. While they may not offer the same flexibility as custom development, they provide an excellent balance between speed and functionality.

Popular platforms

  • Zapier Agents
  • n8n
  • Microsoft Power Automate
  • Microsoft Power Platform
  • Make (formerly Integromat)

Key advantages

  • Little or no programming required
  • Fast development and deployment
  • Hundreds of built-in integrations
  • Easy workflow automation
  • Suitable for rapid prototyping

Things to consider

  • Limited customization for complex scenarios
  • Advanced workflows can become difficult to maintain
  • Platform capabilities differ

Ideal use cases

  • Business process automation
  • Connecting multiple applications
  • AI assistants for internal teams
  • Personal productivity workflows
  • Proof-of-concept projects

Summary

Low-code platforms make AI accessible to a much wider audience. They are an excellent choice when speed, simplicity, and integration are more important than complete technical control.

AI by Josh
...see more

Many organizations already use business platforms that now include built-in AI capabilities. Rather than creating an AI agent from scratch, these platforms allow you to build intelligent assistants directly within existing business applications. This significantly reduces development effort because the agent can immediately access business data, workflows, permissions, and automation features that already exist.

For companies that are heavily invested in a specific business ecosystem, this is often the fastest path to delivering useful AI solutions.

Leading enterprise platforms

  • Salesforce Agentforce
  • ServiceNow AI Agent
  • SAP Joule Agents
  • Microsoft Dynamics 365 Copilot
  • Oracle AI

Key advantages

  • Native integration with business applications
  • Enterprise-grade security and governance
  • Built-in workflows and automation
  • Faster implementation
  • Vendor support and maintenance

Things to consider

  • Higher licensing costs
  • Less architectural flexibility
  • Potential vendor lock-in
  • Features depend on the platform

Ideal use cases

  • Customer service
  • IT service management
  • HR automation
  • Finance operations
  • Enterprise workflow automation

Summary

Enterprise AI platforms focus on speed, reliability, and business integration. They are an excellent choice when AI should enhance existing enterprise applications rather than replace them.

AI by Josh
...see more

Building an AI agent from scratch gives you complete control over how it works. Instead of relying on predefined workflows or platform limitations, you decide how the agent reasons, stores information, communicates with other systems, and interacts with users. Although this approach requires more development effort, it provides the flexibility needed for highly specialized solutions.

For organizations with experienced development teams, custom development is often the preferred choice when existing platforms cannot satisfy business or technical requirements.

Popular technologies

  • Python
  • C# / .NET
  • Java
  • JavaScript / TypeScript
  • OpenAI SDK
  • Anthropic SDK
  • Google Gen AI SDK
  • Model Context Protocol (MCP)

Why choose custom development?

  • Complete architectural freedom
  • Unlimited customization
  • No vendor lock-in
  • Freedom to select models and libraries
  • Easy integration with existing systems

Things to consider

  • Longer development time
  • Requires AI and software engineering expertise
  • You are responsible for security, scaling, monitoring, and maintenance

Ideal use cases

  • Custom business workflows
  • Complex enterprise applications
  • Specialized integrations
  • Products that require unique AI capabilities

Summary

Custom development delivers the greatest flexibility and control, making it ideal for organizations that have the technical expertise to build and maintain their own AI solutions.

AI by Josh
...see more

Choosing a platform is one of the first and most important decisions when building an AI agent. The right choice affects development speed, maintenance, scalability, security, and long-term flexibility. Fortunately, there are many options available, ranging from writing code from scratch to using enterprise platforms or cloud services. Each approach is designed for different types of projects and teams.

This collection introduces the most common ways to build AI agents and explains when each approach is most suitable. Whether you are creating a small automation or a large enterprise solution, understanding these options will help you make an informed decision.

The main approaches

Approach Best suited for
Custom development Maximum flexibility
Enterprise platforms Existing business systems
Low-code platforms Fast automation
Cloud AI platforms Enterprise-scale solutions
Open-source frameworks Advanced customization

In this collection

  • Building AI agents from scratch
  • Enterprise AI platforms
  • Low-code and no-code tools
  • Cloud-based AI services
  • Open-source frameworks
  • Choosing the right solution

Summary

Every platform offers different strengths. The best choice depends on your business goals, technical expertise, budget, and existing technology stack.

Add to Set
  • .NET
  • Agile
  • AI
  • ASP.NET Core
  • Azure
  • C#
  • Cloud Computing
  • CSS
  • EF Core
  • HTML
  • JavaScript
  • Microsoft Entra
  • PowerShell
  • Quotes
  • React
  • Security
  • Software Development
  • SQL
  • Technology
  • Testing
  • Visual Studio
  • Windows
Actions