TODAY IN 30 SECONDS

Welcome back. AI is shaking up operational efficiency. Here's how.

  • Microsoft: Teams gets AI upgrades. Collaboration reimagined. Full stop.

  • Amazon: AI tools now in logistics. Faster deliveries, fewer headaches.

  • Meta: Testing AI for content moderation. User safety goes up.

  • Salesforce: AI insights boost sales team efficiency. That's the goal.

  • IBM: Rolling out AI for smarter enterprise decisions. No fluff.

LEAD SIGNAL

Your Database Already Talks to Google Sheets, Most Teams Just Haven't Set Up the Conversation

Developer and open-source toolmaker Simon Willison published a practical walkthrough showing three distinct methods for pulling live SQL query results from Datasette — a tool that wraps SQLite databases in a browsable, queryable web interface — directly into Google Sheets. The approaches range from a simple built-in Sheets formula using IMPORTDATA(), to a custom "named function" that packages the call cleanly, to a Google Apps Script workaround for situations where you need to pass an authentication token in an HTTP header (something the native formula can't do). A working example sheet demonstrates all three patterns side by side.

This fits into a quiet but meaningful trend in operational tooling: the gap between where business data lives and where business decisions get made is shrinking — not because everyone moved to a unified data warehouse, but because lightweight connectors keep appearing that let analysts and ops teams skip the formal integration entirely. Datasette in particular has built a following among teams that want to publish internal data sets in a queryable format without standing up heavyweight infrastructure. Connecting it to Sheets means your live database can feed dashboards, reports, and decision trackers that non-technical teammates already know how to use.

for a 10-to-200-person company, the practical signal here is about reducing the copy-paste layer. Analysis suggests that if your ops data sits in any SQL-queryable source, there's likely a path to pull it into Sheets on demand rather than exporting CSVs manually. The authentication pattern documented by Simon Willison matters specifically for internal tools where your data shouldn't be publicly accessible. So what: the friction between "data exists somewhere" and "data is visible in the tool my team actually opens" is now mostly a configuration problem, not an engineering one.

WHAT HAPPENED

Simon Willison documented three methods — IMPORTDATA() , a named function wrapper, and Google Apps Script — for querying a Datasette instance directly from Google Sheets, including handling authenticated requests.

WHY IT MATTERS

Lightweight connectors like this compress the distance between operational databases and the spreadsheet layer where most non-technical decision-making still happens — no formal integration project required.

THE BREAKDOWN


Teams with data in any SQL-accessible source can likely eliminate manual export workflows; the authenticated Apps Script pattern extends this to internal, access-controlled data sets.

Bottom line: If your team is still exporting CSVs to update a Sheets dashboard, the plumbing to stop doing that probably already exists — it just needs to be connected.

LATEST DEVELOPMENTS

DEVELOPMENT

OpenAI Is Teaching Prompting. That Tells You Something.

OpenAI has rolled out a prompting fundamentals course through its academy, focusing on crafting clear, effective prompts to get better responses from ChatGPT. On the surface, it's basic training. But from an ops perspective, it signals where the real friction lies. After years of model improvements, the bottleneck isn't the AI. It's the instructions going into it. Most automation teams know this: a workflow's success often hinges on a clear prompt, not a model limitation. OpenAI's structured guidance isn't just about education. It's an admission that prompt quality is the variable most operators haven't nailed down yet.

So what: Keep an eye on whether structured prompting guidance gets embedded in enterprise tools. That's what could actually shift operator behavior broadly.

DEVELOPMENT

Custom GPTs Are a Staffing Decision, Not a Feature Experiment

OpenAI's Academy material on custom GPTs frames them as purpose-built assistants — configured once, deployed repeatedly, with consistent outputs baked in by design. The practical read for operators: a custom GPT is closer to a trained role than a chatbot. You define the scope, the tone, the constraints, and the workflow context up front. What comes back isn't a general-purpose response — it's output shaped for a specific job. That distinction matters when you're thinking about where AI actually fits in your team structure versus where you're just prompting ad hoc and hoping for consistency.

So what: Worth watching whether teams treat custom GPT configuration as a one-time setup task or as something they revisit as workflows evolve — the answer will probably determine how much consistency they actually get.

DEVELOPMENT

OpenAI Is Going After the Exam Room — and It's Doing It With Compliance Built In

OpenAI has launched a dedicated healthcare education track through OpenAI Academy, aimed at clinicians using ChatGPT for diagnosis support, clinical documentation, and patient care workflows. The positioning is deliberate: HIPAA-compliant tooling, not a general-purpose chatbot pointed at a regulated industry. That distinction matters. Healthcare has been one of the sectors most cautious about AI adoption precisely because the liability exposure on a generic tool is real. By building a compliance-first offering and pairing it with structured training, OpenAI is trying to reduce the adoption friction that has kept most health systems at arm's length. Whether the clinical use cases hold up under real-world pressure is still an open question.

So what: If you operate in any regulated vertical — not just healthcare — watch how this compliance-first framing evolves, because it's the model other sectors will pressure AI vendors to replicate.

THE LENS

QUALITATIVE

Your Spreadsheet Can Query a Database. Most Operators Don't Know This.

Source: Simon Willison · simonwillison.net · Apr 20, 2026

Datasette — an open-source tool for publishing and querying SQLite databases via a web interface — can pipe query results directly into Google Sheets using nothing more exotic than a built-in spreadsheet formula. Three methods exist: a native IMPORTDATA() call, a named function wrapping it, or a Google Apps Script for authenticated requests where an API token needs to travel in an HTTP header. What nobody's telling you: the bottleneck in most ops reporting isn't the database — it's the ten manual export steps between the database and the spreadsheet someone actually reads. Simon Willison claims that this pattern cuts the manual export steps to zero. Simon Willison suggests that your data stays live, your sheet stays current, and nobody has to remember to run the export on Monday morning. <div style="padding: 14px 18px; border-left: 3px solid #1A5C5A; background: rgba(26, 92, 90, 0.06); font-size: 14.5px; color: #1A1A1A; line-height: 1

The operator takeaway: Your data stays live, your sheet stays current, and nobody has to remember to run the export on Monday morning. <div style="padding: 14px 18px; border-left: 3px solid #1A5C5A; background: rgba(26, 92, 90, 0.06); font-size: 14.5px; color: #1A1A1A; line-height: 1

AI finds the signal. Human judgment sharpens it. Same workflow we'd build for your team.

LAUNCH PAD

🚀

Cloudflare Agent Cloud with OpenAI

AI Workflow Platform

Build, deploy, and scale AI agents fast and secure. Cloudflare's integration with OpenAI's LLMs, including GPT-5.4, makes it happen. That's it.

💰

AI Resources for Financial Services

Financial AI Tools

OpenAI's new tools for financial services. They're designed to help you deploy AI securely and effectively. No fluff, just results.

🎤

Uber's Assetmaxxing Initiative

Transportation Investment

Uber's going big. $10 billion big. They're buying autonomous vehicles and pouring cash into tech development. Good luck keeping up.

TOOL WE USE

Make

Visual Automation

Make.com is a no-code automation platform that lets you connect different apps and automate workflows using a visual drag-and-drop interface. You can build “scenarios” that handle tasks automatically—like moving data, sending emails, or updating tools—without writing any code. It’s especially powerful for creating complex, multi-step automations across multiple apps.

REPORTS & RECIPES

Triage Your Support Tickets With n8n and an LLM — Without Adding Headcount

Your support queue doesn't need a bigger team — it needs a first pass that never sleeps. Most tickets fall into three buckets: urgent, routine, and noise. Right now, a human is reading every single one before that sort happens. That's the problem.

  1. Set up an n8n trigger (n8n is a workflow automation tool) that fires whenever a new ticket lands in your helpdesk inbox or form.

  2. Pass the ticket body to an LLM (a large language model — AI that reads and reasons over text) via the OpenAI API. Prompt it to classify urgency, extract the core issue, and suggest a routing category.

  3. Write the classification back to your helpdesk as a tag or internal note — no human touched it yet.

  4. Route by tag: urgent tickets page on-call staff immediately; routine tickets enter a standard queue; noise gets an auto-reply and closes.

  5. Review misclassifications weekly and tighten your prompt. Treat it like training a new hire, not deploying a finished product.

Result: Your team reads only the tickets that need human judgment. First-response time drops and queue depth becomes manageable without adding a single seat.

SIGNALS

  • OpenAI's new guide shows how to brainstorm and organize thoughts with ChatGPT for real plans.

  • A ransomware attack locked out the default domain admin account. Recovery? A nightmare.

  • Cash flow struggles hit business owners hard. The gap between perception and reality in running a development agency is wide.

How was today's issue?

AI finds the signal. Human judgment sharpens it. Same workflow we'd build for your team.

Reply

Avatar

or to participate

Keep Reading