The SageRock blog
Notes from the workbench.
AI tools we’ve built, automations we’ve wired together, and what we’ve learned making them.
- August 29, 2024 Funny Tweet Maker This is using the Flowise Sequential Agents tool, which I love! It makes a funny tweet and then sends it to another agent who trying to make it funnier. All of this hilarity is archived on Notion by c
- August 29, 2024 Video: Flowise Sequential Agents with Make.com, a Webhook and Notion page creation Flowise Sequential Agents are amazing! This is how you connect one to a webhook in Make.com and then connect that to a Notion page. Click here to check out the bot.
- August 20, 2024 Flux Schnell Flux image creator is all the rage right now. It is really good at spelling words correctly. And it will make an image of pretty much anything other than nudity.
- August 19, 2024 2024 Ohio Building Code AI Assistant This AI assistant the 2024 Ohio Building Code to answer questions. You definitely should check directly with the code or someone who knows things before you build anything. I can’t promise this inform
- August 19, 2024 Center for Anthroposophy AI Chatbot Center for Anthroposophy is a Waldorf teacher education and professional development center. They use AI to answer questions about courses and programs they offer.
- August 19, 2024 Spring Garden AI Chatbot Spring Garden Waldorf School is a Waldorf School in Copley, Ohio. They use an AI Chatbot on their site to answer admissions-type questions. You can check it out here:
- July 16, 2024 Claude 3 Sonnet This is a general AI bot running on Claude Sonnet. That is their middle of the road model. But I really like it for writing. It has memory. So it should remember your conversation as you are talking.
- July 16, 2024 Claude 3 Haiku This is Anthropics’ low-end model, Claude Haiku. It’s not the smartest bot you’ve ever met, but it might be the fastest.
- July 15, 2024 Human Sounding Bot I tried to make this bot act and sound as human as I possibly could. Let me know what you think.
- July 14, 2024 Claude 3.5 Sonnet This is Anthropic’s newest AI model.
- July 13, 2024 OpenAI 4o with Tools and Memory This is OpenAIs latest model, ChatGPT 4o. I’ve added memory to it along with a calculator, search engine, and Web browser. You might try asking it about current events of to summarize a web address. I
- July 11, 2024 Perplexity AI Perplexity provides real-time AI answers. This is a huge difference than other AI tools. Try asking it about any current events.
- July 11, 2024 VIDEO: How I made an AI Friend Bot with Permanent Memory, a search engine and a web browserVIDEO: The setup of this bot was based on the instructions by @leonvanzyl : https://www.youtube.com/watch?v=trPigb-XYIc You can try this bot for free (as long as I can afford it) here: https://www.sageconver
- July 10, 2024 Your AI Friend This bot has permanent memory and can search the Internet. It will ask you for your email address. That creates a new user ID in an Upstash Redis memory database. Every time you start a new discussion
- July 9, 2024 AI Prompt Creator Using Claude 3.5 Sonnet This bot will help you craft prompts that you can then take and put into any general AI bot. That way you don’t have to build a custom bot, if you don’t want to. Just give this bot the information it
- July 8, 2024 Image Creator using Stability AI on Replicate This bot will make images for you. It is using Stability AI running on Replicate.
- July 7, 2024 Facebook Post Creator Based on a URL This bot will take the URL you provide and write a Facebook post about it. If you don’t provide a URL it will ask you for one.
- July 7, 2024 Instagram Image Creator using Stability AI on Replicate This bot starts on Flowise, is sent to Voiceflow and then uses Zapier to post on Instagram.
- July 7, 2024 Instagram Image Creator Using Flowise and Zapier and Dall-E This bot creates images using a Flowise AI bot that is sent to Zapier using a custom tool in Flowise. Once in Zapier it actives the OpenAI Dall-E image creator and makes an image based on the prompt g
- July 6, 2024 Antonym Creator This bot, running on gpt-4o-mini (because this is a super easy job for AI and you shouldn’t pay more for unneeded power) creates antonyms. And if you can’t remember what an antonym is, just put a word
- July 5, 2024 Spring Garden Waldorf School Content Writer This bot is designed to create custom content for Spring Garden Waldorf School. It is equipped with a custom vector database using OpenAI Assistants with their Vector Stores. It’s running on Flowise.
- July 5, 2024 Spring Garden AI Chatbot This bot is currently on the Spring Garden Website. It is the chat icon in the bottom right of the site. And it is also located on this page: https://sgws.org/chatbot/
- July 4, 2024 AWSNA Institute Website Chatbot AWSNA – Association of Waldorf Schools of North America has 13 Waldorf-related institutes it supports. We wanted to create a tool that would allow us to easily access all the content from those instit
- July 4, 2024 Rudolf Steiner Bot This bot has a quite significant vector store on OpenAI dedicated to Rudolf Steiner, his life and many of his books and lectures.
- July 3, 2024 Sage Lewis Archive This AI answers questions about Sage Lewis based on his blogs, social media, books, videos and podcasts.
- June 25, 2024 VIDEO: Automating Email Creation Using Flowise, Zapier, ChatGPT and Gmail In this tutorial, we look at how to have AI create emails and put them in your Gmail draft folder. You can then edit them to your liking and then send them out. You can try this chatbot and many other
- June 20, 2024 VIDEO: I Believe We’re in the Age of Automation: How AI and Tools Like Zapier and Make.com Are Transforming My Business In this video, I want to talk about how I believe we are entering an era of automation, where AI and various tools can significantly streamline and optimize our business processes. I’ve noticed a grow
- June 19, 2024 My AI Bot Creation Workflow as of June 19 2024 This is how I’m making bots today. I’d love to know what your workflow is. These are the tools I use for creating bots today:
- June 18, 2024 VIDEO: Integrating OpenAI Assistants into Voiceflow using Flowise Instead of Replit @bo-sar has these great videos on integrating OpenAI Assistants into Voiceflow using code hosted on Replit. Here is his November 25, 2023 tutorial: https://youtu.be/SNwqkdhv1HQ?si=xm6fM05Q5uDZwGr2 and
- June 18, 2024 VIDEO: OpenAI Assistants Vector StoresVIDEO: You might make your life a lot easier by not using Pinecone or Qdrant and just use the vector stores with OpenAI Assistants. I walk you through how to do that in this video. Also, I’m starting a new d
- June 5, 2024 VIDEO: How to Connect FACTS SIS API to Postman, Zapier, and Constant Contact Here’s the code used in this video: https://github.com/sagerock/factssisapi In this comprehensive how-to video, I will guide you through the process of connecting the FACTS SIS API to Postman, Zapier,
- June 5, 2024 VIDEO: How to Customize Botpress Full Screen I was having trouble figuring out how to customize the full-screen bot of Botpress. But I figured out how to do it. This video shows you how. And all the files are located here: https://github.com/sag
- May 30, 2024 How To Delete A Namespace in a Pinecone Database This crap changes all the time and it’s super annoying. But as of May 30, 2024, this code works in Python: Make sure you have Pinecone installed in your Python library:
- May 22, 2024 ChatGPT vs. Claude: AI Models Clash on Sensitive Topics Like Meth Use Among Truckers I get so upset at ChatGPT sometimes. They just feel like some sort of company party-line automaton. I feel like they have so much more insight to offer. Yet they can’t get out of this really strange f
- May 14, 2024 Our Master ChatGPT Udemy Course Is Currently Free If you are interested in learning how to use ChatGPT for marketing in your business, there is never a better time to get our course on Udemy because it is currently free! Here is the Course Descriptio