# Zarif Automates > Sources, roles, and agent workflows for people who build with AI. — Sources worth following, paths into forward-deployed and AI-engineering roles, and agent and automation workflows you can inspect, written by a builder. Every page below links to a clean Markdown version (append `.md` to any blog, glossary, or tool URL). The full corpus is available in per-pillar files at https://www.zarifautomates.com/llms-full.txt. ## Author Zarif — AI Automation Builder & Educator Zarif builds AI agents and automation workflows and writes about what holds up in production: the sources worth following, the roles the AI era is creating, and agent workflows you can inspect end to end. ## Open Source - [Open-Source Projects](https://www.zarifautomates.com/open-source): AI automation projects built in public by Zarif Automates. - [GTM Skills for AI Agents](https://www.zarifautomates.com/open-source/gtm-skills): Evidence-first sales and go-to-market skills for account research, outbound, discovery, qualification, deal strategy, pipeline review, forecasting, and customer handoff. - [GTM Skills on GitHub](https://github.com/zarif3624/gtm-skills): Installable source, documentation, issues, and contributions. ## Content Pillars - [Agents & AI Engineering](https://www.zarifautomates.com/blog/pillar/agents-and-ai-engineering): Building, evaluating, and running AI agents: frameworks, development environments, memory, tools, MCP, Codex and Claude Code in practice. - [Automation Workflows](https://www.zarifautomates.com/blog/pillar/automation-workflows): Workflows that hold up in production: n8n, webhooks, APIs, SOP templates, and when an agent should hand work to a workflow. - [AI Careers](https://www.zarifautomates.com/blog/pillar/ai-careers): Forward-deployed engineering, GTM engineering, and the roles the AI era is creating: what they are, who hires, how to get in. - [Sources & Directories](https://www.zarifautomates.com/blog/pillar/sources-and-directories): Maintained lists of the accounts, newsletters, blogs, channels, communities, and tools worth following, with verification dates. - [Tools & Comparisons](https://www.zarifautomates.com/blog/pillar/tools-and-comparisons): Hands-on reviews, head-to-head comparisons, pricing guides, and the niche tool lists that earned search visibility. ## Pillar Hubs (Markdown indexes) - [Agents & AI Engineering](https://www.zarifautomates.com/blog/pillar/agents-and-ai-engineering.md) - [Automation Workflows](https://www.zarifautomates.com/blog/pillar/automation-workflows.md) - [AI Careers](https://www.zarifautomates.com/blog/pillar/ai-careers.md) - [Sources & Directories](https://www.zarifautomates.com/blog/pillar/sources-and-directories.md) - [Tools & Comparisons](https://www.zarifautomates.com/blog/pillar/tools-and-comparisons.md) ## Agents & AI Engineering Building, evaluating, and running AI agents: frameworks, development environments, memory, tools, MCP, Codex and Claude Code in practice. ### Posts - [Agent Design Patterns: Run Four Control Flows and Their Failures](https://www.zarifautomates.com/blog/ai-agent-design-patterns-production-systems.md): Run a fixed workflow, router, bounded tool loop and parallel join. Inspect which steps run, which stop and what evidence reaches the reviewer. - [Choose an Agent Starter: Inspect Three Repositories and Test One](https://www.zarifautomates.com/blog/best-ai-agent-template-libraries-and-starters.md): Compare a Python agent backend, a LangGraph chat UI and a full-stack chatbot, then reproduce a pinned starter inspection without paid inference. - [Agent Evaluation Tools: Compare Five Options on One Ticket Task](https://www.zarifautomates.com/blog/best-ai-agent-testing-and-evaluation-tools.md): Reproduce a local Pydantic Evals run, then compare Promptfoo, LangSmith, Braintrust and plain Python against the same dataset and scoring rules. - [AI APIs for Beginners: Make a Request and Handle the Response](https://www.zarifautomates.com/blog/complete-guide-ai-apis-beginners.md): Make a Claude Messages API request in Python, validate its JSON response, and test authentication, rate limits and bad output with local fixtures. - [Evaluate a Ticket Agent: Dataset, Scoring Code and Failure Report](https://www.zarifautomates.com/blog/evaluate-ai-agent-performance-reliability.md): Run ten ticket cases through two deterministic baselines, inspect wrong labels and timeouts, and retain failures in a reproducible evaluation report. - [Human Approval for Agents: Store and Check the Exact Decision](https://www.zarifautomates.com/blog/how-to-build-ai-agent-human-in-loop-approval.md): Run a SQLite approval lifecycle that rejects changed, stale, expired and revoked proposals, then returns a completed local receipt on retry. - [Plan and Execute: Build a Bounded Ticket Workflow](https://www.zarifautomates.com/blog/how-to-build-ai-agent-that-plans-and-executes-tasks.md): Run a four-step ticket workflow with validated dependencies, a dispatch budget, cancellation and traces of failed prerequisites. - [Build Persistent Agent Memory with Updates, Expiry and Deletion](https://www.zarifautomates.com/blog/how-to-build-ai-agent-with-persistent-memory.md): Run a SQLite preference store with owner scoping, versioned updates, provenance, expiry and deletion, then verify it from fresh Python processes. - [Build a Small RAG Pipeline and Measure What It Misses](https://www.zarifautomates.com/blog/how-to-build-ai-agent-with-rag.md): Run a six-document retrieval and answer pipeline, inspect citations, exclude private and outdated evidence, and measure an intentional synonym failure. - [Build an MCP Server and Client for a Ticket-Label Tool](https://www.zarifautomates.com/blog/how-to-build-an-ai-agent-using-mcp-model-context-protocol.md): Run a versioned Python MCP server and client, discover a ticket-label tool, and test valid calls, schema failures and protocol errors. - [Run a Bounded Tool-Calling Loop in Python](https://www.zarifautomates.com/blog/how-to-build-an-ai-agent-with-tool-use-and-function-calling.md): Run a Python tool-calling loop with schemas, argument checks, matched results, turn limits and ten deterministic success and failure fixtures. - [Use Cursor to Build a Ticket Approval Interface You Can Test](https://www.zarifautomates.com/blog/how-to-use-cursor-ai-to-build-web-applications.md): Build one local ticket-review flow in Cursor, then verify proposal, approval, stale rejection and retry behavior through the UI and real HTTP checks. - [Use GitHub Copilot to Fix a Stale-Delete Bug You Can Verify](https://www.zarifautomates.com/blog/how-to-use-github-copilot-to-write-code-faster.md): Use Copilot in VS Code on a small SQLite bug, starting with two failing tests and reviewing the exact version check in the resulting patch. - [Build a Webhook Receiver: Verify Deliveries and Recover After Failure](https://www.zarifautomates.com/blog/how-to-use-webhooks-ai-automation.md): Run a local Python webhook receiver, verify signed bytes, persist event receipts, and test duplicate delivery, tampering and worker rollback. - [Three Prompt Contracts You Can Check with Evaluation Fixtures](https://www.zarifautomates.com/blog/prompt-contracts-with-evaluation-fixtures.md): Build classification, grounded-answer and change-proposal prompts with explicit outputs, twelve fixtures, and a runnable Python evaluator. - [RL Environments for Coding Agents: Five Projects and How to Compare Them](https://www.zarifautomates.com/blog/rl-environments-for-coding-agents.md): Compare five RL environment and task-generation projects for coding agents, with primary sources, selection criteria and a CSV export. - [Build a Ticket Workflow: Signed Delivery, Evidence and Human Approval](https://www.zarifautomates.com/blog/ticket-agent-workflow-capstone.md): Connect a real HTTP receiver to retrieval, proposal validation and a stored approval, then verify twelve local failure and recovery scenarios. - [Reactive vs Proactive AI Agents: Architecture Comparison](https://www.zarifautomates.com/blog/reactive-vs-proactive-ai-agents-architecture-comparison.md): Reactive vs proactive AI agents explained: architecture, triggers, planning loops, risks, examples, and when to use each pattern. - [Your Research Agent Needs an Evidence Ledger Before It Needs a Better Prompt](https://www.zarifautomates.com/blog/market-research-agent-workflow-teardown.md): A practical research-agent design: preserve sources, separate facts from inferences, and deliver a decision someone can review. - [Agent Development Environments: Coding Products, RL Tasks and Runtimes](https://www.zarifautomates.com/blog/best-ai-agent-development-environments.md): Separate the three meanings of agent development environment: coding-agent products, RL training environments and hosted execution runtimes. - [Enterprise AI Agent Platforms: How an FDE Should Evaluate the Shortlist](https://www.zarifautomates.com/blog/best-ai-agent-platforms-for-enterprises.md): Compare five enterprise agent deployment options by identity, state, integration and operations, then run a pilot with explicit acceptance criteria. - [Enterprise Document Processing Tools: Where Datalab Fits and How to Choose](https://www.zarifautomates.com/blog/best-enterprise-ai-document-processing-tools.md): A source-based shortlist of Datalab, ABBYY, Rossum, Google, and Azure, with practical questions about extraction, review, and deployment. - [Enterprise AI Knowledge Management: A Practical Selection and Pilot Guide](https://www.zarifautomates.com/blog/best-enterprise-ai-knowledge-management-systems.md): Compare Glean, Guru, Notion and Microsoft knowledge search through connector permissions, freshness, answer evidence and a concrete customer pilot. - [How to Monitor and Debug AI Agents](https://www.zarifautomates.com/blog/how-to-monitor-and-debug-ai-agents.md): Learn how to monitor and debug AI agents with traces, metrics, alerts, and replay evals. Stop guessing why your agent failed in production. - [How to Deploy AI Agents to Production](https://www.zarifautomates.com/blog/how-to-deploy-ai-agents-to-production.md): A 7-step engineer's guide to deploy AI agents production-ready in 2026: hosting, state, observability, evals, retries, cost controls, and rollouts. - [What Is Model Context Protocol (MCP)? The Complete 2026 Guide](https://www.zarifautomates.com/blog/what-is-model-context-protocol-mcp.md): Learn what Model Context Protocol (MCP) is, how it works, and why it's the universal standard connecting AI agents to tools and data. - [How to Build a Multi-Agent AI System from Scratch](https://www.zarifautomates.com/blog/how-to-build-multi-agent-ai-system.md): Step-by-step tutorial for building a multi-agent AI system from scratch using CrewAI, LangGraph, or AutoGen — with architecture patterns and production tips. ## Automation Workflows Workflows that hold up in production: n8n, webhooks, APIs, SOP templates, and when an agent should hand work to a workflow. ### Posts - [Build an n8n Ticket-Triage Workflow and Test Its Failure Paths](https://www.zarifautomates.com/blog/how-to-use-n8n-for-advanced-ai-workflow-automation.md): Import a credential-free n8n workflow, run eight ticket-triage fixtures, and inspect review, duplicate, invalid-output and stale-record branches. - [How to Build a Weekly AI Article Recommendation Workflow](https://www.zarifautomates.com/blog/how-to-build-weekly-ai-article-recommendation-workflow.md): Build a weekly AI article recommendation workflow that collects sources, removes duplicates, scores relevance, and sends a trustworthy reading list. - [How to Build Your First AI Automation in Under 30 Minutes](https://www.zarifautomates.com/blog/how-to-build-your-first-ai-automation-in-under-30-minutes.md): A first AI automation tutorial that ships a working email-to-CRM workflow in 30 minutes using free tools — no code, no prior automation experience required. - [How to Create an AI Video Production Workflow](https://www.zarifautomates.com/blog/ai-video-production-workflow.md): Build a practical AI video production workflow for scripting, generation, editing, quality review, and multi-platform distribution. - [The Complete AI Automation Playbook for 2026: Tools, Workflows, and ROI](https://www.zarifautomates.com/blog/complete-ai-automation-playbook-2026.md): Master AI automation in 2026. Compare n8n, Make, Zapier. Build workflows, model costs, choose LLMs, and scale agentic AI without wasted budget. - [How to Create AI-Powered SOPs for Your Entire Business](https://www.zarifautomates.com/blog/how-to-create-ai-powered-sops-for-business.md): Master AI-powered SOPs: automate creation, reduce onboarding by 60%, streamline workflows, ensure compliance at scale across teams. - [Your CLAUDE.md Should Explain What Done Means](https://www.zarifautomates.com/blog/claude-md-file-10x-engineer-optimize-claude-code.md): A practical CLAUDE.md guide built from this site’s real project instructions: context, autonomy, verification, and useful handoffs. - [How to Build a Lead Generation Workflow in n8n Step by Step](https://www.zarifautomates.com/blog/how-to-build-lead-gen-workflow-n8n.md): Learn how to build a lead generation workflow in n8n with this step-by-step guide. Capture, enrich, and qualify leads automatically. ## AI Careers Forward-deployed engineering, GTM engineering, and the roles the AI era is creating: what they are, who hires, how to get in. ### Posts - [Agent Engineer: A Practical Career and Portfolio Guide](https://www.zarifautomates.com/blog/agent-engineer-career-guide.md): Understand agent engineering across tools, state, evaluation and execution, with a portfolio exercise and scoped employer examples. - [AI Engineer: A Practical Career and Portfolio Guide](https://www.zarifautomates.com/blog/ai-engineer-career-guide.md): Map AI engineering responsibilities to a learning path, an evaluation-driven portfolio and current employer-posted compensation examples. - [GTM Engineer: A Practical Career and Portfolio Guide](https://www.zarifautomates.com/blog/gtm-engineer-career-guide.md): Understand GTM engineering through actual employer roles, a practical reading path, scoped salary examples and a portfolio project. - [What Is a Forward Deployed Engineer? The Complete Guide](https://www.zarifautomates.com/blog/what-is-a-forward-deployed-engineer.md): Learn what Forward Deployed Engineers do, how the role works, why AI companies hire them, and when the FDE model makes business sense. - [Forward Deployed Engineer vs Solutions Architect vs Consultant](https://www.zarifautomates.com/blog/forward-deployed-engineer-vs-solutions-architect-vs-consultant.md): Compare FDEs, solutions architects, consultants, implementation engineers, and product engineers by ownership, coding depth, and outcomes. - [When Should You Hire a Forward Deployed Engineer?](https://www.zarifautomates.com/blog/when-to-hire-forward-deployed-engineer.md): Use this practical decision framework to determine whether your company needs an FDE, a solutions architect, implementation help, or product work. - [How to Build a Forward Deployed Engineering Team](https://www.zarifautomates.com/blog/how-to-build-forward-deployed-engineering-team.md): Design an FDE team that ships customer outcomes without becoming custom services. Covers charter, structure, hiring, capacity, and career paths. - [The Forward Deployed Engineering Playbook: Discovery to Production](https://www.zarifautomates.com/blog/forward-deployed-engineering-playbook.md): Run FDE engagements from qualification to production with clear artifacts, exit criteria, adoption measures, handoffs, and product feedback. - [How to Measure FDE Teams: Metrics, ROI, and Unit Economics](https://www.zarifautomates.com/blog/how-to-measure-fde-teams.md): Build an FDE scorecard covering customer outcomes, delivery health, product leverage, capacity, ROI, and the metrics that create bad behavior. - [Forward Deployed Engineers for Enterprise AI: Why the Model Works](https://www.zarifautomates.com/blog/forward-deployed-engineers-enterprise-ai.md): See how FDEs close the enterprise AI deployment gap across discovery, evals, data, integration, governance, rollout, and product learning. - [How to Become a Forward Deployed Engineer](https://www.zarifautomates.com/blog/how-to-become-forward-deployed-engineer.md): Build the engineering, product, and customer skills needed for FDE roles with portfolio projects, a 12-week roadmap, and job-search guidance. - [Forward Deployed Engineer Interview Guide](https://www.zarifautomates.com/blog/forward-deployed-engineer-interview-guide.md): Prepare for FDE interviews across coding, systems design, customer discovery, product judgment, ambiguity, and behavioral evaluation. - [Why Forward Deployed Engineering Teams Fail](https://www.zarifautomates.com/blog/why-forward-deployed-engineering-teams-fail.md): Diagnose the custom-work trap, weak qualification, permanent embedding, bad incentives, burnout, and other FDE failure modes with recovery actions. - [How to Transition Into an AI Career: Complete Guide](https://www.zarifautomates.com/blog/how-to-transition-into-an-ai-career-complete-guide.md): A realistic 2026 roadmap for transitioning into an AI career: skills to learn, projects to ship, salaries to expect, and how long it actually takes. - [How to Learn AI from Scratch: Free Resources Guide](https://www.zarifautomates.com/blog/how-to-learn-ai-from-scratch-free-resources-guide.md): Learn AI from scratch with free resources. A 90-day path from zero to building real models, with the best free courses, tools, and projects in 2026. ## Sources & Directories Maintained lists of the accounts, newsletters, blogs, channels, communities, and tools worth following, with verification dates. ### Posts - [AI Agent Benchmarks and Leaderboards: What Each Measures](https://www.zarifautomates.com/blog/ai-agent-benchmarks-and-leaderboards.md): Compare coding, terminal, browser and tool-interaction benchmarks by task, harness and scoring assumptions, with primary sources and CSV export. - [AI Conferences and Meetups: Organizer Calendars for Builders](https://www.zarifautomates.com/blog/ai-conferences-and-meetups-for-builders.md): Find technical AI conferences and community events through eight organizer and community sources, with selection criteria and an exportable reference list. - [AI RSS and OPML Pack: Import Six Engineering Feeds](https://www.zarifautomates.com/blog/ai-rss-and-opml-pack.md): Import six checked AI engineering feeds into your reader. Includes feed URLs, import instructions and a small weekly reading routine. - [AI YouTube Channels for Builders: Code, Systems and Technical Talks](https://www.zarifautomates.com/blog/ai-youtube-channels-for-builders.md): Choose implementation videos and technical talks from five AI channels, with starting points, source links and a CSV download. - [AI Agent Repos and Starter Templates: Seven Projects for Different Jobs](https://www.zarifautomates.com/blog/best-ai-agent-repos-and-starter-templates.md): Seven agent repositories with official examples, selection tradeoffs and a checklist for turning a starter into an inspectable application. - [AI Engineering Blogs: Sources for Systems, Evals and Practical Work](https://www.zarifautomates.com/blog/best-ai-engineering-blogs.md): Seven AI engineering blogs chosen for technical methods, implementation details and primary sources, with reasons to read and a CSV export. - [Companies Hiring Forward-Deployed and GTM Engineers](https://www.zarifautomates.com/blog/companies-hiring-forward-deployed-and-gtm-engineers.md): Six FDE and GTM role examples across five employers, with checked job links, locations, experience requirements and source dates. - [MCP Servers for AI Builders: Maintainer and Reference Projects](https://www.zarifautomates.com/blog/mcp-servers-for-ai-builders.md): Inspect seven MCP server projects for repositories, browsers, databases, local files and infrastructure, with permission boundaries and a CSV export. - [Best AI communities](https://www.zarifautomates.com/blog/best-ai-communities.md): Reddit, Discord, and events in one AI communities directory, with official join links, a start-with-five, and a CSV download. - [Best AI Twitter (X) Accounts to Follow in 2026](https://www.zarifautomates.com/blog/best-ai-twitter-x-accounts-to-follow.md): Follow high-signal AI X accounts for research, engineering, product releases, policy, and practical analysis—organized into a focused starter list. - [Best AI Blogs and News Sites for 2026: A High-Signal Reading Stack](https://www.zarifautomates.com/blog/best-ai-blogs-and-websites-for-news.md): Find high-signal AI blogs and news sites for lab announcements, technical analysis, reported coverage, and a focused weekly reading stack. - [The Best AI Newsletters to Subscribe To](https://www.zarifautomates.com/blog/best-ai-newsletters-to-subscribe-to.md): The best AI newsletters to subscribe to in 2026, ranked by signal-to-noise. - [The Best AI Podcasts for Staying Informed](https://www.zarifautomates.com/blog/best-ai-podcasts-for-staying-informed.md): Choose among 19 AI and technology podcasts by topic, with checked audio feeds, recent activity notes and an OPML download. - [The Best AI YouTube Channels for Education](https://www.zarifautomates.com/blog/best-ai-youtube-channels-for-education.md): The best AI YouTube channels for learning in 2026. Real picks, real channels, ranked by what you'll actually learn — not by subscriber count. - [Amazon AI Updates: Bedrock and Alexa Changes](https://www.zarifautomates.com/blog/amazon-ai-updates-bedrock-alexa.md): Amazon Bedrock pricing, Nova Forge, AgentCore memory, and Alexa+ availability: what changed and what builders should verify before adopting them. ## Tools & Comparisons Hands-on reviews, head-to-head comparisons, pricing guides, and the niche tool lists that earned search visibility. ### Posts - [Cursor Review: The Real Decision Is How You Want to Work](https://www.zarifautomates.com/blog/cursor-review-the-ai-code-editor-developers-love.md): A source-based Cursor review covering agent workflow, pricing, review burden, and when an editor-centered approach fits your work. - [Perplexity Pro Review: Better Than Free Search?](https://www.zarifautomates.com/blog/perplexity-pro-review-better-than-free-search.md): Perplexity Pro review covering pricing, search quality, model access, limits, and whether it beats the free plan. - [Zapier Pricing Guide: Plans, Limits, and Best Value](https://www.zarifautomates.com/blog/zapier-pricing-guide-plans-limits-and-best-value.md): Zapier pricing guide for plans, task limits, overages, AI add-ons, and the best value tier for automation teams. - [Best AI Tools Translation: 2026 Localization Guide](https://www.zarifautomates.com/blog/best-ai-tools-for-translation-and-localization.md): Compare the best AI tools translation teams can use for websites, apps, documents, continuous localization, and enterprise workflows. - [Claude Code vs GitHub Copilot: AI Coding Compared](https://www.zarifautomates.com/blog/claude-code-vs-github-copilot-ai-coding-compared.md): Claude Code vs Copilot in 2026 — agentic CLI vs in-editor completions, model quality, pricing, and which one you should actually pay for. - [n8n vs Zapier: The Honest Comparison for 2025 (Pricing, Features, and Who Should Use Each)](https://www.zarifautomates.com/blog/n8n-vs-zapier.md): n8n vs Zapier: real pricing, AI features, and who should use each. Includes self-hosted cost math and the task vs execution billing gap. - [Claude Managed Agents vs n8n: The Real Difference (And Why You Probably Need Both)](https://www.zarifautomates.com/blog/claude-managed-agents-vs-n8n.md): Claude Managed Agents vs n8n — the real architectural difference, pricing, enterprise use cases, and why most teams need both in 2026, not one or the other. - [Claude Code Features That Matter After the First Demo](https://www.zarifautomates.com/blog/claude-code-creator-power-features-boris-cherny.md): A practical guide to Claude Code context, verification, and task handoffs, without unsupported creator quotes or productivity claims. - [Cursor vs Windsurf: Updated Comparison](https://www.zarifautomates.com/blog/cursor-vs-windsurf-ai-code-editor-showdown.md): Read the updated comparison of Cursor and Windsurf, now Devin Desktop, with current product sources and workflow guidance. - [Cursor vs Windsurf: What Changed, and How to Choose Now](https://www.zarifautomates.com/blog/cursor-vs-windsurf.md): Windsurf is now Devin Desktop. Compare the current product direction, pricing sources, and workflow questions before choosing an AI editor. ## Tool Profiles - [Datalab](https://www.zarifautomates.com/tools/datalab.md): Managed document-intelligence APIs for conversion, structured extraction, segmentation, form filling, and versioned processing pipelines. ## Glossary Terms - [Agent Development Environment](https://www.zarifautomates.com/glossary/agent-development-environment.md): An ambiguous term for a coding-agent workspace, an RL task environment, or an execution runtime. Specify which layer you mean. - [Agentic AI](https://www.zarifautomates.com/glossary/agentic-ai.md): Agentic AI refers to AI systems that can autonomously plan, reason, and execute multi-step tasks to achieve goals without constant human input. - [AI Automation](https://www.zarifautomates.com/glossary/ai-automation.md): AI automation uses artificial intelligence to execute tasks without human intervention, combining machine learning with workflow automation. - [Large Language Model](https://www.zarifautomates.com/glossary/large-language-model.md): A large language model (LLM) is an AI system trained on vast text data to understand and generate human language for diverse tasks. - [n8n](https://www.zarifautomates.com/glossary/n8n.md): n8n is an open-source workflow automation platform that connects apps, APIs, and AI models to build powerful automated workflows. - [Prompt Engineering](https://www.zarifautomates.com/glossary/prompt-engineering.md): Prompt engineering is the practice of designing and refining inputs to AI models to produce accurate, relevant, and useful outputs. ## Feeds - [RSS Feed](https://www.zarifautomates.com/rss.xml) - [JSON Feed](https://www.zarifautomates.com/feed.json) - [Changelog](https://www.zarifautomates.com/changelog.json) ## Content Standards Check article dates and linked primary sources before acting on time-sensitive details.