AI-powered workflows
Use Claude, Gemini, and other LLMs from Apps Script to classify, summarise, extract, and generate content.
GenAI custom functions
Call LLMs directly from Sheets cells.
2 artículos
Build a GENAI_ARRAY() function for whole columns
Process ranges in one efficient batched call — one prompt, many rows answered in parallel.
Actualizado 28 jun 2025
Build a GENAI() custom function for Sheets
Call Claude directly from a Northwind Sheet cell with =GENAI(prompt) — with caching baked in.
Actualizado 24 jun 2025
Classification
Categorise feedback, emails, and rows.
20 artículos
Build an AI keyword-clustering tool
Group Northwind's tracked search terms into topic clusters — for SEO content planning.
Actualizado 19 feb 2026
Build an AI customer-churn predictor
Flag at-risk Northwind accounts from behavioural signals — usage, support tickets, billing.
Actualizado 15 feb 2026
Build a context-aware AI data validator
Catch values that look wrong in context — '£10' for a Northwind retainer is suspicious.
Actualizado 7 feb 2026
Auto-categorize a photo library
Tag Northwind Drive images by visual content — product, team, event, behind-the-scenes.
Actualizado 3 feb 2026
Build an AI bug-triage system
Categorise and prioritise Northwind's reported issues automatically — type, severity, owner.
Actualizado 22 ene 2026
Build a document-classification system
Sort Northwind Drive files into types by their content — contracts, briefs, invoices.
Actualizado 6 ene 2026
Build a translation QA checker with AI
Verify Northwind translations preserved their meaning — back-translate and compare.
Actualizado 29 dic 2025
Build an AI sentiment trend dashboard
Track Northwind customer feeling over time from incoming feedback — daily series chart.
Actualizado 1 dic 2025
Build a contract-clause risk analyzer
Flag risky terms in Northwind contract text — auto-renewal, exclusivity, broad IP grants.
Actualizado 7 nov 2025
Build an AI proofreading and style checker
Flag grammar and tone issues in a column of Northwind copy — every row gets feedback.
Actualizado 30 oct 2025
Predict email intent and route it
Classify inbound Northwind mail and apply the right Gmail label automatically.
Actualizado 22 oct 2025
Build an AI survey-response analyzer
Cluster Northwind open survey responses into insights with example quotes.
Actualizado 20 sept 2025
Auto-tag a content library to a taxonomy
Apply consistent tags to Northwind's untagged articles from a controlled vocabulary.
Actualizado 8 sept 2025
Build a content-moderation filter
Flag unsafe or off-topic Northwind user submissions before they reach the team.
Actualizado 23 ago 2025
Quantify tone and sentiment in reviews
Measure how Northwind customers feel at scale — sentiment scores plus tone tags.
Actualizado 19 ago 2025
Build an AI resume screener
Score and summarise Northwind applicants against a role spec, into a hiring sheet.
Actualizado 15 ago 2025
Categorize expenses and transactions with AI
Auto-assign accounting categories to Northwind's Expenses sheet.
Actualizado 3 ago 2025
Build an AI lead-scoring model
Rank Northwind prospects by fit using profile data — Claude scores 0-100 per row.
Actualizado 30 jul 2025
Score support tickets for urgency with AI
Triage incoming Northwind support tickets by predicted priority — high, normal, low.
Actualizado 6 jul 2025
Classify customer feedback by theme
Tag thousands of Northwind comments into themes automatically with Claude.
Actualizado 2 jul 2025
Summarisation
Compress long threads or documents.
7 artículos
Summarize chat and Slack exports
Digest Northwind's long Slack conversations into recaps — for catch-up after PTO.
Actualizado 5 dic 2025
Digest daily news into a personal briefing
Summarise headlines on a schedule — Northwind morning briefing for Awadesh.
Actualizado 19 nov 2025
Summarize pros and cons from reviews
Extract what Northwind customers love and hate about each product into a single roll-up.
Actualizado 3 nov 2025
Summarize YouTube videos into notes
Turn transcripts into Northwind study summaries — one Doc per video.
Actualizado 6 oct 2025
Build a competitor-mention monitor
Summarise what Northwind's rivals are doing each week — feeds in, summary out.
Actualizado 12 sept 2025
Summarize a folder of PDFs into a briefing
Digest Northwind's research PDFs into one structured briefing Doc.
Actualizado 27 ago 2025
Summarize long email threads into three bullets
Collapse Northwind threads to three bullets — for fast handovers and weekly digests.
Actualizado 10 jul 2025
Extraction
Pull structured fields out of unstructured text.
8 artículos
Parse semi-structured listings into tables
Extract recipes, specs, or ads from Northwind content into clean spreadsheet rows.
Actualizado 7 mar 2026
Extract follow-ups from call transcripts
Turn Northwind sales calls into actionable tasks — owner + task + due date per extracted item.
Actualizado 10 ene 2026
Build an AI data-enrichment pipeline
Fill missing company and contact fields on Northwind's prospect list — Claude infers from the row.
Actualizado 23 nov 2025
Build an AI invoice and receipt parser
Read Northwind documents into structured ledger rows — vendor, amount, line items.
Actualizado 2 oct 2025
Extract entities and relationships from text
Build a structured graph from Northwind prose — people, companies, and how they connect.
Actualizado 24 sept 2025
Build an AI data-cleaning assistant
Standardise messy Northwind names, addresses, and categories into clean canonical values.
Actualizado 4 sept 2025
Turn meeting notes into assigned action items
Extract tasks and owners from Northwind meeting transcripts into the Tasks sheet.
Actualizado 7 ago 2025
Extract structured data from messy text
Pull names, dates, amounts into clean Northwind columns from free-text rows.
Actualizado 14 jul 2025
Generation
Draft replies, content, and ideas at scale.
28 artículos
Generate and test email subject lines
A/B test AI-written Northwind subject lines for open rate — outputs ranked by past performance.
Actualizado 3 mar 2026
Build retrieval-augmented Q&A over your data
Answer Northwind questions grounded in your own Sheet data — pass relevant rows as context.
Actualizado 27 feb 2026
Build an AI weekly-report narrator
Turn Northwind metrics into a written executive summary — numbers in, prose out.
Actualizado 23 feb 2026
Build a multi-step AI agent workflow
Chain Claude prompts to complete a Northwind task end to end — research → draft → critique → finalise.
Actualizado 11 feb 2026
Adapt marketing copy per region
Localise Northwind tone and references by market with AI — same message, regional flavour.
Actualizado 30 ene 2026
Auto-write CRM notes from call summaries
Generate Northwind account updates after each client call — pulled from the transcript.
Actualizado 26 ene 2026
Generate image-prompt variations for design
Brainstorm visual concepts in bulk — Northwind design team feeds these into Midjourney or DALL-E.
Actualizado 18 ene 2026
Write release notes from commit messages
Summarise Northwind's commits into user-facing release notes — group by type, write for humans.
Actualizado 14 ene 2026
Recommend personalized learning paths
Suggest next steps per Northwind learner with AI — pick from a catalogue based on their progress.
Actualizado 2 ene 2026
Compare answers across multiple AI models
A/B test Claude Haiku vs Sonnet on Northwind prompts — see which suits each job.
Actualizado 25 dic 2025
Build an AI fallback and retry system
Handle errors and switch models gracefully — Northwind's AI calls never hard-fail.
Actualizado 21 dic 2025
Batch and rate-limit AI calls safely
Stay within quotas on large Northwind jobs — fan-out with a token-bucket throttle.
Actualizado 17 dic 2025
Cut AI costs with response caching
Skip repeat Claude calls by caching results in a sheet — same prompt, never billed twice.
Actualizado 13 dic 2025
Build a prompt-template library in Sheets
Manage and reuse Northwind prompts systematically — one source of truth, every AI script reads from it.
Actualizado 9 dic 2025
Generate a quiz bank from source material
Turn a Northwind training Doc into exam questions automatically — multiple choice with answers.
Actualizado 27 nov 2025
Build an AI brand and name generator
Brainstorm Northwind project names with built-in scoring — domain available, on-brand, memorable.
Actualizado 15 nov 2025
Expand role bullets into full job descriptions
Generate Northwind job postings from a Sheet of role bullets — outputs polished copy per role.
Actualizado 11 nov 2025
Generate a full content brief from a keyword
Draft an outline, angle, and target audience for a Northwind article from a single keyword.
Actualizado 26 oct 2025
Draft meeting agendas from past notes
Generate Northwind meeting agendas from history and stated goals — no blank-page syndrome.
Actualizado 18 oct 2025
Auto-generate alt text for images
Describe a folder of Northwind images for accessibility — one prompt per image.
Actualizado 14 oct 2025
Reply to customers in their own language
Build a multilingual Northwind response generator — same support voice, native phrasing.
Actualizado 10 oct 2025
Generate realistic test data for your scripts
Create plausible sample records on demand — for testing Northwind's automations end-to-end.
Actualizado 28 sept 2025
Write a custom opening line per prospect
Personalise Northwind's cold outreach at scale — one bespoke first sentence per row.
Actualizado 16 sept 2025
Draft FAQ answers from a knowledge base
Generate consistent Northwind support responses grounded in your KB Docs.
Actualizado 31 ago 2025