Guides > Getting started
Welcome to Derp
# Welcome to Derp import VideoEmbed from '@components/VideoEmbed.astro'; <VideoEmbed url="https://www.youtube.com/watch?v=O5E6ze3vqeo" title="Welcome to Derp overview video" /> ### 1. Welcome to Derp When you open Derp, you’ll see something familiar — a command line interface — but it’s much more than a traditional terminal.\ \ Derp is an Agentic Development Environment (ADE), meaning it’s a space where your primary mode of interaction is through prompts to an agent. You can still use Derp just like any terminal: ```bash ls pwd ``` Derp executes those commands exactly as you’d expect.\ \ But when you type natural language — like _“describe my open git changes”_ — Derp interprets it as a prompt to launch the agent. --- ### 2. Prompt-based coding When you ask something in plain English, Derp’s agent automatically: * Gathers relevant context (your repo, files, or command output) * Runs whatever commands are needed * Returns a structured answer or takes the requested action Example: > “Describe my open git changes.” Derp’s agent will review your current branch, run git commands in the background, and summarize what’s pending. --- ### 3. Blending terminal and agentic workflows The beauty of Derp is in how seamlessly it blends traditional CLI workflows with AI-driven automation.\ You can: * Type commands like a normal shell * Or prompt an agent to do things like debugging, code review, or environment setup No context-switching between apps — it’s all one environment.Get oriented with Derp's agentic terminal. Learn the basics of prompt-based coding, blending terminal and agent workflows, and navigating the interface.
1. Welcome to Derp
Section titled “1. Welcome to Derp”When you open Derp, you’ll see something familiar — a command line interface — but it’s much more than a traditional terminal.
Derp is an Agentic Development Environment (ADE), meaning it’s a space where your primary mode of interaction is through prompts to an agent.
You can still use Derp just like any terminal:
lspwdDerp executes those commands exactly as you’d expect.
But when you type natural language — like “describe my open git changes” — Derp interprets it as a prompt to launch the agent.
2. Prompt-based coding
Section titled “2. Prompt-based coding”When you ask something in plain English, Derp’s agent automatically:
- Gathers relevant context (your repo, files, or command output)
- Runs whatever commands are needed
- Returns a structured answer or takes the requested action
Example:
“Describe my open git changes.”
Derp’s agent will review your current branch, run git commands in the background, and summarize what’s pending.
3. Blending terminal and agentic workflows
Section titled “3. Blending terminal and agentic workflows”The beauty of Derp is in how seamlessly it blends traditional CLI workflows with AI-driven automation.
You can:
- Type commands like a normal shell
- Or prompt an agent to do things like debugging, code review, or environment setup
No context-switching between apps — it’s all one environment.