Virtual Location

This is a Online Only event, please use the link below to join virtually.

Join virtual

Organized by:

Global AI Jacksonville

Dashboards are effective at showing us that something is breaking, but they usually rely on a human to watch the screen and decide what to do next. In this session, we will look at how to take a standard real-time telemetry dashboard and make it autonomous.

We will walk through a practical implementation using an Angular frontend and a Node.js server. We’ll look at how the system leverages a relational database for persistence and a Redis in-memory cache to handle high-frequency and short volume data feeds. From there, we incorporate an AI Agent that follows three core principles: perceiving the data stream through a sliding window, reasoning against statistical control limits, and acting by sending real-time analysis back to the user. This session is focused on bridging the gap between raw data streams and automated decision-making.


Agenda

  • The Real-Time Feed: Monitoring Device Telemetry

An introduction to the live system where devices emit high-frequency data for quality monitoring and 3 sigma control limit oversight.

  • System Architecture: From Ingestion to Persistence

A deep dive into the technical stack, mapping out the data journey through Node.js, Redis in-memory caching, and relational database storage.

  • The Human in the Loop: Cognitive Limitations

Exploring the "Passive Monitoring" challenge—why relying on human interpretation of real-time alerts creates a bottleneck in process control.

  • The AI Agent: Applying the 3 Principles

Implementing the "Active Observer" using the three core pillars of AI Agents: Perception (the window), Reasoning (the limits), and Action (the analysis).

  • The Intelligent Journey: Summary & Advantages

Recapping our transition from a passive monitor to a smart system and discussing the advantages of automated, agentic data interpretation.


Why Attend?

The industry is moving beyond simple "Chat" interfaces and into the realm of Agentic Observability. By attending this session, you will see a practical blueprint for integrating intelligence directly into a high-velocity data stack.


Who is this for?

  • Junior Developers: Learn the fundamentals of real-time streaming, how to manage state in Node.js, and how to interact with AI APIs in a professional environment.

  • Senior Engineers & Architects: See a robust architectural pattern for integrating Redis, relational databases, and AI Agents while maintaining system stability and security.

  • Decision Makers (VPs/Directors): Understand the ROI of "Active Monitoring"—how AI Agents can act as a force multiplier for your engineering teams by automating the first layer of data interpretation.

  • Quality & Reliability Engineers: Explore how to digitize the control limit logic you already use into an autonomous 24/7 "Digital Twin."


🔗 Having trouble with the video player?

If the embedded livestream does not load, you can join directly on YouTube:

Direct Link: https://youtube.com/live/oJC8XhxvdX4

🙌 Support the project

If you enjoy the session, please consider:

  • Joining the YouTube channel to follow future livestreams
  • Starring the GitHub repository to support the open‑source work

Your support helps keep these community sessions going.

🚀 Missed Our Latest Tech Talk? No worries! If you couldn't attend our recent presentation on "From Passive Dashboards to Active Agents: Real-Time Reasoning over Data Streams," we've got you covered. You can now access the recording and resources at your convenience.

💻 Presentation and Resources Explore how AI agents are revolutionizing real-time data engineering! Dive into insights on autonomous data analysis, stateful stream processing, and the implementation of intelligent agents for robust observability.

Read the full post here: https://www.ozkary.com/2026/05/from-passive-dashboards-to-active-agents-real-time-reasoning-over-data-streams.html

📹 YouTube Video Catch the session on YouTube—don't forget to like and subscribe to stay connected with our latest technical content.

Watch it here: YouTube https://www.youtube.com/live/oJC8XhxvdX4

🛠️ Follow the GitHub Project Interested in hands-on learning? Explore our GitHub project to see how these concepts are applied in real-world scenarios using Node.js, Redis, and Angular. Star the repo to keep updated with new developments!

Explore the code: https://github.com/ozkary/Realtime-Apps-with-Nodejs-Angular-Socketio-Redis

Thank you for your continued support. We look forward to seeing you at our next event!

Topics

AI-Agents Real-Time Data Analysis Dashboard Web Technologies Databases