FB.

Cases in production

Custom-built systems running in real businesses today. The first four in more detail with screenshots; the rest in short form.

Waste recovery01

AI agent to coordinate truck unloading

Trucks arrived at the plant with no prior order: queues at the weighbridge, crossed phone calls and an operation that depended on the memory of whoever was at reception that day.

A Telegram agent now coordinates the unloading: drivers announce their arrival from the cab, the agent assigns them a slot based on material and available dock, and the plant sees the queue in real time.

The result: less waiting at the weighbridge, zero coordination calls and a complete record of every unloading without anyone writing anything down.

  • Telegram
  • Claude API
  • n8n
  • PostgreSQL
  • 01Screenshot in preparation
  • 02Screenshot in preparation
  • 03Screenshot in preparation
  • 04Screenshot in preparation
  • 05Screenshot in preparation
  • 06Screenshot in preparation

A driver announces their arrival from the cab

Hair salon02

WhatsApp booking agent

The salon's phone rang while clients were being attended: half-written appointments, unrecorded changes and lost slots.

A WhatsApp agent manages the calendar with real availability: it books, changes and cancels appointments in natural conversation. Including the hard part — time zones, daylight-saving changes and weekend edge cases that used to break appointments.

The salon stopped losing bookings outside opening hours and the calendar stays consistent without manual work.

  • WhatsApp · Evolution API
  • n8n
  • Claude API
  • 01Screenshot in preparation
  • 02Screenshot in preparation
  • 03Screenshot in preparation
  • 04Screenshot in preparation
  • 05Screenshot in preparation

A complete booking, from greeting to confirmation

Organic distribution03

Email orders straight into the ERP

Every morning someone transcribed the orders arriving by email by hand: SKUs, quantities, variants. Slow, and with errors that ended up in the delivery round.

A pipeline reads incoming email, an LLM parses each order and validates it against the catalogue, and the order is created in Odoo via JSON-RPC. Doubtful SKUs are flagged for review instead of guessed.

From inbox to registered order, hands-off, with exceptions flagged so a person only decides where it adds value.

  • LLM
  • Odoo · JSON-RPC
  • Node.js
  • 01Screenshot in preparation
  • 02Screenshot in preparation
  • 03Screenshot in preparation
  • 04Screenshot in preparation
  • 05Screenshot in preparation

The original order email, as it arrives

Waste management04

Pickup dispatch system

The pickup operation was coordinated over phone calls and WhatsApp groups: nobody had the full picture and proof-of-service photos arrived late or not at all.

A single flow puts it in order: a Kanban board for the office, a PWA for drivers with their route of the day, a photo inbox over Telegram from the truck and automatic WhatsApp alerts to the client.

Every pickup is documented on the spot, and the office sees the state of the whole fleet at a glance.

  • PWA
  • React
  • Telegram
  • WhatsApp
  • Node.js
  • 01Screenshot in preparation
  • 02Screenshot in preparation
  • 03Screenshot in preparation
  • 04Screenshot in preparation
  • 05Screenshot in preparation
  • 06Screenshot in preparation

The office's Kanban board

More cases

Conversational agents
Restaurants

After-hours WhatsApp attention

A relay that handles messages when the business is closed: answers frequent questions and notes down bookings to confirm in the morning.

  • WhatsApp
  • n8n
  • Claude API
Media

Conversational agent for a podcast

Talks with the audience guided by a state machine: recommends episodes, collects suggestions and keeps the thread between visits.

  • Telegram
  • FSM
  • LLM
Services

Voice agent for appointments

A voice receptionist that takes the call, checks real availability and leaves the appointment confirmed before hanging up.

  • Vapi
  • ElevenLabs
  • n8n
Integrations & data
Food industry

Meat product traceability

From PDF and Excel delivery notes to traceability codes generated and validated automatically, with no manual transcription.

  • PDF/Excel
  • LLM
  • Node.js
Industrial services

Multi-actor incident platform

Recording and tracking of incidents between client, technicians and office, with states, owners and automatic notifications.

  • React
  • Node.js
  • PostgreSQL
Real estate

Automated market reports

An agent that crawls listing sites, matches the data against the client's criteria and sends a periodic report with filtered opportunities.

  • Scraping
  • LLM
  • n8n
Web & back office
Consulting

Multilingual corporate website

A corporate site in three languages with technical SEO, careful performance and self-hosted deployment on own infrastructure.

  • Next.js
  • Tailwind
  • Docker
Industry

RAG assistant over internal documentation

An internal chat that answers citing the company's work instructions and technical sheets as its only source.

  • RAG
  • Vector DB
  • Claude API