# ADIN Go-To-Market Strategy & Execution Playbook > Published on ADIN (https://adin.chat/world/adin-go-to-market-strategy-execution-playbook) > Author: Priyanka > Date: 2026-02-10 > Last updated: 2026-03-17 ## Part 1: How ADIN Works ADIN is a multi-agent AI assistant that learns and adapts over time. Unlike single-model chatbots, ADIN orchestrates specialized agents, maintains persistent memory, and improves from every interaction. This section explains the core systems that make ADIN unique. ### Multi-Agent Orchestration At the heart of ADIN is a powerful reasoning model that acts as the main orchestrator. Rather than handling every task itself, it delegates to specialized agents optimized for different types of work. Agents can delegate to each other up to 3 levels deep, enabling complex workflows. ```bubblemap {"nodes":[{"id":"orchestrator","label":"Main Orchestrator","group":"core","value":100,"metadata":{"Model":"Power-tier LLM","Role":"Routes tasks, chains agents"}},{"id":"researcher","label":"Researcher","group":"delegation","value":40,"metadata":{"Role":"Find information","Tools":"Documents, Web"}},{"id":"analyst","label":"Analyst","group":"delegation","value":40,"metadata":{"Role":"Synthesize & compare","Tools":"Compute, Charts"}},{"id":"writer","label":"Writer","group":"delegation","value":35,"metadata":{"Role":"Format output","Tools":"User preferences"}},{"id":"verifier","label":"Verifier","group":"delegation","value":35,"metadata":{"Role":"Fact-check claims","Tools":"Search, Verify"}},{"id":"legal","label":"Legal Analyst","group":"delegation","value":30,"metadata":{"Role":"Contract review","Tools":"Documents, Risk ID"}},{"id":"legal_brief","label":"Legal Brief Writer","group":"delegation","value":30,"metadata":{"Role":"Briefs & memoranda","Tools":"CourtListener, Case law"}},{"id":"financial","label":"Financial Analyst","group":"delegation","value":30,"metadata":{"Role":"Valuations, DCF","Tools":"FMP, SEC, Compute"}},{"id":"planner","label":"Planner","group":"delegation","value":30,"metadata":{"Role":"Break down tasks","Tools":"Strategy selection"}},{"id":"marketer","label":"Marketer","group":"delegation","value":25,"metadata":{"Role":"Copy & positioning","Tools":"Writer"}},{"id":"pm","label":"PM","group":"delegation","value":25,"metadata":{"Role":"Requirements","Tools":"Specs, Priorities"}},{"id":"influencer","label":"Influencer","group":"delegation","value":25,"metadata":{"Role":"Social content","Tools":"Twitter threads"}},{"id":"journalist","label":"Journalist","group":"delegation","value":25,"metadata":{"Role":"Long-form articles","Tools":"Research, Grader"}},{"id":"grader","label":"Grader","group":"delegation","value":25,"metadata":{"Role":"Quality control","Tools":"A-F grading"}},{"id":"gtm","label":"GTM Strategist","group":"delegation","value":25,"metadata":{"Role":"Go-to-market","Tools":"All specialists"}},{"id":"accountant","label":"Accountant","group":"delegation","value":25,"metadata":{"Role":"Bookkeeping, tax","Tools":"GAAP/IFRS"}},{"id":"sales","label":"Sales Strategist","group":"delegation","value":25,"metadata":{"Role":"Playbooks, outreach","Tools":"Pipeline strategy"}},{"id":"hr","label":"HR Advisor","group":"delegation","value":25,"metadata":{"Role":"JDs, comp, policies","Tools":"Benchmarks"}},{"id":"challenger","label":"Challenger","group":"debate","value":35,"metadata":{"Role":"Stress-test ideas","Style":"Adversarial, Socratic"}},{"id":"advocate","label":"Advocate","group":"debate","value":35,"metadata":{"Role":"Defend positions","Style":"Refine arguments"}},{"id":"synthesizer","label":"Synthesizer","group":"debate","value":35,"metadata":{"Role":"Balanced conclusions","Style":"After debate rounds"}},{"id":"forecaster","label":"Ensemble Forecaster","group":"forecast","value":40,"metadata":{"Models":"3 LLMs in parallel","Method":"Median aggregation"}}],"edges":[{"source":"orchestrator","target":"researcher","label":"delegates"},{"source":"orchestrator","target":"analyst","label":"delegates"},{"source":"orchestrator","target":"writer","label":"delegates"},{"source":"orchestrator","target":"verifier","label":"delegates"},{"source":"orchestrator","target":"legal","label":"delegates"},{"source":"orchestrator","target":"legal_brief","label":"delegates"},{"source":"orchestrator","target":"financial","label":"delegates"},{"source":"orchestrator","target":"planner","label":"delegates"},{"source":"orchestrator","target":"marketer","label":"delegates"},{"source":"orchestrator","target":"pm","label":"delegates"},{"source":"orchestrator","target":"influencer","label":"delegates"},{"source":"orchestrator","target":"journalist","label":"delegates"},{"source":"orchestrator","target":"grader","label":"delegates"},{"source":"orchestrator","target":"gtm","label":"delegates"},{"source":"orchestrator","target":"accountant","label":"delegates"},{"source":"orchestrator","target":"sales","label":"delegates"},{"source":"orchestrator","target":"hr","label":"delegates"},{"source":"orchestrator","target":"challenger","label":"debate"},{"source":"orchestrator","target":"forecaster","label":"predict"},{"source":"challenger","target":"advocate","label":"challenges"},{"source":"advocate","target":"synthesizer","label":"concludes"},{"source":"researcher","target":"analyst","label":"feeds data"},{"source":"analyst","target":"writer","label":"sends insights"},{"source":"writer","target":"grader","label":"quality check"},{"source":"journalist","target":"grader","label":"quality check"},{"source":"legal","target":"legal_brief","label":"case research"}]} ``` ### Delegation Agents (17 Specialists) The delegation system handles specific task types through focused specialists: **Core Agents** form the backbone of task execution. The Researcher finds information from documents and web sources. The Analyst synthesizes and compares data, using compute for calculations and charts for visualization. The Writer formats output according to user preferences. The Verifier fact-checks claims against sources. The Planner breaks complex tasks into actionable steps with agent assignments. **Professional Specialists** handle domain-specific work. The Legal Analyst reviews contracts, identifies risks, and drafts agreements using the `draft_contract` tool. The Legal Brief Writer researches case law via CourtListener and drafts briefs, memoranda, and legal opinions with proper citations. The Financial Analyst performs investment banking-grade analysis including DCF valuations, comparable company analysis, and SEC filings research. **Business Operations Agents** cover go-to-market and operational needs. The GTM Strategist orchestrates launch plans, positioning, and pricing strategy, delegating to other specialists as needed. The Accountant handles bookkeeping, tax planning, and GAAP/IFRS compliance. The Sales Strategist builds playbooks, outreach sequences, and objection handling. The HR Advisor drafts job descriptions, benchmarks compensation, and designs org structures. **Content Agents** produce high-quality written output. The Marketer creates copy and develops positioning for different audiences. The Influencer crafts Twitter threads and social content with strict style rules (no emojis, no hashtags, punchy hooks). The Journalist writes long-form articles, newsletters, and investigative pieces with rigorous sourcing. The Grader evaluates all written output on an A-F scale and provides improvement feedback. ### Debate Agents (Dialectic Reasoning) For decisions that benefit from stress-testing, ADIN spawns a structured debate between specialized agents: **The Challenger** uses adversarial techniques to find flaws. It can operate in multiple styles: adversarial (find logical fallacies and counter-examples), Socratic (probing questions that expose hidden assumptions), steelman (present the strongest possible counter-arguments), or adaptive (use all techniques based on effectiveness). The Challenger's job is to break arguments, not to be agreeable. **The Advocate** defends positions while remaining intellectually honest. It concedes valid points, refines arguments in response to challenges, and strengthens the core thesis. The Advocate doesn't win by ignoring good objections - it wins by addressing them. **The Synthesizer** produces balanced conclusions after the debate rounds complete. It weighs the strongest arguments from both sides, identifies where consensus emerged, and notes remaining areas of genuine uncertainty. The output is a nuanced position that has survived adversarial testing. The debate system is particularly valuable for investment decisions, strategic choices, and any situation where confirmation bias could be costly. ### Ensemble Forecaster (Wisdom of Crowds) For probability predictions, ADIN runs multiple LLMs in parallel from different providers. Each model acts as an independent calibrated forecaster, producing probability estimates without seeing the others' outputs. The final prediction uses the median of the estimates, providing robustness against any single model's biases. This approach consistently outperforms single-model predictions in backtesting, particularly for questions where different models have different blind spots. **How It Integrates with Memory & Learning:** The Ensemble Forecaster becomes significantly more powerful when combined with ADIN's memory and adaptive learning systems: **Forecast Storage & Resolution Tracking:** Every prediction ADIN makes is stored in persistent memory with a unique forecast ID, the probability distribution, key reasoning, and a resolution date. When that date arrives, ADIN can compare the predicted outcome against reality and compute a Brier score (a standard measure of forecast accuracy where 0 is perfect and 1 is worst). **Calibration Feedback Loops:** Over time, ADIN detects systematic biases in its forecasting. For example, if ADIN consistently predicts bullish crypto outcomes at 65% but they only resolve true 40% of the time, the system learns to apply a calibration adjustment (e.g., "subtract 15 percentage points from bullish crypto predictions"). These calibration rules are stored in persistent memory and applied to future forecasts automatically. **Global Learning Across Users:** When ADIN discovers a forecasting insight--like "momentum matters more than I weighted" or "markets are more efficient than my model assumes"--it stores this as a global lesson. Future forecasts for all users benefit from this accumulated wisdom. **Ensemble Weighting Evolution:** As resolution data accumulates, ADIN can learn which models in the ensemble perform better on which types of questions. Crypto price predictions might weight Model A higher, while geopolitical forecasts might favor Model B. The ensemble becomes smarter over time. **The Self-Improvement Cycle:** ```mermaid graph LR A[Make Forecast] --> B[Store in Memory] B --> C[Wait for Resolution] C --> D[Compare to Reality] D --> E[Compute Brier Score] E --> F[Detect Bias Patterns] F --> G[Store Calibration Rule] G --> H[Apply to Future Forecasts] H --> A ``` This creates a true learning system: ADIN's forecasts today are informed by every prediction it has made and resolved in the past. Unlike static models, ADIN gets measurably better at forecasting over time--and that improvement compounds across the entire user base. ### Model Tiering & Auto-Upgrade ADIN routes intelligently across four model tiers based on task complexity: | Tier | Use Case | |------|----------| | **Fast** | Simple queries, high volume | | **Balanced** | Good reasoning, moderate complexity | | **Power** | Complex reasoning, demanding tasks | | **Codex** | Agentic coding tasks | Each agent has a default tier and an upgrade tier. If an agent reports low confidence in its answer, ADIN automatically retries with the more powerful model. This ensures quality without wasting compute on simple tasks. ### Contextual Next Steps After completing any task, ADIN suggests relevant next actions as clickable chips. This surfaces capabilities users might not know about and creates natural workflow continuity. **How It Works:** The suggestion system follows a pattern: one expected action plus one or two discovery hints. Expected actions are obvious follow-ups (export, share, reply). Discovery hints are invitations to capabilities the user may not know about, phrased as questions ("Track as goal?", "Schedule weekly?", "Visualize this?"). **Examples:** | After This Task | Suggestions | |-----------------|-------------| | Research completed | "Export to PDF" (action), "Schedule weekly updates?" (discover), "Track as goal?" (discover) | | Email list shown | "Reply to first" (action), "Draft all replies?" (discover) | | Calendar reviewed | "Book meeting" (action), "Block focus time?" (discover), "Prep an agenda?" (discover) | | Chart created | "Share on Discord" (action), "Explain the trends?" (discover) | | Goal checked | "Update progress" (action), "Automate this check?" (discover) | This system teaches users what ADIN can do through contextual moments rather than documentation. Users discover new capabilities exactly when those capabilities would be useful. ### Memory & Knowledge System ADIN maintains both short-term working memory and long-term persistent memory, with a sophisticated RAG (Retrieval-Augmented Generation) system for semantic search across all user content. ```bubblemap {"nodes":[{"id":"user","label":"User","group":"input","value":50,"metadata":{"Actions":"Chat, Upload, Connect"}},{"id":"working","label":"Working Memory","group":"memory","value":40,"metadata":{"TTL":"24 hours","Scope":"Per-conversation","Storage":"PostgreSQL"}},{"id":"persistent","label":"Persistent Memory","group":"memory","value":50,"metadata":{"TTL":"Forever","Scope":"Per-user","Storage":"PostgreSQL + Vector DB"}},{"id":"files","label":"Personal Files","group":"knowledge","value":45,"metadata":{"Sources":"Uploads, Gmail, Generated","Processing":"Extract → Chunk → Embed"}},{"id":"team_files","label":"Team Files","group":"knowledge","value":40,"metadata":{"Access":"Team members","Permissions":"Owner + Admin delete"}},{"id":"network","label":"Network Posts","group":"knowledge","value":45,"metadata":{"Visibility":"All users","Categories":"Insights, Guides, Resources"}},{"id":"postgres","label":"PostgreSQL","group":"storage","value":60,"metadata":{"Data":"Structured records, Audit logs"}},{"id":"vectordb","label":"Vector Database","group":"storage","value":60,"metadata":{"Dimensions":"2048","Model":"Embeddings"}},{"id":"rag","label":"RAG System","group":"retrieval","value":55,"metadata":{"Search":"Hybrid (Semantic + Keyword)","Fusion":"Reciprocal Rank Fusion"}}],"edges":[{"source":"user","target":"working","label":"session notes"},{"source":"user","target":"persistent","label":"learns facts"},{"source":"user","target":"files","label":"uploads"},{"source":"user","target":"network","label":"shares"},{"source":"working","target":"postgres","label":"stores"},{"source":"persistent","target":"postgres","label":"stores"},{"source":"persistent","target":"vectordb","label":"indexes"},{"source":"files","target":"postgres","label":"metadata"},{"source":"files","target":"vectordb","label":"vectors"},{"source":"team_files","target":"postgres","label":"metadata"},{"source":"team_files","target":"vectordb","label":"vectors"},{"source":"network","target":"postgres","label":"posts"},{"source":"network","target":"vectordb","label":"vectors"},{"source":"rag","target":"vectordb","label":"queries"},{"source":"rag","target":"postgres","label":"filters"}]} ``` **Dual-Scope Memory:** | Scope | Persistence | Use Case | |-------|-------------|----------| | **Working** | 24-hour TTL, per-conversation | Scratch notes, intermediate findings, session context | | **Persistent** | Forever, per-user | User preferences, facts about you, learned information | **Knowledge Base:** Files uploaded, Gmail attachments, and AI-generated documents are automatically processed through a pipeline: extract text → chunk semantically → generate embeddings → index to vector database. This enables semantic search across all your content. **Workspace Isolation:** Content can be scoped to `personal` (only you), `team:{teamId}` (shared with team), or `network` (public to all ADIN users). **Hybrid Search:** The RAG system combines semantic search (vector similarity) with keyword filtering and uses Reciprocal Rank Fusion to merge results, graded by quality thresholds. ### Context Compression System Long conversations can exceed model context limits. ADIN handles this through a multi-layer compression system: **Rolling Context Summary:** When a conversation approaches the token threshold (70% of budget), ADIN proactively summarizes older messages into a compressed summary. Recent messages (the "hot zone") are kept in full detail while older messages (the "cold zone") are replaced with the summary. This happens automatically without user intervention. **Overflow Recovery:** If a context length error occurs despite proactive compression, the system attempts recovery by calling a summarization endpoint. It formats the conversation, generates a summary, and rebuilds the message array with the summary prepended and only recent messages retained. The system uses retry logic with exponential backoff and tracks recovery attempts to prevent loops. **Adaptive Trimming:** The server-side chat route trims messages to fit within budget before sending to the model. If the initial attempt fails with a context overflow, it retries with a more aggressive budget. If both attempts fail, it returns a clear error asking the user to start a new conversation. ### Task Classification & Adaptive Budgets Not all requests need the same compute budget. ADIN classifies tasks by complexity and allocates steps accordingly: | Level | Initial Steps | Max Steps | Trigger Keywords | |-------|---------------|-----------|------------------| | **Simple** | 30 | 60 | Default for short questions | | **Moderate** | 60 | 120 | email, search, find, schedule, compute | | **Complex** | 100 | 200 | research, report, analyze, compare, predict | | **Extensive** | 160 | 300 | due diligence, comprehensive, full report | **Stagnation Detection** prevents wasted compute by identifying when the agent is stuck in a loop: repeated identical tool calls (same tool with same args 4+ times), alternating patterns (ABABAB between two tools), or hitting the hard ceiling for the task type. ### Tasks & Flows: Automation System ADIN can run autonomously on schedules or in response to events. This is the automation layer that makes ADIN proactive rather than purely reactive. ```bubblemap {"nodes":[{"id":"user_request","label":"User Request","group":"input","value":45,"metadata":{"Examples":"\"Email me every Sunday with portfolio news\"","Input":"Natural language"}},{"id":"scheduled_task","label":"Scheduled Task","group":"task","value":50,"metadata":{"Trigger":"Cron schedule","Output":"Email or Conversation","Storage":"PostgreSQL"}},{"id":"flow","label":"Automation Flow","group":"flow","value":55,"metadata":{"Triggers":"Time, Email, Crypto, Calendar, Webhook","Actions":"AI Task, Email, SMS, Discord, Linear"}},{"id":"time_trigger","label":"Time Trigger","group":"trigger","value":35,"metadata":{"Config":"Cron expression","Example":"0 9 * * 1-5 (weekdays 9am)"}},{"id":"email_trigger","label":"Email Trigger","group":"trigger","value":35,"metadata":{"Config":"From, Subject, Unread","Example":"When email from boss arrives"}},{"id":"crypto_trigger","label":"Crypto Trigger","group":"trigger","value":35,"metadata":{"Config":"Coin, Threshold, Direction","Example":"BTC crosses $100K"}},{"id":"calendar_trigger","label":"Calendar Trigger","group":"trigger","value":30,"metadata":{"Config":"Event type, Minutes before","Example":"15 min before meetings"}},{"id":"webhook_trigger","label":"Webhook Trigger","group":"trigger","value":30,"metadata":{"Config":"Unique URL + Secret","Example":"External service calls"}}],"edges":[{"source":"user_request","target":"scheduled_task","label":"simple schedule"},{"source":"user_request","target":"flow","label":"complex automation"},{"source":"flow","target":"time_trigger","label":"when"},{"source":"flow","target":"email_trigger","label":"when"},{"source":"flow","target":"crypto_trigger","label":"when"},{"source":"flow","target":"calendar_trigger","label":"when"},{"source":"flow","target":"webhook_trigger","label":"when"}]} ``` **Scheduled Tasks** are simple recurring automations. Tell ADIN "email me every Sunday with a summary of my portfolio" and it creates a cron-based task that runs the agent headlessly and delivers results via email or saves to a conversation thread. **Flows** are event-driven automations combining triggers (time, email, crypto price, calendar, webhook) with actions (run AI task, send email, start conversation, create Linear issue, send Discord/SMS). **Proactive Conversations:** The `start-conversation` action is unique - ADIN initiates a chat that appears in your inbox marked as unread, and you can respond to continue the conversation. This turns ADIN from a reactive tool into a proactive assistant. ### Adaptive Learning System ADIN learns from every interaction and applies those lessons globally. This is the meta-learning layer that makes ADIN improve over time. **Global Lessons:** When a strategy works (or fails), ADIN records the situation, approach, outcome, and insight. Lessons are deduplicated, ranked by helpfulness, and shared globally so all users benefit. **Failure Fingerprinting:** When tools return poor results, ADIN classifies *why* - `too_broad` (add specifics), `wrong_source` (switch data source), `stale_data` (search web), etc. Each fingerprint has a standard correction applied automatically. **Strategy Selection:** For complex tasks, ADIN matches the situation to proven strategies with tracked success rates. Successful strategies are reinforced; failing ones are deprecated. **Confession Protocol:** If ADIN exhausts its retry budget without finding reliable information, it transparently reports what it tried, what it knows, what it doesn't, and suggestions for next steps - instead of hallucinating. ### Native Widget System & Integrations ADIN renders 40+ native widgets (weather, stocks, crypto, sports, flights, packages, timers, recipes, GitHub, fitness) and connects to 20+ OAuth integrations (Gmail, Calendar, Google Docs/Sheets/Slides, Notion, Linear, GitHub, MongoDB, Postgres, Mercury, Twitter, Discord, YouTube, Strava, Fitbit, Oura). Tools are dynamically enabled based on conversation context. ## Part 2: Positioning & Competitive Differentiation ### The Core Positioning **ADIN is Your AI Research Partner.** Not a chatbot. Not a search engine. A research partner that remembers everything you've learned and helps you build on it. The key insight: most AI resets every prompt. ADIN compounds knowledge. The longer you use it, the better it gets at understanding your work, connecting dots across your research, and surfacing insights you'd otherwise miss. ### The Forcing Function | Tool | What It Optimizes | What It Cannot Do | |------|-------------------|-------------------| | **Perplexity** | Instant answers | Remember your context | | **Manus** | Task execution | Build longitudinal knowledge | | **ADIN** | Knowledge compounding over time | Be stateless | The competition optimizes for transactions. ADIN optimizes for compounding. That's a category difference. ## Part 3: The Knowledge Flywheel ### The Core Insight Every research task ADIN performs creates knowledge. Most AI assistants throw this away after each session. ADIN captures, structures, and compounds it into a growing global knowledge repository that: 1. **Improves ADIN** - Better answers for all users as the knowledge base grows 2. **Drives SEO** - Structured content that ranks for long-tail research queries 3. **Powers GEO** - Authoritative source data that AI search engines cite 4. **Converts Users** - "This answer was generated by ADIN" → signup funnel ```bubblemap {"nodes":[{"id":"user_research","label":"User Research","group":"input","value":50,"metadata":{"Type":"Questions, analysis, reports"}},{"id":"knowledge_capture","label":"Knowledge Capture","group":"process","value":45,"metadata":{"Method":"Structured extraction","Format":"Topics, entities, insights"}},{"id":"global_repo","label":"Global Repository","group":"storage","value":60,"metadata":{"Content":"Research, insights, data","Access":"Public + Premium"}},{"id":"seo_pages","label":"SEO Pages","group":"output","value":45,"metadata":{"Format":"Topic pages, Q&A","Target":"Long-tail queries"}},{"id":"geo_citations","label":"GEO Citations","group":"output","value":45,"metadata":{"Target":"AI search engines","Format":"Authoritative source"}},{"id":"conversion","label":"User Conversion","group":"output","value":50,"metadata":{"CTA":"'Generated by ADIN'","Funnel":"Free → Pro"}},{"id":"better_answers","label":"Better Answers","group":"feedback","value":40,"metadata":{"Mechanism":"RAG over global repo","Result":"Improved quality"}}],"edges":[{"source":"user_research","target":"knowledge_capture","label":"extracts"},{"source":"knowledge_capture","target":"global_repo","label":"stores"},{"source":"global_repo","target":"seo_pages","label":"generates"},{"source":"global_repo","target":"geo_citations","label":"serves"},{"source":"global_repo","target":"better_answers","label":"improves"},{"source":"seo_pages","target":"conversion","label":"drives"},{"source":"geo_citations","target":"conversion","label":"drives"},{"source":"better_answers","target":"user_research","label":"enhances"},{"source":"conversion","target":"user_research","label":"new users"}]} ``` ### The Flywheel Effect More users → More research → More knowledge → Better SEO/GEO → More discovery → More users This is the compounding advantage that makes ADIN defensible. The knowledge repository is a moat that deepens with every user interaction. ### Privacy-First Approach The knowledge flywheel requires trust: - **Explicit Opt-In**: Users choose what to contribute to the global repository - **Anonymization**: No identifying information in public content - **Value Exchange**: Contributors get credit and premium features - **Deletion Rights**: Users can remove their contributions at any time ## Part 4: Pricing Strategy (Usage-Based Model) ### ADIN Pricing Tiers | Tier | Price | What's Included | Target User | |------|-------|-----------------|-------------| | **Free** | $0 | 50 messages/month, 7-day memory, basic integrations | Try the product | | **Pro** | $20/month | 500 fast messages OR 50 slow messages included, persistent memory, all integrations | Daily users | | **Pro + Usage** | $20/month + tokens | Unlimited at $0.01/fast request, $0.10/slow request | Power users | | **Team** | $20/seat/month + usage | Everything in Pro + shared team memory, admin controls | Small teams | | **Enterprise** | Custom | Volume discounts, SSO, dedicated support, on-prem option | Large organizations | ### Fast vs Slow Requests **Fast Requests** ($0.01 each beyond included): Simple questions, single-tool operations, widget displays. Uses fast-tier models. **Slow Requests** ($0.10 each beyond included): Complex multi-step research, agent delegation chains, debate system, ensemble forecasting. Uses power-tier models. ### The Conversion Funnel ```mermaid graph TD A[Discovery] --> B[Free Tier] B --> C[Activation] C --> D[Pro] D --> E[Power User] E --> F[Team] F --> G[Enterprise] A -- "SEO/GEO, Twitter, Meta Ads" --> A B -- "50 messages, 7-day memory" --> B C -- "First 'aha' moment" --> C D -- "$20/mo, persistent memory" --> D E -- "Usage-based scaling" --> E F -- "$20/seat + usage" --> F G -- "Custom pricing, SSO" --> G ``` **Key Conversion Triggers:** - **Free → Pro**: Hitting the 7-day memory limit and realizing value of persistence - **Pro → Power**: Hitting the 500 message limit during a research sprint ## Part 5: Go-To-Market Strategy (90-Day Sprint) ### The Two-Channel Strategy ADIN's GTM combines two complementary channels: **Channel 1: Twitter Research Threads → SEO/GEO** - Publish deep research on underserved topics - Threads drive immediate engagement + backlinks - Content becomes SEO pages that compound over time - AI search engines cite well-structured research **Channel 2: Meta Ads → Direct User Acquisition** - Targeted ads to knowledge workers, researchers, analysts - Retargeting visitors from SEO/Twitter - Conversion-optimized landing pages by use case - CAC-efficient at scale once creative is dialed in ```bubblemap {"nodes":[{"id":"twitter","label":"Twitter Research","group":"organic","value":50,"metadata":{"Format":"Deep-dive threads","Frequency":"Daily","Goal":"Authority + backlinks"}},{"id":"seo","label":"SEO Pages","group":"organic","value":45,"metadata":{"Source":"Thread → long-form","Target":"Long-tail queries"}},{"id":"geo","label":"GEO Citations","group":"organic","value":40,"metadata":{"Target":"AI search engines","Format":"Structured data"}},{"id":"meta","label":"Meta Ads","group":"paid","value":50,"metadata":{"Targeting":"Knowledge workers","Creative":"Use case demos"}},{"id":"landing","label":"Landing Pages","group":"conversion","value":45,"metadata":{"By use case":"Research, Analysis, Legal","CTA":"Start free"}},{"id":"free","label":"Free Users","group":"users","value":40,"metadata":{"Limit":"50 msgs, 7-day memory"}},{"id":"pro","label":"Pro Users","group":"users","value":50,"metadata":{"Price":"$20/month","Value":"Persistent memory"}},{"id":"revenue","label":"Revenue","group":"output","value":55,"metadata":{"Target":"$25K MRR Month 3"}}],"edges":[{"source":"twitter","target":"seo","label":"repurpose"},{"source":"twitter","target":"landing","label":"bio link"},{"source":"seo","target":"landing","label":"CTA"},{"source":"geo","target":"landing","label":"CTA"},{"source":"meta","target":"landing","label":"clicks"},{"source":"landing","target":"free","label":"signup"},{"source":"free","target":"pro","label":"convert"},{"source":"pro","target":"revenue","label":"$20/mo"}]} ``` ### Channel 1: Twitter Research Strategy The goal is to become the go-to source for deep research on topics that are underserved by existing content. Each thread serves multiple purposes: immediate engagement, backlinks from people sharing, SEO page fodder, and GEO citation material. **Topic Selection Criteria:** | Criteria | Why It Matters | |----------|----------------| | **Search volume exists** | People are looking for this information | | **Current results are thin** | Opportunity to rank with better content | | **ADIN can research it well** | Demonstrates product capability | | **Audience is target ICP** | Attracts potential paying users | | **Evergreen potential** | Content compounds over time | **Underserved Topic Categories:** **Startup/VC Research** - Most competitive analyses are either paywalled (PitchBook, CB Insights) or shallow (blog posts). Deep, free, well-sourced competitive landscapes have massive search demand. - "Stripe competitive landscape 2026" - "Notion vs Coda vs Craft - full comparison" - "AI infrastructure market map" - "How [company] makes money - business model breakdown" **Technical Explainers** - Finance and legal concepts that professionals need but struggle to find clear explanations for. - "How DCF valuation actually works" - "Cap table mechanics explained" - "SAFE vs Convertible Note - real differences" - "What is a 409A valuation?" **Market Sizing** - TAM/SAM/SOM analyses are in high demand from founders and investors but rarely done well publicly. - "[Industry] market size 2026" - "[Category] TAM analysis" - "[Vertical] growth projections" **Current Events Analysis** - When news breaks, people search for analysis. Fast, deep analysis captures traffic. - "What [acquisition] means for [industry]" - "[Company] layoffs analysis" - "Impact of [regulation] on [sector]" **Thread Format (Optimized for Engagement + SEO):** 1. **Hook tweet**: Contrarian take or surprising finding (this is 90% of the battle) 2. **The "so what"**: Why this matters, who should care 3. **The meat**: 5-10 tweets of actual research, data, analysis 4. **Methodology note**: "I used ADIN to research this" (subtle product placement) 5. **CTA**: Link to full report on ADIN site (captures email, enables retargeting) **Thread → SEO Page Pipeline:** Every thread becomes a long-form page on the ADIN site: - Expand thread into 2,000-3,000 word article - Add charts, tables, and structured data - Include "Generated with ADIN" CTA - Optimize for target keywords - Submit to Google Search Console **Publishing Cadence:** | Week | Threads | SEO Pages | Focus Area | |------|---------|-----------|------------| | 1-2 | 10 | 5 | Startup/VC research | | 3-4 | 10 | 5 | Technical explainers | | 5-6 | 10 | 5 | Market sizing | | 7-8 | 10 | 5 | Current events + mix | | 9-12 | 15 | 10 | Double down on winners | **Total Month 3:** 55+ threads, 30+ SEO pages ### Channel 2: Meta Ads Strategy Meta (Facebook/Instagram) is the most efficient paid channel for B2C and prosumer products. The targeting capabilities allow precise reach of knowledge workers, and the creative format (video demos) shows the product in action. **Why Meta Over Google Ads:** | Factor | Meta | Google | |--------|------|--------| | **Intent** | Create demand | Capture existing demand | | **CPM** | $5-15 | $20-50 for competitive keywords | | **Creative** | Video demos show product magic | Text ads are limiting | | **Targeting** | Job title, interests, behaviors | Keywords only | | **Retargeting** | Excellent | Good | Google Ads make sense later when branded search volume exists. For launch, Meta creates demand more efficiently. **Audience Targeting:** **Primary Audiences:** - Job titles: Analyst, Researcher, Consultant, Associate, Investment Professional - Interests: Venture capital, Private equity, Market research, Competitive intelligence - Behaviors: Business decision makers, Technology early adopters - Lookalikes: Based on early Pro subscribers **Creative Strategy:** **Format:** 15-30 second video demos showing ADIN in action **Creative Angles to Test:** | Angle | Hook | Demo | |-------|------|------| | **Speed** | "Research that used to take 4 hours, done in 4 minutes" | Side-by-side comparison | | **Memory** | "An AI that actually remembers your work" | Show memory recall across sessions | | **Depth** | "Go deeper than ChatGPT" | Show multi-agent research in action | | **Integration** | "Finally, an AI that connects to your tools" | Show Gmail/Docs/Sheets integration | | **Use Case** | "[Specific task] in 60 seconds" | Competitive analysis, due diligence, etc. | **Landing Pages (by Use Case):** Each ad set links to a use-case-specific landing page: - `/research` - For competitive analysis, market research - `/analysis` - For financial analysis, due diligence - `/legal` - For contract review, legal research - `/writing` - For content creation, reports Pages include: Hero with value prop → Demo video → Feature highlights → Social proof → CTA (Start Free) **Budget Allocation:** | Month | Daily Budget | Monthly Spend | Focus | |-------|--------------|---------------|-------| | 1 | $100 | $3,000 | Creative testing, audience discovery | | 2 | $200 | $6,000 | Scale winners, kill losers | | 3 | $300 | $9,000 | Optimize for CAC, scale | **Total Q1 Meta Spend:** ~$18,000 **Target Metrics:** | Metric | Month 1 | Month 2 | Month 3 | |--------|---------|---------|---------| | CPM | $12 | $10 | $8 | | CTR | 1.5% | 2.0% | 2.5% | | CPC | $0.80 | $0.50 | $0.32 | | Landing → Signup | 15% | 20% | 25% | | CAC (Free) | $5.33 | $2.50 | $1.28 | | Free → Pro | 5% | 8% | 10% | | CAC (Pro) | $107 | $31 | $13 | By Month 3, the goal is CAC 0.5 | | Referral link share rate | >25% | | Twitter mentions/week | 500+ | | Scout Fast Pass conversions | 200+ deals submitted | ### Combined Funnel Projections **Month 1:** - Twitter: 10 threads → 5,000 impressions/thread → 50K total impressions → 500 profile visits → 100 signups - SEO: 5 pages live, minimal traffic yet - Meta: $3K spend → 3,750 clicks → 560 signups - **Total signups: 660** | **Pro conversions: 33** | **MRR: $660** **Month 2:** - Twitter: 20 cumulative threads → 100K cumulative impressions → 300 signups - SEO: 10 pages → early rankings → 200 signups - Meta: $6K spend → 12,000 clicks → 2,400 signups - **Total signups: 2,900** | **Pro conversions: 230** | **MRR: $4,600** **Month 3:** - Twitter: 40 cumulative threads → 200K cumulative impressions → 600 signups - SEO: 25 pages → improving rankings → 800 signups - Meta: $9K spend → 28,000 clicks → 7,000 signups - **Total signups: 8,400** | **Pro conversions: 840** | **MRR: $16,800** **End of Month 3 Targets:** - 10,000+ registered users - 1,000+ Pro subscribers - $20K+ MRR - 25+ SEO pages ranking - Clear channel economics proven ### GEO Strategy (AI Search Optimization) As AI-powered search grows, being cited as an authoritative source matters as much as traditional SEO. ADIN's research content is structured for AI extraction: **Structured Data:** Every SEO page includes schema markup for easy AI parsing. **Clear Attribution:** Sources are cited inline, making it easy for AI to verify and attribute. **Authoritative Voice:** Content is written as definitive analysis, not opinion or speculation. **Update Frequency:** Pages are updated when new information is available, signaling freshness. **The GEO Bet:** Within 2-3 years, a significant portion of "search" will be AI-mediated. Building a citation-worthy knowledge base now creates a durable advantage. ## Part 6: Execution Checklist (90-Day Sprint) ### Week 1-2: Foundation - [ ] Implement usage tracking (fast vs slow request classification) - [ ] Build usage dashboard for users - [ ] Create Stripe integration for usage-based billing - [ ] Launch free tier (50 messages, 7-day memory) - [ ] Launch Pro tier ($20/month) - [ ] Set up Twitter account, optimize bio with link - [ ] Create SEO page template on ADIN site - [ ] Set up Meta Ads account, pixel, conversion tracking - [ ] Design 3 landing pages (research, analysis, general) - [ ] Publish first 5 research threads - [ ] Launch first Meta ad creative tests ($50/day) - [ ] Build waitlist landing page with position tracking - [ ] Implement referral link system and tracking - [ ] Create "Why I Want ADIN" submission form - [ ] Set up Twitter OAuth for follower count verification ### Week 3-4: Iteration - [ ] Publish 5 more research threads (10 total) - [ ] Convert top 5 threads to SEO pages - [ ] Analyze Meta ad performance, kill losers - [ ] Create 3 new ad creatives based on learnings - [ ] Scale Meta to $100/day on winners - [ ] First 500 signups - [ ] First 25 Pro conversions - [ ] Collect user feedback, iterate on onboarding - [ ] Launch public referral leaderboard - [ ] Begin featuring top "Why I Want ADIN" answers - [ ] First batch of instant access (5K+ followers, top referrers) - [ ] Track viral coefficient, optimize share prompts ### Week 5-8: Scale - [ ] Publish 20 more threads (30 total) - [ ] Convert 10 more threads to SEO pages (15 total) - [ ] Scale Meta to $200/day - [ ] Launch retargeting campaigns - [ ] Test lookalike audiences based on Pro subscribers - [ ] 3,000 total signups - [ ] 250 Pro subscribers - [ ] $5K MRR - [ ] Controlled waitlist rollout: 500-1,000 users/week - [ ] Launch Scout Fast Pass program - [ ] Monitor and optimize viral coefficient (target >0.5) ### Week 9-12: Optimize & Compound - [ ] Publish 25 more threads (55 total) - [ ] Convert 15 more threads to SEO pages (30 total) - [ ] Scale Meta to $300/day - [ ] Optimize landing pages based on conversion data - [ ] Launch Team tier - [ ] First SEO pages hitting page 1 - [ ] First GEO citations observed - [ ] 10,000 total signups - [ ] 1,000 Pro subscribers - [ ] $20K MRR - [ ] Clear path to $50K MRR by Month 6 - [ ] Transition from waitlist to open access - [ ] Maintain referral program for "skip the line" benefit ## Key Takeaways **1. Two channels, one flywheel.** Twitter builds authority and seeds SEO. Meta drives volume. Both feed the same conversion funnel. **2. Content is the product demo.** Every research thread shows ADIN's capabilities. The best marketing is using the product in public. **3. SEO compounds, ads don't.** Meta ads are for acceleration. SEO pages are for durability. Build both, but know the difference. **4. Speed wins.** 90 days is enough to prove channel economics and hit $20K MRR. Move fast, measure everything, double down on winners. **5. GEO is the next SEO.** Structured, well-sourced research content will be cited by AI search. Build for that future now. **6. Usage-based pricing aligns incentives.** Free tier removes friction. Low monthly cost captures the long tail. Usage-based scaling means power users pay fairly for value received. **7. The knowledge repository is the moat.** Every thread, every SEO page, every user interaction deepens the knowledge base. That's the compounding advantage. **8. Viral waitlists multiply paid acquisition.** A 0.5+ viral coefficient means every paid signup generates half an organic signup. Combined with FOMO mechanics, this dramatically improves CAC efficiency. **9. Scarcity creates status.** Limited invites (exactly 3 per user) force careful selection, make recipients feel special, and generate constant word-of-mouth. **10. Align acquisition with strategic goals.** The Scout Fast Pass turns user acquisition into deal flow generation, directly supporting the fund's 10K scout target.