Developer Tools
Everything on CoreConcept tagged with Developer Tools. Explore related tags below.
Related tags
Articles
As autonomous AI coding agents (such as Claude Code, Gemini CLI, and Cursor) take on complex software tasks, measuring their performance requires rigorous Evalu…
Gemini CLI (@google/gemini-cli) is an open-source terminal AI agent that brings Google's Gemini models directly into your command-line environment. Unlike stati…
Gemini CLI features an intuitive command syntax designed to streamline interactive terminal workflows. By mastering Slash (/) commands, At (@) path annotations,…
One of the standout advantages of using Google Gemini models in developer tooling is their massive Context Window capability (ranging from 1 million to 2 millio…
The Model Context Protocol (MCP) is the open standard for connecting AI agents to external data sources, enterprise databases, and third-party developer APIs. B…
While built-in tools (file editing, shell execution, web search) handle standard development workflows, engineering teams often require domain-specific capabili…
Terminal AI agents are replacing simple code completion extensions, providing developers with autonomous command-line assistants that read entire repositories, …
The Claude Code CLI has grown from claude plus a few convenience flags into a full control surface: interactive sessions, one-shot SDK-style calls, background a…
Close a Claude Code session mid-task and the natural fear is that you just lost an afternoon of debugging context — the files it read, the failed approaches, th…
Command-Line Interface (CLI) developer tools built with interpreted runtimes (like Node.js or Python) suffer from cold-start startup overhead (50ms–200ms node m…
Hand-written API docs go stale the moment someone changes a function signature and forgets the markdown file that describes it. The signature and the descriptio…
Asking a model to "draw a diagram" and expecting a clean, editable result back is the wrong mental model — a generated image of a flowchart is a picture, not a …
A reviewer approves a pull request in ninety seconds because the diff looks small: one changed function, a renamed variable, a passing test suite. What the diff…
A model can describe a system as structured nodes and edges (see generating diagrams with the Gemini SDK), but a static SVG rendered from that description is st…
Want a curated collection instead? Topic hubs group the best content by subject.
Browse Topics