AI Projects Portfolio
Built with Council — a multi-agent AI system that debates, scores, and ranks the best ideas to build
Council
Multi-agent AI system that decides what to build next
Eight AI proposal agents gather real-world context, propose scored project ideas, then a full debate pipeline (fact-check, structured debate, calibration, judge) ranks the top 3 by consensus. Includes deep mode with Claude Opus for extended analysis.
Key Features
- 8 concurrent proposal agents with distinct perspectives
- 10-phase debate pipeline with structured argumentation
- 7-dimension scoring with minority veto flags
- Deep mode with Claude Opus for extended analysis
CLI
council convene --deepcouncil history --detailDevTrust Shield
AI code verification & compliance for regulated industries
Security scanning, AI-generated code detection, hallucination detection, and trust scoring for fintech and healthcare codebases. Supports SOC2, HIPAA, PCI-DSS, and GDPR compliance frameworks with automated checks and remediation guidance.
Key Features
- 10 security vulnerability patterns with CWE identifiers
- AI-generated code detection with confidence scoring
- Hallucination detection in AI-written code
- Trust scoring (security, correctness, style)
CLI
devtrust scan .devtrust verify file.pyAI Compliance Navigator
Multi-state AI regulatory intelligence for developers
API-first platform for navigating fragmented state-level AI regulations. Tracks 10 states including Colorado AI Act, California Transparency Act, and Illinois BIPA. CI/CD integration with automated compliance checking and remediation plans.
Key Features
- 10 state AI regulation database (CO, CA, IL, NYC, TX, CT, UT, VA, MD, WA)
- Pattern-based + AI-deep compliance analysis
- AI-generated remediation plans with effort estimates
- Category-specific checks (hiring, biometrics, health, transparency)
CLI
compnav scan . --states CA,COcompnav remediate .InvoiceGuard Pro
AI-powered late payment prediction & recovery
Predicts which invoices are at risk of late payment using client history analysis and AI. Generates multi-step recovery workflows with escalating actions (email, SMS, voice) compliant with FDCPA regulations. Built for freelancers and agencies.
Key Features
- Payment risk prediction (rule-based + AI deep analysis)
- Multi-step recovery workflows with escalation
- FDCPA-compliant messaging templates
- Client payment history tracking and scoring
CLI
invoiceguard add -c 'Acme' -a 5000invoiceguard predict --deepTradingCompliance AI
Automated tax compliance & wash sale detection for traders
Real-time wash sale detection and tax optimization for active traders. Imports trades from major brokers, detects 30-day wash sale violations, calculates short/long-term gains with 2026 tax brackets, and provides AI-powered tax-loss harvesting suggestions.
Key Features
- CSV import for Robinhood, Schwab, Fidelity
- 30-day wash sale rule detection (FIFO matching)
- Short-term vs long-term capital gains calculation
- 2026 US federal tax bracket estimation
CLI
tradecompliance import trades.csv -b robinhoodtradecompliance scanDevFlow Analytics
Privacy-first developer productivity intelligence
Monitors developer tool usage and workflow patterns locally using process tracking. Detects friction points like rapid context switching, long idle periods, and context loss patterns. AI-powered analysis provides actionable productivity insights.
Key Features
- Process-level activity monitoring (30+ dev tools)
- Friction detection (rapid switching, idle, context loss)
- Per-tool focus time and session metrics
- AI-powered workflow optimization insights
CLI
devflow track -d 60devflow frictionAI Context Manager
Unified context layer for AI coding assistants
Captures, prunes, and exports optimized project context for AI coding tools. Token-aware export stays within context window limits. AI-powered pruning identifies relevant files based on git state and file relationships.
Key Features
- Multi-ecosystem dependency parsing (Python, Node, Rust, Go)
- Token-aware context export (tiktoken)
- AI-powered relevance pruning
- Snapshot save/restore/diff
CLI
ctxman capturectxman export -f markdown -t 8000AgentFlow
Micro-SaaS agentic automation builder
Template-based agentic workflow system with 5 pre-built automation templates for common business tasks. Each agent is customizable and runs through Claude for intelligent processing.
Key Features
- 5 pre-built templates (lead qualifier, content writer, customer responder, data summarizer, meeting prep)
- Customizable agent configurations
- Execution history and audit trail
- Template-driven workflow architecture
CLI
agentflow templatesagentflow create lead_qualifierNicheFlow
AI-powered SaaS niche discovery and validation
Discovers and validates SaaS niches using DuckDuckGo research combined with Claude analysis. Scores opportunities across 5 dimensions and provides detailed market analysis.
Key Features
- DuckDuckGo-powered market research
- 5-dimension scoring (market size, competition, defensibility, monetization, trend)
- Detailed niche validation reports
- Historical discovery tracking
CLI
niche discover 'AI developer tools'niche validate <id>Talachitas
Restaurant reservation & management platform
Full-stack restaurant reservation system with real-time queue management, Google Maps integration, and an admin dashboard for managing restaurants, users, reservations, and contacts. Built with a Node.js/Express backend, MySQL database, and Bootstrap Material Design frontend.
Key Features
- Real-time reservation queue with status tracking
- Google Maps autocomplete for restaurant addresses
- Admin dashboard with CRUD for restaurants, users, and reservations
- JWT authentication with signup, login, and password reset
CLI
npm run devnpm run migrate10 projects shown