Skip to content
Learn Agentic AI
Learn Agentic AI archive page 122 of 146

Learn Agentic AI — Build Voice & Chat Agents

Step-by-step tutorials on building voice and chat AI agents using OpenAI Agents SDK, Realtime API, function calling, multi-agent orchestration, and production deployment patterns.

9 of 1313 articles

Learn Agentic AI
14 min read0Mar 16, 2026

Building a Resume Screening Agent: Automated Candidate Evaluation and Shortlisting

Learn to build an AI agent that parses resumes, evaluates candidates against job requirements, generates match scores, and implements bias mitigation strategies for fair automated hiring workflows.

Learn Agentic AI
13 min read0Mar 16, 2026

AI Agent for Employee Surveys: Distribution, Collection, and Analysis

Build an AI agent that designs employee surveys, distributes them to targeted groups, collects responses with anonymity controls, and performs sentiment analysis to surface actionable insights for leadership.

Learn Agentic AI
13 min read0Mar 16, 2026

Building an Internal Mobility Agent: Job Posting, Skill Matching, and Transfer Assistance

Create an AI agent that powers internal job boards, matches employees to open positions based on skill profiles, supports transfer applications, and facilitates transition planning between teams.

Learn Agentic AI
13 min read0Mar 16, 2026

AI Agent for Time and Attendance: Clock-In/Out, Schedule Viewing, and Exception Management

Build an AI agent that handles employee clock-in/out, displays work schedules, manages timecard exceptions, and routes approval workflows — replacing clunky time tracking interfaces with conversational interactions.

Learn Agentic AI
14 min read1Mar 16, 2026

Building a Compensation Inquiry Agent: Pay Stub, Tax, and Benefits Questions

Build an AI agent that answers employee compensation questions including pay stub breakdowns, tax withholding explanations, benefits enrollment details, and HSA/FSA management — with strict data security.

Learn Agentic AI
11 min read0Mar 16, 2026

Building a Chat UI with React: Message Bubbles, Input, and Auto-Scroll

Learn how to build a production-quality chat interface for AI agents using React and TypeScript. Covers message bubble components, input handling, and smooth auto-scroll behavior.

Learn Agentic AI
12 min read0Mar 16, 2026

Streaming Text Display in React: Typewriter Effect for AI Agent Responses

Implement token-by-token streaming display for AI agent responses using Server-Sent Events, React state, and cursor animation. Includes markdown rendering during streaming.

Learn Agentic AI
13 min read0Mar 16, 2026

Building a Voice UI for AI Agents: Microphone Input, Waveform Visualization, and Playback

Implement a voice interface for AI agents using the MediaRecorder API, real-time audio waveform visualization with Canvas, and audio playback controls in React.