Topic

Workflow Automation

All digests tagged Workflow Automation

Total Recall: Agent Memory and Harness Engineering — Ignacio Martinez, Oracle thumbnail

· 1:00:47

Total Recall: Agent Memory and Harness Engineering — Ignacio Martinez, Oracle

The presentation details the architecture of an AI agent, arguing that while Large Language Models (LLMs) provide the non-deterministic 'reasoning core,' the true engineering effort lies in the 'agent harness.' This harness is a multi-layered system designed to transform the LLM's unpredictable output into reliable, repeatable, and autonomous workflows. Key architectural components include advanced memory management (short-term, long-term, shared), semantic layers for institutional knowledge capture, and robust data storage solutions that combine the flexibility of files with the transactional consistency of databases.

Key takeaways

  1. The Agent Architecture Shift 17:30

    An AI agent is defined as a Large Language Model (the reasoning core, which is rented and uncontrolled) augmented by a harness. The goal of harness engineering is to ensure reliable and predictable output, compensating for the model's inherent non-determinism.

  2. Data Layer Complexity and Solutions 27:06

    The data layer is critical, requiring a hybrid approach to storage. While files are simple and model-friendly, they lack transactional consistency. Databases provide ACID properties, high availability, and vector search. The optimal solution is a hybrid system, such as Oracle DBFS, which combines the benefits of both.

  3. Memory and Context Management 33:20

    Agent memory is categorized into short-term (ephemeral), long-term (episodic), and shared memory. To prevent 'context rot' and maintain relevance, the harness must implement sophisticated context engineering techniques, such as context compaction and summarization.

  4. The Agent Workflow Loop 50:00

    The core operational structure is the agent loop (Observe $ ightarrow$ Reason $ ightarrow$ Act). This loop must be failure-resistant and can be enhanced through techniques like the Toolbox pattern and model routing (using small experts for specific tasks) to improve efficiency and reliability.

Watch on YouTube Full article

How to run your first AI UGC campaign (step-by-step guide) thumbnail

· 13:47

How to run your first AI UGC campaign (step-by-step guide)

This guide details an automated, multi-stage workflow for generating hyperrealistic User-Generated Content (UGC) at scale, significantly reducing costs from $20-$50 per video to mere cents per second. The process involves analyzing trending content to identify effective hooks and characters, using advanced AI prompting techniques (like JSON output) to create digital characters with specific 'vibes,' and finally generating the video using specialized APIs (such as Cance 2.5) combined with audio cloning and automated scripting.

Key takeaways

  1. UGC Strategy Foundation

    Effective UGC content requires two parts: a strong hook and a product demo. Scaling involves pairing one product demo with multiple variations (5-10) of hooks to test performance.

  2. Character Generation Techniques 1:48

    To generate a character with a specific 'vibe' while maintaining realism, it is crucial to restrict the model's exploratory space by using JSON-based prompts. This prevents the 'AI slop' look often associated with default model outputs.

  3. Model Comparison for Realism 2:20

    While multiple models (e.g., GPT image 2.5, Gemini 3 Pro) can generate characters, the speaker claims Gemini 3 Pro currently yields the most super-realistic results for character generation.

  4. Automated Video Production Workflow 5:20

    The full workflow uses a tool like 'track' to pull trending data, create a character image, and then use the Cance 2.5 model (via a restricted endpoint) to generate the final video. The process can be automated using a dedicated skill that handles scripting, voice cloning, and captioning.

Watch on YouTube Full article

How to set up Herdr for multi-agent coding (full guide) thumbnail

· 28:40

How to set up Herdr for multi-agent coding (full guide)

This guide details setting up Herder, a tool described as the 'meta' for multi-agent coding, allowing developers to manage and orchestrate multiple AI coding agents and projects within a persistent terminal environment. The setup emphasizes creating isolated 'spaces' for different projects, integrating various AI model harnesses (e.g., Grock, Codeex, Claude), and optimizing the workflow using advanced CLI tools like zoxide, Neovim, and Lazygit. The core benefit is achieving a single, persistent interface for complex, multi-agent development cycles, minimizing context switching and session loss.

Key takeaways

  1. Persistent Session Management

    Herder allows developers to maintain persistent terminal sessions (spaces) that survive terminal closures, similar to T-Mix, ensuring continuous work history and state for CLI-based coding tools.

  2. Agent Orchestration and Delegation

    The Herder skill enables agents to communicate and delegate tasks across different sessions and models (e.g., using Claude to review code started by Grock), providing full transparency into the multi-agent workflow.

  3. Customization via config.toml 20:32

    All aspects of Herder—including colors, spacing, and keyboard shortcuts—can be customized using the `config.toml` file, which can even be configured by an AI agent.

  4. Optimizing Navigation and Workflow

    Integrating tools like zoxide for faster folder navigation and Lazygit for Git status review allows the entire development process to be contained within a single, optimized terminal interface.

Watch on YouTube Full article

Multiplayer AI Manifesto thumbnail

· 13:29

Multiplayer AI Manifesto

The video outlines a 'Multiplayer AI Manifesto,' detailing the necessary shift from siloed, single-user AI chats to collaborative, cloud-native agent sessions. This transition is driven by the need for true co-working experiences that eliminate context switching and data fragmentation (the 'context task tax'). The manifesto proposes five core principles—such as agents living next to the work surface and keeping learning open—to guide the development of highly productive, secure, and collaborative AI workflows.

Key takeaways

  1. The Need for Multiplayer AI

    Current single-player AI chats force users into a 'context task' workflow (e.g., copying code from GitHub to Claude, then pasting it to Slack). Multiplayer agents allow co-workers to interact with the same agent session simultaneously, eliminating this friction.

  2. The Five Principles of Multiplayer AI

    1. **Refuse to Copy and Paste:** Agents must live directly next to the work surface (e.g., in Notion or GitHub) rather than within a separate chat window. The agent must access all tools available to the human team. 2. **Work with the Door Open:** Collaboration requires open learning, where best practices and insights are shared publicly, accelerating collective knowledge gain (analogous to Shopify's 'River' system). 3. **Continuously Improve:** Learning from successful prompts or complex iterations should be automatically codified as a skill for the agent. 4. **People are not Routers; Agents are:** Humans must focus on high-value activities, while agents handle routing and answering repetitive project update questions. 5. **Nothing Starts from Scratch:** The entire agent session that generated an artifact (document, PR) must persist in the cloud to ensure continuity for team members.

  3. Technical Requirements & Security

    AI agents must reside entirely in the cloud and be managed by a robust boundary. This is crucial because local/laptop agents are insecure, cannot be preserved long-term, and prevent team access. Furthermore, strict governance (a 'black box' record) is required to track what data an agent accesses and which users interact with it.

Watch on YouTube Full article

There Are Jobs You Could Never Give AI. I Gave GPT-6 Astra 20 Hours Of Admin. thumbnail

· 26:58

There Are Jobs You Could Never Give AI. I Gave GPT-6 Astra 20 Hours Of Admin.

The video explores the paradigm shift in AI capabilities from simple prompt-response interactions to managing complex, long-running 'jobs.' Using a simulated household move (estimated at over 20 hours of administrative work), the speaker demonstrates how advanced agents like GPT-6 Astra can handle multi-dimensional tasks that span multiple systems and require continuous supervision. The core concepts introduced are the 'Manager Loop' for coordinating sub-agents, 'Agent Supervision' for ensuring reliability, and the use of structured 'Recipe Cards' as a post-prompt format to define massive workflows.

Key takeaways

  1. The Scale of Delegation 0:52

    Astra is presented as an agent capable of handling entire life administration tasks, such as a household move, which involves coordinating utilities, DMV appointments, and school comparisons—a process estimated to take over 20 hours of pure administrative work. This moves AI beyond simple queries.

  2. The Manager Loop for Complex Workflows 15:15

    For tasks too complex or multi-dimensional to be contained in a single prompt, the 'Manager Loop' is required. This technique involves assigning a chief agent (the manager) to orchestrate multiple specialized execution agents, allowing the human user to define the goal while the AI handles the intricate sequencing and dependencies.

  3. Recipe Cards: The Post-Prompt Format

    To structure massive jobs, a new format called 'Recipe Cards' is proposed. These cards are designed to name the job, sketch out all internal steps, define required inputs (questions for the user), and specify which actions require human approval, serving as a map for complex agent execution.

  4. The Shift in Human Role

    While agents handle the 'grunt work' (researching homes, comparing options), the human role shifts entirely to defining high-level choices, setting boundaries, and providing final judgment. The focus is on accelerating the rate of decision-making.

Watch on YouTube Full article

GPT-6 Astra Doesn't Need Your Instructions Anymore. thumbnail

· 27:35

GPT-6 Astra Doesn't Need Your Instructions Anymore.

The emergence of super agents like GPT-6 Astra signals a shift from task-based AI prompting to autonomous, self-directed systems. These agents can operate without explicit instructions, building environments and solving complex problems by reasoning across diverse software tools (e.g., browsers, spreadsheets). For build engineers, this means moving away from defining discrete tasks toward managing continuous 'areas of concern' or standing jobs that require long-term persistence and cross-system coordination.

Key takeaways

  1. AGI is defined by autonomy, not benchmarks

    The key shift is the ability to operate without needing a specific method or recipe. Astra's capability—picking its own approach and building necessary tooling—is presented as evidence that we are past the need for explicit instructions.

  2. Super agents handle persistent, long-running jobs 17:18

    Agents can be entrusted with ongoing areas of concern (e.g., 'Keep me aware of things I'm likely to miss') rather than single tasks. This requires remembering past events and maintaining long-term intent without constant human prompting.

  3. The bottleneck is reliability, not intelligence 25:19

    As agents become more capable, the critical challenge shifts from raw intelligence to trustworthiness. The goal is achieving a level of reliability (the last 1-2 percent) that allows for full operational trust in enterprise settings.

  4. Management evolves from coordination to value driving

    Managers will shift from assigning tasks and checking progress (coordination) to defining what matters, identifying trade-offs, and owning the overall outcome of a team of super agents and humans.

Watch on YouTube Full article

AI-Native Organisations Run on Skills: How to Structure and Scale Them — Imad Touil, QuantumBlack thumbnail

· 20:31

AI-Native Organisations Run on Skills: How to Structure and Scale Them — Imad Touil, QuantumBlack

The talk argues that in AI-native organizations, organizational know-how resides primarily within 'skills.' While skills offer deterministic outcomes for complex workflows, ungoverned skills quickly accumulate as a form of technical debt due to duplication and quality decay. To scale effectively, organizations must adopt governance principles—borrowing from the microservices era—by implementing a centralized skills platform that provides metadata, search, versioning, access control, and clear ownership.

Key takeaways

  1. Skills are the core of organizational know-how 11:43

    The agentic software stack relies heavily on 'skills' (the deterministic component) within its outer workflow loop. If skills are unstructured, the resulting workflow is not truly deterministic.

  2. Governance prevents technical debt 20:30

    Without governance, teams repeatedly build similar skills (duplication), quality degrades because skills aren't retested against new models, and ownership is unclear. This creates a new class of technical debt.

  3. A centralized platform is mandatory for scale

    Scaling requires a central skills catalog with metadata, dependency mapping, versioning (to pull the current release), access control, and named human owners across architecture, infrastructure, and security.

Watch on YouTube Full article

How do you diffuse AI into the real world? — Varun Shenoy, Long Lake thumbnail

· 17:46

How do you diffuse AI into the real world? — Varun Shenoy, Long Lake

The deployment of advanced AI agents into real-world service industries is not merely a technological challenge but an operational one. Drawing parallels to the adoption of electricity and Ford's assembly line, the speaker argues that technology diffusion takes generations. Long Lake addresses this by acquiring and operating services businesses (e.g., property management) rather than selling software. Their approach focuses on building AI agents that move beyond simple 'co-pilots' to become autonomous 'co-workers,' leveraging proprietary ground truth data collected from messy, real-world tasks—a process requiring deep, physical co-design with the industry.

Key takeaways

  1. AI Diffusion Takes Generations 1:30

    The adoption of general-purpose technologies (GPTs) is slow. Just as electricity took decades to fully integrate into industries like Ford's, AI requires massive operational shifts—ripping out old processes and retraining staff—to achieve full diffusion. [1:30]

  2. The Value of Owning the Outcome 2:36

    Long Lake does not sell AI software; they acquire and operate services businesses (e.g., HOA, architecture). By being the operator/owner, they bear the risk when the AI fails, ensuring deep integration and accountability that external vendors cannot match. [2:36]

  3. The Progression from Co-pilot to Co-worker 6:18

    AI agents must progress through stages of autonomy: Co-pilot (simple RAG chatbot) $ ightarrow$ Synchronous Agent (real-time, two-way interaction) $ ightarrow$ Asynchronous Agent (background work, external triggers) $ ightarrow$ Long-running Agent $ ightarrow$ AI Co-worker (proactive partner). Achieving the co-worker requires earning the right to do more through iterative field deployment. [6:02]

Watch on YouTube Full article

How AI Agents Let GTM Teams Scale — Justin Joyce, Cloudflare thumbnail

· 19:15

How AI Agents Let GTM Teams Scale — Justin Joyce, Cloudflare

Justin Joyce details how Cloudflare utilizes a three-pillar approach powered by AI agents to solve scaling issues in traditional Go-To-Market (GTM) operations. The core problem—that manual processes and knowledge gaps limit efficiency—is addressed by building self-service capabilities, automating data analysis, and proactively pushing insights to users. This framework allows non-technical staff to query complex data using 'skill files' and enables reps to access expert-level information via an internal agentic workspace (Cloudflare OS).

Key takeaways

  1. The GTM Scaling Problem 5:20

    Traditional GTM processes suffer from the 'context gap' (switching between different customer calls) and the 'expert gap' (inconsistent execution among reps), leading to significant inefficiency. Back-office teams often rely on manual work in Excel or limited dashboards, which fail to meet all operational needs.

  2. Pillar 1: Scaling Analysis via Skill Files 10:53

    To empower non-SQL users, the team built role-specific 'skill files.' These allow business users to ask questions of data directly and quickly, eliminating bottlenecks that previously required a dedicated data engineer. This capability is used both for back-office analysis and building GTM skills.

  3. Pillar 2: Scaling Insight (Pushing the Story) 15:00

    Instead of forcing users to search dashboards, insights are proactively delivered through synthetic weekly summaries. This is achieved by transforming data dimensions (time, manager, metric) and using a multi-agent workflow: a first draft agent, a second reviewer agent for veracity checks, and a third 'tone agent' that crafts the message, ensuring risks and opportunities are weighted equally.

  4. Pillar 3: Self-Service via Cloudflare OS 17:15

    The internal tool, Cloudflare OS, is an agentic workspace running on Workers and Durable Objects. It allows GTM teams to perform complex tasks—such as building QBR decks, account plans, or forecast briefs—by interacting with curated expert skills without needing manual intervention.

Watch on YouTube Full article

Building GTM AI Agents: Lessons from Deploying to 6,000 Users — Sait Izmit, Snowflake thumbnail

· 20:39

Building GTM AI Agents: Lessons from Deploying to 6,000 Users — Sait Izmit, Snowflake

This talk details the process of building and scaling an internal Go-To-Market (GTM) AI assistant using Snowflake Co-work. The speaker emphasizes that successful deployment hinges less on technological capability and more on strategic execution: prioritizing quality over coverage, managing user trust, and planning for continuous architectural evolution. The system has processed over one million questions for 6,000 users, evolving from simple agent instructions to a complex architecture involving semantic views, skills, and MCP connections.

Key takeaways

  1. Quality Over Coverage 6:56

    Focusing on high accuracy (e.g., 95% correct) for a smaller set of critical questions is more effective than attempting to cover all possible data points with lower accuracy, as the first few interactions build user trust.

  2. Phased Rollout and Activation 9:06

    AI tools must follow a controlled launch process: Pilot (proving accuracy), Beta (e.g., 10% of users, tracking >70% retention rate), and General Availability (GA). The biggest failure point is often activation and change management, not the technology itself.

  3. Addressing the Collapsing Wow Factor 14:16

    After initial novelty wears off, the roadmap must evolve beyond simple Q&A. The progression should move from 'Talk to your data' (democratization) to 'Automate workflows' (integrations/MCPs), then to 'Team building skills,' and finally 'Hyper-personalization.'

Watch on YouTube Full article

Agents Aren't Taking Your Jobs. They're Creating More Work Instead. thumbnail

· 31:14

Agents Aren't Taking Your Jobs. They're Creating More Work Instead.

AI agents are generating significantly more work for humans—an 'agent management tax'—rather than eliminating it. The complexity of managing these agents scales dramatically from individual use to enterprise deployment. While verifiable domains (like legal or coding) show rapid adoption due to clear success criteria, small businesses often struggle with limited capital and resources. Enterprises gain a significant advantage by having dedicated teams for agent governance, security, and deep integration, which is necessary to manage the increased complexity.

Key takeaways

  1. Agents create work, they don't eliminate it

    The common assumption that agents will reduce headcount is incorrect. Data shows agent token usage is increasing rapidly (e.g., 14-fold between February and August on Open Router), with agents burning more than five tokens for every one a human burns. This necessitates new management roles.

  2. The role shifts to 'Above the Loop' 20:00

    As agents improve, the human job is shifting from execution to oversight: deciding what runs, providing context/permissions, checking results, and intervening when failure occurs. This requires domain knowledge (e.g., legal expertise) to validate outcomes.

  3. Enterprise advantage lies in capital and structure 24:19

    Enterprises report better returns because they can afford dedicated teams (security, quality control, product management) to handle the complex setup, monitoring, and integration required for agent deployment. This deep investment is necessary for scaling.

  4. SMBs must focus on verifiable domains 28:20

    Small businesses struggle when agents are used in non-verifiable domains (e.g., general business operations). Success requires finding processes they already perform manually and letting the agent handle only the preparatory steps.

Watch on YouTube Full article

I don't prompt agents anymore... thumbnail

· 22:22

I don't prompt agents anymore...

The video clarifies that 'graph engineering' primarily refers to building **Control Graphs**, which are structured workflows or SOPs designed to make AI agents reliable and predictable. The speaker details three primary methods for implementing these graphs: using dedicated code frameworks (like `LangGraph` or Dynamic Workflow), leveraging the LLM itself as the orchestrator, or employing agent-to-agent communication patterns. Implementing robust graphs requires defining clear nodes/edges, managing state artifacts, and crucially, integrating deterministic tools like verifiers and scripts to ensure reliability.

Key takeaways

  1. Focus on Control Graphs

    The term 'graph' is often misused; the practical focus should be on **Control Graphs**—workflows that enforce SOPs for reliable agent execution. This is distinct from Knowledge Graphs or Graph of Loops (though the latter is a new, complex area).

  2. Implement Reliability Layers 20:57

    For any automated process, setting up a dedicated 'verifier' skill/agent node is critical to building confidence and ensuring the agent's output meets expected standards.

  3. Choose Your Graph Implementation Method

    Graphs can be enforced via: 1) **Code-as-Graph** (using tools like Dynamic Workflow or `LangGraph`), 2) **Large Model as Graph** (defining SOPs in text/JSON for the LLM to follow), or 3) **Agent Teams** (an orchestrator agent managing a team of specialized agents).

  4. Best Practices for Workflow Design

    To maximize reliability, always define clear inputs and outputs for each node. Use dedicated scripts/code for complex data fetching or deterministic steps rather than relying solely on the LLM.

Watch on YouTube Full article

The Agent Behind the Curtain: Building the Oz Cloud Agent Platform — Safia Abdalla, Warp thumbnail

· 20:51

The Agent Behind the Curtain: Building the Oz Cloud Agent Platform — Safia Abdalla, Warp

The presentation details the architecture and philosophy behind Warp's cloud agent platform, emphasizing that a successful developer tool must 'absorb complexity before it reaches the user.' The platform achieves this by providing structured environments (sandboxes) and flexible integration points (multi-harness support). Core functionality revolves around advanced agent orchestration—managing complex workflows across multiple sub-agents via both prompting (`/orchestrate`) and comprehensive API exposure. This approach allows non-developers to build sophisticated tooling on top of the system, significantly automating tasks like issue triage and pull request reviews in open-source repositories.

Key takeaways

  1. Platform Complexity Absorption 0:03

    A core principle is that platforms must hide underlying infrastructure complexity from the user. This includes managing where agents run (sandboxes) and supporting diverse developer preferences without fragmentation.

  2. Multi-Harness Support 0:05

    The platform accommodates various developer workflows and tools (harnesses), ensuring consistency by providing structured guardrails around the chosen tool, regardless of whether it is a custom or native solution.

  3. Agent Orchestration 0:08

    Since real engineering rarely fits into one prompt, agents are designed to orchestrate sub-agents for complex tasks. This can be triggered via a dedicated command (e.g., `/orchestrate`) or programmatically through the exposed API.

  4. API Composability 0:09

    All key primitives—including spinning up agents, managing compute environments, and handling artifacts—are exposed via a robust API. This allows external users (even non-engineers) to build custom tooling (e.g., Slack bots) on top of the platform.

Watch on YouTube Full article

Three OpenAI Engineers Shipped A Million Lines. Your Ten-Hour Agent Run Starts Here. thumbnail

· 23:57

Three OpenAI Engineers Shipped A Million Lines. Your Ten-Hour Agent Run Starts Here.

The video details 'Progressive Context Shaping,' a methodology for managing extremely long-running AI agent sessions (6+ hours) by moving beyond reliance on large context windows. Instead of feeding an agent one massive instruction file, successful agents externalize and manage the current state, active plans, and decisions in structured files (e.g., `current.markdown`). This approach allows the agent to change direction or correct errors without losing critical progress, making human judgment—not just context size—the primary driver of complex AI work.

Key takeaways

  1. Progressive Context Shaping

    The core principle is that as work progresses, the small set of current instructions and decisions must receive priority over all historical data to guide the agent's next action. This allows for changing direction without restarting the project.

  2. OpenAI's Approach 4:03

    OpenAI replaced a 'giant manual' with a short map pointing agents toward active execution plans, decision logs, and design documents, ensuring the agent finds current information rather than relying on old instructions.

  3. Anthropic's Progress File 5:21

    Anthropic uses a 'progress file' as portable memory between sessions in Claude Code. This file records the current state, completed work, known limitations, and failed approaches to allow fresh sessions to pick up tasks.

  4. The Four Context Types 21:47

    Effective agent management requires separating four types of context: Stable Instruction (rules), Current Project State (active goals/decisions), The Map (resource location), and History (what happened).

Watch on YouTube Full article

Anthropic's CCA Exam as a Field-Guide for Agentic Engineering — Frank Coyle, UC Berkeley thumbnail

· 20:08

Anthropic's CCA Exam as a Field-Guide for Agentic Engineering — Frank Coyle, UC Berkeley

The presentation uses Anthropic's Claude Certified Architect (CCA) exam structure to guide engineers through agentic AI best practices by focusing on anti-patterns. Key principles include mastering 'agentic loops' over simple sequences, ensuring specialized subagents only have limited tools, and rigorously managing context via techniques like forking and compaction to prevent groupthink and token overflow.

Key takeaways

  1. Prioritize Looping Mechanisms 12:30

    Agentic workflows should leverage loops (e.g., `while true`) rather than simple sequences, as looping provides the necessary power for complex computation, paralleling the foundational concepts of Turing completeness.

  2. Use Stop Reasons for Control 7:40

    Instead of blindly using an agent's response, robust workflows must branch logic based on the model's `stop reason`. This is crucial because the LLM cannot execute tools; it only provides parameters that external code must run.

  3. Specialize Agents and Tools 15:30

    Avoid 'overloading' a single agent with all available tools. Specialized subagents, each equipped with one or two specific tools, are significantly more effective and maintain focus.

  4. Manage Context Isolation

    To prevent context pollution and 'groupthink,' isolate subtask outputs (e.g., using a 'context fork') so that only necessary summaries return to the main thread, preventing unbounded context growth.

Watch on YouTube Full article

2nd Place Winner: Coding Agent Calls Developer to Pitch Launch Strategy thumbnail

· 5:12

2nd Place Winner: Coding Agent Calls Developer to Pitch Launch Strategy

The video demonstrates an autonomous AI agent designed for product positioning strategy that operates while the developer is away (AFK). The agent handles routine tasks but utilizes a defined escalation matrix to call the human developer only when faced with non-reversible, high-stakes decisions. This process not only facilitates real-time discussion via voice call but also ensures all resulting decisions and follow-up action items are automatically logged back into the project documentation for transparency.

Key takeaways

  1. Autonomous AFK Operation

    The agent is instructed to run autonomously, completing all tasks it can handle without human intervention. It also checks working hours to prevent calling outside designated times.

  2. Strategic Escalation Matrix 1:40

    When the agent reaches a critical decision point (e.g., Lead on Value vs. Lead on Price), it triggers an escalation, presenting structured options and recommendations rather than asking for generic input.

  3. Decision Logging and Transparency

    Following the human decision (e.g., 'Lead on Value'), the agent automatically logs the approved decision and creates a follow-up task (e.g., 'follow up in 7 days') directly into the project files, ensuring decisions are never lost within transcripts.

Watch on YouTube Full article

From complex docs to decision ready context for agentic financial workflows thumbnail

· 1:05:19

From complex docs to decision ready context for agentic financial workflows

The webinar details how LlamaIndex enables the creation of sophisticated document agents for financial services by transforming complex, unstructured data (PDFs, images, etc.) into accurate, decision-ready context. The platform provides a comprehensive workflow—including parsing, extraction, and indexing—to automate historically manual processes in areas like Private Equity deal analysis, corporate lending, and mortgage servicing. Key features include advanced layout analysis for tables/charts, cross-document reconciliation, and robust human-in-the-loop validation.

Key takeaways

  1. Context is the foundation of agentic workflows 3:55

    Successful AI agents are highly dependent on accurate context. The platform's mission is to make previously untapped, unstructured data accessible by providing high accuracy and low cost in document processing.

  2. Three core financial use cases demonstrated 10:30

    The solution covers Private Equity (LBO modeling from deal room dumps), Corporate Lending (processing credit packets like ABL agreements and financials), and Mortgage Servicing (analyzing loan packages including deeds of trust, appraisals, and disclosures).

  3. Workflow relies on multi-stage processing 11:45

    The process moves from document arrival through intelligent classification/splitting $\rightarrow$ optimal parsing (LlamaParse) $\rightarrow$ targeted extraction (LlamaExtract) $\rightarrow$ cross-validation and grounding, culminating in a structured output for downstream modeling.

Watch on YouTube Full article

Perception Agents — Antje Barth, Amazon AGI Lab thumbnail

· 21:45

Perception Agents — Antje Barth, Amazon AGI Lab

Current AI agents excel at discrete tasks like clicking or calling APIs but fail in complex, end-to-end knowledge work because they lack reliable perception and verification capabilities. The talk introduces 'Perception Agents,' which close the architectural gap by enabling agents to perceive rendered UIs (not just underlying code), maintain shared context, and verify their own output against design specs or user flows, mimicking human collaboration.

Key takeaways

  1. The Gap in Agent Capability

    Current agents struggle with end-to-end workflows because the 'real work' lives within the seams of multiple applications. While they can perform individual steps, they cannot manage the full process reliability required for critical tasks (e.g., deleting a database).

  2. The Need for Reliability and Verification 3:50

    Unlike code, which is verifiable through unit tests, most knowledge work is 'messy' and lacks easy verification methods. This lack of verifiability is the primary hurdle to building trust in agents.

  3. Perception Agents: Closing the Loop 7:40

    A perception agent must perceive the screen (rendered layout, state) like a human, not just scrape code. They must complete the loop by observing results to confirm if actions succeeded, rather than simply firing off commands.

  4. Shared Context and Multimodal Perception 10:40

    Perception is more than just visual input; it includes understanding context from sources like audio transcripts. The goal is to build agents that react in real-time, similar to human collaboration, without the back-and-forth of prompt/response cycles.

Watch on YouTube Full article

From Systems of Record to Systems of Context — Omri Bruchim, monday.com thumbnail

· 15:58

From Systems of Record to Systems of Context — Omri Bruchim, monday.com

The talk outlines a fundamental shift in enterprise software from 'Systems of Record'—which merely log what happened—to 'Systems of Context,' which actively understand the meaning and connections between data points. monday.com addresses this challenge by building a 'Monday world model' using two distinct, precomputed engines: a slow engine for durable, long-term user profiling (who you are) and a fast engine for real-time signals (what is urgent today). This architecture mirrors both the brain's hippocampus/neocortex function and the Lambda data architecture, ensuring that AI agents can reason on deep context rather than just retrieving disconnected data.

Key takeaways

  1. The Problem: Data vs. Understanding

    Current AI assistants have access to vast amounts of data (boards, emails, Slack messages) but often fail because the core problem is not retrieval (data availability), but 'understanding'—the ability to connect disparate pieces of information and determine true user priority.

  2. The Solution: System of Context

    Instead of just logging events, the system must build a context layer ahead of time. This 'Monday world model' allows AI agents (like Sidekick/Psyche) to understand not only *what* happened but *why* it matters and *who* is affected.

  3. Architectural Design: Two Engines 13:35

    The context layer is built using two engines running on different time windows. The slow engine mines weeks of activity to build a durable profile of user patterns and goals, while the fast engine processes recent data for live signals and immediate urgency.

  4. Resilience and Intelligence

    This dual-engine approach provides resilience; if one source fails, the system degrades gracefully. Furthermore, it allows the AI to understand when to be proactive (notify) and when to remain silent.

Watch on YouTube Full article

Get started with the Interactions API thumbnail

· 8:51

Get started with the Interactions API

The Interactions API is now generally available and serves as a unified interface for interacting with various Gemini models and agents. It simplifies complex interactions—ranging from synchronous model calls to multi-step agent workflows in remote environments—by providing a single API endpoint. The API supports stateful operations by allowing users to pass the previous interaction ID, enabling iterative refinement of outputs (e.g., image editing) without re-uploading source data.

Key takeaways

  1. Unified Model Access 0:10

    The Interactions API provides easy access to all Gemini models and agents through a single interface, simplifying development across various Google AI capabilities.

  2. Stateful Interactions 4:05

    The API is stateful; developers can pass the previous interaction ID to build upon prior results, which is crucial for iterative processes like image editing or complex data processing.

  3. Advanced Capabilities 0:18

    New features include managed agents, background execution tool improvements, Deep Research, and media generation (e.g., Nano banana for images, Lyriq 3 for music, TTS for speech).

Watch on YouTube Full article