Skip to main content

AI Prompting 101: How to Get the Best Responses from Your AI Agent

· 8 min read
Ebony Louis
Developer Advocate

blog cover

Remember that saying, "it’s not what you ask, but how you ask"?

When I first started working with goose as an AI agent, I was convinced there had to be one ‘best' prompting style. I spent so much time trying to figure out which one was superior, but the more I used goose, the more I realized that couldn't be further from the truth. There isn’t one right way to prompt AI, but there are better approaches depending on what your end goal is.

So, let’s go through which prompt style works best for your specific needs, and how you can use them to vibe code a little better with goose.

Automating Phone Calls with goose

· 4 min read
Angie Jones
Head of Developer Relations

blog cover

In the latest episode of Wild goose Case, hosts Ebony Louis and Ace Abati explored a fascinating new way to extend goose’s automation capabilities by integrating with VOYP, an AI-powered system that makes phone calls. Their guest, Paulo Taylor, a technology veteran with over 35 years of experience, walked through how developers can use goose to trigger and manage phone-based interactions through VOYP.

6 Essential Tips for Working with goose

· 6 min read
Angie Jones
Head of Developer Relations

goose tips

Working with AI agents can sometimes feel unpredictable. After using goose extensively for the last few months, I've compiled a few key tips that will help you get the most out of this tool. No matter your workflow, these guidelines will help you work more efficiently with goose.

Let A Team of AI Agents Do It For You

· 3 min read
Tania Chakraborty
Senior Technical Community Manager

blog banner

During our previous livestream, Aaron Goldsmith, Infrastructure Operations Engineer at Cash App, showed a team of goose AI agents collaborating in real time to create a website. Our community loved it so much, Cliff Hall was inspired to iterate on that idea and create a gooseTeam MCP server.

Agentic AI and the MCP Ecosystem

· 7 min read
Angie Jones
Head of Developer Relations

blog banner

It seems like yesterday when we all were wowed by generative AI and specifically the chat interfaces that made interacting with large language models (LLMs) accessible to everyday people.

As amazing as this was, it was only the beginning. The next wave of AI is agentic, meaning AI systems that don't just respond to prompts but take actions, make decisions, and interact with external systems. This is accomplished via AI agents.

Introducing codename goose

· 3 min read
Adewale Abati
Staff Developer Advocate

Introducing codename goose

We are thrilled to announce codename goose, your on-machine, open source AI agent built to automate your tasks.

Powered by your choice of large language models (LLMs), a user-friendly desktop interface and CLI, and extensions that integrate with your existing tools and applications, goose is designed to enhance your productivity and workflow.

Resolving CI Issues with goose: A Practical Walkthrough

· 5 min read
Dalton Turner
Software Engineer

CI

Running into Continuous Integration (CI) failures in pull requests can be quite frustrating but they happen very often. In this post, we leverage the GitHub CLI (gh) using goose to simplify your CI debugging process, fetch detailed information about failed CI runs and annotations directly from GitHub, and even apply fixes directly.