AIAny
MLOps2023
Icon for item

Continue

Open-source AI coding assistant for VS Code and JetBrains that bundles autocomplete, chat, inline edit, and an agent mode behind one config, letting each capability use any model provider rather than a single locked-in vendor.

Introduction

Most AI coding tools make a bet for you: one vendor's model, one closed extension, one way of working. Continue's bet is the opposite — it treats the IDE assistant as configuration, not a product, so the same setup drives autocomplete, chat, inline edit, and agent mode against whatever model you choose. That choice is why it spread to 34k+ GitHub stars and why Cursor eventually acquired the team in June 2026.

What Sets It Apart
  • Model-agnostic by design: a single YAML-style config maps each capability (tab-complete vs. chat vs. agent) to a different provider, so you can run a fast local model for autocomplete and a frontier model for reasoning in the same session.
  • Four modes, one surface: autocomplete, chat, edit, and agent share context and history instead of living in separate tools, which keeps codebase context consistent as you move between asking and acting.
  • Built to be customized and shared: assistants are defined as portable artifacts a team can version and reuse, rather than per-developer settings buried in an editor.
Who It's For

Great fit if you want to avoid vendor lock-in, run local or self-hosted models, or standardize a team's AI setup as shareable config. Look elsewhere if you'd rather have a polished, opinionated turnkey experience — and note the original repo is now archived and read-only following the Cursor acquisition, so weigh the project's future direction before committing to it long-term.

Information

  • Websitecontinue.dev
  • OrganizationsContinue, Inc.
  • AuthorsContinue, Inc., Ty Dunn, Nate Sesti
  • Published date2023/08/08

Categories

More Items

GitHub
AI Infra2025

Measures generative AI inference performance with token-level metrics (TTFT, inter-token latency), latency, and throughput under realistic traffic patterns. Provides a multiprocess engine, real-time TUI dashboard, extensible plugins, and integrations for telemetry and result uploads, aimed at inference benchmarking and capacity planning.

GitHub
AI Train2019

Train and experiment with multi-billion to trillion-parameter transformer models on large GPU clusters using GPU-optimized building blocks and reference training scripts; offers advanced parallelism and mixed-precision support for research teams and ML engineers.

GitHub

Indexes full text of visited web pages and local files on a self‑hosted server so you can search your personal knowledge from a web UI, terminal, CLI, or an AI assistant. Runs without mandatory telemetry, offers a browser extension for automatic capture, and supports optional semantic search via a configurable embeddings endpoint.