Limaze AILimaze AIDocs
Back to site
Docs/🧠 Nexus/Advanced Coordination

Advanced Coordination

Nexus has been upgraded with structured planning, parallel execution, inter-lim review, and verification gates to handle complex, multi-step projects with higher reliability.

What changed: These coordination improvements make Nexus significantly better at breaking down large projects, running lims in parallel, catching errors before delivery, and ensuring every task meets your requirements.

Structured Planning

Before delegating any work, Nexus now decomposes complex requests into a structured plan of 2–5 minute subtasks. Each subtask has a clear scope, expected output, and assigned lim.

1

Analyze Request

Nexus parses your request and identifies all required deliverables, dependencies, and constraints.

2

Decompose into Subtasks

The request is broken into discrete, time-boxed subtasks (2–5 minutes each). Each subtask has a single responsible lim and a defined output format.

3

Map Dependencies

Nexus identifies which subtasks depend on others and which can run in parallel. A dependency graph is built before execution begins.

4

Present Plan for Approval

Nexus shows you the execution plan before starting. You can approve, modify, or reprioritize subtasks.

Example Structured Plan

You: "Launch our new SaaS product on X and write a blog post about it."
Nexus: "Here is my execution plan:

Phase 1 (parallel):
• Researcher — Analyze top-performing SaaS launch posts (3 min)
• Content Maker — Draft blog post outline from product brief (4 min)

Phase 2 (parallel, after Phase 1):
• Content Maker — Write full blog post from outline + research (5 min)
• Content Maker — Draft 5-tweet launch sequence for X (3 min)

Phase 3 (sequential):
• Marketer — Schedule tweets at optimal times (2 min)
• Analyst — Verify all deliverables against requirements (2 min)

Shall I proceed?"

Parallel Dispatch

Nexus can now run multiple lims simultaneously on independent subtasks. This dramatically reduces end-to-end completion time for complex projects.

FeatureBeforeNow
Execution modelSequential (one lim at a time)Parallel where dependencies allow
5-subtask project~20 minutes~8 minutes (with 3 parallel lanes)
Resource usage1 lim activeUp to 4 lims active simultaneously
Dependency awarenessManual orderingAutomatic dependency graph
How it works: Nexus analyzes the dependency graph and dispatches all independent subtasks at once. As each subtask completes, downstream tasks that depended on it are automatically started.

Inter-Lim Review

For critical or high-stakes tasks, Nexus now assigns a second lim to review the first lim's work before presenting it to you. This provides an extra layer of quality assurance.

When Review is Triggered

  • Auto-publish content — any content going live without manual approval is reviewed by a second lim
  • Code commits — code changes are reviewed by a second Developer lim (or the same lim in a review pass)
  • External-facing messages — outreach emails, social replies, and customer communications get a tone and accuracy check
  • High-value tasks — any task marked as "critical" in its configuration

Review Flow

Lim A completes task
Lim B reviews output
Pass?
Yes ↓
Deliver to you
No ↓
Lim A revises
Lim B re-reviews
Review budget: Inter-lim review consumes additional tokens. On the Free plan, review is limited to 5 tasks per day. Pro and Business plans have unlimited reviews.

Verification Gate

Before marking any task as completed, Nexus now runs a verification check against the original requirements. This ensures nothing is missed or misinterpreted.

What Verification Checks

CheckDescription
CompletenessAll requested deliverables are present
Format complianceOutput matches the expected format (length, structure, file type)
Brand alignmentContent adheres to your brand profile and tone guidelines
Instruction adherenceCustom lim instructions and forbidden topics were respected
Quality thresholdOutput meets a minimum quality score based on your Chief Policy settings

Verification Flow

Lim completes task
Verification Gate runs checks
All checks pass?
Yes ↓
Task marked complete
No ↓
Lim receives feedback and retries (up to 2 retries)

Configuring Advanced Coordination

These features are enabled by default on all plans (with limits on Free). You can fine-tune behavior in Studio Settings → Chief Policies:

  • Planning depth — Simple (fewer subtasks) or Detailed (more granular breakdown)
  • Parallel limit — Maximum number of lims running simultaneously (1–4)
  • Review threshold — Which task types trigger inter-lim review
  • Verification strictness — Lenient (basic checks only) or Strict (full checklist)