Jonathan Blanchet

match(year)
    .with(1985, [
      "I was born somewhere in the west of France.",
      "The domain name system (DNS) was introduced, laying the groundwork for the modern web.",
      "“A Learning Scheme for Asymmetric Threshold Network” by Yann LeCun, one of the early works applying the backpropagation algorithm to neural networks is published.",
    ])
    .with(1997, [
      "I built my first website using Microsoft FrontPage.",
      "IBM Deep Blue beats Kasparov in chess.",
      "Creation of the World Wide Web Consortium",
    ])
    .with(2006, [
      "I started working as a Web developer.",
      "Amazon Web Services (AWS) launched, enabling the cloud computing era.",
      "Fei-Fei Li began working on the idea for ImageNet.",
    ])
    .with(2010, [
      "I started working as a freelance Fullstack developer.",
      "Google DeepMind is founded.",
      "The HTML5 standard was officially finalized."
    ])
    .with(2015, [
      "I started working for Google.",
      "Microsoft's ResNet surpassed human-level performance in image recognition.",
      "HTTP/2 was officially standardized, bringing major performance improvements to web protocols",
    ])
    .with(2020, [
      "I co-founded InitML, the company that created Clipdrop and Cleanup.pictures.",
      "Remote collaboration web tools saw unprecedented adoption by the pandemic.",
      "OpenAI released GPT-3, setting new standards for language models",
    ])
    .with(inRange(2020, 2023), [
      "I'm Acting as CTO for InitML, raised $1.5M in seed funding and built a team of ~10.",
      "The rise of AI-powered development tools (GitHub Copilot…)",
      "Stable Diffusion was released.",
    ])
    .with(2023), [
      "Our company InitML, is acquired by Stability AI.",
      "WebGPU became available in Chrome",
      "GPT-4 by OpenAI was released",
    ])
    .with(2024), [
      "Our company InitML, is acquired by Jasper.AI",
      "Vision capabilities in LLMs are becoming mainstream",
      "Vercel launched v0 AI SDK and v0.dev, enabling AI-powered web development.",
    ])
    .with(inRange(2024, 2025), [
      "I'm Acting as VP of Engineering at Jasper.AI.",
    ])