Power tip for all of you who live on the CLI and use AI agents. When you want to summon AI instantly to answer a question or bang out a task *without leaving the command line to start a CLI agent*, just use this command: amp -x "ask your question here" You can also redirect the output to a file like this: amp -x "make a list of all my TODOS" > todo_list.txt As soon as the agent is done, you're right back on the CLI You can do this with @AmpCode. If you're using Claude Code you can do something similar with claude -p Happy hacking.
4,98K