The math layer
within AI.
Describe the goal in plain English.
Intellign formalises it, runs the solve, and hands back an assignment your team can defend — every decision explained, every constraint honoured.
Two ways
to work.
Same engine underneath. Pick the surface that matches the user — a chat for operators moving existing tasks in, a structured playground for engineers wiring the solver by hand.
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 solver syntax, no modelling expertise, but every step shows its work: the data it ingested, the columns it inferred, the solver it picked and why.
- Active-problem context bar — readiness checks tell you exactly what's missing.
- Optimization runs in a sliding canvas: monitor live, expand goals, review assignments without losing your place.
- Every assignment row carries a rationale — auditable by ops, defensible to compliance.
- Dataset preview and solver pick are inline in the conversation, never behind a modal.
Illustrative interface — explore the real thing in the live demo.
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.
Five steps from question
to assignment.
The same five steps run whether you're rostering nurses, routing deliveries, or placing teachers. Intellign handles the translation and the solve; you handle the goal and the review.
returned in 4.2s.
One engine.
Multiple industries.
The same Intellign call 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.
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
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.
- Capped optimization prompts
- Limited dataset size
- 10 datasets per month
- Community support
- Higher usage limits
- Faster processing
- Scheduling, routing, assignment
- Unlimited dataset creation
- Email and priority support
- Unlimited usage
- Custom integrations
- Dedicated support and SLAs
- Advanced compliance and constraints
- Subscription-based API access
- MCP and function-calling native
- Long-term enterprise contracts
Questions, answered.
Every organization needs
optimization. We'd like you in
when they start asking AI for it.
Launch the app, describe a problem, and run your first solve — three chat turns from question to an explained assignment.