You asked, we delivered. Here are 17 skills your fellow readers requested, researched, tested, and broken down so you can use them today.
Here's the thing about AI skills in 2026: they're not really about prompts anymore.
Sure, a well-crafted prompt still matters. But the gap between "person who uses AI" and "person who's actually faster at their job because of AI" comes down to wiring things together. Setting up a system where AI handles the boring parts while you handle the parts that require a brain. Anthropic's latest Economic Index confirmed this: experienced Claude users have a 10% higher success rate than new users. They iterate more, hand over less autonomy, and tackle harder work.
This month's digest is 100% reader-requested. We combed through every submission you sent us and built this from the topics you actually want to learn. Some of these are beginner-friendly. Some are industry-specific. All of them are things you can start using today.
Missed Part 1? Read Skills #1–8 here. Missed Part 2? Read Skills #9–18 here.
Let's get into it.
- 🎓 1. Build Your First AI Agent (Without Writing Code)
- 🎓 2. Connect Your Tools Into Agentic Workflows
- 🎓 3. AI-Powered Contract & RFP Analysis
- 🎓 4. Build a News Monitoring → Newsletter Pipeline
- 🎓 5. NotebookLM Power-User Guide
- 🎓 6. AI for Project Management
- 🎓 7. Consultant-Quality PowerPoints from AI
- 🎓 8. AI-Augmented Animation & VFX Workflows
- 🎓 9. PDF → ERP/SAP Order Entry Automation
- 🎓 10. Monthly Reporting from Calendar Data
- 🎓 11. Full-Funnel Sales & Marketing Automation
- 🎓 12. AI Image Generation for Print & Sublimation
- 🎓 13. AI for Construction Workflows
- 🎓 14. Business Plan Rapid Prototyping
- 🎓 15. Appellate Legal Brief Writing
- 🎓 16. Claude Code, Cowork & the Modern Agent Stack
- 🎓 17. The "10x Yourself" Productivity System
- Keep Learning
🎓 1. Build Your First AI Agent (Without Writing Code)
The problem you don't know you have: You're using ChatGPT like a search engine. You type, it answers, you type again. Meanwhile, people with agents are letting AI handle multi-step tasks on autopilot while they do something else.
What's an agent, really? An AI agent is just an AI that can take actions; not just answer questions, but actually do things across your apps. Think: "Monitor my inbox for client emails, summarize them, and add follow-up tasks to my project board." That's an agent.
The platforms that actually work in March 2026:
Claude Projects is still the simplest starting point. Create a project, upload your reference docs, write custom instructions, and you've got a persistent AI workspace that remembers your context across conversations. But the real upgrade is Claude Code Skills and Plugins. Skills are reusable instruction folders (with scripts, assets, and configuration hooks) that Claude loads on demand. Plugins bundle multiple skills, tools, and MCP connections into installable packages you can share with your team. Anthropic engineer Thariq published how the team uses hundreds internally, and there's a free Skills course if you want the full walkthrough.
Gemini Gems are Google's answer. Build a customizable AI assistant (define its role, instructions, and behavior once) and reuse it across chats. The 2026 upgrade: Super Gems now include buttons and forms, so your Gem can feel like a mini app. Deeply integrated with Google Workspace. If your team lives in Google Docs and Sheets, Gems are your move.
Google Opal launched February 2026 as Google Labs' no-code tool for building AI mini-applications with plain English. The standout features: memory (retains info across sessions), dynamic routing (conditional logic paths), and interactive chat (gathers info mid-workflow). Think of it as a drag-and-drop agent builder inside Google's ecosystem.
For recurring automation (where the AI triggers actions without you), start with Cowork scheduled tasks or Codex Automations if you're already paying for Claude or ChatGPT. For visual drag-and-drop flows, Google Opal (free) or Copilot Studio (free for M365 Copilot users) are our picks. And for maximum app breadth, Gumloop, Lindy, or Relay.app connect to thousands of services.
Here's how to build your first agent in 15 minutes:
- Go to claude.ai, then Projects, then Create New Project
- Name it something specific: "Q1 Sales Analysis" (not "My Agent")
- Upload your reference files (PDFs, docs, spreadsheets)
- Write custom instructions:
You are a [ROLE]. Your job is to [GOAL].When I provide [INPUT TYPE], you will:1. [SPECIFIC TASK]2. [SPECIFIC TASK]3. [SPECIFIC TASK]Format your response as: [EXACT FORMAT]Always flag: [RISK FACTORS/RED FLAGS]Never include: [WHAT TO EXCLUDE]
- Start chatting. Claude now remembers your files and instructions across every conversation in that project.
The biggest mistake beginners make: Vague instructions. "Help me with sales" produces garbage. "Extract deal size, stage, and 30-day close probability from each contract I paste" produces gold.
Pricing: Claude Projects is free (5 projects) or $20/mo for unlimited. Gemini Gems require Gemini Advanced ($19.99/mo). Google Opal is free via Google Labs. Gumloop and Lindy start free with paid tiers for volume.
🎓 2. Connect Your Tools Into Agentic Workflows
The unlock most people miss: Individual AI tools are useful. AI tools that talk to each other are transformative. The difference between "I use ChatGPT" and "I have a system" is tool connection.
The big thing that changed: MCP (Model Context Protocol) is now the universal standard for AI agents talking to external tools. It went from 100K downloads in late 2024 to 97M+ monthly in 2026; comparable to React's first three years, achieved in 16 months. OpenAI, Google, Microsoft, and Anthropic all support it. Anthropic donated MCP to the Agentic AI Foundation (Linux Foundation) in December 2025, with OpenAI and Block as co-founders. Before MCP, connecting an AI to your Gmail required hand-coded APIs. Now it's plug-and-play.
Meanwhile, the super-app era arrived. OpenAI is merging ChatGPT, Codex, and Atlas into one desktop app. Google rebuilt AI Studio into a full-stack app builder. Anthropic has Claude Cowork, which brings agent capabilities to non-developers on your desktop. The era of separate AI apps is ending. The winners will own the full workflow.
Start with what you already pay for:
Before you buy another subscription, the AI tools you're already using can automate more than you think.
Claude Cowork has native scheduled tasks. Write a prompt once, pick a cadence (daily, weekly, custom), and Claude runs it automatically. "Every Monday at 9am, pull my calendar data and draft a weekly summary" takes 2 minutes to set up. No third-party tool needed.
OpenAI Codex added Automations to its desktop app. Set up recurring tasks that run on schedule, with results queued for your review. Great for developer-oriented workflows like issue triage, CI failure detection, and release briefs. Currently runs locally (cloud execution coming soon). Included with ChatGPT Plus ($20/mo).
Grok Custom Agents launched March 4, 2026. Build persistent AI personas with custom instructions that carry across conversations. Up to 4 agents on SuperGrok ($30/mo). No scheduled automation yet, but strong for repeatable chat-based workflows.
For visual, no-code automation:
Google Opal is our top pick. Drag-and-drop windows, plain English configuration, and deep Google Workspace integration. Memory across sessions, conditional routing, and interactive chat built in. Free via Google Labs.
Microsoft Copilot Studio does the same for Microsoft shops. Build agents with a graphical canvas, deploy to Teams, Outlook, and SharePoint. Included free for Microsoft 365 Copilot users; pay-as-you-go starts at $0.01/credit otherwise.
When you need 8,000+ app integrations:
Zapier ($29.99/mo), Make ($29/mo for 10,000 operations), and n8n (free self-hosted, ~$20/mo cloud) still own the breadth game. Use these when your workflow connects apps that your AI platform can't reach natively. Make gives you the best power-per-dollar. n8n gives you full control.
Example workflow (10 minutes to build): New lead mentions your company on Twitter. AI summarizes the context. Creates a record in your CRM. Sends a Slack notification to your sales team. Drafts a personalized reply for your review. You can build this in Opal, Zapier, or Make.
Common mistakes: Reaching for Zapier when a Claude scheduled task would do the job (simpler and cheaper), testing in production (always use dummy data first), and overcomplicating your first workflow. Start with one trigger and one action.
🎓 3. AI-Powered Contract & RFP Analysis
You're probably reviewing contracts the hard way. Manually scanning 40-page documents for red flags, missing the renewal clause buried on page 37, spending 3 hours on what should take 30 minutes. AI won't replace your legal judgment, but it'll make sure you never miss the clause that costs you $100K.
The tools worth knowing about:
For serious contract work, specialized legal AI tools beat general-purpose chatbots. Spellbook works inside Microsoft Word with 4,000+ legal teams and 10M+ contracts reviewed. Clearbrief won 2026 Litigation Technology of the Year and automates citations while linking claims to source documents. Icertis RiskAI flags contradictions across multi-document packages.
But if you're a small team? Claude or ChatGPT with good prompts works as an excellent first-pass screener. Just know the limits: general AI can't tell you "your liability cap is 40% below market" because it doesn't know market norms. That's what specialized tools add.
The workflow that actually works:
- Build your context library first. Collect your standard contract language, past approved responses, common objections, and risk thresholds. Upload to a Claude Project.
- Run a Go/No-Go filter. Before you analyze anything, decide: is this deal worth reviewing? "No deals with unlimited indemnification" saves hours.
- Multi-stage AI review: Stage 1 extracts key fields (parties, dates, amounts, renewal terms). Stage 2 flags high-risk clauses. Stage 3 compares against your library.
- Human review. Always. AI is the first pass, not the final word.
The red flag detection prompt:
You are a contract risk analyst reviewing a [JURISDICTION] [DEAL TYPE] agreement.Extract and assess:1. PARTIES & EFFECTIVE DATE2. PAYMENT TERMS: Amount, schedule, late fees3. LIABILITY: Caps, indemnification, insurance4. IP OWNERSHIP: Who owns deliverables? Licenses?5. TERMINATION: Exit rights, notice period, penaltiesFor each: mark HIGH RISK (deal-breaking), MEDIUM (needs negotiation), or LOW (standard).Red flags to always highlight:- Unlimited or uncapped liability- Perpetual terms on non-termination items- One-way confidentiality- Payment terms > 60 days- Broad indemnification without defined scope
The 10-20-70 rule: 10% is the tool, 20% is how you prompt it, 70% is human expertise. AI is an assistant, not a decision-maker.
Pricing: Specialized tools run $100-300+/mo. Claude/ChatGPT is $20/mo; the cost is in your review time. For small teams, start with general AI + good prompts and upgrade when you're processing 10+ contracts per week.
🎓 4. Build a News Monitoring → Newsletter Pipeline
One reader nailed this request: "I want to leverage ChatGPT to keep up with news about certain topics, import into a live Airtable, and start a company newsletter." Here's exactly how to do it.
The purpose-built tools (start here):
Yutori Scouts is exactly what this reader described. Built by ex-Meta AI leaders, Scouts are always-on AI agents that monitor the web for topics you define. They run in the cloud (no tabs open, no computer awake), notify you of relevant updates, and handle the filtering automatically. Free in beta. If you just want "tell me when something happens in [my industry]," this is the fastest path.
Tasklet is "IFTTT for the agentic age" (built by the Shortwave team). Plain English setup: "Monitor Hacker News for AI funding news, summarize each item, post to my Slack channel." Supports scheduled triggers, webhooks, email-based triggers, and thousands of integrations via MCP. Free plan available.
The DIY approach with Claude or Codex:
Set up a Claude Cowork scheduled task: "Every morning at 8am, check these RSS feeds, summarize new items for a [YOUR INDUSTRY] audience, score relevance 1-5, and save the results to a spreadsheet in my folder." Claude handles the filtering, summarizing, and organizing. Total setup: 5 minutes.
Or use Codex Automations for the same workflow inside OpenAI's ecosystem. Set a daily trigger, define your sources, and let Codex queue results for your review.
The prompt for either platform:
Check these RSS feeds: [FEED URLS]For each new item:1. Summarize in 1 sentence for a [YOUR INDUSTRY] audience2. Category: [product launch, funding, regulation, personnel, tech trend]3. Relevance to [YOUR FOCUS] (1-5)4. Only include items scoring 4-5Format as a table: Title | Summary | Category | Score | Source Link
For visual pipeline builders: Google Opal lets you build this as a drag-and-drop workflow with conditional routing. Or use Make ($29/mo for 10,000 operations) if you need deep integrations with Airtable, SendGrid, or other distribution tools.
The Airtable-to-newsletter path: Build your Airtable base with fields: Title, URL, Source, Summary, Category (single select), Relevance (1-5), Date Added, and "Included in Newsletter?" (checkbox). Each week, filter for relevance 4-5, check the newsletter box, and use Airtable's email feature or SendGrid (free for 100 emails/day) for distribution.
Common mistakes: RSS feeds update slowly (accept a 2-4 hour delay), AI summaries can miss nuance (always review before sending), and if you're sending to 1K+ people, use a proper email service or you'll land in spam.
🎓 5. NotebookLM Power-User Guide
Most people use NotebookLM like a glorified note-taker. They upload a document, ask it questions, and move on. Meanwhile, power users are running cross-notebook research, generating cinematic video explainers, and using interactive audio debates to stress-test their thinking.
The features you're probably missing:
Cross-Notebook Queries (the game-changer). You used to be stuck searching one notebook at a time. Now you can mount your NotebookLM notebooks as data sources in Google's Gemini app and ask questions across all of them at once. One query, answers cited from multiple notebooks.
Deep Research. NotebookLM can browse hundreds of websites autonomously, create a research plan, and produce a comprehensive report with external sources. Upload your initial notes, ask "Deep research: What are 2026 trends in [your industry]?" and get a report in minutes.
Custom Instructions (set once, save hours). Up to 10,000 characters of persistent instructions. Example for a PM:
When I paste project updates, always:1. Extract: Who reported? What's the risk? What's the action item?2. Classify: On track, at risk, or blocked3. Urgency: How many people mentioned this?4. Action: What's the minimal thing we'd do to address this?Format as: ISSUE | WHO | STATUS | URGENCY | ACTION
Audio Overviews beyond the basics. NotebookLM turns documents into podcast conversations. The 2026 upgrade: you can pause the podcast, ask the AI hosts a question, and they'll answer using your sources before resuming. New formats include Deep Dive, Brief, Critique, and Debate.
Power-user move: Upload two opposing viewpoints. Use Debate format. Let the AI hosts argue it out using your sources. Best way to understand nuance without reading 50 pages.
Cinematic Video Overviews (new March 2026). Upload a case study or research paper. NotebookLM generates an immersive video with animations using Veo 3 and a deep-dive narrative. Great for sharing complex findings with your team in 5 minutes instead of a 40-minute meeting.
Pricing: Free tier is solid (100 notebooks, 50 sources each, 3 audio/day). Plus is $19.99/mo via Google One AI Premium. Ultra is ~$250/mo for unlimited everything.
🎓 6. AI for Project Management
AI sits alongside your PM tool (Asana, Monday, Jira) and does the analysis, forecasting, and communication work that eats half your week.
The setup (one time, 20 minutes):
Create a Claude Project called "Project: [Name]." Upload your project charter, team roster, timeline, budget, and any relevant docs from similar past projects. Then set these custom instructions:
You are a project manager's assistant. When I share updates:1. Track status: Parse my updates into a live dashboard2. Flag risks: Delays, budget overruns, dependency issues3. Suggest actions: What should we do about identified risks?4. Forecast: Based on trajectory, will we hit deadline/budget?5. Stakeholder comms: Draft status updates for leadershipDashboard format:MILESTONE | STATUS | CONFIDENCE | RISK | ACTIONDEPENDENCIES: [What's blocking us?]BUDGET: [Spent | Remaining | At Risk]ESCALATIONS: [What needs leadership attention?]
Your weekly rhythm (45 minutes, or 0 if you automate it):
Monday (15 min): Upload last week's status. Ask "What happened last week? What's the risk?" Claude generates an updated dashboard.
Wednesday (10 min): Ask "What should I prioritize for the rest of the week?" Claude suggests based on critical path and risks.
Friday (20 min): Gather team updates, paste them in. Claude drafts an executive update. You edit and send.
Power move: Set up all three as Cowork scheduled tasks. Monday's dashboard, Wednesday's priority check, and Friday's executive update run automatically. You just review and send.
The prompts that save the most time:
For risk forecasting:
Current status: [what's on track, what's at risk, recent blockers]
1. Probability we deliver on time?
2. If we slip, what's the critical path?
3. One thing I should do this week to de-risk?
What actually happens: You tell Claude "Engineering says the API refactor will take 3 weeks instead of 2." Claude immediately calculates downstream impacts: QA is blocked, release date at risk, and suggests three options (compress QA, extend release, or cut a feature). That analysis used to take you an hour of spreadsheet work.
🎓 7. Consultant-Quality PowerPoints from AI
The reader who submitted this nailed the real problem: "The best way to generate crisp consultant-level PowerPoints from a presentation skeleton and a set of pretty slide templates."
The tools that work in 2026:
Gamma is the market leader for fast, beautiful slides. Describe your deck in a few sentences, and Gamma generates a polished deck in minutes. It now has 70M+ users and $100M in annual revenue. Exports to PowerPoint, but formatting sometimes breaks on export. Free (400 credits), then $8-15/mo.
Deckary is the only AI tool built specifically for Pyramid Principle structures (the consulting gold standard). It works as a PowerPoint add-in, so you never leave PowerPoint. If you're in management consulting, this is your tool.
The workflow that produces the best results:
- Start with structure in Claude: "I'm presenting [TOPIC] to [AUDIENCE]. We need to cover [KEY POINTS]. Outline 10-12 slides with a clear narrative arc."
- Generate slides using Gamma with your outline.
- Apply your brand template (if using Gamma, export to PPTX, then apply your template in PowerPoint).
- Refine in PowerPoint for final polish. AI gets you 80%, you do the last 20%.
The prompt for slide structure:
Create a market sizing section with TAM (total addressable market), SAM (serviceable addressable market), SOM (serviceable obtainable market) breakdown.
Include an editable waterfall chart showing the narrowing from TAM to SOM.
Keep text to 3 bullet points per slide, 8 words max per bullet.
Biggest mistake: Expecting pixel-perfect output on the first try. AI gets the structure and content right; humans get the design perfect. Budget 20-40 minutes per polished slide.
🎓 8. AI-Augmented Animation & VFX Workflows
One reader put it perfectly: "How to leverage AI in creative workflows, mastering control of genAI output and using it to augment animation and VFX (visual effects) work, not replace it." The key word is augment.
The tools professionals are actually using (March 2026):
Runway Gen-4 is production-grade VFX. Launched January 2026 with best-in-class temporal consistency, motion brushes, and scene control that mimic professional production suites. Standard $12/mo, Pro $28/mo. The benchmark leader for professional narrative work.
Kling 2.6 broke ground as the first AI video generator with simultaneous audio-visual generation. It generates up to 2 minutes at 1080p/30fps with synchronized dialogue, lip-sync, and multiple character voices. About 40% cheaper per second than Runway. If your workflow needs audio + video together, Kling saves an entire post-production step.
Pika 2.0 is the fastest for iteration. 15-30 seconds per clip, 3-5x faster than Runway or Kling. At $8/mo, it's the best tool for experimenting with creative effects before committing to a production-grade render.
LTX 2.3 landed as a full open-source video production studio you can run on your desktop. We covered this in a recent issue and were very impressed.
R.I.P. Sora: OpenAI shut down Sora on March 25, 2026. The app, the API, and the $1B Disney deal are all gone. Employees said it was devouring GPU resources during intense competition with Anthropic and Google. The video generation market now splits into four tiers: quality (Runway), cost (Kling), ecosystem (Google's Veo 3), and open-source (LTX, Seedance).
The professional workflow:
Pros pick per-shot based on what the shot needs: Runway for cinematic realism, Kling for audio-synced scenes, Pika for fast social media clips. The key is writing detailed prompts specifying camera movement, character action, and lighting before you generate.
- Write a detailed shot description (camera movement, action, lighting)
- Generate in your chosen tool
- Export video, handle audio in post (Adobe Premiere, DaVinci Resolve)
- Composite into your timeline alongside traditional footage
The creative paradigm: AI handles the tedious parts (background plates, rough motion, concept visualization). You handle the creative direction, compositing, and final touch. It's a collaborator, not a replacement.
🎓 9. PDF → ERP/SAP Order Entry Automation
The request: "Order entry from purchase orders in PDF to SAP entry." If you're manually transcribing data from PO PDFs into your ERP system, you're doing the most automatable task in procurement by hand.
What's changed: SAP Document AI now uses LLMs to infer context, not just read text. It recognizes that "M8-Screw" and "Screw M8" are the same thing, achieving 95-99% accuracy on varying PDF formats and layouts. It saves roughly 70% of document processing time and supports 100+ languages across 35+ file formats.
The implementation path:
- Assess your volume and formats. The ROI is biggest when you're processing PDFs with inconsistent layouts (different vendors, different formats).
- Deploy SAP Document AI to ingest PO PDFs and extract structured data (item descriptions, quantities, unit prices, delivery dates).
- Configure semantic matching so AI-extracted fields link correctly to your SAP material master. This is the critical step.
- Set confidence thresholds. Items above 95% confidence auto-create purchase orders. Below 95% gets flagged for human review.
- Monitor and retrain. Feed rejected items back into the system to improve accuracy over time.
For smaller teams not on SAP: Tools like Docsumo or Rossum extract structured data from PDFs and push to any ERP via API. More accessible entry point, similar concept.
ROI: Invoice processing goes from 12 minutes to 45 seconds. Payback period is measured in weeks, not months.
🎓 10. Monthly Reporting from Calendar Data
The request: "How to provide a monthly report based on my Outlook calendar using AI." Those end-of-month reports where you try to reconstruct what you actually did for 4 weeks? AI handles that automatically now.
The easiest path:
Reclaim.ai connects to both Google Calendar and Outlook, auto-categorizes your time, and generates productivity reports. It shows you utilization, work-life balance metrics, and where your time actually went vs. where you think it went. Free tier available.
The DIY approach with Claude/ChatGPT:
Export your calendar data (Outlook: File, then Save Calendar, then CSV), then paste into Claude with this prompt:
Analyze this calendar data for [MONTH]:[PASTE EXPORTED DATA]Generate a professional monthly activity report:- Total meeting hours by category (1-on-1s, team meetings, external, focus time)- Top 3 time consumers- Comparison to last month (if provided)- Recommendations for time optimization- Executive-ready 3-paragraph summary
Format as a report I can send to my manager.
The automation approach (set it and forget it):
In Claude Cowork, create a monthly scheduled task: "On the 1st of each month, read the calendar export in my folder, generate a monthly activity report, and save it as a Word doc." Claude handles the analysis and formatting automatically.
For deeper integrations (matching calendar events to CRM projects, emailing stakeholders), use Google Opal or Power Automate to build a visual workflow. Total setup: about an hour. Runs itself forever after.
🎓 11. Full-Funnel Sales & Marketing Automation
The reader request: "Overall skills to 10X my output in every process of sales and marketing from farming for leads through to closing deals."
Start with your AI platform's native tools:
Set up Cowork scheduled tasks or Codex Automations for the recurring pieces: weekly pipeline reviews, lead research briefs, email sequence drafts, and performance analysis. These cost nothing beyond your existing subscription and handle 60-70% of what people reach for Zapier to do.
For visual workflow building, Google Opal (free) handles conditional routing ("if lead score > 80, notify sales rep; otherwise, add to nurture sequence"). Copilot Studio does the same for Microsoft-heavy teams.
The dedicated sales/marketing platforms (when you need them):
Top of funnel (lead generation): HubSpot Breeze AI includes a Prospecting Agent that runs automated outreach campaigns. Fair warning on pricing: Marketing Hub Professional starts at $800/mo for 3 seats plus a $3,000 one-time onboarding fee. For smaller teams, GoHighLevel ($97/mo Starter, $297/mo Unlimited) combines CRM + email + SMS + funnel builder + booking + automations in one platform at a fraction of the cost.
Middle of funnel (nurturing): AI-generated personalized follow-ups (unique response per lead, not mail merge), real-time objection handling in chat, and auto-routing to sales reps based on lead quality.
Bottom of funnel (closing): Automatic appointment setting, AI-generated quotes, and 24/7 follow-up agents that re-engage leads who've gone cold.
The prompt for building email sequences:
Generate a 5-email cold outreach sequence for [TARGET PERSONA]:
- Email 1: Problem awareness hook
- Email 2: Social proof / case study
- Email 3: Objection handling (cost)
- Email 4: Urgency / scarcity
- Email 5: Final ask with clear CTA
Tone: Friendly, consultative, not salesy
Length: 3-4 sentences per email
Personalization: Include [First Name], [Company], [Challenge]
Common mistakes: Over-automating without human touch (cold sequences feel robotic), not A/B testing email sequences before full rollout, and automating bad processes. Clean your data and targeting first; automation amplifies whatever you give it.
🎓 12. AI Image Generation for Print & Sublimation
The request: "Graphic design prompts for creating images for sublimation and printing." The challenge here is generating images that look good when they're actually printed on a physical product.
Why most AI images fail for print:
AI generators default to 72 DPI and RGB color space. Print requires 300 DPI minimum and CMYK color profiles. If you generate an image at 1024x1024 pixels and try to print it on a t-shirt, it'll look like a blurry mess. RGB-to-CMYK conversion dulls your colors because pigment-based printing physically can't reproduce all the colors a screen can display.
The tools that solve this:
Recraft V4 is the clear leader for print production in 2026. It exports at 300 DPI with native CMYK color profiles and is the only AI generator that produces real SVG vector output (not rasterized approximations). Pricing: $0.04/image for raster, $0.08 for SVG. If you're doing sublimation work, this is your first stop.
Flux 2 Pro generates 4MP photorealistic images with camera-accurate optical characteristics. Cheapest per-image at $0.03. Highest raw quality for photorealism.
Midjourney V8 Alpha launched March 17, 2026 with 5x faster generation and native 2K resolution via --hd mode. Note: V8 is still in alpha and only available at alpha.midjourney.com, not the main site. Premium HD mode costs 4x more per generation. Best for artistic and decorative designs. From $10/mo.
For upscaling: LetsEnhance and Topaz Gigapixel use AI to convert 72 DPI images to 300 DPI while preserving detail.
The workflow for sublimation production:
Retro sunset illustration with palm trees, vintage typography, centered layout,
transparent background, print-ready sublimation design, 300 DPI, vibrant colors,
no clipping, high resolution
- Generate in your tool of choice (Recraft for print-ready, Midjourney for aesthetics)
- Download full resolution
- Check DPI: if under 300, upscale with LetsEnhance
- Verify color profile: export as CMYK if targeting print
- Test print one sample before bulk production
- Check color accuracy on the physical product (screens lie)
Common mistakes: Forgetting CMYK conversion before sending to print (colors will shift), using AI-generated people (uncanny valley is worse on physical products), forgetting transparent backgrounds (wastes fabric dye on sublimation), and over-saturating colors that CMYK conversion will dull further.
🎓 13. AI for Construction Workflows
The request: "How to apply AI to the typical workflows for a construction company." This is one of the most underserved industries in AI education, and the opportunity is massive.
Where AI saves the most time right now:
Estimating & takeoffs: Civils.ai extracts quantities from drawings, specs, and codes automatically. Machine learning-based quantity extraction from PDFs, DWGs, and point clouds cuts manual takeoff time by up to 90%.
RFI management: Syntora uses AI to extract critical information from RFIs (Requests for Information; the formal questions that fly between contractors and designers) and submittals, achieving 90% faster processing with 95% accuracy. Instead of reading every RFI manually, AI extracts the question, cross-references project specs, and drafts a response for your PM to review.
Safety monitoring: SafetyCulture ($25-75/user/mo) does on-site safety inspections via phone. AI-powered computer vision on cameras and drones identifies PPE (personal protective equipment) non-compliance and unsafe conditions in real time.
Workforce planning: Bridgit transforms fragmented workforce data into actionable insights. Their 2025 "Bridgit AI" upgrade spots trends and risks humans miss across multiple projects.
The RFI prompt:
I have an incoming RFI: [PASTE RFI TEXT].
1. Identify what information is being requested
2. Flag which project specifications answer this
3. Highlight ambiguities or missing context
4. Draft a concise response referencing spec sections
5. Note any cost/schedule implications
Common mistakes: Over-reliance on AI without quality control (always verify extracted quantities), neglecting OCR quality on scanned documents, and treating AI output as final rather than first-draft. All safety and structural decisions require licensed professional review.
🎓 14. Business Plan Rapid Prototyping
The request: "Using AI to develop business plans quickly." Going from idea to polished business plan in hours instead of weeks is real now.
The framework that works:
Hour 1: PRFAQ (Press Release FAQ). Write a fake press release announcing your product as if it launched today. This forces you to articulate the value proposition in plain language.
I have a business idea: [YOUR IDEA].
Write a fake press release (3-5 sentences) announcing it as if launching today.
Then create a FAQ covering:
1. What problem does this solve?
2. Who is the customer?
3. How is it different from competitors?
4. What's the business model?
5. What's needed to succeed?
Make it compelling but realistic.
Hour 2: Lean Canvas.
Based on this business idea: [YOUR IDEA], fill in a Lean Canvas:
- Problem: Top 1-3 problems your customer has
- Customer Segments: Who specifically?
- Unique Value Proposition: Why you, why now?
- Solution: How you solve it
- Channels: How you reach customers
- Revenue Streams: How you make money
- Cost Structure: Main costs
- Key Metrics: How you measure success
- Unfair Advantage: What's defensible?
Hour 3: Financial Projections.
Create a 3-year financial projection for [BUSINESS IDEA].
Assume: [customer acquisition rate], [average lifetime value], [monthly operating costs]
Show: Monthly/annual revenue, expenses, gross margin, break-even point.
Three scenarios: conservative (-30%), moderate (baseline), aggressive (+30%).
Hour 4: Polish and package using Gamma for a clean slide deck.
Common mistakes: Using one giant prompt (break into phases), not fact-checking AI-generated market data (it hallucinates statistics), and skipping iteration (generate 3-5 canvas variations and pick the strongest).
🎓 15. Appellate Legal Brief Writing
The request: "Appellate legal brief writing, specific to briefs not other legal drafting." The ethics matter more here than anywhere else. Courts have hit lawyers with $30K+ fines for AI-generated hallucinated citations. Use AI as a drafting accelerator; never as an unsupervised author.
The specialized tools (use these, not generic ChatGPT):
Clearbrief won 2026 Litigation Technology of the Year. It automates citations and links every claim to a source document, now integrated with LexisNexis to detect hallucinated citations.
Spellbook has deeper legal training and built-in confidentiality protection. 4,000+ legal teams, 10M+ contracts reviewed. Critical when you're handling privileged case materials.
CoCounsel (by Thomson Reuters) generates first drafts integrated with Westlaw and Practical Law, so citations are anchored to actual case law databases.
The correct workflow (5 phases):
Phase 1: Legal Research (human-led). Do your case law research in Westlaw or vLex, not AI. Identify binding vs. persuasive authority. Note fact patterns.
Phase 2: Outline Generation (AI-assisted). Feed verified case summaries and holdings to AI. Have it structure your argument from general principle to specific rules to application.
I'm writing an appellate brief on [ISSUE]. Here are the binding cases I've researched:
[Case Name, Year, Holding, Key Facts]
Organize into an outline:
I. General Principle → A. Sub-rule → 1. Supporting case
Identify strongest cases for my position.
Phase 3: First Draft (AI-generated with citation lock). Give AI only verified citations. Do not let it find its own cases.
Draft the argument section on [ISSUE].CRITICAL: Only use these citations:- [Case 1]: [Verified Holding]- [Case 2]: [Verified Holding]- [Case 3]: [Verified Holding]Do not generate cases or holdings I haven't verified.
Phase 4: Verification & rewriting (100% human). Verify every citation against source material. Rewrite the entire argument. Remove conclusory language ("clearly," "obviously"). Check local court rules compliance.
Phase 5: Second attorney review before filing. Non-negotiable.
ABA Model Rules that apply: Rule 1.1 (Competence: verify all output), Rule 1.4 (Communication: inform clients about AI use), Rule 1.6 (Confidentiality: use only secure legal-specific platforms, never generic ChatGPT), Rule 3.3 (Candor: disclose adverse authority).
🎓 16. Claude Code, Cowork & the Modern Agent Stack
Several readers asked about Claude Code and Cowork tips. The landscape changed fast in March 2026. Here's the consolidated power user guide.
The ecosystem (understand this first):
Claude Code is a terminal-based coding agent. Describe what you want in English, and Claude writes, tests, and debugs the code. Claude Cowork is the desktop-app version built for non-developers. It accesses your file system, runs automations, and delivers files to your folders. Both run on the same Claude Agent SDK underneath.
What shipped in March 2026:
Dispatch lets you text Claude a task from your phone, go make lunch, and come back to finished work on your desktop. One continuous conversation across devices. We covered this the day it dropped. The future of AI should enable exactly this.
Computer Use gives Claude the ability to control your Mac while you're away; clicking buttons, filling forms, navigating apps.
Projects launched in Cowork on March 20, transforming it from a single chat thread into a full workspace. Import existing chats or local folders.
Auto Mode expanded agent autonomy in Claude Code. Less hand-holding, more "here's the task, go handle it."
Channels (research preview) lets you message your Claude Code session from your phone via Telegram or Discord, and it messages you back. Basically OpenClaude.
Scheduled Tasks (the sleeper feature):
Cowork scheduled tasks let you set up recurring automations with zero code. "Every Monday at 9am, scan this repo for hardcoded credentials, check dependency vulnerabilities, and save a summary to my folder." Write the prompt once, pick a cadence, and Claude handles it. This alone replaces a surprising number of Zapier workflows.
The equivalent in OpenAI's ecosystem is Codex Automations. Same concept: scheduled tasks, results queued for review. Both currently run locally (computer must be awake), but cloud execution is coming.
Essential commands:
- Shift+Tab (twice): Opens Plan Mode. Claude plans before executing. Use this before any major change.
- /init: Creates a CLAUDE.md file that stores your project context persistently. Do this first for any new project.
- /compact: Reduces verbose output to save context tokens.
- claude -r: Resumes your last session exactly where you left off.
- Ctrl+B: Runs long commands in the background while you keep chatting.
Skills and Plugins (the real power):
Skills are folders containing a SKILL.md file plus optional scripts, assets, and configuration hooks. They load on demand, saving tokens. Anthropic published how their team uses hundreds of Skills internally, categorized into 9 types: library/API reference, product verification, data fetching, business process automation, code scaffolding, code quality review, CI/CD, runbooks, and infrastructure ops.
Plugins bundle multiple skills, MCP connections, and tools into installable packages you can share. The Plugin Marketplace launched February 2026 and is already the fastest-growing part of the Cowork ecosystem.
The highest-signal tip from Anthropic's Thariq: build a "Gotchas" section in every skill. That's where the real value lives. Update it every time Claude fails at something.
MCP tool loading (save 50% of your context):
Don't load all MCP servers at once. Claude Code's Tool Search feature enables lazy loading. Connect only what you need per session. Load GitHub MCP when reviewing PRs. Load Figma MCP when building from designs. Check with /context regularly.
Top MCP servers:
- GitHub (official): Read issues, review PRs, search repos
- PostgreSQL (official): Natural language database queries
- File System (official): Advanced file operations
- Slack (official): Post updates, retrieve threads, search channels
- Figma: Design-to-code, access layout data
- Google Drive: Access docs, sheets, and slides programmatically
Security tip: If you're running agents like OpenClaw (an open-source autonomous agent), wrap it in NVIDIA NemoClaw for sandboxed security. We covered the 60-second setup in a recent issue.
🎓 17. The "10x Yourself" Productivity System
The reader who submitted this wanted it all: "Skills to 10X my output in any tasks, projects, or business transactions, including every process of sales and marketing from farming for leads through to closing deals."
The architecture:
You need one AI hub connected to all your work tools. That hub is Claude Cowork (with MCP + scheduled tasks), ChatGPT/Codex (with integrations + automations), or Google Opal (for visual no-code flows). MCP is the universal glue; it lets your AI talk directly to Gmail, Slack, CRM, calendar, project management, and databases without you switching apps. Grok Custom Agents ($30/mo SuperGrok) can handle the chat-based pieces if that's your ecosystem.
The super-app convergence is real. OpenAI is merging ChatGPT + Codex + Atlas into one desktop app. Google rebuilt AI Studio into a full-stack app builder. Anthropic shipped Cowork with computer use. The single-hub approach is becoming the default.
The core connections (via MCP):
- Email: Gmail MCP (read unread, draft responses, search archives)
- Chat: Slack MCP (post updates, retrieve threads, set reminders)
- Calendar: Calendar MCP (check schedule, block time, create events)
- CRM: Salesforce/HubSpot MCP (pull deal info, update contacts)
- Projects: Asana/Monday/Linear MCP (create tasks, update status)
- Data: PostgreSQL MCP (query customer data, sales trends)
- Documents: Google Drive MCP (access templates, proposals, contracts)
The 5-minute lead brief (real example):
New sales lead: [COMPANY]. Please:1. Search Slack for any mentions from our team2. Query CRM: Prior interactions? Open opportunities?3. Check our database: What products fit their profile?4. Draft an email intro referencing their industry and size5. Create a calendar block for follow-up research6. Post a brief to Slack #sales-teamFormat: Executive summary (3 bullets) → Recommended approach → Draft email
System runs all queries in parallel. 5-minute lead brief vs. 30+ minutes manually.
The phased rollout:
Week 1: Connect your data via MCP (Gmail, Slack, Calendar, CRM, project tool). Week 2: Create 5-7 Cowork scheduled tasks or Codex Automations (daily standup, weekly pipeline review, marketing report). Week 3: Build custom prompt templates as Skills or saved prompts (lead brief, proposal draft, customer health check). Week 4: Set up alerts via MCP (large deal update goes to Slack VP, churn signal goes to CSM alert). Use Opal or Copilot Studio for flows that need visual logic.
The key insight from Anthropic's research: Their 5th Economic Index report found that the gap between casual AI users and power users is growing. Power users iterate more, hand over less autonomy, and tackle harder work. The productivity system above works because it combines all three: iteration (weekly rhythm), selective autonomy (AI does research, you make decisions), and ambition (tackling the full sales funnel, not just one email).
Expected ROI: 3-5 hours/week saved on sales research and CRM updates. 4-6 hours/week on marketing analysis and planning. 2-3 hours/week on status reporting. At $50-75/hr, that's $150-300/month in recaptured productivity against ~$20-50/mo in tool costs (Claude Pro or ChatGPT Plus; add MCP servers as needed).
Common mistakes: Overengineering on day 1 (start with 1-2 automations), poor data quality (garbage in, garbage out), not testing prompts manually before scheduling, and forgetting human validation (always review AI outputs before they reach clients or leadership).
Keep Learning
This is Part 3 of our March 2026 AI Skill of the Day Digest: the reader-requested edition. Missed the daily skills? Read Part 1 (Skills #1-8) here and Part 2 (Skills #9-18) here.
Want a new skill delivered to your inbox every weekday? Subscribe to The Neuron; it's free.
Have a specific skill you want to learn? Request it here.