Top Builders

Explore the top contributors showcasing the highest number of app submissions within our community.

Phi-3 Model Family

The Phi-3 model family, developed by Microsoft, encompasses a range of small language models (SLMs) designed to offer high-quality AI capabilities with a focus on efficiency and accessibility. These models are particularly suited for applications where computational resources are limited, such as mobile devices or edge deployments. The Phi models balance performance and size, making them ideal for a variety of use cases, from natural language understanding to coding tasks.

General
Relese dateJune 2023
AuthorMicrosoft
WebsitePhi-3 open models
TypeSmall Language Models

Key Models and Features

  • Phi-3 Mini: A compact model with 3.8 billion parameters, trained on 3.3 trillion tokens. It provides strong performance across various benchmarks, including MMLU and GSM-8K, and is capable of running locally on smartphones and other edge devices.

  • Phi-3 Small: Featuring 7 billion parameters, this model includes additional capabilities for handling longer context lengths (up to 128K tokens). It offers enhanced performance in reasoning tasks and is fine-tuned with supervised and preference optimization techniques.

  • Phi-3 Medium: A larger variant with 14 billion parameters, designed for more complex applications that require robust reasoning and data analysis capabilities.

Training and Data

The training data for Phi models is meticulously curated, combining publicly available high-quality documents, synthetic “textbook-like” data, and chat-format supervised data. This approach ensures the models have a strong foundation in reasoning, coding, and general knowledge while maintaining efficiency in processing and storage requirements.

Applications and Use Cases

  • Edge and Mobile Deployment: The small size and efficient design of the Phi models make them suitable for deployment on devices with limited computational power, such as smartphones or IoT devices. They can operate offline, which is crucial for applications in remote or disconnected environments.

  • High-Risk Scenarios: While the models are designed to minimize biases and handle sensitive data responsibly, they are not recommended for high-stakes applications like legal advice or financial decision-making without additional safeguards.

Availability and Licensing

The Phi models are available on platforms like Hugging Face and Microsoft Azure AI Model Catalog. They are released under open licenses, allowing developers to integrate them into various applications while adhering to responsible AI practices.

👉 For more detailed information, you can refer to the technical report and resources available on Microsoft Research and Hugging Face.

Microsoft Phi-3 AI technology Hackathon projects

Discover innovative solutions crafted with Microsoft Phi-3 AI technology, developed by our community members during our engaging hackathons.

Privacy-First AMD-Powered AI Coding Co-Pilot

Privacy-First AMD-Powered AI Coding Co-Pilot

DevFlow AI is an intelligent hybrid AI coding assistant designed to demonstrate the power of the AMD AI ecosystem by combining AMD GPU acceleration, ROCm, and Fireworks AI into a seamless developer experience. Unlike traditional cloud-only coding assistants, DevFlow AI follows a local-first, privacy-first architecture. Routine coding tasks such as code completion, bug detection, explanations, documentation generation, and optimization are processed locally on AMD GPUs using a fine-tuned lightweight language model accelerated by AMD ROCm. This provides significantly lower latency, improved privacy, reduced API costs, and the ability to work even with limited internet connectivity. For more computationally demanding tasks—such as complex debugging, architecture design, multi-file code analysis, and advanced reasoning—DevFlow AI intelligently routes requests to Fireworks AI, ensuring developers receive the capabilities of powerful cloud models only when necessary. This hybrid routing approach minimizes cloud dependency while maintaining high-quality AI assistance. The project also includes a Personalized Learning Engine that analyzes coding habits, identifies recurring mistakes, reviews Git commit history, and generates tailored recommendations to help developers continuously improve their programming skills. Instead of acting only as a chatbot, DevFlow AI serves as a long-term AI mentor that adapts to each developer's workflow. Key Features 🚀 AMD GPU accelerated local AI inference using ROCm ⚡ Hybrid routing between local AI models and Fireworks AI 🔒 Privacy-first architecture with local code processing 🐞 Intelligent bug detection and debugging assistance 💡 Real-time code explanations and optimization suggestions 📚 Personalized learning recommendations based on coding patterns 📈 GitHub commit analysis and developer insights 💰 Reduced cloud API costs through intelligent request routing 🖥️ Designed for future VS Code integration and developer workflows

MaintainerAI: AI for GitHub Maintainers

MaintainerAI: AI for GitHub Maintainers

MaintainerAI is an AI-powered platform designed to simplify and modernize open-source project maintenance. Managing a growing GitHub repository often requires significant manual effort—from reviewing pull requests and organizing issues to onboarding contributors, tracking repository health, and maintaining project documentation. MaintainerAI brings these workflows together into a single intelligent workspace powered by AI. The platform provides an AI Copilot that assists maintainers with repository management, generates issue descriptions, summarizes pull requests, recommends labels, detects duplicate issues, and offers actionable insights for improving project quality. Repository analytics provide visibility into contributor activity, pull request health, issue backlog, documentation coverage, automation status, and overall repository health. MaintainerAI also includes a visual automation builder that enables maintainers to configure GitHub workflows without writing complex automation scripts. Planned integrations include GitHub Apps, Docker-based self-hosting, AI provider abstraction, and a plugin ecosystem that allows communities to extend the platform with custom automations and integrations. Our vision is to reduce repetitive maintenance work so that maintainers can focus on building software and growing healthy open-source communities. By combining AI-assisted workflows, intelligent repository insights, contributor analytics, and GitHub automation into a unified platform, MaintainerAI aims to become the operating system for modern open-source maintenance. During this hackathon, we are focusing on integrating advanced AI capabilities powered by AMD Developer Cloud to improve repository understanding, intelligent code review, issue generation, documentation assistance, and contributor recommendations. The result is a scalable, open-source platform that empowers maintainers, organizations, and developer communities to manage projects more efficiently.

VoxRouter — Hybrid Token-Efficient Routing Agent

VoxRouter — Hybrid Token-Efficient Routing Agent

VoxRouter is a hybrid routing agent built for AMD Developer Hackathon ACT II Track 1: complete tasks using the fewest tokens possible while maintaining accuracy. Every incoming prompt passes through a 4-layer complexity classifier — rule-based pattern matching, keyword signals, structural analysis, and vocabulary entropy — that scores it from trivial to expert. Trivial and simple tasks are answered locally using quantized models (llama3.2:1b, qwen2.5:3b, phi3.5:3.8b) running on Ollama with AMD ROCm support, at zero API cost. Complex and expert tasks are routed to a remote model (Gemini 2.5 Flash Lite, with Fireworks AI as an alternate provider) for higher-quality generation. What sets VoxRouter apart from a standard router is confidence-based escalation: after a local model answers, VoxRouter evaluates its own confidence in that response. If confidence falls below threshold, the task is automatically retried on a remote model instead of returning a weak answer — so cost savings never come at the expense of correctness. The project includes a live React dashboard showing every routing decision in real time (route, complexity, tokens, cost, latency, confidence), streaming responses token-by-token, and a built-in 50-task benchmark suite spanning all five complexity tiers. Each benchmark run produces a single VoxRouter Score combining accuracy, routing correctness, and token savings — a reproducible way to prove the router actually works, not just anecdotally. The full stack is containerized with Docker Compose for one-command deployment: Ollama with ROCm GPU passthrough, a FastAPI backend, and the React dashboard.