AI for business operations

Stop guessing.
Start optimizing.

Describe the problem in plain English.

Intellign works out the best schedule, route, or assignment for your team, and shows you exactly why, so the result is one you can trust and defend.

This week's roster ready to publish
You:Roster 24 nurses across 3 wards. Cap overtime at 8h, keep it fair.
goalBalanced roster, overtime cappedstaff24·wards3
NurseWardShift
A. KaluWard 1Day
B. MusaWard 2Night
C. BelloWard 3Day
D. EzeWard 1Night
24 nurses0 breaches4.1sexplained
The cost of guesswork

Guesswork has a cost.
Most businesses just don't see it.

Scheduling hundreds of nurses. Routing delivery fleets across a city. Assigning field officers to districts. Every growing operation runs into puzzles like these, solved today with expensive software, endless spreadsheets, or a manager's best guess. Standard AI chatbots don't help: they can talk about the problem, but they can't reliably do the math.

01
Scheduling, by hand.
Rosters built on a spreadsheet miss fairness, break overtime rules, or leave a shift short, and nobody notices until it hurts.
02
Routes, guessed.
Manual routing wastes fuel and hours that quietly add up across a fleet, a week, a year.
03
Matching, that doesn't scale.
Assigning people to places by hand gets slower and less fair as the list on both sides grows.
The product

Two ways
to work.

Same engine underneath. Pick the surface that matches you, a chat for teams moving existing tasks in, a structured playground for developers who want to wire it by hand.

For operators and enterprises

Move existing optimization tasks into a chat.

Hospital schedulers, logistics ops, public-sector planners, describe the goal, drop in your CSVs, and Intellign builds the problem with you. No syntax, no modelling expertise, but every step shows its work: the data it read, the columns it understood, and how it worked out the plan.

  • Active-problem context bar, readiness checks tell you exactly what's missing.
  • Optimization runs in a live view: watch progress, expand goals, review assignments without losing your place.
  • Every assignment row carries a rationale, auditable by ops, defensible to compliance.
  • Dataset preview and progress are inline in the conversation, never behind a modal.
Try smart chat
Intellign
New chat
Workspaces
Developer playground
Recents
Q4 nurse roster
Logistics routes
Teacher placement
Intellign AI
Active problemHealthcare deployment124 resources · 48 targetsReady
✓ Data✓ Rules✓ Goals✓ Ready
I've inspected the workspace and found two tables that look like the right inputs. Confirm and I'll structure the dataset.
Accept and continue.
Working on it, balancing qualifications, overtime caps, and fairness across every ward.

Illustrative interface, explore the real thing in the live demo.

Proven on real problems

Built against a national-scale deployment.

Intellign's pilot case study assigns NYSC healthcare graduates to primary health facilities across Nigeria, matching specializations, honouring capacity, prioritising disease burden. It's the same scenario you can click through in the live demo.

3 turns
from first message to optimization run
~40s
to generate a realistic two-table sample dataset
50/50
resources assigned in the pilot solve, every one explained
13+
file formats ingested, CSV, Excel, Parquet, GeoPackage…
Walk through the case study →
How it works

Four steps from question
to assignment.

The same four steps run whether you're rostering nurses, routing deliveries, or placing teachers. Intellign handles the solve; you handle the goal and the review.

01
Describe
Plain English. Tell Intellign the goal, the constraints, and what counts as a good outcome.
02
Ingest
Drop in your CSV, point at an API, or stream from your system. Columns are inferred and explained.
03
Solve
Intellign works out the best answer, picking the right approach for your problem and running it, usually in seconds.
04
Explain
Every assignment ships with a human-readable rationale. Auditable, defensible, exportable.
Example“Build next week's roster for 24 nurses across 3 wards. Maximise fairness, cap overtime at 8h, honour all leave requests.”structured roster + rationale,
returned in 4.2s.
Use cases

One engine.
Multiple industries.

The same Intellign engine routes deliveries, schedules nurses, places teachers, allocates field officers. Anywhere a human is matching resources to demand by hand or by Excel, the engine fits.

Healthcare
Schedules and routes for care.
Schedule nurses across wards · Assign patients to doctors · Plan home-care visit routes · Optimise ambulance dispatch.
Logistics
Routes that save fuel and hours.
Plan multi-stop delivery routes · Assign drivers to deliveries · Reduce fuel + idle costs · Re-optimise on the fly.
Education
Timetables that just work.
Build school timetables · Place teachers across subjects · Balance classroom utilisation.
Public sector
Fair allocation at scale.
Assign field workers to regions · Plan rotating staff schedules · Allocate scarce resources fairly.
Business ops
Workload balanced.
Assign tasks to employees · Manage team workload · Plan operations efficiently.
For developers

One call from any LLM.

Intellign ships a Python SDK and an MCP server your assistant can call as a tool. Describe the problem, post the resources, receive an assignment.

When a healthcare model needs to schedule nurses, it calls Intellign. When a logistics model needs to route deliveries, it calls Intellign.

# pip install intellign, call it from any LLM or agent framework.
from intellign import Intellign

client = Intellign()

result = client.solve(
    goal="Minimize total nurse overtime",
    constraints=[
        "Each ward needs ≥ 3 nurses per shift",
        "No nurse exceeds 48h/week",
    ],
    resources=nurses,
    targets=wards,
)

# → 50/50 assigned, every decision explained
result.assignments
Pricing

Three tiers, plus a
developer revenue layer.

Start free, grow into Pro when you're moving real production work, and let your engineering team call the API directly when an LLM needs an optimisation answer.

Free
$0/ month
For individuals exploring the platform.
  • Capped optimization prompts
  • Limited dataset size
  • 10 datasets per month
  • Community support
Pro
$15/ month
For SMEs and growing teams.
  • Higher usage limits
  • Faster processing
  • Scheduling, routing, assignment
  • Unlimited dataset creation
  • Email and priority support
Enterprise
Custom
For regulated industries.
  • Unlimited usage
  • Custom integrations
  • Dedicated support and SLAs
  • Advanced compliance and constraints
For developers

API access, $0.10/ solve

A revenue layer for teams calling Intellign directly from their own product or AI agent.

  • Subscription-based API access
  • MCP and function-calling native
  • Long-term enterprise contracts
FAQ

Questions, answered.

Assignment, scheduling, matching, allocation and routing problems, who does what, who goes where, what gets which share. Staff rostering, field-worker deployment, teacher placement, delivery routing, budget allocation.

Get started

Stop guessing.
Start your first optimization today.

Launch the app, describe your problem, and get an explained, ready-to-use plan in minutes.