linkgo

Noro ADHD Planner vs Switchyard: Features, Pricing & Which Is Better (2026)

A side-by-side comparison of Noro ADHD Planner and Switchyard — features, pricing, and ideal use cases — to help you decide which AI tool fits your workflow.

Noro ADHD Planner logo

Noro ADHD Planner

Noro

Freemium

AI-powered planner that helps people with ADHD build routines, break tasks into manageable steps, and maintain focus with personalized reminders.

Key features

  • AI-Powered Personalized Routines: Generates daily and weekly routines tailored to individual preferences, energy patterns, and ADHD-related executive-function needs to promote consistent habits.
  • Task Breakdown & Microsteps: Automatically splits large tasks into smaller, time-bound microsteps and actionable subtasks to reduce overwhelm and increase task-start rates.
  • Adaptive Reminders & Timers: Sends scheduled reminders and adaptive nudges (including time-blocking or Pomodoro-style intervals) that adjust based on completion behavior and missed tasks.
  • Smart Scheduling: Suggests optimal times for tasks and routines by considering user-reported priorities, typical focus windows, and existing calendar events to reduce conflicts.
  • Progress Tracking & Insights: Tracks routine adherence and task completion, offering simple analytics and insights to help users identify patterns and improve consistency over time.
  • Templates & Routine Library: Provides prebuilt templates and customizable routine examples (morning, evening, work sprints) designed for ADHD-friendly structure and transitions.
  • Cross-Device Sync & Notifications: Syncs schedules and reminders across devices and delivers non-intrusive notifications to support real-world task execution.
  • AI-powered routine generation and suggestions
  • Task creation and organization
  • Reminders and notifications for tasks/routines
  • Personalized recommendations to improve adherence
  • Routine scheduling and time-blocking

Best for

  • Daily Routine Establishment: Building a consistent morning and evening routine for a user who struggles to start and end their day reliably.
  • Task Initiation Support: Helping a user break down a complex work assignment into small actionable microsteps and scheduling them into achievable time blocks.
  • Focus & Time-Blocking: Using adaptive timers and reminders to implement Pomodoro-style work sessions during known high-focus windows.
  • Habit Formation: Guiding a user through gradual habit-building (e.g., regular exercise, medication reminders, or journaling) with templated routines and progressive difficulty.
  • Managing Overwhelm: Recommending simplified daily to-do lists and prioritized tasks when a user reports feeling overwhelmed, reducing decision fatigue.
  • Routine Adjustment: Adapting suggested schedules after a period of missed tasks to provide gentler prompts and simplified steps to re-engage the user.
  • Caregiver/Clinician Collaboration: Providing a structured view of routine adherence and progress to share insights with caregivers or clinicians (where the user consents).
  • Daily routine planning for people with ADHD
  • Task and time management to reduce overwhelm
  • Habit formation and adherence to scheduled activities
  • Organizing personal or study/work tasks into routines
  • Support tool for caregivers or therapists to structure user routines
View Noro ADHD Planner details
Switchyard logo

Switchyard

NVIDIA

Free

An open-source Rust proxy and library that routes LLM traffic across models and providers while preserving native OpenAI and Anthropic API compatibility.

Key features

  • Protocol Translation: Converts between OpenAI Chat Completions, OpenAI Responses and Anthropic Messages formats so clients keep their native API while any backend serves the request.
  • Multi-Backend Routing: Spreads traffic across vLLM, NVIDIA NIM, Ollama and any OpenAI-compatible endpoint, letting you point an existing coding agent at an open-source model without changing the agent.
  • LLM Classifier Router: Uses request content to decide whether a given turn needs the weak or the strong model tier, cutting spend on turns that do not need frontier capability.
  • Stage Router: Routes most turns from signals already in the conversation — tool results, errors, conversation stage — so no extra model call is needed to make the decision.
  • Escalation Router: Runs every turn on the weak tier first, then has a judge read that answer and decide whether the same request should be re-sent to the strong tier.
  • Random Routing for A/B Tests: Applies a fixed traffic split across targets for benchmarking, baselines and cost experiments.
  • Operational Metrics: Exposes Prometheus metrics for requests, errors, latency, token counts and the overhead added by routing itself.
  • Server or Library Deployment: Run it as a standalone Rust proxy configured by routes.toml, or embed switchyard-libsy in your own application so it decides the target and hands the model call back to you.

Best for

  • Pointing Coding Agents at Open Models: Serve Claude Code or Codex from vLLM, NIM or Ollama without the agent knowing the API changed.
  • Cost/Performance Optimization: Send routine turns to a cheap weak-tier model and reserve the strong tier for turns a classifier or judge says need it.
  • Model A/B Benchmarking: Split traffic on a fixed ratio across two models to compare quality, latency and cost on real production requests.
  • Provider Migration and Failover: Keep application code on one API shape while swapping or mixing the providers behind it.
  • Embedding Routing in an Agent Runtime: Drop the routing algorithms into an existing gateway or agent framework via the library path without adopting a new HTTP stack.
  • Operational Visibility: Track per-route latency, error rates and token spend through Prometheus to find which routes are actually costing money.
View Switchyard details