AI timeline

My journey with AI

  1. Sep 2021

    OpenAI API beta (pre-ChatGPT)

    OpenAI API beta screenshot

    I came across this email from OpenAI when I was searching for the ChatGPT welcome email. This was more than 1 year before ChatGPT was released.

    I was surprised to see that they had a product named Codex back then. This was confirmed by Archive.org capture of openai.com

    I have no idea what I did with the API access. I have a faint memory of playing around in the API playground page, but do not remember any details.

  2. Jul 2022

    AWS CodeWhisperer preview

    chat screenshot

    Tried AWS CodeWhisperer. Posted a demo video on team WhatsApp group showing the tool generating code based on comments.

    Also had a faint memory about trying GitHub copilot. But I am not sure and it might actually be the CodeWhisperer usage. Also, remember a few community backlashes against GitHub using code for training around the time.

  3. Dec 2022

    Tried ChatGPT 1 Month after the launch

    Chatgpt screenshot

    First chat: I was working with GraphQL at that time, so tested ChatGPT with a GraphQL question.

  4. Jul 2023

    Tried Anthropic Claude

    Tracked this from the Welcome email from Anthropic.

  5. Oct 2024

    Cursor - First coding IDE

    Tried Cursor for the first time to avoid back and forth copy pastes with ChatGPT

  6. Nov 2024

    Codeium Windsurf

    Loved Windsurf on the first try. Cancelled Cursor, and moved to Windsurf Pro.

    Used Windsurf + Claude Sonnet 3.5 to build LinkHQ.co - the startup I co-founded. Most CRUD operations were agentic coded.

    Used https://gitingest.com/ to provide context to models when using a less popular library (e.g. Indian payment gateway SDKs).

  7. Feb 2025

    Role at Mercor as a contractor

    Worked as a contractor of a top AI Lab: Got access to an unreleased cloud coding agent from that AI lab. Was part of the initial team that created challenging coding problems that need to be unsolvable by the model (for RLHF). Cannot disclose the lab and coding agent name due to NDA.

  8. Mar 2025

    Installed Ollama and LM Studio

    Tested local models. Remember testing qwen-2.5-coder.

  9. Apr-May 2025

    Agno

    Built simple agents using Agno. Explored using local models too (via Ollama's OpenAI compatibile API), but could not get tool use to work with local models.

  10. July 2025

    Junie - JetBrains coding agent

    Tried Junie on PyCharm and wrote about ithere

  11. Sep 2025

    xAI Human Data team

    Joined xAI's human data team (coding RLHF). Worked with pre-release versions of Grok and evaluated model performance by giving it a range of coding tasks in Python. Used many different coding IDEs, CLIs, VSCode extensions

  12. Oct 2025

    Built sample MCP servers

    Built them to test coding model capabilities while at xAI.

  13. Nov 2025

    Google Antigravity IDE and Gemini 3 Pro

    Tried Google Antigravity IDE and Gemini 3 Pro. Loved the plan mode in the IDE.

  14. Dec 2025

    LLMs became surprisingly good at frontend

    Noticed this while using Opus 4.5 and the frontend design skill. This was a leap I thought would take much longer.

  15. Jan 2026

    Started using Grok CLI / Grok Build

    Internal testing. Got access to Grok Build while working at xAI - evaluated the harness performance, and tested for errors. The tool was released to public on May 2026.

  16. Late Jan 2026

    OpenClaw

    Installed late Jan, when it was named Moltbot, on an Ubuntu VPS. Did not trust it with my personal accounts. It got a separate email account, a GitHub, and was installed on a remote Ubuntu VPS.

    First $50 usage per day.

  17. Late Jan 2026

    Created my own OpenClaw Skill

    Created "python" openclaw skill:

    openclaw skills install python

    This was a SKILL.md file packaged for Clawhub with Guidelines to use when writing Python code

  18. Feb 3-4 2026

    First $50 API usage

    With OpenClaw started getting $50+ API usage each day on Vercel AI Gateway

  19. Feb 2026

    Claude Max plan

    Moved from Claude Pro to Max - thanks to OpenClaw

  20. Mar 2026

    Tried Paperclip agent orchestration

    paperclipai/paperclip - It was an interesting idea - like Jira, but for Agents. It was satisfying to watch agents working on tasks we assign realtime

  21. Mar-Apr 2026

    Hermes agent

    Installed on VPS side by side with OpenClaw.

  22. Apr 2026

    ChatGPT Pro and Codex migration

    Migrated to Codex from Claude due to subscription usage changes.