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
- Create a new agent directory and run
blink init - Start the dev server with
blink dev - Press
Ctrl+Tto toggle to Edit Mode - 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.Landscape research
Landscape research
Tool comparison
Tool comparison
Fact checking
Fact checking
Deep dive with follow-ups
Deep dive with follow-ups
Link verification
Link verification
Export research
Export research
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.
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
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:If the agent is too verbose
If the agent is too verbose
If citations are missing
If citations are missing
If the agent searches too broadly
If the agent searches too broadly
If you want better source quality
If you want better source quality
If the research feels shallow
If the research feels shallow
Advanced capabilities
Once your basic agent works well, consider these enhancements:Multi-step research workflows
Multi-step research workflows
Source credibility scoring
Source credibility scoring
Automated monitoring
Automated monitoring
Research templates
Research templates
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
- 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