Building & Selling AI

AWS AI Services

Last updated 2026-07-22

What's new

2026-07-22
  • Focus on storytelling to sell AI, highlighting its transformative impact rather than the technology itself.
  • Leaders must embrace and use AI tools like Codex (a tool that helps write and understand code) and cloud code (writing code online) to drive change in their organizations.
  • MidJourney, an AI image generator, achieved $200 million with 40 employees by investing in people and innovative technologies, showing AI's potential for significant impact.
  • AI's future depends on operators who can leverage its power, with a focus on subject matter expertise and practical application, not just the technology itself.
2026-07-13
  • **Semantic tool selection** (picking the right tools for the job) helps AI agents (computer programs that use AI to do tasks) use fewer tokens (units of text AI processes), reducing costs and hallucinations (making up incorrect information).
  • **Graph rack** (structured data search) replaces text searches with precise queries, helping AI agents find verifiable answers for tasks like counting or multi-step reasoning.
  • **Multi-agent validation** (using a second AI agent) checks responses before they reach users, improving accuracy and catching errors.
  • **Neuro-symbolic guardians** (rules written in Python programming language) ensure AI agents follow specific rules, preventing incorrect or unwanted actions.
2026-07-10
  • Claude Video (a free tool) lets Claude (an AI assistant) analyze videos, pulling key frames and generating transcripts, which is useful for understanding video content beyond just text.
  • Notebook LM-PI (another free tool) integrates Notebook LM (a research and synthesis tool) into Claude, allowing for deeper research and content creation like slide decks or infographics.
2026-07-07
  • RTK (Rust Token Killer) is a strategy that reduces unnecessary information in AI tool calls, cutting token usage by up to 99% without affecting quality.
  • Semantic compression rewrites sentences to use fewer words while keeping the same meaning, reducing token usage and improving output quality.
  • Logs to SQLite converts log files into a compressed database, allowing AI to search for information quickly without reading entire log files.
2026-07-04
  • Fable 5 (a powerful AI model) can clone existing software, like Whisper Flow (a speech-to-text service), creating a local version that runs on your own computer.
  • To maximize Fable 5's potential, use Opus 4.8 (another AI model) to plan the project first, then hand it off to Fable 5 for execution.
  • Fable 5 can also analyze your usage of Claw Code (a software tool) to suggest improvements, like creating new skills or automations.
  • For best results, use Fable 5 for specific, well-planned tasks rather than open-ended dynamic workflows to avoid exceeding usage limits.
2026-06-28
  • A new AI tool called Jarvis (an AI assistant) helps manage and summarize team activities, ensuring security and control within a company's own AWS (Amazon Web Services, a cloud computing platform) account.
  • This setup is designed for larger companies, non-profits, or organizations with strict guidelines, allowing them to securely use tools like Salesforce (a customer relationship management platform) or Slack (a communication tool) on mobile devices.
  • The platform built on AWS Bedrock (a service for building and scaling generative AI applications) can be emulated in other cloud environments like Azure or GCP (Google Cloud Platform, a suite of cloud computing services).
  • Users can create and manage multiple AI agents, set their roles, and connect them to communication tools like Telegram (a messaging app) or Slack, with all data and interactions secured within the AWS environment.
2026-06-25
  • Claude managed agents (AI workers that do tasks for you) can now run on their own schedule and safely use real passwords or API keys (secure codes that let software talk to each other), making them more useful for real work.
  • These agents act like employees, using your tools like email or Slack (a messaging app for teams) to complete tasks you describe in plain English, without needing you to set up complex workflows.
  • Claude has improved by allowing agents to run automatically and securely store sensitive information, addressing two major limitations that previously made AI agents feel like just demos or toys.
  • The service offers different AI models (Opus for complex tasks, Sonnet for everyday work, and Haiku for quick, cheap results) and a simple console (dashboard) to manage agents, view credits, and handle billing.
2026-06-22
  • GLM 5.2 (a new AI model) outperformed Opus 4.8 (another AI model) in creating 3D scenes, interactive explainers, dashboards, and games, showing better quality and style.
  • GLM 5.2 offers a cost-effective alternative to other AI models, which can be expensive or taken down unexpectedly.
  • The video demonstrates how to set up GLM 5.2 using Claude code (a platform for running AI models), making it easy for beginners to start using this new tool.

Key points

What it is

  • AWS AI Services are pre-built AI tools that let beginners add smart features like language understanding, search, or chatbots without building AI from scratch.
  • They include tools for text and language tasks, generative AI (AI that creates new content), and machine learning (pattern learning from data).
  • AWS AI Services remove infrastructure work and let you match the right managed service to your use case.

How to use it

  • First, understand if AI is the right solution or if simple deterministic logic (fixed if-then rules) suffices.
  • Then, identify the data shape (text, images, or structured numbers) and the learning signal (classifying categories, generating new content, or powering a conversation).
  • Match the specific AWS service to your job, such as Amazon Comprehend for text understanding or Amazon Lex for chatbots.
  • Solve the problem manually first to understand the workflow before implementing AWS services.

Watch out for

  • Not every business problem is an AI problem; some tasks belong in the deterministic bucket (logic-based rules).
  • Avoid automating tiny volume work where the effort to build outweighs the return.
  • Don't chase removed service names; learn the current one-liners for each service instead.
  • Treat every exam question seriously, as some are unscored but unidentifiable.

Tools named

  • Amazon Comprehend (extracts insights from text), Amazon Kendra (intelligent search), Amazon Lex (builds conversational bots), Amazon Translate (converts between languages), Amazon Bedrock (access to foundation models), Amazon SageMaker AI (machine learning), Amazon SageMaker Jumpstart (ready-to-use machine learning models), Amazon A2I (adds human review for quality), Amazon Nova (first-party foundation model family for AWS native models)

Lesson 1: What is AWS AI Services and why it matters

AWS AI Services are a collection of pre-built artificial intelligence (machines that can perform tasks that normally require human intelligence) tools that you can use without needing to build AI from scratch. They matter for AI development because they let beginners add smart features like language understanding, search, or chatbots quickly.

For text and language tasks, you can use Comprehend (extracts insights from text), Kendra (intelligent search), Lex (builds conversational bots), and Translate (converts between languages). These are ready-made services that match to specific needs like discovery or conversation.

For generative AI (AI that creates new content), AWS offers Bedrock, Agent Core, and Nova. Bedrock gives you access to foundation models (pre-trained AI models you can customize) so you don’t have to train your own. Agent Core lets you build agentic AI (software that can use tools and memory toward a goal), which can take actions across systems.

For machine learning (pattern learning from data) you can use SageMaker AI, SageMaker Jumpstart, and Amazon A2I. Jumpstart provides starting points for training, while A2I adds human review for quality.

The key decision habit is to inspect your scenario, name the data shape, name the learning signal, then choose the serving pattern. AWS AI Services matter because they remove infrastructure work and let you match the right managed service to your use case without memorizing every product detail.

Sources

Lesson 2: How to use AWS AI Services: step-by-step

To start using AWS AI Services as a beginner, first understand that the AWS Certified AI Practitioner exam expects you to pick the right managed service for a job without building machine learning (pattern-learning software) from scratch. You need about six months of hands-on practice. A step-by-step approach: clearly define the job you want done, then match it to a specific AWS service.

Begin by inspecting your scenario. Ask whether AI (the umbrella term for intelligent software) is the right solution or if simple deterministic logic (fixed if-then rules) suffices. Once you confirm AI is needed, name the data shape — is it text, images, or structured numbers? Then identify the learning signal: are you classifying categories, generating new content, or powering a conversation?

For example, if you need to understand text and extract meaning, choose Amazon Comprehend for natural language processing. If your goal is to build a conversational chatbot that can use tools and remember context, that is agentic AI (a system with tools and memory). To deploy a chatbot, you would use Amazon Lex. For generating new content like images or text, you enter the foundation model services (core generative AI bucket) like Amazon Bedrock, which gives you access to prebuilt models such as Nova.

When you select a service, think of a one-line job description. Amazon Kendra handles enterprise search, Amazon Translate moves between languages, and Amazon SageMaker Jumpstart offers ready-to-use machine learning models for training. Before you implement, solve the problem manually first — write down the exact steps you take. Document what works into a process. This ensures you understand the workflow before making AWS calls. Remember, the exam has no guessing penalty, so when stuck, eliminate wrong options and move on.

Sources

Lesson 3: Best practices and pitfalls

# AWS AI Services: Pitfalls, Mistakes, and Best Practices

The most common pitfall is treating every business problem as an AI problem. Many tasks belong in the deterministic bucket (logic-based rules), not the AI automation bucket. The fix is to skip machine learning (pattern learning) when certainty matters — if you need guaranteed outcomes, use deterministic logic instead. Another mistake is automating tiny volume work where the effort to build outweighs the return.

A major exam mistake is chasing removed service names like PartyRock, Data Wrangler, or DeepRacer. These are no longer on the exam map. Learn the current one-liners for each service instead of memorizing change logs. AWS Transform is now on the map as "agentic application modernization," not a generic AI label. Amazon Nova is the first-party foundation model family for AWS native models.

For service selection, use a consistent decision habit: inspect the scenario, name the data shape, name the learning signal, then choose the serving pattern. Labels plus categories mean classification. Labels plus numbers mean regression. No labels means clustering or anomaly detection. Match services by their job — Bedrock handles foundation models, SageMaker covers training, and Comprehend manages language understanding.

Best practices include treating every exam question seriously since 15 of 65 questions are unscored but unidentifiable. With 90 minutes for 50 scored questions, make the best supported pick rather than the perfect answer. AI is useful when you need decision assistance, scalability, or automation.

Sources