AMILI · AI CONSULTANCY · EU

AI builtfor impact.

We turn AI strategy into shipped software. From opportunity mapping to custom development, we partner with executive teams to deliver measurable business outcomes, fast.

SYSamili.tech / v.2026.05
SCROLL
MODEKG · Live
FLAGSHIP OFFER · NO STRINGS ATTACHED

The 2-Week Discovery Sprint.

In 2 weeks we map your business and deliver a Possible Outcomes Document — a concrete set of AI opportunities, what each solution would look like, and the realistic impact. You keep the document. You decide what's next. No obligation to work with us on implementation.

DURATION
2 weeks
PRICE
Fixed fee
COMMITMENT
None
DOC · v.2026YOURS TO KEEP

Possible Outcomes Document

PREPARED FOR — [CLIENT]
01Executive summary & current-state map3 pp
02Prioritized AI opportunities6 pp
03Solution sketches per opportunity8 pp
04Estimated impact & ROI ranges4 pp
05Risks, pitfalls, and what to avoid3 pp
06Suggested 90-day execution plan4 pp
✓ Yours to keep · No obligation~28 pp
WEEK 01 · DISCOVER

We map your business.

  • Stakeholder interviews across teams
  • Process & workflow deep-dive
  • Data, tools, and constraints audit
  • Success metrics agreed with leadership
WEEK 02 · SHAPE

We design the possibilities.

  • AI opportunity prioritization
  • Solution sketches per use case
  • Impact & ROI ranges per option
  • Live walkthrough of the document with you
02 · METHOD

How we work

A four-step engagement model that de-risks AI delivery and embeds outcomes in your org.

01

Discover

Align on goals and success metrics. Map feasible AI use cases to business value.

02

Prototype

Build the smallest valuable thing. Validate with real data and users to de-risk fast.

03

Ship

Harden for production: security, monitoring, evaluations, performance budgets.

04

Scale

Embed into workflows, train teams, and hand over with documentation and playbooks.

03 · CASE STUDIES

Selected work

Real builds across mobility, HR, marketing, and operations. AI shipped from prototype to production.

01/07
P/001 · Consumer SaaS · MarketplaceSHIPPED · 2026

Multi-tenant booking platform for beauty clinics

WHAT IT DOESA multi-tenant booking platform that gives every clinic its own subdomain, real-time availability, integrated payments, and an AI Concierge that takes bookings in natural language across web and chat.
AI
AI Concierge that books and reschedules in plain language, plus a no-show prediction model that scores risky appointments and triggers confirmation reminders.
What we built
Web + iOS + Android apps on a shared Next.js / Prisma / Postgres core, Stripe Connect for clinic payouts, Redis-backed slot management, an AI Concierge that handles reschedules and FAQs, and a no-show predictor that surfaces risk directly in the clinic dashboard.
How
Modeled clinics, services, staff, and slots in a multi-tenant schema with subdomain routing; layered Capacitor on top of the same React surface so mobile reuses the booking flow; trained the no-show classifier on historical booking + cancellation patterns.
Outcomes
Multi-tenant per clinicWeb + iOS + AndroidAI booking conciergeNo-show prediction
Stack
Next.jsTypeScriptPrismaPostgreSQLRedisStripeCapacitor
P/002 · Mobility · Fleet OperationsSHIPPED · 2026

Ride-sharing fleet operations dashboard

WHAT IT DOESAn admin dashboard for a ride-sharing fleet that ingests driver earnings nightly from multiple platforms, reconciles them per driver, and exposes the whole operation to an AI Ops Agent that managers can ask anything from earnings questions to live driver state.
AI
AI Ops Agent reachable over MCP that answers natural-language questions, settles driver bonuses, pulls live GPS, and runs anomaly detection on incoming earnings.
What we built
A Next.js 16 dashboard with multi-tenant RBAC, an EC2 Playwright service that scrapes platform CSVs nightly, an EV fleet telemetry deployment that streams vehicle WebSocket data into the same database, and an embedded AI Agent reachable from inside the app.
How
Wired a JSON-RPC MCP server so the scraper, the telemetry forwarder, and the AI Agent all share one typed contract, so the agent can answer 'who hasn't checked in?', settle a driver bonus, or pull live GPS without any direct DB access. The same MCP server powers earnings anomaly detection.
Outcomes
Nightly auto-importMulti-platform reconciliationLive GPS + telemetryAI Ops Agent over MCP
Stack
Next.js 16DrizzleNeon PostgresNextAuthMCPPlaywrightTesla Fleet APIEC2
P/003 · HR · RecruitingSHIPPED · 2026

Applicant tracking with magic-link candidate portal

WHAT IT DOESA recruiting platform that handles job postings, application intake, AI-driven CV parsing and candidate ranking, and interview scheduling end-to-end, with a candidate-facing portal that needs no account.
AI
AI Recruiter that parses CVs into structured fields, scores candidates against the job, and ranks the shortlist; a separate AI Writer drafts job descriptions and career-site blog posts from a short brief.
What we built
Next.js 14 ATS on Prisma + Postgres, NextAuth for admins, magic-link flows for candidates, Resend for transactional email, Google Calendar two-way sync, an AI Recruiter pipeline that extracts skills and experience into structured fields, and a job-fit scorer that ranks applicants per role.
How
Split the codebase into `admin/` and `prospect/` component domains so one data model serves both surfaces; the AI pipeline runs on every CV upload, writes scores back to the application, and surfaces a ranked shortlist directly in the recruiter inbox. The AI Writer reuses the same JD context to keep job posts and blog content consistent.
Outcomes
Magic-link candidate flowAI CV parsing + scoringAI job-description writerCalendar two-way sync
Stack
Next.js 14PrismaPostgreSQLNextAuthResendGoogle Calendar
P/004 · Operations · AI AutomationSHIPPED · 2026

AI-powered email triage & drafting

WHAT IT DOESAn AI Triage Agent over a customer inbox: it reads every Gmail thread, classifies it against a label taxonomy, picks a route, and drafts a reply for the operator to approve, with realtime updates to the queue as new mail lands.
AI
AI Triage Agent that classifies threads against a label taxonomy, routes them to the right queue, and drafts a reply the operator can edit and send in one click.
What we built
Next.js 16 + Supabase app with an AI-driven classification and reply-drafting pipeline, Gmail webhooks served through Supabase Edge Functions, and a Postgres-changes realtime hook that keeps the queue UI live without manual refresh.
How
Used Supabase RLS for multi-operator access, kept queries composable by passing the client as the first argument, and centralized Gmail labels, statuses, and colors in a single constants module so the UI and the AI agree on state.
Outcomes
AI classification + draftingGmail bidirectional syncRealtime queue updatesOperator-in-the-loop
Stack
Next.js 16SupabaseGmail APIEdge FunctionsTailwind 4
P/005 · Marketing · AI AgentsSHIPPED · 2025

Multi-agent autonomous marketing platform

WHAT IT DOESA polyglot platform where a hierarchy of AI Agents plans, writes, publishes, and measures marketing campaigns, supervised by humans through a Next.js workspace UI.
AI
Hierarchical AI Agent system: a Campaign Orchestrator supervises Strategy, Content, Execution, and Analytics teams, each an AI Agent with its own tools, prompts, and structured outputs.
What we built
Next.js 14 frontend, NestJS GraphQL backend, and a Python/LangGraph agent service split into Strategy, Content, Execution, and Analytics teams under a Campaign Orchestrator supervisor, where each team is an autonomous AI Agent with its own tools, prompts, and structured outputs.
How
Connected services over Kafka so any team can subscribe to campaign state changes; modeled audience and campaign relationships in Neo4j alongside Postgres for transactional data, with Composio giving every agent a uniform tool surface across ad platforms, CRMs, and social channels.
Outcomes
Hierarchical AI Agent supervisorWorkspace RBACMulti-platform publishingLive campaign analytics
Stack
Next.js 14NestJSGraphQLPythonLangGraphPostgreSQLNeo4jKafkaComposio
P/006 · EdTech · Voice AISHIPPED · 2025

Voice-to-voice AI debate coach

WHAT IT DOESA voice-first practice tool that lets users record an argument and get a 7-axis evaluation, a steelman of their own position, and Socratic counter-questions, returned as audio coaching.
AI
AI Debate Coach that scores arguments across 7 axes, generates a steelman of the user's own position, asks Socratic counter-questions, and replies in a tone the user picks.
What we built
Browser audio capture piped through a speech-to-text service for transcription, an AI Coach for analysis and steelman generation, and a tone-adapted text-to-speech voice for spoken feedback.
How
Designed the loop to feel instant: keyboard shortcuts (Space / Esc / Ctrl+D), a demo mode with cached results for live presentations, and auto-save so practice sessions never disappear mid-flow.
Outcomes
Voice in / voice outAI argument scoringSteelman + Socratic loopAuto-save + share
Stack
Next.jsSpeech-to-textText-to-speechVoice AI
P/007 · EdTech · Workforce MobilitySHIPPED · 2026

Multilingual training & payments platform for cross-border workforce placement

WHAT IT DOESA compliance-grade training and payments platform that runs the full candidate lifecycle for an HK consultancy placing workers in Romania, embedded inside a partner portal via SSO and sync'd through bidirectional webhooks. Delivered in English, Hindi, and Urdu (RTL-ready), candidates sign agreements, complete a 5-course curriculum, pay in structured installments, and receive certificates without ever leaving the host portal.
AI
A trio of AI agents shapes the candidate journey end-to-end: an AI Onboarding Concierge guides candidates through agreements and payment plans in their native language, an AI Document Reviewer pre-screens passports and evaluation files before they reach a human admin, and a Smart Reminder Agent scores at-risk installments and stalled lessons to time the next nudge per channel and locale.
What we built
A Next.js 15 App Router app with a candidate portal (i18n + RTL) and an English-only, frame-locked admin portal. Custom JWT sessions via jose with 30-day sliding cookies, four sign-in modes (OTP, magic link, password, SSO), and multi-tenant billing-firm logic with per-firm invoice numbering, director signatures, and counter-signed PDF agreements. Bidirectional elec.work integration with HMAC-SHA256 signed webhooks both directions, idempotent backfill, and exponential-backoff retry. Field-level AES-256-GCM encryption on PII and 7-year audit-log retention on every admin mutation.
How
Built end-to-end by a structured Claude Code agent pipeline: 18 specialized subagents (architect, prisma-schema, payments, auth, elecwork-integration, ux-ui, qa-unit, qa-e2e, code-review, deploy, docs) orchestrated through a 6-stage YAML ledger (plan, implement, verify, ship-dev, ship-prod) with a code-review gate after every commit and mandatory documentation updates as the final step of each task. Sprints close only when every task is shipped to prod or formally rejected. The pipeline is the artifact: 39 production tasks shipped across 7 sprints with zero context loss between agent handoffs.
Outcomes
Trilingual + RTL parityBidirectional webhook sync7-year audit retention39 tasks via agent pipeline
Stack
Next.js 15TypeScriptPrismaPostgreSQLTailwind v4next-intljose@react-pdf/rendererSendGridVercel Cron
04 · ABOUT

A senior team that ships.

We're serial founders — core team at startups that raised €11M so far. AI engineers, product leaders, and process designers who've shipped, scaled, and failed enough to know exactly where AI works and where it doesn't.

We built and optimized business processes for years before AI was a buzzword. That perspective is why we can tell you, honestly, when AI is the right tool — and when it's not.

BACKGROUNDSerial founders · €11M raised · process designers
ENGAGEMENTSDiscovery Sprint · Build · Embedded Partner
LOCATIONRemote-first · EU time zones
// IMPACT METRICSLIVE
Time-to-Value0%+faster delivery vs. industry baseline
Prototype Velocity0xquicker prototyping cycles
Production Uptime0.0%on managed deployments
05 · WHY AMILI

Why teams choose us

Serial founders

Core team at startups that raised €11M so far — we know what investors, boards, and customers actually need.

Process-first

We built and optimized business processes for years before AI. We know where AI helps and where it just adds complexity.

Not afraid of failure

We've seen POCs stall and pilots break. That experience is why we can move fast without breaking things.

Diverse skills, one team

Engineering, product, and operations under one roof. No hand-offs. One team owns the outcome.

07 · LET'S TALK

Let's chart your AI roadmap.

Tell us where you want to go, and we'll chart the fastest path to outcomes that matter.

EMAILhello@amili.tech
RESPONSEWithin 24 hours
Replies within 24 hours.
08 · FAQ

Frequently asked

01What exactly do I get from the Discovery Sprint?
A Possible Outcomes Document: executive summary, prioritized AI opportunities, solution sketches, estimated impact and ROI ranges, risks to watch for, and a suggested 90-day execution plan. It's yours to keep — even if we never work together again.