Matt Blake's Avatar

Matt Blake

@mattblake.uk

No code app development tutoring at πŸ‘‰ Codeless.coach Habitual side project starter πŸͺ΄ X @mattblake_uk

218
Followers
633
Following
344
Posts
18.11.2024
Joined
Posts Following

Latest posts by Matt Blake @mattblake.uk

Preview
User Already Exists in Bubble.io? Do This | Bubble Tutorial Getting the ugly β€œthis email is already in use” browser alert in your Bubble.io sign up flow? In this Bubble.io tutorial, you’ll learn how to intercept Bubble’s auth error codes, replace default alerts with polished toast notifications, and redirect users from registration to login for a smoother UX. Perfect for no-code founders building team or organisation apps where accounts are pre-created. Want to see the full setup and member-only variations?

Small UX wins compound.

Replacing browser alerts with toast notifications and smart redirects makes your Bubble app 10x more professional.

I break down the full setup in my latest tutorial.

https://www.planetnocode.com/bubble-tutorials/user-already-exists-in-bubble-do-this

05.12.2025 19:44 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
3 No-Code Ways to Give Your AI Chatbot Memory | Bubble Tutorial Learn three proven methods for saving AI chat history in your Bubble.io applications: Context Window, Follow-up Prompt, and RAG using Pinecone. This tutorial breaks down the pros, cons, and real-world cost considerations for each approach when building AI-powered no-code apps.

Full breakdown with implementation details: https://www.planetnocode.com/bubble-tutorials/3-ways-save-ai-chat-history-bubble-io-apps

05.12.2025 12:54 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Bonus: Hybrid search (semantic + keyword) >> semantic alone.
Semantic search fails on proper nouns like company names. But hybrid search is only available with Pinecone's native embeddingsβ€”another reason to use them.

05.12.2025 12:54 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

1. Call OpenAI API for embeddings first
2. Send vectors to Pinecone
3. Repeat for every query

If I'd used Pinecone's native embeddings, I could just send TEXT directly. Save yourself this extra step.

05.12.2025 12:54 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Key lesson I learned the hard way with Pinecone:

I used OpenAI's embeddings models (text-3-small/large), which means I have to:

05.12.2025 12:54 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

METHOD 3: RAG with Pinecone
Vector databases enable semantic searchβ€”understanding "cat" and "kitten" are related, not just exact spelling matches.
You convert each message pair into embeddings (numbers), store them in Pinecone, then retrieve only relevant history based on meaning

05.12.2025 12:54 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

METHOD 2: Follow-up Prompt (my favorite for cost)
Use an expensive model for responses, then run a cheap background model ($0.0002) to distill the conversation into a structured profile:

- Role
- Task state
- Learner progress
- Decision points
- Next steps

05.12.2025 12:54 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

METHOD 1: Context Window
Yes, we now have 200K-1M token limits. But three problems:

1. Recent research shows AI loses track of info in the MIDDLE of conversations
 2. Costs compound exponentially (12 messages, then 14, then 16...)

3. Claude API has hard message limits (~1000)

05.12.2025 12:54 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Building an AI chatbot in Bubble? Here are 3 battle-tested ways to save chat history (give your AI memory) each with different trade-offs.

I've used all three in production apps.

Here's what I learned about Context Windows, Follow-up Prompts, and RAG πŸ§΅πŸ‘‡

05.12.2025 12:54 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
www.planetnocode.com Link to www.planetnocode.com

Pro tip: Use an expensive AI model for responses, then a cheap one (~$0.0002) to summarize chat history into user profiles (role, task state, learner progress). Maintain context without breaking the bank.

Full breakdown: https://www.planetnocode.com/bubble-tutorials/3-ways-save-ai-chat-history-bub

04.12.2025 21:29 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Web Scraping Made Easy: Build Your Own Crawler in 30 Minutes | Bubble Tutorial Learn how to integrate Firecrawl

πŸ”₯ Want to monitor competitor content without manual checking? In 30 mins, you can build a crawler that extracts blog posts and more...

Watch πŸ‘‰ https://www.planetnocode.com/bubble-tutorials/web-scraping-made-easy-build-your-own-crawler-in-30-minutes

03.12.2025 16:43 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Web Scraping Made Easy: Build Your Own Crawler in 30 Minutes | Bubble Tutorial Learn how to integrate Firecrawl

Just built a web scraper in 30 minutes using Bubble and Firecrawl.

Scraped HubSpot's blog, filtered for AI content, and displayed results in a custom dashboard.

Watch πŸ‘‰ https://www.planetnocode.com/bubble-tutorials/web-scraping-made-easy-build-your-own-crawler-in-30-minutes

03.12.2025 15:08 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

The truth about that β€œAI is damaging your brain” headline β€” why the MIT study doesn’t prove what the media claims, explained by psychologist & researcher Devon Price. #AI #ChatGPT #TechTok #ScienceMyths #BrainFacts

11.09.2025 16:00 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

What if we literally can't tell the difference between genius AI and broken AI? 🀯 Sam Altman's GPT-7 president speculation got me thinking about something nobody's talking about...
#AI #GPT5 #OpenAI #SamAltman

11.09.2025 15:15 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

Tired of ChatGPT removing your favourite voice? 😀 Here's how to build your OWN AI voice assistant with complete control! 🎯

Vapi lets you customise EVERYTHING

#ChatGPT #AIVoice #VoiceAI #TechTips

11.09.2025 10:39 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

What if ChatGPT isn't just mimicking intelligence... what if it's showing us how WE work? 🀯 Deep dive into how large language models actually function and why it might reveal something fundamental about human consciousness.
#ChatGPT #AI #ArtificialIntelligence #LLM

11.09.2025 10:26 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

Geoffrey Hinton just changed how I think about AI "hallucinations."

They're actually confabulations - the same thing humans do when we construct false memories we genuinely believe. Maybe we're not as different from AI as we think.

#AI #ChatGPT #GeoffreyHinton #Psychology #Memory #Confabulation

06.09.2025 15:43 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 1
Video thumbnail

Are AI companions helping or hurting our ability to form real relationships? πŸ€–πŸ’”
While AI offers judgment-free advice and endless patience, it can't replicate the vulnerable, messy reality of human bonding. Do real connections require navigating conflict, rejection, and genuine vulnerability?

06.09.2025 12:38 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

The politeness paradox: being respectful to AI might make us more respectful to humans, or it might make us less empathetic to both.

06.09.2025 07:11 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

The future of support might not be human versus AI. It might be human plus AI.
#AICoaching #FutureOfWork #HumanConnection

05.09.2025 20:46 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

For millions without access to human coaching, this could mean 24/7 affordable support.
AI may not be ready to replace deep therapeutic relationships yet.

But the question isn't whether it will happen. It's how quickly we adapt to working alongside these tools rather than competing with them.

05.09.2025 20:46 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

This points to a fascinating division of labour emerging.

AI handling structured, goal-focused support that follows established frameworks.
Humans managing the complex, adaptive work requiring cultural sensitivity and emotional nuance.

05.09.2025 20:46 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

The research revealed something unexpected about our relationship with AI. We don't need to build rapport with machines like we do with humans. What matters most is whether we believe the technology actually works.

05.09.2025 20:46 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Students felt psychologically safe with AI. They shared personal information without fear of judgement.

But here's where it gets interesting.

AI only worked for narrow targets. It couldn't improve broader measures like resilience or overall wellbeing, which human coaches influenced significantly.

05.09.2025 20:46 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

AI coaches performed as well as humans in trials. But there's a crucial catch.

New research reviewed 16 studies and found something fascinating about AI coaching.
In controlled trials with university students, AI coaches matched human performance for hitting specific, well-defined goals.

05.09.2025 20:46 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Early research on AI Coaching suggests we don't need to build rapport with AI like we do with humans. We just need to believe it works.

05.09.2025 18:12 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Geoffrey Hinton doesn't call them AI "hallucinations."

He calls them confabulations.

The same false memories humans create to fill gaps in knowledge - plausible content we genuinely believe is true.

What if AI "hallucinations" are actually proof AI thinks more like us than we want to admit?

05.09.2025 17:14 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

The Tamagotchi effect reveals why humans naturally bond with AI companions - it's the same ancient psychology that makes us love pets and feel connected to nature.

#TamagotchiEffect #AICompanions #EvolutionaryPsychology #HumanAttachment #DigitalRelationships

05.09.2025 16:00 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Maybe the real breakthrough isn't eliminating AI confabulations.

Maybe it's teaching AI to catch itself in the act, just like we do.

#ArtificialIntelligence #CognitiveScience #MachineLearning

04.09.2025 19:30 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

It's that we're better at recognising when we're making things up.

But here's the uncomfortable question: if AI is developing the same cognitive patterns that make us human, how long will our advantage of self-awareness last?

04.09.2025 19:30 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0