Claude

Claude is a series of large language models. The first generation, Claude 1, was released in March 2023, and the latest, Claude Opus 4.5, in November 2025. The data for these models comes from sources such as Internet text, data from paid contractors, and Claude users.

Claude models are generative pre-trained transformer (GPT) which have been pre-trained to predict the next word in large amounts of text.

Build on the Claude Developer Platform

Devin AI ~ AI coding agent

Devin AI is an autonomous AI agent designed to aid in coding tasks, but its performance can vary depending on task complexity. This post explores its advantages, limitations, and the testing process, providing insight into its strengths and weaknesses in real-world scenarios.

Devin AI is an autonomous AI coding agent that works in its own environment. This environment is a virtual machine that has:

  • Browser interface – it uses it to test UI locally or check out tools documentation
  • Its VSCode instance
  • A terminal – uses it to run all their commands
  • A planner – where the main instructions are internally defined and executed

It also has integrations with Slack and GitHub for a more complete workflow.

Note: The Slack integration was not tested, and only the chat interface provided on the devin.ai site was used.

The difference with other tools like Cursor or Copilot is that it is not an IDE nor a VSCode extension and does not act like one. Devin does provide a VSCode extension, but it is just a chat interface, and no code is interacted with in the user’s local environment. The changes in the code would still happen on Devin’s machine.