DailyPilot-Engine is the human-centered prioritization core of DailyPilot by AltmanAI (Altman Family Group, LLC).
It transforms messy task lists and shifting schedules into a focused, realistic daily plan that feels calm instead of overwhelming — with explainable, stress-aware scoring logic, not a black box.
Humanity leads. Intelligence follows.
- Takes a raw set of tasks/schedule inputs (see
sample_day.json,student.json,worker_double_shift.json,founder.jsonfor example profiles) - Scores and selects a realistic daily plan using
scoring.pyandselectors.py - Exposes a data contract via
models.py - Ships a CLI entry point:
dailypilot_cli.py
pip install -r requirements.txtpython dailypilot_cli.py --input sample_day.jsonpython -m pytest test_scoring.py test_selectors.py test_profiles.pyoverview.md— product overview and scoring philosophyarchitecture.md— system architectureapi.md— API contract for app integrationIOS_BRIDGE.md— notes on connecting this engine to the DailyPilot iOS app (moved here from the old root README)
This is the reference implementation of the DailyPilot scoring engine — real, working Python logic with tests, not a concept doc. iOS/production integration is in progress; see IOS_BRIDGE.md for the current plan.
DailyPilot-Engine is one product surface in the broader AltmanAI system. See altmanAI/.github for the organization-level overview, and altmanAI/altmanai-master-ledger for how releases here connect to the public Proof-of-AI-Human-Impact (PAIHI) record.