<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OlaDigital AI Cookbook</title>
    <link>https://oladigital.cl/en/recipes</link>
    <description>Real AI cases turned into recipes for business: who it is for, what it costs, step by step, a prompt ready to copy and a verified source.</description>
    <language>en</language>
    <lastBuildDate>Wed, 23 Sep 2026 04:17:40 GMT</lastBuildDate>
    <atom:link href="https://oladigital.cl/en/recipes/rss.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>Classify and route support tickets without reading them one by one</title>
      <link>https://oladigital.cl/en/recipes/clasificar-tickets-soporte-automaticamente</link>
      <guid isPermaLink="true">https://oladigital.cl/en/recipes/clasificar-tickets-soporte-automaticamente</guid>
      <pubDate>Tue, 22 Sep 2026 15:00:00 GMT</pubDate>
      <category>Customer service</category>
      <category>support</category>
      <category>classification</category>
      <category>triage</category>
      <category>WhatsApp</category>
      <description>Every incoming query gets tagged by topic, urgency and intent, and routed to the right team before a human opens it. Source: Ticket routing — Claude Platform Docs (Anthropic) https://docs.anthropic.com/en/docs/about-claude/use-case-guides/ticket-routing</description>
      <source url="https://docs.anthropic.com/en/docs/about-claude/use-case-guides/ticket-routing">Ticket routing — Claude Platform Docs</source>
    </item>
    <item>
      <title>An assistant that answers from your own documentation and does not make things up</title>
      <link>https://oladigital.cl/en/recipes/asistente-que-responde-con-tu-documentacion</link>
      <guid isPermaLink="true">https://oladigital.cl/en/recipes/asistente-que-responde-con-tu-documentacion</guid>
      <pubDate>Tue, 22 Sep 2026 15:00:00 GMT</pubDate>
      <category>Customer service</category>
      <category>RAG</category>
      <category>documentation</category>
      <category>chatbot</category>
      <category>hallucinations</category>
      <description>A chat that answers questions from customers or your team using only your manuals, policies and catalogs, and says &quot;I don't know&quot; when the answer is not there. Source: Contextual Retrieval in AI Systems (Anthropic) https://www.anthropic.com/news/contextual-retrieval</description>
      <source url="https://www.anthropic.com/news/contextual-retrieval">Contextual Retrieval in AI Systems</source>
    </item>
    <item>
      <title>Get invoice and PDF data into a spreadsheet without typing</title>
      <link>https://oladigital.cl/en/recipes/extraer-datos-de-facturas-y-pdfs-a-planilla</link>
      <guid isPermaLink="true">https://oladigital.cl/en/recipes/extraer-datos-de-facturas-y-pdfs-a-planilla</guid>
      <pubDate>Tue, 22 Sep 2026 15:00:00 GMT</pubDate>
      <category>Documents &amp; data</category>
      <category>invoices</category>
      <category>PDF</category>
      <category>extraction</category>
      <category>accounting</category>
      <category>Excel</category>
      <description>You drag in the PDFs, the model reads each one and returns a table with supplier, date, amount and detail, ready to paste into Excel. Source: PDF support — Claude Platform Docs (Anthropic) https://docs.anthropic.com/en/docs/build-with-claude/pdf-support</description>
      <source url="https://docs.anthropic.com/en/docs/build-with-claude/pdf-support">PDF support — Claude Platform Docs</source>
    </item>
    <item>
      <title>Filter comments and reviews before they go live</title>
      <link>https://oladigital.cl/en/recipes/moderar-comentarios-y-resenas-antes-de-publicar</link>
      <guid isPermaLink="true">https://oladigital.cl/en/recipes/moderar-comentarios-y-resenas-antes-de-publicar</guid>
      <pubDate>Tue, 22 Sep 2026 15:00:00 GMT</pubDate>
      <category>Operations</category>
      <category>moderation</category>
      <category>reviews</category>
      <category>community</category>
      <category>e-commerce</category>
      <category>marketplace</category>
      <description>Every comment, review or community message goes through a filter that detects insults, spam, personal data and off-topic content, and only what passes is published on its own. Source: Content moderation — Claude Platform Docs (Anthropic) https://docs.anthropic.com/en/docs/about-claude/use-case-guides/content-moderation</description>
      <source url="https://docs.anthropic.com/en/docs/about-claude/use-case-guides/content-moderation">Content moderation — Claude Platform Docs</source>
    </item>
    <item>
      <title>Check in two minutes whether ChatGPT can read your website</title>
      <link>https://oladigital.cl/en/recipes/auditar-si-la-ia-puede-leer-tu-sitio-web</link>
      <guid isPermaLink="true">https://oladigital.cl/en/recipes/auditar-si-la-ia-puede-leer-tu-sitio-web</guid>
      <pubDate>Tue, 22 Sep 2026 15:00:00 GMT</pubDate>
      <category>Marketing &amp; content</category>
      <category>SEO</category>
      <category>GEO</category>
      <category>AI engines</category>
      <category>website</category>
      <category>diagnosis</category>
      <description>One terminal command shows you exactly the HTML that the OpenAI, Anthropic and Perplexity bots receive. If it is empty, your company does not exist for AI. Source: Caso propio: la reconstrucción de oladigital.cl (OlaDigital) https://oladigital.cl/blog</description>
      <source url="https://oladigital.cl/blog">Caso propio: la reconstrucción de oladigital.cl</source>
    </item>
    <item>
      <title>When not to build an AI agent (and what to do instead)</title>
      <link>https://oladigital.cl/en/recipes/cuando-no-construir-un-agente-de-ia</link>
      <guid isPermaLink="true">https://oladigital.cl/en/recipes/cuando-no-construir-un-agente-de-ia</guid>
      <pubDate>Tue, 22 Sep 2026 15:00:00 GMT</pubDate>
      <category>Fundamentals</category>
      <category>agents</category>
      <category>architecture</category>
      <category>decision</category>
      <category>workflows</category>
      <description>Most business problems are solved better with a fixed flow of steps than with an autonomous agent. This recipe helps you decide which one you need before spending a peso. Source: Building Effective AI Agents (Anthropic) https://www.anthropic.com/research/building-effective-agents</description>
      <source url="https://www.anthropic.com/research/building-effective-agents">Building Effective AI Agents</source>
    </item>
    <item>
      <title>The five-part structure of a prompt that does not fail</title>
      <link>https://oladigital.cl/en/recipes/estructura-de-un-prompt-que-no-falla</link>
      <guid isPermaLink="true">https://oladigital.cl/en/recipes/estructura-de-un-prompt-que-no-falla</guid>
      <pubDate>Tue, 22 Sep 2026 15:00:00 GMT</pubDate>
      <category>Fundamentals</category>
      <category>prompts</category>
      <category>template</category>
      <category>fundamentals</category>
      <category>quality</category>
      <description>Role, context, task, output format and examples. Prompts that fail almost always leave out two of the five. This recipe is the template we use in all the others. Source: Prompt engineering overview — Claude Platform Docs (Anthropic) https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/overview</description>
      <source url="https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/overview">Prompt engineering overview — Claude Platform Docs</source>
    </item>
    <item>
      <title>Find out that an expense spiked before you pay the bill</title>
      <link>https://oladigital.cl/en/recipes/avisar-cuando-un-gasto-se-dispara</link>
      <guid isPermaLink="true">https://oladigital.cl/en/recipes/avisar-cuando-un-gasto-se-dispara</guid>
      <pubDate>Tue, 22 Sep 2026 15:00:00 GMT</pubDate>
      <category>Operations</category>
      <category>Finance</category>
      <category>Costs</category>
      <category>Spreadsheets</category>
      <category>Alerts</category>
      <description>Every month you compare what you spent on each line against what was expected and end up with a short list: only what broke the pattern, with its likely explanation. Source: How BMW Group detects cost anomalies across 14,000 cloud accounts (AWS Machine Learning Blog) https://aws.amazon.com/blogs/machine-learning/how-bmw-group-detects-cost-anomalies-across-14000-cloud-accounts/</description>
      <source url="https://aws.amazon.com/blogs/machine-learning/how-bmw-group-detects-cost-anomalies-across-14000-cloud-accounts/">How BMW Group detects cost anomalies across 14,000 cloud accounts</source>
    </item>
    <item>
      <title>Refresh your store's homepage every Monday based on what sold</title>
      <link>https://oladigital.cl/en/recipes/refrescar-la-vitrina-de-tu-tienda-cada-semana</link>
      <guid isPermaLink="true">https://oladigital.cl/en/recipes/refrescar-la-vitrina-de-tu-tienda-cada-semana</guid>
      <pubDate>Tue, 22 Sep 2026 15:00:00 GMT</pubDate>
      <category>Operations</category>
      <category>E-commerce</category>
      <category>Shopify</category>
      <category>Merchandising</category>
      <category>Automation</category>
      <description>Every week you receive a data-backed proposal for what to feature on your online store's homepage: which products, which promotion and which copy, based on your sales and your calendar. You approve and publish. Source: How Reactiv automates mobile commerce 80% faster with Amazon Bedrock AgentCore (AWS Machine Learning Blog) https://aws.amazon.com/blogs/machine-learning/how-reactiv-automates-mobile-commerce-80-faster-with-amazon-bedrock-agentcore/</description>
      <source url="https://aws.amazon.com/blogs/machine-learning/how-reactiv-automates-mobile-commerce-80-faster-with-amazon-bedrock-agentcore/">How Reactiv automates mobile commerce 80% faster with Amazon Bedrock AgentCore</source>
    </item>
    <item>
      <title>Review a hundred-page case file in minutes, with the citations at hand</title>
      <link>https://oladigital.cl/en/recipes/revisar-expedientes-largos-en-minutos</link>
      <guid isPermaLink="true">https://oladigital.cl/en/recipes/revisar-expedientes-largos-en-minutos</guid>
      <pubDate>Tue, 22 Sep 2026 15:00:00 GMT</pubDate>
      <category>Documents &amp; data</category>
      <category>Documents</category>
      <category>Insurance</category>
      <category>Summaries</category>
      <category>Citations</category>
      <description>You upload a long file (reports, records, emails, contracts) and receive a structured summary of what matters for your decision, each data point with the page it came from, and a list of what is missing or contradictory. Source: Reducing medical claims review time with AI on AWS: The EXL Medical IDP solution (AWS Machine Learning Blog) https://aws.amazon.com/blogs/machine-learning/reducing-medical-claims-review-time-with-ai-on-aws-the-exl-medical-idp-solution/</description>
      <source url="https://aws.amazon.com/blogs/machine-learning/reducing-medical-claims-review-time-with-ai-on-aws-the-exl-medical-idp-solution/">Reducing medical claims review time with AI on AWS: The EXL Medical IDP solution</source>
    </item>
    <item>
      <title>Read a contract in five minutes and know where the risks are</title>
      <link>https://oladigital.cl/en/recipes/resumir-contratos-y-marcar-clausulas-riesgosas</link>
      <guid isPermaLink="true">https://oladigital.cl/en/recipes/resumir-contratos-y-marcar-clausulas-riesgosas</guid>
      <pubDate>Tue, 22 Sep 2026 15:00:00 GMT</pubDate>
      <category>Documents &amp; data</category>
      <category>Contracts</category>
      <category>Legal</category>
      <category>Summaries</category>
      <category>Risks</category>
      <description>Before signing a lease, supplier or service contract, you receive a plain-language summary of what binds you, what protects you and which clauses are worth negotiating, with the exact citation for each one. Source: Legal summarization — Claude Platform Docs (Anthropic) https://docs.anthropic.com/en/docs/about-claude/use-case-guides/legal-summarization</description>
      <source url="https://docs.anthropic.com/en/docs/about-claude/use-case-guides/legal-summarization">Legal summarization — Claude Platform Docs</source>
    </item>
    <item>
      <title>Give the AI your company's documents so it answers from them instead of making things up</title>
      <link>https://oladigital.cl/en/recipes/darle-tus-documentos-a-la-ia-sin-que-invente</link>
      <guid isPermaLink="true">https://oladigital.cl/en/recipes/darle-tus-documentos-a-la-ia-sin-que-invente</guid>
      <pubDate>Tue, 22 Sep 2026 15:00:00 GMT</pubDate>
      <category>Fundamentals</category>
      <category>Projects</category>
      <category>Documents</category>
      <category>Context</category>
      <category>Claude</category>
      <description>A Project with your manuals, price lists and policies uploaded once: every conversation starts knowing how your business works and answers from your documents, not with generalities. Source: What are Projects? — Anthropic Help Center (Anthropic) https://support.anthropic.com/en/articles/9517075-what-are-projects</description>
      <source url="https://support.anthropic.com/en/articles/9517075-what-are-projects">What are Projects? — Anthropic Help Center</source>
    </item>
    <item>
      <title>Connect your first tool to Claude via MCP in ten minutes</title>
      <link>https://oladigital.cl/en/recipes/conectar-tu-primera-herramienta-por-mcp</link>
      <guid isPermaLink="true">https://oladigital.cl/en/recipes/conectar-tu-primera-herramienta-por-mcp</guid>
      <pubDate>Tue, 22 Sep 2026 15:00:00 GMT</pubDate>
      <category>Fundamentals</category>
      <category>MCP</category>
      <category>Claude</category>
      <category>Tools</category>
      <category>Integrations</category>
      <description>MCP is the standard plug between AI assistants and external tools. With this recipe you connect the first one, understand what it can and cannot do, and are ready to connect your own. Source: Introduction — Model Context Protocol (modelcontextprotocol.io) https://modelcontextprotocol.io/introduction</description>
      <source url="https://modelcontextprotocol.io/introduction">Introduction — Model Context Protocol</source>
    </item>
    <item>
      <title>Reply to all your Google reviews in ten minutes, in your own voice</title>
      <link>https://oladigital.cl/en/recipes/responder-resenas-de-google-con-tono-de-marca</link>
      <guid isPermaLink="true">https://oladigital.cl/en/recipes/responder-resenas-de-google-con-tono-de-marca</guid>
      <pubDate>Tue, 22 Sep 2026 15:00:00 GMT</pubDate>
      <category>Customer service</category>
      <category>Reviews</category>
      <category>Google</category>
      <category>Reputation</category>
      <category>Customer service</category>
      <description>Every week you reply to the new reviews on your Google Business Profile, good and bad, with texts that sound like you, thank people for specifics and resolve complaints without arguing. You review and paste. Source: Read and reply to reviews on your Business Profile — Google Business Profile Help (Google) https://support.google.com/business/answer/3474050</description>
      <source url="https://support.google.com/business/answer/3474050">Read and reply to reviews on your Business Profile — Google Business Profile Help</source>
    </item>
    <item>
      <title>Answer and qualify WhatsApp leads around the clock with a CRM you own</title>
      <link>https://oladigital.cl/en/recipes/atender-y-calificar-leads-de-whatsapp-con-un-crm-abierto</link>
      <guid isPermaLink="true">https://oladigital.cl/en/recipes/atender-y-calificar-leads-de-whatsapp-con-un-crm-abierto</guid>
      <pubDate>Tue, 22 Sep 2026 15:00:00 GMT</pubDate>
      <category>Customer service</category>
      <category>WhatsApp</category>
      <category>CRM</category>
      <category>Sales</category>
      <category>Open source</category>
      <description>An open source CRM with AI agents that reply, ask the qualification questions and leave every conversation sorted in a pipeline, running on your own server. No per-seat or per-message fees. Source: melgarafael/DeskcommCRM — Sistema Operacional de Vendas com IA, open source, pro WhatsApp (GitHub) https://github.com/melgarafael/DeskcommCRM</description>
      <source url="https://github.com/melgarafael/DeskcommCRM">melgarafael/DeskcommCRM — Sistema Operacional de Vendas com IA, open source, pro WhatsApp</source>
    </item>
    <item>
      <title>Build a company knowledge base that answers by citing the document</title>
      <link>https://oladigital.cl/en/recipes/montar-una-base-de-conocimiento-que-cita-sus-fuentes</link>
      <guid isPermaLink="true">https://oladigital.cl/en/recipes/montar-una-base-de-conocimiento-que-cita-sus-fuentes</guid>
      <pubDate>Tue, 22 Sep 2026 15:00:00 GMT</pubDate>
      <category>Documents &amp; data</category>
      <category>RAG</category>
      <category>Documents</category>
      <category>Knowledge</category>
      <category>Teams</category>
      <description>You upload manuals, contracts, procedures and spreadsheets; your team asks in plain language and gets the answer with the exact citation. With connectors to Notion, Telegram or Slack so it lives where they already work. Source: Tencent/WeKnora — Turn documents into living knowledge with RAG, agents and auto-wiki (GitHub) https://github.com/Tencent/WeKnora</description>
      <source url="https://github.com/Tencent/WeKnora">Tencent/WeKnora — Turn documents into living knowledge with RAG, agents and auto-wiki</source>
    </item>
    <item>
      <title>Run AI on the office computer, with no API and no per-token cost</title>
      <link>https://oladigital.cl/en/recipes/correr-ia-en-tu-propio-computador-sin-pagar-por-token</link>
      <guid isPermaLink="true">https://oladigital.cl/en/recipes/correr-ia-en-tu-propio-computador-sin-pagar-por-token</guid>
      <pubDate>Tue, 22 Sep 2026 15:00:00 GMT</pubDate>
      <category>Fundamentals</category>
      <category>Local AI</category>
      <category>Privacy</category>
      <category>Open models</category>
      <category>Offline</category>
      <description>A program looks at your computer, tells you which AI models it can run well and how fast, downloads them and gets them ready. For data that cannot leave the company and for working offline. Source: magnitudedev/magnitude — Run the best local models for your machine (GitHub) https://github.com/magnitudedev/magnitude</description>
      <source url="https://github.com/magnitudedev/magnitude">magnitudedev/magnitude — Run the best local models for your machine</source>
    </item>
    <item>
      <title>Let your agent go into your portals with your session and bring back the data</title>
      <link>https://oladigital.cl/en/recipes/dejar-que-el-agente-use-tu-navegador-ya-logueado</link>
      <guid isPermaLink="true">https://oladigital.cl/en/recipes/dejar-que-el-agente-use-tu-navegador-ya-logueado</guid>
      <pubDate>Tue, 22 Sep 2026 15:00:00 GMT</pubDate>
      <category>Operations</category>
      <category>Agents</category>
      <category>Browser</category>
      <category>Portals</category>
      <category>Automation</category>
      <description>The agent uses your own browser, already signed in to your bank, your supplier portal or your sales dashboard, in a separate window, and hands control back to you when there is a captcha or a confirmation. You keep working. Source: Tencent/BrowserSkill — Let AI agents use your browser without interrupting your work (GitHub) https://github.com/Tencent/BrowserSkill</description>
      <source url="https://github.com/Tencent/BrowserSkill">Tencent/BrowserSkill — Let AI agents use your browser without interrupting your work</source>
    </item>
    <item>
      <title>Forecast next month's sales from your spreadsheet, without an analyst</title>
      <link>https://oladigital.cl/en/recipes/pronosticar-la-venta-del-proximo-mes-desde-una-planilla</link>
      <guid isPermaLink="true">https://oladigital.cl/en/recipes/pronosticar-la-venta-del-proximo-mes-desde-una-planilla</guid>
      <pubDate>Tue, 22 Sep 2026 15:00:00 GMT</pubDate>
      <category>Operations</category>
      <category>Sales</category>
      <category>Forecasting</category>
      <category>Google Sheets</category>
      <category>Purchasing</category>
      <description>With your sales history in a Google Sheets column and a forecasting model trained by Google, you get next month's projection by product or branch, to buy and staff better. Source: google-research/timesfm — TimesFM (Time Series Foundation Model) (GitHub) https://github.com/google-research/timesfm</description>
      <source url="https://github.com/google-research/timesfm">google-research/timesfm — TimesFM (Time Series Foundation Model)</source>
    </item>
    <item>
      <title>Try an open AI model on Hugging Face without installing anything</title>
      <link>https://oladigital.cl/en/recipes/probar-un-modelo-abierto-en-hugging-face-sin-instalar-nada</link>
      <guid isPermaLink="true">https://oladigital.cl/en/recipes/probar-un-modelo-abierto-en-hugging-face-sin-instalar-nada</guid>
      <pubDate>Tue, 22 Sep 2026 15:00:00 GMT</pubDate>
      <category>Fundamentals</category>
      <category>Hugging Face</category>
      <category>Open models</category>
      <category>Testing</category>
      <category>No code</category>
      <description>Before paying for a tool or asking someone to build it, you test for free in the browser the open model that would solve it: generating images, transcribing audio, classifying text, translating. In ten minutes you know whether it works. Source: Spaces — Hugging Face Hub documentation (Hugging Face) https://huggingface.co/docs/hub/spaces</description>
      <source url="https://huggingface.co/docs/hub/spaces">Spaces — Hugging Face Hub documentation</source>
    </item>
    <item>
      <title>Record the voiceovers for your videos with your own cloned voice, no microphone or studio</title>
      <link>https://oladigital.cl/en/recipes/clonar-tu-voz-para-locuciones-de-videos</link>
      <guid isPermaLink="true">https://oladigital.cl/en/recipes/clonar-tu-voz-para-locuciones-de-videos</guid>
      <pubDate>Tue, 22 Sep 2026 15:00:00 GMT</pubDate>
      <category>Marketing &amp; content</category>
      <category>Voice</category>
      <category>Video</category>
      <category>Voiceover</category>
      <category>Content</category>
      <description>With ten seconds of your voice, a free local program generates the voiceovers for your product videos, announcements and tutorials. You type the script, your voice comes out. Nothing is uploaded to the internet. Source: jamiepine/voicebox — The open-source AI voice studio (GitHub) https://github.com/jamiepine/voicebox</description>
      <source url="https://github.com/jamiepine/voicebox">jamiepine/voicebox — The open-source AI voice studio</source>
    </item>
    <item>
      <title>Turn every webinar or interview into five clips for social media, without an editor</title>
      <link>https://oladigital.cl/en/recipes/convertir-un-webinar-en-clips-para-redes</link>
      <guid isPermaLink="true">https://oladigital.cl/en/recipes/convertir-un-webinar-en-clips-para-redes</guid>
      <pubDate>Tue, 22 Sep 2026 15:00:00 GMT</pubDate>
      <category>Marketing &amp; content</category>
      <category>Video</category>
      <category>Reels</category>
      <category>TikTok</category>
      <category>Content</category>
      <description>You give it the long video with its subtitles; the tool finds the moments worth keeping, cuts them, adds a title and exports them in the format for TikTok, Reels and Shorts. You choose which ones to publish. Source: zhouxiaoka/autoclip — AI-powered video clipping and highlight generation (GitHub) https://github.com/zhouxiaoka/autoclip</description>
      <source url="https://github.com/zhouxiaoka/autoclip">zhouxiaoka/autoclip — AI-powered video clipping and highlight generation</source>
    </item>
    <item>
      <title>Keep your emails, proposals and posts from sounding like an AI wrote them</title>
      <link>https://oladigital.cl/en/recipes/que-tus-textos-no-suenen-a-ia</link>
      <guid isPermaLink="true">https://oladigital.cl/en/recipes/que-tus-textos-no-suenen-a-ia</guid>
      <pubDate>Tue, 22 Sep 2026 15:00:00 GMT</pubDate>
      <category>Marketing &amp; content</category>
      <category>Writing</category>
      <category>Emails</category>
      <category>Proposals</category>
      <category>Skills</category>
      <description>Before sending any text a model helped you write, you run it through a skill that removes the machine tics (template phrases, forced lists, brochure enthusiasm) without changing what it says. Source: blader/humanizer — Agent skill that removes signs of AI-generated writing from text (GitHub) https://github.com/blader/humanizer</description>
      <source url="https://github.com/blader/humanizer">blader/humanizer — Agent skill that removes signs of AI-generated writing from text</source>
    </item>
    <item>
      <title>Listen to what people say about your brand and your industry on social media and forums, from your agent</title>
      <link>https://oladigital.cl/en/recipes/escuchar-que-dicen-de-tu-marca-en-redes-y-foros</link>
      <guid isPermaLink="true">https://oladigital.cl/en/recipes/escuchar-que-dicen-de-tu-marca-en-redes-y-foros</guid>
      <pubDate>Tue, 22 Sep 2026 15:00:00 GMT</pubDate>
      <category>Marketing &amp; content</category>
      <category>Social listening</category>
      <category>Brand</category>
      <category>Research</category>
      <category>Agents</category>
      <description>Your AI agent learns to read and search X, Reddit, YouTube, GitHub and web pages. You ask it &quot;what are people saying about [my category] this week?&quot; and it brings back a summary with links, without paying for a social listening tool. Source: Panniantong/Agent-Reach — Give your AI agent eyes to see the entire internet (GitHub) https://github.com/Panniantong/Agent-Reach</description>
      <source url="https://github.com/Panniantong/Agent-Reach">Panniantong/Agent-Reach — Give your AI agent eyes to see the entire internet</source>
    </item>
    <item>
      <title>Find out whether your business shows up when people ask ChatGPT and Perplexity</title>
      <link>https://oladigital.cl/en/recipes/saber-si-apareces-en-chatgpt-y-perplexity</link>
      <guid isPermaLink="true">https://oladigital.cl/en/recipes/saber-si-apareces-en-chatgpt-y-perplexity</guid>
      <pubDate>Tue, 22 Sep 2026 15:00:00 GMT</pubDate>
      <category>Marketing &amp; content</category>
      <category>SEO</category>
      <category>GEO</category>
      <category>Visibility</category>
      <category>AI engines</category>
      <description>With an open source SEO tool that includes AI engine visibility, you find out which questions the assistants mention you for, which ones they do not, and which keywords are worth working on. And you let your agent do the analysis. Source: every-app/open-seo — Open source alternative to Semrush and Ahrefs (GitHub) https://github.com/every-app/open-seo</description>
      <source url="https://github.com/every-app/open-seo">every-app/open-seo — Open source alternative to Semrush and Ahrefs</source>
    </item>
    <item>
      <title>Choose which AI model to use for each task without overpaying</title>
      <link>https://oladigital.cl/en/recipes/elegir-el-modelo-segun-la-tarea-y-el-costo</link>
      <guid isPermaLink="true">https://oladigital.cl/en/recipes/elegir-el-modelo-segun-la-tarea-y-el-costo</guid>
      <pubDate>Tue, 22 Sep 2026 15:00:00 GMT</pubDate>
      <category>Fundamentals</category>
      <category>Models</category>
      <category>Costs</category>
      <category>Strategy</category>
      <category>Fundamentals</category>
      <description>A simple rule for deciding which model to use for each job: the most capable one for what is hard and important, the fastest and cheapest for what is repetitive. With a table you build in twenty minutes and use all year. Source: Models overview — Claude Platform Docs (Anthropic) https://docs.anthropic.com/en/docs/about-claude/models/overview</description>
      <source url="https://docs.anthropic.com/en/docs/about-claude/models/overview">Models overview — Claude Platform Docs</source>
    </item>
  </channel>
</rss>
