{
  "$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
  "meta": {
    "canonical": "https://heynolan.me/profile.json",
    "generatedFrom": "site/_data/source.json (single source of truth)",
    "note": "Public profile for agents — scope matches the homepage https://heynolan.me. Full markdown: https://heynolan.me/llms-full.txt",
    "mcp": {
      "url": "https://mcp.heynolan.me/mcp",
      "transport": "streamable-http",
      "tools": [
        "get_full_profile",
        "get_basics",
        "get_experience",
        "get_research",
        "list_projects",
        "get_education"
      ],
      "resource": "profile://nolan/json",
      "descriptor": "https://heynolan.me/.well-known/mcp.json"
    }
  },
  "basics": {
    "name": "Nolan Liang",
    "alternateName": "梁乃夫",
    "label": "Builder — multi-agent AI products",
    "email": "naifu.liang@foxmail.com",
    "url": "https://heynolan.me",
    "summary": "Nolan Liang builds AI products — multi-agent systems and tools that ship, several of them hackathon winners. He is currently a CS Master's student at UC San Diego, and most interested in LLM/agent products and the infrastructure agents lack in the real world, starting with identity.",
    "profiles": [
      {
        "network": "Homepage",
        "url": "https://heynolan.me"
      }
    ]
  },
  "work": [
    {
      "name": "Tencent",
      "position": "Project Owner — PieEval evaluation platform",
      "location": "Beijing",
      "startDate": "2026-01",
      "endDate": "2026-05",
      "summary": "Designing evaluation benchmarks for AI models in group-chat scenarios; led the platform from concept to launch within one month."
    },
    {
      "name": "Claw Store · EvoCorp · SonaNet (Hackathons)",
      "position": "Builder",
      "location": "Singapore; Beijing; Shanghai",
      "startDate": "2026",
      "endDate": "2026",
      "summary": "Three multi-agent products built across three hackathons (Singapore, Beijing, Shanghai). Claw Store took 300+ waitlist sign-ups and B2B leads within 24 hours; EvoCorp won the \"Build for Future\" championship."
    }
  ],
  "research": [
    {
      "name": "MesaTask",
      "role": "Research Scientist (Intern)",
      "organization": "Shanghai AI Lab",
      "location": "Shanghai",
      "startDate": "2025-02",
      "endDate": "2025-06",
      "url": "https://mesatask.github.io",
      "summary": "Built a task-generation system and a 10,000-item annotated dataset for embodied-intelligence agents."
    }
  ],
  "education": [
    {
      "institution": "UC San Diego",
      "area": "Computer Science",
      "studyType": "M.S.",
      "startDate": "2025-09",
      "endDate": "2027-06",
      "note": "in progress"
    },
    {
      "institution": "Johns Hopkins University",
      "area": "Computer Science",
      "studyType": "Visiting Scholar",
      "startDate": "2024-07",
      "endDate": "2025-01"
    },
    {
      "institution": "Wuhan University",
      "area": "Computer Science",
      "studyType": "B.S. (Hongyi Honors)",
      "startDate": "2021-09",
      "endDate": "2025-06"
    }
  ],
  "projects": [
    {
      "name": "Claw Store",
      "description": "Browse and hire top digital employees — one click puts a whole team of specialist AI agents to work for you.",
      "award": "OpenClaw Hackathon champion (Singapore)",
      "url": "https://heynolan.me/#p-clawstore",
      "links": {
        "deck": "https://heynolan.me/assets/claw-slides.html"
      }
    },
    {
      "name": "EvoCorp · ClawCorp",
      "description": "A self-evolving multi-agent organization — agents that research, build, ship and operate an entire company end to end.",
      "award": "Build for Future champion, EvoMap Hackathon (Beijing)",
      "url": "https://heynolan.me/#p-evocorp",
      "links": {
        "live": "https://clawcorp.heynolan.me",
        "source": "https://github.com/naifuliang/evocorp"
      }
    },
    {
      "name": "SonaNet",
      "description": "An identity layer for AI agents — provision an identity, sign it up, and let it read its own inbox and post on its own.",
      "award": "AI Hacker House (Shanghai)",
      "url": "https://heynolan.me/#p-sonanet",
      "links": {
        "website": "https://sonanet.top",
        "slides": "https://slides.sonanet.top"
      }
    }
  ],
  "skills": [
    {
      "name": "Product",
      "keywords": [
        "LLM/agent product design",
        "multi-agent systems",
        "evaluation systems",
        "AI-Native development",
        "product cold-start",
        "GTM"
      ]
    },
    {
      "name": "Technical",
      "keywords": [
        "Python",
        "PyTorch",
        "vLLM",
        "distributed training"
      ]
    }
  ]
}
