
# Sync City: Civic Infrastructure Platform **Sync City** is a crowdsourced app bridging the gap between citizens and municipalities. It empowers residents to report and monitor infrastructure issues (e.g., potholes, leaks, broken streetlights), providing local governments with pre-validated data to optimize repairs. ## Key Features * **Dynamic Dashboard:** View real-time stats on pending and resolved issues alongside a live activity feed. Admins can toggle issue states with instantaneous UI updates. * **Interactive Mapping:** Displays color-coded pins based on severity. Features deep zoom (up to 22.0), dynamic pin clustering for high-density areas, and seamless Google Maps redirection. * **Gemini AI Reporting:** Submitting an issue takes under a minute. Powered by the **Gemini Vision API**, the system analyzes uploaded photos in real-time. It validates civic context (strictly blocking selfies, documents, or unrelated images), auto-categorizes the problem, and assesses severity. * **Community Verification:** Nearby users can confirm issues they witness in person. Meeting a community threshold upgrades a report to **VERIFIED**, preventing spam and ensuring data accuracy. * **Gamification:** Users earn XP, level up, and unlock achievements (like *Pothole Patrol* or *Eco Warrior*) for reporting and verifying, incentivizing active civic participation. ## Technology Stack ### Frontend (Flutter) * **Framework:** Cross-platform Flutter SDK (iOS, Android, Web) with ResponsiveBuilder. * **State & Routing:** **Riverpod** for declarative state management; **GoRouter** for persistent bottom navigation. * **Mapping:** flutter_map styled with CartoDB Voyager and Dark themes. ### Backend & AI (Python) * **API & Database:** **FastAPI** for asynchronous REST endpoints, backed by a **PostgreSQL** database via SQLAlchemy ORM. * **AI Vision:** OpenRouter linked to **Gemini 2.5 Flash** for high-speed, accurate image validation and automated categorization.
12 Jul 2026

GeminEYE is an AI-powered contract risk analyzer for legal and compliance teams. Users upload PDFs or DOCX files, or paste text directly, and the system extracts clauses, normalizes formatting, and sends the content to Gemini 3.1 Pro Preview through a configurable API layer. The model returns a structured investigator-style memo with narrative reasoning, a bullet summary, evidence-backed findings, and a 0โ10 risk score across liability, indemnity, privacy, termination, IP, and venue. The dashboard surfaces risk trends, severity breakdowns, and blocked-versus-allowed analysis outcomes, giving teams a clear operational view of contract review activity. The UI presents risks with clear severity badges and negotiation-ready recommendations. If the model fails, the app returns a safe fallback memo so the demo never breaks. Built with Next.js API routes, the backend keeps the provider layer swappable so teams can move from the current integration to a direct Gemini setup with minimal changes. GeminEYE delivers practical, enterprise-ready contract intelligence that speeds review cycles while keeping human oversight in the loop.
19 May 2026

Aegis - Autonomous SRE Guardian is an AI-powered self-healing cloud operations system that monitors infrastructure, detects incidents, diagnoses likely root causes, executes safe remediation actions, and generates post-mortem reports automatically. The project uses a three-agent workflow: a Monitor Agent watches real-time logs and AMD cloud metrics, a Diagnosis Agent compares anomalies with historical incident memory, and a Remediation Agent applies predefined fixes over SSH. A React dashboard shows live logs, system health, agent status, remediation history, and incident timelines through WebSocket updates. The backend is built with FastAPI, Python, Paramiko, ReportLab, Pydantic, and vector-style incident storage. The frontend uses React, TypeScript, Vite, Tailwind CSS, and Recharts. Aegis fits the AI Agents & Agentic Workflows track because it demonstrates a real end-to-end agent loop for cloud reliability. For AMD, the system is designed to run against AMD cloud infrastructure today, with a clear path toward ROCm-powered open-source model inference and future fine-tuning on SRE runbooks and incident history.
10 May 2026

ArcPay is a per-API monetization engine built on Arc blockchain using Circle USDC and Nanopayments. Every API request costs $0.001 USDC โ paid onchain, verified before response, settled in under a second. The system works as follows: a client pays $0.001 USDC to our NanoPayment smart contract on Arc, includes the transaction hash in their API request header, our server verifies the payment onchain, and only then does the Gemini 2.0 Flash AI agent process and return a response. We demonstrated 55+ onchain transactions during our demo, each at $0.001 USDC per call, proving the economic viability of this model. This would be completely impossible on Ethereum where gas fees of $2+ per transaction would make $0.001 pricing economically unviable. On Arc, transaction costs are a fraction of a cent, enabling 98%+ margins on sub-cent pricing. The project targets two tracks: Per-API Monetization Engine and Agent-to-Agent Payment Loop. The Gemini AI agent autonomously processes paid requests, representing a real machine-to-machine commerce flow where intelligence is monetized per query. Technologies used: Arc (settlement), USDC (payment token), Circle Nanopayments, Gemini 2.0 Flash (AI agent), Solidity + Foundry (smart contract), Node.js + Express (API server). Contract deployed at: 0xAfDfc3341fdBec40843eD99633A6cA1B32B0298d on Arc Testnet.
26 Apr 2026