Skip to main content

Overview

Blink lets you talk to Edit Mode and describe the agent you wish you had. For research and web browsing work, the goal is to craft a partner that can scan the web, compare findings, keep track of promising leads, and report back in the style you prefer. This page focuses on the creative side: what capabilities to request, what personality to give your agent, and concrete prompts you can copy and paste to get started quickly.

Getting started

  1. Create a new agent directory and run blink init
  2. Start the dev server with blink dev
  3. Press Ctrl+T to toggle to Edit Mode
  4. Describe your research assistant using the ideas below

What you can build

Here are examples of what you can ask your research agent to do once you’ve built it. These show the end result: scroll down to see how to build an agent that can handle these requests.
Then follow up with:
And:

Building your research agent

Switch to Edit Mode (Ctrl+T) and use these prompts to build your agent. Copy and customize them based on what you want your agent to do.
You don’t need to use all of these prompts. Start with 2-3 that match your needs, test the agent, then add more capabilities as needed.

Make it search and gather information

Make it cite sources properly

Make it compare and analyze

Make it collaborative and friendly

Make it verify quality

Make it ask clarifying questions

Make it track research over time

Make it format reports consistently

Make it show confidence levels

Add helpful slash commands

How it works behind the scenes

When you use the prompts above, Edit Mode automatically implements the right tools for your agent. You don’t need to code anything; just describe what you want. Common tools include:
  • Web search - Find current information across the internet
  • Content extraction - Pull full text from URLs and PDFs
  • File operations - Read documents, save research summaries and reports
  • Bash execution - Run scripts to download or process data
Edit Mode handles all the technical implementation. Your job is to describe the agent’s behavior and capabilities.

Iterating on your agent

As you test, you’ll discover what works and what needs adjustment. Use these Edit Mode prompts to refine your agent’s behavior:

Advanced capabilities

Once your basic agent works well, consider these enhancements:

Tips for success

When you’re building:
  • Start with 2-3 capabilities, not all of them
  • Give Edit Mode examples of the output you want to see
  • Make one change at a time, then test it
  • Save prompts that work well for future reference
When you’re ready to scale:
  • Deploy your agent via web or Slack for team access
  • Add persistent memory to track research across sessions
  • Connect to specialized APIs or internal databases
  • Share your agent configuration with teammates
Focus on getting the basic behavior right first. You can always add more sophistication later.