{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "EducationalOrganization",
      "@id": "https://school.agentseffect.com/#organization",
      "name": "Agents Effect School",
      "alternateName": "Школа архитектуры AI-агентов Agents Effect",
      "url": "https://school.agentseffect.com/",
      "logo": "https://school.agentseffect.com/school-banner.png",
      "image": "https://school.agentseffect.com/school-banner.png",
      "description": "A practical school of AI agent architecture for business: from process and outcome to prototype, controls, and metrics.",
      "parentOrganization": {
        "@type": "Organization",
        "name": "Agents Effect",
        "url": "https://agentseffect.com/"
      },
      "sameAs": [
        "https://agentseffect.com/",
        "https://t.me/agentseffect"
      ],
      "email": "intest@agentseffect.com"
    },
    {
      "@type": "WebSite",
      "@id": "https://school.agentseffect.com/#website",
      "url": "https://school.agentseffect.com/",
      "name": "Agents Effect School",
      "inLanguage": ["en-US", "ru-RU"],
      "publisher": {
        "@id": "https://school.agentseffect.com/#organization"
      }
    },
    {
      "@type": "WebPage",
      "@id": "https://school.agentseffect.com/#webpage",
      "url": "https://school.agentseffect.com/",
      "name": "Agents Effect School — AI Agent Architecture for Business",
      "description": "Agents Effect School teaches you to design AI systems that automate business processes and deliver measurable value.",
      "isPartOf": {
        "@id": "https://school.agentseffect.com/#website"
      },
      "about": {
        "@id": "https://school.agentseffect.com/#organization"
      },
      "primaryImageOfPage": {
        "@type": "ImageObject",
        "url": "https://school.agentseffect.com/school-banner.png",
        "width": 2172,
        "height": 724
      },
      "inLanguage": ["en-US", "ru-RU"],
      "dateModified": "2026-07-25"
    },
    {
      "@type": "Course",
      "@id": "https://school.agentseffect.com/#course",
      "name": "AI Agent Architecture for Business",
      "description": "A practical 10-lesson course: from the difference between an agent and a chatbot and a first Telegram agent to RAG, multi-agent systems, business integrations, and production deployment.",
      "provider": {
        "@id": "https://school.agentseffect.com/#organization"
      },
      "url": "https://school.agentseffect.com/#program",
      "inLanguage": ["en", "ru"],
      "educationalLevel": "Practical",
      "teaches": [
        "How an agent differs from a chatbot — and your first launch in 60 minutes",
        "A no-code agent and a controlled workflow",
        "An agent with memory and document access",
        "An agent that not only answers, but acts",
        "A multi-agent system in n8n",
        "Visual assembly of an agent team",
        "A support agent with human escalation",
        "A sales agent and lead qualification",
        "An analytics agent with reports and charts",
        "Production deployment and 24/7 operations"
      ]
    },
    {
      "@type": "QAPage",
      "@id": "https://school.agentseffect.com/#q&a",
      "inLanguage": "en",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Do I need programming skills?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "No. Deep knowledge of programming languages is not an entry requirement. You need to describe a process, outcome, constraints, and quality criteria. Codex, Cursor, and other AI tools help turn that architecture into code."
          }
        },
        {
          "@type": "Question",
          "name": "Why is the course not built around LangSmith, LangChain, or CrewAI?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Tools change quickly. Architectural decisions remain: which roles the system needs, what data they can access, where human control is required, and how results are measured. These principles let you choose the right tool for each problem."
          }
        },
        {
          "@type": "Question",
          "name": "What will I create during the course?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "You will analyze a real business process, design agent architecture, define role and data contracts, build a prototype, and prepare a metric-driven pilot plan."
          }
        },
        {
          "@type": "Question",
          "name": "Which business problems are suitable for AI agents?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Processes with a repeatable goal, available data, clear actions, and a verifiable outcome: research, document work, support, sales, analytics, quality control, and internal automation."
          }
        },
        {
          "@type": "Question",
          "name": "Does the course replace a developer or architect?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "No. The school teaches architectural decision-making and how to manage implementation with AI tools. Complex integrations, high-load systems, and critical infrastructure still require specialized engineers and security professionals."
          }
        },
        {
          "@type": "Question",
          "name": "What is included in AI agent architecture?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "The business goal, agent roles, data, memory, tools, permissions, constraints, human control points, logging, and outcome metrics."
          }
        },
        {
          "@type": "Question",
          "name": "How does an AI agent differ from a chatbot?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "A chatbot usually answers an individual message. An agent receives a goal, maintains state, selects approved tools, and performs actions within defined boundaries."
          }
        },
        {
          "@type": "Question",
          "name": "Why does an agent need human control?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Human control is required for risky, irreversible, or ambiguous actions. The architecture defines where the agent must stop and request approval."
          }
        },
        {
          "@type": "Question",
          "name": "Is the course tied to specific tools?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "No. Codex, Cursor, n8n, LangFlow, and CrewAI are practical implementation tools. The core skill is system design, so tools can be replaced."
          }
        },
        {
          "@type": "Question",
          "name": "How do you measure an agent's business value?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Define measurable indicators before launch: process time, operation cost, accuracy, escalation rate, error count, or generated revenue. Compare the pilot with the original process."
          }
        }
      ]
    }
  ]
}
