[
  {
    "owner": "Alex",
    "task": "Send GPU benchmark report",
    "due": "Friday",
    "status": "Pending"
  },
  {
    "owner": "Priya",
    "task": "Docker healthcheck fix",
    "due": "June 20",
    "status": "Owned"
  },
  {
    "owner": "Jordan",
    "task": "Model download approval",
    "due": null,
    "status": "Waiting on approval"
  }
]