{
  "@context": "https://schema.org",
  "@type": "Person",
  "@id": "https://weishaar.dev/#jamie",
  "name": "Jamie Weishaar",
  "jobTitle": "Staff Engineering Program Manager",
  "description": "I build tools and programs that help people work with complex systems. My focus is AI adoption, reliability, and the context that makes collaboration useful.",
  "url": "https://weishaar.dev/about/",
  "image": "https://weishaar.dev/assets/jamie-weishaar.jpg",
  "worksFor": {
    "@type": "Organization",
    "name": "Netflix"
  },
  "sameAs": [
    "https://www.linkedin.com/in/jamieaweishaar/"
  ],
  "knowsAbout": [
    "Context & memory",
    "Human–AI collaboration",
    "Reliability & learning"
  ],
  "inquiries": [
    {
      "id": "context-and-memory",
      "title": "Context & memory",
      "question": "What should an agent remember, and what should remain inspectable?",
      "detail": "Exploring how to preserve evidence, decisions, and open questions across tools while keeping the resulting context inspectable and editable."
    },
    {
      "id": "human-ai-collaboration",
      "title": "Human–AI collaboration",
      "question": "Where should automation act, and where should people stay in control?",
      "detail": "Building interfaces that make intent, assumptions, and automated decisions visible enough for a person to question and correct."
    },
    {
      "id": "reliability-and-learning",
      "title": "Reliability & learning",
      "question": "How do we turn unexpected behavior into better systems?",
      "detail": "Examining the relationship between technical reliability, human judgment, and what teams can learn from everyday work and incidents."
    }
  ],
  "projects": [
    {
      "name": "Context Shelf",
      "description": "A native Mac home for the context you carry between AI conversations.",
      "url": "https://weishaar.dev/work/context-shelf/",
      "documentation": "https://weishaar.dev/projects/context-shelf/",
      "technology": [
        "Swift",
        "SwiftUI",
        "AppKit",
        "CLI",
        "MCP",
        "Local storage"
      ]
    }
  ]
}
