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