πŸ”₯ Tool Calling: AI's Gateway to Actually Doing Things + GPT 5 & Nano Banana Updates


Create something today with
AI & Visual Development ✨

Hello and Happy Tuesday to the regulars and the 435 new subscribers πŸ‘‹

Fresh from Monday’s podcast: we’ve distilled the most valuable insights and cut through the noise to bring you the highlights.
​
Let's jump in...

πŸ”Ž Preview: In today's issue

  • πŸ€” Why giving AI access to tools is a huge unlock
  • πŸ“Ί New Podcast: On the ground feedback from GPT-5
  • πŸš€ Nano Banana may disrupt Photoshop

πŸ€“ Explain Like I'm 5
​

AI Tool Calling: From Chatbot to Agent

This week's hot topic isn't just another model update – it's about giving your AI superpowers through tool calling.
​
Whether you're clicking through n8n's visual workflows or writing code against an API, understanding tool calling transforms your AI from a chatbot into an actual assistant that can DO things.

The Butler vs. The Advisor

Imagine you're super wealthy (nice, right?) and you can hire two people:

The Advisor sits in a chair and gives brilliant advice:

  • "You should book a flight to Tokyo for that meeting"
  • "The quarterly report needs updating with last week's numbers"
  • "Someone should order more coffee for the office"

Smart? Yes. Helpful? Sort of. But they never actually DO anything.

The Butler has the same intelligence but can actually act:

  • Books your Tokyo flight while you're in another meeting
  • Updates the quarterly report and emails it to the team
  • Orders coffee and schedules delivery for tomorrow morning

That's the difference between AI without tools (advisor) and AI with tools (butler).
​
One talks about what should happen. The other makes it happen.

The Magic Moment: When AI Becomes an Agent

An "agent" is just AI that can take actions on its own. Here's the beautiful part... you don't micromanage it.
​
You say "Handle my travel to Tokyo next week" and it:

  1. Checks your calendar for conflicts
  2. Searches for flights
  3. Books the best option
  4. Adds it to your calendar
  5. Emails you the confirmation

You gave ONE instruction. It took FIVE actions. That's agency.

How It Works (Visual vs Code)

🎨 Visual Tool Calling (n8n, Make, Zapier)

In platforms like n8n, you literally drag and drop tools onto your AI agent – like giving your butler a tray of abilities. Connect a weather API node, and boom – your AI can check weather. Add a Google Sheets node, now it can update spreadsheets. Each connection is a new skill.

πŸ’» API Tool Calling When coding, you define available tools in your API request:

tools: [{
name: "check_weather",
description: "Get current weather for a location",
parameters: {...}
}]

The AI decides WHEN to use tools (just like a butler knows when to go to the kitchen), calls them, gets results, and continues the conversation with real data.

Enter MCP: Your Tool Organisation System

Here's where it gets interesting. As you add more tools, things can get messy fast. Imagine your butler having 50 different abilities but no organised way to manage them. That's where Model Context Protocol (MCP) comes in.

MCP is like a tool cabinet for your AI. Instead of scattered tools everywhere, you have:

  • Organized drawers: Group related tools together (all Google tools in one place)
  • Easy updates: Change a tool once, every AI using it gets the update
  • Simple sharing: Built a cool tool? Share the whole "drawer" with your team
  • Clean connections: One connection gives access to multiple tools

We recently covered how to build your own internal MCP server in n8n – turning your custom business tools into a professional toolkit your AI agents can use instantly.

​We put together a video tutorial and instructions on how to build your own internal MCP server you can get for free here.​

β˜•οΈ Knowledge Shots

1️⃣ The "Loop" that changes everything: AI agents can check β†’ decide β†’ act β†’ verify β†’ adjust. This loop is what makes them feel autonomous. They're not just responding – they're thinking and adapting.

2️⃣ Tools aren't just for data: Your AI can send emails, create calendar events, update databases, generate images, or even control smart home devices. If there's an API for it, your AI can probably use it.

3️⃣ Platform differences:

  • OpenAI: Calls them "functions" or "tools"
  • Anthropic (Claude): Uses "tools" with MCP support built-in
  • Google (Gemini): "Function calling" with similar structure
  • n8n/Make: Visual "AI Agent" nodes with tool connections

🧠 Why This Matters Right Now

AI is at a turning point: it’s no longer just suggesting ideas. It can take action. One prompt can now trigger dozens of automated tasks, moving AI from β€œneat toy” to a practical assistant.

But while tool calling and orchestration unlock real productivity, you still need humans in the loop. AI can handle the busywork, but judgment and oversight remain essential.

That's the revolution happening right now. And you can build it today.

πŸ“Ί PODCAST: Claude Code, Nano Banana & GPT-5 Launch

video preview​

In this week’s Create With podcast, James and Kieran dig into practical ways non-developers can ship serious features with AI.

We share what finally β€œclicked” with Claude Code, how to spin up simple Bubble plugins (goodbye $5/mo ICS generators), first impressions of GPT-5 (the good, the weird, and the slow), why object-preserving image edits could upend Photoshop, and how we’re automating the Create With site - events, tools, blog posts end-to-end.

▢️ Watch Video​

πŸ”Š On your radar

Keep your finger on the pulse of what we think is hot in the space right now πŸ”₯

⭐️ Nano Banana: Google’s Secret AI Image Editor​

πŸ‘‰ Why it matters: Nano Banana is Google’s next-generation image editing AI now available in Gemini. It lets you edit photos with natural language, no Photoshop skills required. Early testers say it’s fast, preserves identity across edits, and could change how creators, marketers, and teams handle visual workflows.

⭐️ #BubbleMobileContest: Thousands of Apps, Real-World Impact​

πŸ‘‰ Why it matters: Bubble’s new native mobile editor has inspired thousands of submissions in the #BubbleMobileContest, showcasing what’s possible when no-code meets mobile development. One standout entry lets users appeal parking ticket fines by snapping a photo and submitting an excuseβ€”practical innovation at its best. With judging underway, you can browse the hashtag on X for more clever ideas and fresh mobile app prototypes.

⭐️ Softr databases has integrated with Make.com​
​
πŸ‘‰ Why it matters: On Day 4 of the #10DaysOfSoftr challenge, Mariam Hakobyan showcased how to supercharge Softr Databases with Make automations. Rather than using webhooks or a custom connection you can plug in directly to to a Softr database

πŸ”— Bonus links for subscribers

πŸ”’ Planmode on Claude Code is not obvious to find. Use the internet to help you
πŸ”’ n8n has new pricing packages: catering for enterprises
πŸ”’ Cool story from Bubble and ThinkCater

πŸ—“οΈ Events to Take Note Of

πŸ‡¬πŸ‡§ freeCodeCamp | AI Edition - Creating your First Local AI Agents (Aug 27th)

πŸ‡¨πŸ‡¦ We'll be in Montreal for a CreateWith Meetup with Benoit (September 11th)

🌐 The Oscars of AI film, music and games just dropped: flex your skills to take home the ultimate prize in November! Introducing The Chroma Awards - expect free tool trials starting from Sept 1st

πŸ–±οΈ Discover more events on the new Create With events directory!

πŸ’­ Final Thoughts

Last week, we hosted our first members-only office hours: a relaxed, private space for sharing both wins and challenges. When it came to wrangling AI, the session felt equal parts practical discussion and group therapy. Thank you everyone who came along!

πŸ‘‰ Join us for the next one?​

See you next week!
​
With good vibes ✨
​
The Create With Team

71-75 Shelton Street , London, Greater London WC2H 9JQ
​Unsubscribe Β· Preferences​

Create With

Learn about AI and NoCode. Curated news, tutorials and interviews every week. Deep dives on how to build with AI and NoCode tools.

Read more from Create With

Create something today with AI & Visual Development ✨ Welcome back, Creators! πŸ‘‹ We've got +537 new builders joining our newsletter community this week. This week we also finished editing the Create With 2025 recap video, it's packed with soundbites that will get you excited to explore building with AI. Don't forget all the talks are available for free on our YouTube channel. Pour yourselves a cuppa and let's jump in... πŸ”Ž Preview: In today's issue πŸ€” Why does AI hallucinate and what can we do...

Create something today with AI & Visual Development ✨ Welcome back, Creators! πŸ‘‹ We've got +332 new builders joining our community this week. Fresh from a week's digital detox, we're back with our learnings. Let's jump in... πŸ”Ž Preview: In today's issue πŸ€” What is "Chain-of-Thought reasoning"? πŸ“Ί AI Agents 101 with Cien Solon πŸš€ Lindy.io has cooked up something impressive πŸ€“ Explain Like I'm 5 Chain of Thought Reasoning Think of how you solve a complex problem in real life: First you break it into...

Create something today with AI & Visual Development ✨ Hello and Happy Tuesday to the regulars and the 262 new subscribers πŸ‘‹ On our mission to educate as many people in AI, this week's newsletter delves a little deeper into a new trendy way to build apps... via the terminal. As well as James & Kieran sitting down this week to explore it, we've also written up some helpful explainers.Let's jump in... πŸ”Ž Preview: In today's issue πŸ€” WTF is the command line? Learn it with a Claude Code Masterclass...