
"Agents shouldn't shop. They should settle." ASM is the first open protocol that gives AI agents structured data to evaluate, compare, and select AI services โ then route a sub-cent USDC payment to the winner via Circle Gateway x402 on Arc testnet, in one HTTP call. THE PROBLEM When an autonomous agent needs to call an API โ translate text, generate an image, transcribe audio โ it picks between providers with zero structured data. Result: blind selection, 3โ10ร cost overrun, non-reproducible decisions. A data problem, not a model problem. THE SOLUTION (3 LAYERS) 1. DISCOVER โ Registry of 70 manifests across 47 taxonomies (LLM, image, video, TTS, embed, GPU, DB). Each declares pricing, quality, SLA, and on-chain payment address. 2. EVALUATE โ TOPSIS multi-criteria engine ranks candidates by cost ร quality ร speed ร reliability. 72% top-1 taxonomy accuracy. 3. PAY โ Each /api/score call resolves a winner and settles $0.005 USDC directly to that provider's Arc address via Circle Gateway. One endpoint, N recipients, sub-second finality. REQUIREMENTS โ ALL MET โ Per-action โค $0.01: $0.005 avg โ 50+ on-chain tx: 50/50 settled, 0 failed, 15 unique recipients โ Margin: off-chain authorize + on-chain batch settle. Same 50 on L1 = $25โ$250 gas. ~5,000ร overhead eliminated. โ Stack: Arc Testnet (eip155:5042002) + USDC + Circle Gateway GOOGLE TRACK Gemini 2.5 Flash drives the routing loop via Function Calling. Agent receives a task + 30 taxonomies and emits a structured select_taxonomy_and_score call that triggers Circle x402 settlement. 80% accuracy. PARTNER STACK AI/ML API as Provider 0 (google/gemma-3-27b-it) for reranking and intent parsing; Gemini Native as Provider 1. OpenAI-compatible drop-in. LIVE Demo: asm-arc-circle-2026.vercel.app Code: github.com/calebguo007/asm-arc-circle-2026 On-chain: testnet.arcscan.app/address/0xF5d426D5cdfaeB18Ea2cDec2F7c2CB88eEe6b038 MIT.
26 Apr 2026

Personalized TutorBot is an AI-powered multi-agent educational assistant designed to make AI and programming learning accessible, engaging, and personalized. Built using Blackbox-powered LLMs, FastAPI, and React, TutorBot intelligently guides learners through a customized journey via a chatbot interface. The system begins by understanding user goals and skill levels through natural conversation. Based on this, it dynamically generates personalized roadmaps, tailored tutorials, hands-on coding exercises, and intelligent code reviewsโadapting in real time to learner progress. TutorBot includes key components like secure user authentication, an intuitive chatbot UI, an AI roadmap agent for goal-based planning, a tutorial agent delivering daily lessons, and a coding exercise agent that adjusts challenge levels. An integrated Replit-based IDE allows learners to code and test within the platform. The review agent offers instant, context-aware feedback on submitted code. All progress is tracked through a visual dashboard, helping users monitor their growth. With zero cost, zero setup time, and 100% personalized learning, TutorBot breaks financial and geographic barriers, scaling easily to serve thousands. Future enhancements include voice support for accessibility, gamified learning with XP and leaderboards, and an AI progress coach to offer proactive feedback and learning path adjustmentsโredefining how AI and coding education is delivered.
8 Jul 2025

Auto-DevOps Agent is an AI-powered automation system designed to simplify and accelerate the setup of CI/CD pipelines for developers. Built for hackathons and real-world projects alike, it leverages a multi-agent architecture where each agent performs a specific DevOps taskโdetecting the tech stack, generating test/build/deploy steps, and combining them into a valid GitHub Actions YAML workflow. It also provides easy-to-understand explanations for each CI/CD step, enabling developers to learn while automating. The system supports various project types such as Python, Node.js, and Java, and is designed to eliminate the manual, error-prone work often required when configuring CI/CD tools. The agents communicate using structured prompts and are powered by LLMs via the Groq-hosted OpenAI SDK using the LLaMA 3.1-8B model. The full stack includes: Frontend: React.js (for user interaction and input handling) Backend: FastAPI (serving the AI agents and managing request logic) Agents: AI multi-agent system using prompt engineering and OpenAI SDK CI/CD Output: GitHub Actions YAML configuration Optional Extensions: Docker, GitHub Secrets, and platform deployment integrations The current version generates test, build, and deploy pipeline steps. Future enhancements will include direct deployment to platforms like Railway, Streamlit, Vercel, and Render, along with automated GitHub secret management and full repository initialization. This makes Auto-DevOps Agent an ideal solution for developers, students, and teams aiming to streamline DevOps without needing deep YAML or DevOps knowledge.
15 Jun 2025

The AI Startup Builder & Pitch Generator is a multi-agent AI system that helps entrepreneurs validate, refine, and pitch their startup ideas. It automates market research, business model generation, and pitch deck creation, streamlining the startup journey with AI-driven insights. Core Features Idea Validation & Market Research Uses News API and Google Trends for real-time insights. Conducts competitor analysis and suggests improvements. Business Model Generation Develops revenue models and profitability estimates. Creates an AI-generated business plan. Pitch Deck Creation & Document Automation Generates investor-ready presentations with python-pptx. Exports structured reports using ReportLab. Provides elevator pitches and executive summaries. Technology Stack Streamlit โ Interactive, multi-tab web application. News API & Google Trends (PyTrends) โ Real-time market validation. LangChain & Community Modules โ AI-powered text processing. OpenAI API โ AI-driven content generation. CrewAI โ Multi-agent collaboration. Impact & Target Audience Automates business planning, saving time and effort. Provides investor-ready, AI-backed insights. Ideal for entrepreneurs, first-time founders, and hackathon participants. Future Enhancements AI-driven legal and compliance assistance. AI-powered branding and marketing support. Investor matching for funding opportunities. AI-generated pitch videos for enhanced presentations. Investor Q&A coaching to prepare founders for discussions. This platform simplifies startup development by turning ideas into validated business opportunities, making AI entrepreneurship more accessible.
16 Feb 2025