Skip to main content
Version: Next

AI Coding Tools Overview

A quick look at the most popular AI coding assistants available.

Last reviewed: February 26, 2026. Tool names, links, and product capabilities can change quickly.

API Platforms

PlatformDescription
Anthropic APIAccess to Claude models for building AI-powered coding tools and applications
OpenAI APIAccess to GPT and Codex models for code generation, editing, and analysis
Google Gemini APIAccess to Gemini models for building generative AI coding applications
BlabladorAccess to models hosted by Blablador for building generative AI coding applications

Not all models hosted by Blablador are trained by JSC, you can check the model details to look for the ones trained by JSC AI team

Using API for coding purposes is okay however coding oriented models and tools more suited for this job since they offer:

  • A strong default instruction scaffold (coding-focused behavior).
  • Tool loop: run shell commands, read/write files, test, retry.
  • Repo/context loading (files, diffs, diagnostics) before each call.
  • Safety controls (sandboxing, approvals, blocked commands).
  • Structured output expectations (patches, commit-ready edits).

CLI Tools

ToolDescription
Claude CodeAnthropic's CLI agent for code generation, debugging, and refactoring
OpenAI Codex CLIOpenAI's terminal coding agent for editing, running, and reviewing code
Gemini CLIGoogle's command-line coding assistant for repo-aware development workflows
GitHub Copilot CLIArchived project (historical reference only; prefer current Copilot Chat/agent workflows)
OpenCodeOpenSource AI coding assistant for code generation, debugging, and refactoring

Use opencode for Blablador models https://sdlaml.pages.jsc.fz-juelich.de/ai/guides/blablador_opencode

IDE Extensions

ToolDescription
GitHub CopilotInline code completions for VS Code, JetBrains, and more
Gemini Code AssistGoogle's AI coding assistant for IDEs with code completion and chat
CursorAI-first code editor built on VS Code
WindsurfAI-powered IDE by Codeium

Use VsCode extension for Blablador models https://sdlaml.pages.jsc.fz-juelich.de/ai/guides/blablador_on_vscode

Chat-Based Assistants

ToolDescription
Claude (Anthropic)General-purpose AI assistant with strong coding, analysis, and reasoning capabilities
ChatGPT (OpenAI)General-purpose AI assistant commonly used for code generation, debugging, and design help
Gemini (Google)General-purpose AI assistant useful for coding support, explanations, and refactoring ideas
Jan.aiGeneral-purpose AI assistant with strong coding, analysis, and reasoning capabilities

Use jan.ai for Blablador models https://sdlaml.pages.jsc.fz-juelich.de/ai/guides/blablador_on_janai

Sources: Claude Code overview, OpenAI Codex, Gemini CLI, GitHub Copilot CLI (archived), Gemini Code Assist, GitHub Copilot, Cursor, Windsurf, OpenCode