How & Goals
Stop asking AI questions.
Start giving it goals.
Most people use AI like a search engine: type a question, get an answer, close the tab. That's not how this works. You have an idea. You tell your agent the goal. It builds the process. You have a completed goal. That's the shift.
The Framework
Four steps. Every time.
You have an idea
It starts in your head. A business problem. A creative project. A workflow that's eating your time. Something you want to exist that doesn't yet.
You tell your agent the goal
Not "how do I do X?" — that's a question. Instead: "I want X to exist by Friday." The difference is everything. Questions get answers. Goals get action plans.
AI generates the process
Your agent breaks the goal into steps. It identifies what it can do autonomously and what needs your input. It starts executing. It asks you to decide only when it genuinely can't.
You have a completed goal
Not an answer to read. Not a suggestion to evaluate. A finished thing that exists in the world because you stated what you wanted and your agent built it.
This is the mindset shift
When you sit down with ChatGPT or Gemini or Claude, you're having a conversation. It's useful. It's sometimes impressive. But when you close the tab, nothing has changed in your life except that you read some text.
A goal-based agent is different. You say "I want a weekly newsletter that goes out every Monday with AI industry news and a personal take." The agent doesn't just tell you how to do that. It drafts the newsletter. It schedules it. It sets up the delivery pipeline. Next Monday, your subscribers get an email. You didn't write it from scratch — you approved it.
That's not a better chatbot. That's a fundamentally different relationship with technology.
"What stocks did Congress trade this week?"
"Monitor every congressional trade and alert me when someone buys more than $100K in a stock I own."
"How do I write a LinkedIn post?"
"Draft three LinkedIn posts this week in my voice, schedule them, and show me for approval."
"What's the weather in Kona?"
"Track weather at all my upcoming travel destinations and tell me if I need to pack differently."
The How
Set up your own AI agent in 30 minutes.
This is the same stack that FRED runs on. Open source, self-hosted, and built for people who care about owning their data. You don't need to be a developer. You need a computer, a terminal, and the willingness to follow steps.
Install the prerequisites
You need two things on your machine before anything else:
Node.js (version 22 or higher)
Node.js is the runtime that powers OpenClaw. It's free, open source, and runs on Mac, Windows, and Linux.
Verify it worked: node --version should show v22 or higher.
An AI provider API key
Your agent needs a brain. Pick one to start — you can always add more later.
- Anthropic (Claude) — What FRED runs on. Best reasoning. Best safety. Start here if unsure.
- OpenAI (GPT) — The most recognizable name. Great all-rounder.
- Google (Gemini) — Generous free tier. Strong at document processing.
Create an account, generate an API key, and save it somewhere safe. You'll need it in a minute.
Install OpenClaw
One command. That's it.
npm install -g openclaw This installs the OpenClaw gateway globally on your machine. It's the brain that connects your AI models, messaging channels, memory files, and tools into one unified system.
Verify: openclaw --version
Configure your agent
Run the setup wizard:
openclaw init This creates your config file and walks you through the basics: which AI model to use, where to store your agent's memory, and how to connect a messaging channel.
At minimum, you'll need to paste in your API key from Step 1. The wizard handles the rest.
Connect a messaging channel
This is what makes it an agent instead of a chatbot. Pick the app you already use:
- Telegram — Create a bot via @BotFather, paste the token into your config
- Discord — Create a bot in the Developer Portal, add the token
- WhatsApp — Connect via WhatsApp Business API or bridge
- Signal, Slack, iMessage — All supported. Check the docs for setup guides.
Once connected, your agent lives in your pocket. Text it like you'd text a friend.
Start your agent
openclaw gateway start Your agent is now live. Send it a message. Give it a goal. Watch it work.
From here, you can add memory files, set up scheduled tasks, connect your email and calendar, enable browser automation, and build out everything described on this site. The OpenClaw documentation covers it all.
Ready to build yours?
The AI Agent Playbook covers the full build — from first install to a production agent that runs 24/7. Or skip the reading and book a session where we build it together live.