Welcome to the Takanock AI Learning Hub
Claude, a large language model (LLM), is Anthropic's AI assistant. An LLM is an AI system trained on vast amounts of text to understand and generate human-like language.
Takanock Resources
Ask Takanock
Your internal AI knowledge base
Company Skills
Takanock-specific Claude skills
AI 101: Automation Intake
Submit an automation request
Questions & Support
Reach out to the AI team
Claude Tools
Claude Chat
Prompting basics and tips
Cowork
Collaborate with AI on your desktop
Claude Code
AI-powered coding assistant
Claude Design
AI-powered designs, presentation & documents
Claude Models
Which model to use, and when
Projects
Organize and share your AI work
Customize
Skills, connectors & preferences
AI Agents
Autonomous multi-step AI tasks
Workflows
Automate with AI tools
Introduction to Claude Chat
Claude Chat is your AI assistant for writing, research, analysis, brainstorming, and more.
What is Claude?
Claude is an AI assistant made by Anthropic. You can have natural conversations with it, ask questions, get feedback on documents, draft emails, summarize content, and much more. Access Claude through the desktop app.
How to write a good prompt
Example use cases
Things to keep in mind
Claude can make mistakes. Always review important outputs before sending or publishing. Never share sensitive passwords, personal data, or confidential information beyond what your company policy allows.
Cowork
Cowork is a desktop app from Anthropic that lets Claude help you with files, tasks, and workflows directly on your computer.
What Cowork does
Cowork brings Claude to your desktop so it can see what you're working on and help you get things done — all from a persistent side panel.
Common use cases
Document work
Summarize, rewrite, or extract info from local files
Task management
Organize to-do lists and manage project files
Email drafting
Draft responses based on open emails or attachments
Repetitive tasks
Automate file renaming, formatting, and data cleanup
Getting started
Claude Code
Claude Code is a command-line tool that brings AI-assisted coding directly into your terminal.
What it does
Claude Code runs in your terminal and has direct access to your codebase. It can read files, make edits, run commands, and help you work through complex engineering tasks step by step.
Example tasks
Getting started
npm install -g @anthropic-ai/claude-codeclaude to start a session.Claude Design
Claude Design is an AI-powered tool for creating and refining presentations, documents, and visual content — without starting from a blank slide.
What is Claude Design?
Claude Design is a beta product from Anthropic that lets you generate polished slides, one-pagers, websites, and visual documents using plain language. You describe what you need and Claude builds a first draft — then you refine it through conversation or manual design.
What you can build
Presentations
Generate full slide decks from an outline or a document upload
One-pagers
Structured summaries, overviews, and briefs in a single-page layout
Reports
Formatted documents with sections, headers, and visual hierarchy
Websites
Multiple page interactive websites and webapps with headings, contact pages, case studies, etc.
How to use it
Example prompts
Company example: PowerPoint standardization
What this looks like in practice
The effort involves using Claude to audit existing decks for inconsistencies, regenerate slides on-brand, and apply the official Takanock template across department presentations. Claude Design helps speed up this process by drafting slide content in bulk — then the team reviews and fine-tunes.
Claude Design vs. other tools
| Use Claude Design when... | Use Claude Chat when... |
|---|---|
| You need a visual layout or slide deck | You need text, analysis, or a draft document |
| You're starting from scratch or a raw outline | You're editing something that already exists |
| Presentation structure and hierarchy matter | Content quality and accuracy are the main goal |
| You want to iterate visually through conversation | You want a quick answer or a polished paragraph |
Things to keep in mind
Claude Design is a beta product — outputs may need polishing before they're client-ready. Always review slide content for accuracy, especially if Claude is working from a document you uploaded. For official Takanock presentations, use the Takanock slides skill in Claude Chat to ensure the correct template and branding are applied.
Choosing a Claude Model
Claude comes in a few different models. Here's a quick guide to which one to use and when.
What are Claude models?
Claude isn't one single AI — it's a family of models, each built for a different balance of speed, depth, and cost. Anthropic names them Haiku, Sonnet, Opus, and Fable, roughly in order of how much "thinking" each one does.
The lineup
Haiku
Fast and lightweight. Best for quick answers, simple summaries, or instant replies.
Sonnet (the default model)
For daily use. Handles writing, analysis, coding, research, and most day-to-day work well.
Opus
A reasoning specialist for genuinely hard, multi-step, or high-stakes work.
Fable
Anthropic's most capable model, for your biggest or most complex projects. The most tokens, so only use if necessary
When to switch
| Situation | Try |
|---|---|
| Quick Slack reply, fast summary | Haiku |
| Everyday writing, coding, analysis | Sonnet (default, no action needed) |
| Complex analysis, high-stakes review, cross-department synthesis | Opus |
| A large, open-ended project spanning many sources | Fable |
Things to keep in mind
You can change models anytime from the model picker in Claude Chat — there's no penalty for experimenting. If you're not sure, leave it on Sonnet. It's the default for a reason, and it's rare that a task at Takanock will outgrow it.
Projects
Projects in Claude let you organize conversations, share context across chats, and collaborate with teammates — all in one place.
What is a Project?
A Project is a dedicated workspace in Claude that keeps related conversations, uploaded files, and custom instructions together.
Key features
Upload files
Add PDFs, docs, spreadsheets for Claude to reference
Custom instructions
Tell Claude your role, tone preferences, and rules
Share with team
Invite colleagues to collaborate in the same Project
Persistent context
Claude remembers project details across sessions
Creating a Project
Company example: AI & Automation Intake Assistant
Submit requests
Employees fill out automation requests directly through the project interface
Answer questions
Ask procedural and setup questions and get instant answers
Triage guidance
Explains how the automation triage process works
Connector help
Walks you through enabling connectors like Airtable
Customize: Skills & Connectors
Claude can be connected to your apps and extended with skills to make it more powerful for your specific needs.
Customize how Claude behaves by setting preferences in your profile — your job title, preferred writing style, or how detailed you want responses to be.
Key terms
API
Application Programming Interface — rules that let software talk to other software. When Claude connects to Slack, Airtable, or any service, it uses that service's API.
MCP
Model Context Protocol — an open standard by Anthropic giving AI a universal "plug" to connect to tools like Notion, GitHub, and Airtable without custom code.
SDK
Software Development Kit — a pre-built library that makes calling an API easier. Anthropic has SDKs for Python and JavaScript.
JSON
JavaScript Object Notation — a lightweight, structured format for exchanging data between systems. Most APIs send and receive data as JSON.
Webhook
A URL that "lights up" when triggered by an event. AI agents are often started by a webhook — when it's hit, the workflow begins.
Connectors
Connectors let Claude access and act in your other tools — like reading Slack messages, searching Google Drive, or creating Notion pages.
How to add a connector
Company example: Takanock-Project Connector
Skills & preferences
Building AI Agents
AI agents go beyond answering questions — they can take actions, use tools, and complete multi-step tasks on your behalf.
What is an AI agent?
When to use an agent
| Use a chatbot when... | Use an agent when... |
|---|---|
| You need a single answer or piece of content | The task has multiple steps or decisions |
| You'll review and act on the output yourself | You want the AI to take actions automatically |
| The task is well-defined | The task requires gathering info from multiple sources |
Key concepts
Tools
Functions the agent can call: search, read files, send messages
Planning
How the agent decides what steps to take next
Loops
The agent can retry or self-correct when something fails
Human review
For critical steps, agents can pause and ask for approval
Building your own agents
You can build custom agents using the Anthropic API, Claude Projects with connectors, or workflow automation platforms like n8n or Zapier. See the Automating Workflows module for more.
Automating Workflows with AI
AI can be wired into your existing tools and processes to reduce manual work and respond faster to events.
What is workflow automation?
Workflow automation connects apps and triggers actions automatically. Adding AI means you can handle tasks that previously required human judgment — like drafting a response, categorizing a ticket, or summarizing a document.
Popular AI automation tools
n8n
Visual node-based workflow automation — the "plumbing" that moves data between systems.
Zapier
No-code automation connecting 6,000+ apps. Great starting point for non-developers.
Airtable
A spreadsheet-database hybrid. AI workflows use it as a source of truth — pulling records in and writing results back out.
GitHub
Stores workflow code and agent logic, tracks changes, and enables team collaboration.
Notion
AI agents can read from and write to Notion — great as a "second brain" for knowledge storage.
Anthropic API
Direct integration for developers building custom AI workflows using the Claude SDK.
Common workflow patterns
Getting started tips
Ask Takanock
Your company's internal AI knowledge base, powered by Claude.
What is Ask Takanock?
What to ask it
Ask Takanock vs. Claude Chat
| Use Ask Takanock for... | Use Claude Chat for... |
|---|---|
| Company policies & procedures | General writing & brainstorming |
| Internal project history | Research & analysis of external info |
| HR & benefits questions | Code help & technical tasks |
| Finding internal documents | Creative work & drafting |
Tips for getting good answers
AI 101: Automation Intake
How to submit an automation request using the /automation-intake skill in Claude.
Follow these steps to submit an automation request using the /automation-intake skill in Claude.
Use Cases
Company examples
Here's what it looks like when you invoke the /automation-intake skill in Claude Chat:
Once you complete the intake process, your request is automatically sent to the AI Workstream Tracker in Airtable.
Company Skills
Takanock-specific Claude skills available to all employees. Invoke them directly in Claude Chat by typing the skill name.
/automation-intake
How to invoke it
/it-help-desk
How to invoke it
/schedule-slide
Two modes
BUILD
Generate a brand new schedule table from your project file. Use this when no schedule slide exists yet.
REFRESH
Update an existing schedule slide's cells from the live project file. Only stale cells change — all formatting and hand-tweaked layout survives.
When to use it
/deck-unify
What it prevents
Stops the model from "getting creative" — rewriting boilerplate, restyling, or pulling in slides the branch deliberately dropped. Only explicitly designated fields are ever touched.
When to use it
What you need
Questions & Support
Need help with Claude, AI tools, or submitting an automation request? Reach out to the team.
Contact us
Ivan Benavides
Ivy McConarty
AI Intern
Imcconarty@takanock.com
Mia Tursman
AI Intern
Mtursman@takanock.com
Help
Ask a question about Claude, AI tools, or anything covered in this hub. I'll answer briefly and point you to the right place.