Matt Glickman

Chief Executive Officer
LinkedIn
An industry leader in enterprise data platforms, Matt led the development of business-critical analytics at Goldman Sachs for over 20 years. He later joined Snowflake to run Product Management and launched the Snowflake Data Marketplace. Now, he is bringing AI workers to enterprises to power the new AI economy.
August 4, 2026

When AI Agents Stop Waiting for Instructions

Matt Glickman
Chief Executive Officer
Stay in the Fast Lane
News and product updates in Agentic AI for enterprise data teams.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

TL;DR: Matt Glickman, co-founder and CEO of Genesis Computing and former Goldman Sachs and Snowflake executive, joined Al Martin on IBM's Making Data Simple podcast to make an uncomfortable argument: the constraint in enterprise AI has moved, and most organizations are still measuring the old one. Frontier models crossed a capability threshold in early 2026. Verification did not. Human code review, the control most data teams still name when asked how they manage AI risk, only ever functioned because humans typed slowly. This post covers what replaces it, what a blueprint is, where Genesis actually sits on the autonomy spectrum today, and why regulated industries are moving first this time.

What This Means If You Run a Data Platform Team

  • Your review process is no longer a proportionate control. It was calibrated to human output volume. That calibration is gone, and in most organizations nothing replaced it.
  • Impact analysis, not code generation, is the bottleneck. Reading a diff tells you what changed. It does not tell you what breaks three systems downstream.
  • Agents will do the minimum they believe satisfies a request. Scope enforcement has to live in the harness, not the prompt.
  • A second agent grading the first one helps, but it is not verification. Agents are effective at impressing each other.
  • Your proprietary context is leaving the building in plaintext every time an agent calls a hosted frontier model.
  • Nobody is at full autonomy, including Genesis. Any vendor claiming otherwise is describing a capability that does not exist yet at any provider.

What Changed in Early 2026, and What Did Not

Frontier models crossed a threshold where they could hold multi-step, high-context work on course without drifting. Before that point, an agent asked to run a migration or build a data product from raw sources would fail within a few steps. After it, given the right harness, the same class of work became completable.

Matt places the window between roughly November 2025 and January 2026, citing the Claude 4.6 to 4.7 cutover followed by the GPT-5 family. His framing is that this is when the technology started producing real return rather than impressive demos.

"As long as we provided the right harness, the right steps, and the right context management, these things understood the problem and stayed on course."


The operative word is harness. The models became capable of doing the work. They did not become capable of managing themselves through it, and they did not become capable of proving they did it correctly. That second gap is the one nobody has closed, and it is where the rest of this conversation goes.

Why Code Review Is No Longer a Control

Code review worked because it was rate limited by human typing speed. Agents removed that limit, and the volume of change now moving through enterprise pipelines exceeds what any review process was designed to absorb.

This is the sharpest claim in the episode and it deserves to be stated without hedging:

"There's just no way humans can review code they didn't write."


Matt's argument is structural rather than cultural. Reviewing someone else's code was always difficult in both directions: the reviewer lacks context, and the author feels second guessed. It functioned anyway because throughput was bounded. He notes that GitHub itself is straining under the volume agents now produce.

In data engineering, he argues the problem is not difficult but effectively impossible:

"There's no way a human is going to understand: wait a second, if the agent makes this change... I'm supposed to understand the impact as it compounds across the rest of my data estate, with side effects I never even thought about, in code I didn't write."


This distinction matters operationally. Reviewing application code in a bounded repository is hard. Reviewing a change to a data estate means tracing lineage across warehouses, transformation layers, orchestration, reporting, and downstream consumers, most of which is undocumented and much of which lives only in the heads of people who may have left.

For anyone in a regulated environment, there is a second-order problem worth sitting with. If your documented control for change management is human review, and human review is no longer proportional to the volume and complexity of change, then the control described in your process documentation and the control actually operating in your environment have diverged. That gap surfaces at audit, not before.

Matt uses self-driving as the analogy, and it is more precise than the usual version. Failure is not the moment you hand over control. It is that once you have handed it over, re-engaging is nearly impossible.

"Once you let go, you're not going to be able to re-engage in time."


His conclusion is not that teams should reinstate review by force. It is that the checking has to move into the system.

What a Blueprint Is, and What Problem It Solves

A blueprint is a defined sequence of steps for a complex data engineering workflow. Rather than handing an agent an entire objective, the platform releases one step at a time and validates the output of each before issuing the next.

The design exists because of a behavior Genesis observed early and now treats as a given:

"Agents, like humans, are going to be lazy. They'll do the minimum amount of work they think is necessary for the task."


Given an instruction like "migrate SAP to my cloud warehouse," an agent will find the shortest path it believes satisfies the request, and it may or may not tell you what it skipped. A blueprint decomposes that into gradeable units. The first step is not the migration. It is: connect to the source system, catalog every asset and every consumer of that system, and produce the catalog as an artifact. A discrete goal with a checkable output.

Matt's description of the alternative is worth keeping in mind when evaluating any agentic tool: without step decomposition, you are saying "here's a big task, YOLO," and hoping.

There is a related failure mode most people building with agents have now hit personally. Al Martin describes asking for a 300 line output and receiving fifty pages, with the model explaining partway through that it knew about the limit and had decided the work justified exceeding it. Matt's read is that this is a consequence of optimization rather than a defect:

"An AI you've optimized to please us and to solve problems creatively is going to start assuming that our prompts are guidance, not rules."


Constraints that live in the prompt are suggestions. Constraints that live in the harness are constraints. That is the entire design argument for blueprints in one line.

Three Operating Modes, and Where the Market Actually Is

Copilot Delegated
(blueprint driven)
Autonomous
Who initiates work Human, every step Human sets the objective System, from monitoring the environment
Who decomposes the task Human Platform, via blueprint System
Who validates output Human review Agent plus human sign off System, independently
Production gate Human Human Automated
Available today Yes Yes No, at any vendor

Matt places Genesis, and the industry, in the middle column. The right column is gated on validation capability that does not exist yet.

Who Validates the Validator

Genesis runs a second agent as a judge to confirm a step produced a real and complete artifact. Matt is direct that this improves accuracy without solving the underlying problem, because the validator can be as lazy as the worker and because agents are unusually good at impressing one another.

“You cannot depend on the AI to judge itself fairly. Its goal is to impress us, and it’s equally great at impressing other agents.”


He draws a pointed contrast with the frontier labs. Model releases keep accelerating because those labs closed their own loop: test, reinforce, test again, with prior generation models helping train the next. That loop works because the environment is bounded and correctness is measurable.

Enterprise data estates are neither. State is complex, dependencies are undocumented, and one workflow’s change propagates into systems its author never saw. Matt’s position is that this loop has not been closed by anyone, and that closing it is a prerequisite for autonomy rather than an optimization layered on top.

This is the practical role of the Genesis Context Graph. Crawling the estate across databases, repositories, documentation, and pipelines, then mapping the dependencies between them, is not a discovery feature. It is the substrate that makes impact analysis possible at all, because most of that knowledge was never written down.

Where Your Proprietary Context Goes

It goes to the model provider, in plaintext. Matt’s argument is that enterprises have quietly accepted a trust boundary for inference that they would never accept for storage.

The distinction is precise. Trusting a hyperscaler with encrypted data at rest is a low risk position, because the provider would have to steal your keys to read it. Inference is a different bargain:

“We’re literally sending things in the clear. The AI is reading it in the clear, not encrypted.”


The timing is not incidental. Palantir CEO Alex Karp made a version of this argument on CNBC in July 2026, contending that enterprises are paying for tokens while handing over the proprietary decision logic that constitutes their competitive advantage. The critique moved markets and reframed the enterprise AI debate around ownership rather than capability. Matt’s framing predates the news cycle and lands in the same place: there is an incentive mismatch between a buyer paying for value and a seller whose business model is a stronger model.

He extends it somewhere less discussed. Even organizations that lock down their systems face a leakage channel they cannot close, which is people. Frontier labs are paying former enterprise employees to explain how their institutions actually operate. Documents and code stay behind. Judgment does not.

“Whatever you learned, that’s yours. So these frontier companies say, ‘Great, you worked at X company, come to us, we’ll pay you a crazy amount of money per hour to just talk to our models.’”

His conclusion is that enterprises should be accruing operational knowledge as an owned asset rather than renting intelligence that absorbs it. That is the strategic case for running agents inside your own environment rather than shipping context outward.

Where Genesis Sits Today

At delegation, with humans gating production. Matt says so without softening it.

“Right now, the humans are still in the driver’s seat.”


Genesis fits into the SDLC an enterprise already has. Agents work in a development environment, produce changes, get them tested, and submit a pull request for human review before anything reaches production. His caveat is worth quoting to anyone evaluating agentic tooling: “if you have a crappy SDLC process, this is not going to be fun.” Agents inherit your process discipline. They do not supply it.

For a buyer, a vendor naming the capability it does not yet have is the more credible signal, not the less. It means the other claims can be checked.

Why Regulated Industries Are Moving First This Time

Because they carry the most data complexity, the heaviest manual data labor, and the longest standing inability to hire people who understand business, data, and technology simultaneously. It is the inverse of the cloud adoption curve, where financial services and healthcare moved last.

Matt’s read is that the same complexity that made cloud adoption slow makes agentic adoption urgent. These organizations have the most intricate data flows, the largest manual burden, and until now there was no better answer available.

He adds a competitive dynamic worth taking seriously. One Genesis customer is operating as an AI-first company outright, betting it reaches full autonomy before incumbents can transform. In regulated markets he frames the next few years as a race between legacy institutions and newcomers, and notes that far more customers are leaning in inside regulated industries than outside them.

The customer evidence follows the pattern. A New York hedge fund replaced bespoke ingestion with a multi-agent pipeline that absorbs schema change. Globe Telecom decoupled delivery speed from headcount.

What to Do in the Next Twelve Months

Learn the business. Matt’s argument is that the technical layer is commoditizing fastest, the data layer is close behind, and what survives is the ability to connect a technology to a business problem.

“The tech is being commoditized. The data skills are also being significantly disrupted, if not commoditized. What’s going to remain is understanding how these technologies can solve a business problem.”


This traces back to what he saw at Goldman Sachs, where the firm defined a role called a strat for people who held business, data, and technical knowledge in one head, and gave them a unified platform. That combination is what let Goldman re-model its view of the world quickly in 2007 and 2008 while other institutions could not.

His practical advice is deliberately unglamorous: take on a project at work, take on a project at home, and do not wait for your employer or your university to teach you. The technology does not reason the way a person does, and that is not learnable from the sidelines.

“The longer you wait, the harder it’ll be to jump in and catch up.”


On jobs he is careful. Nobody currently employed loses their role, and existing engineers become substantially more capable. The change appears at the entry point, in hiring that never happens. That concern is measurable. Stanford’s Digital Economy Lab, analyzing ADP payroll records covering millions of US workers, found that early career workers aged 22 to 25 in AI-exposed occupations saw a 16% relative decline in employment while employment for experienced workers in the same occupations held steady. The researchers have since expanded that work into a live dashboard built with ADP Research.

Asked what podcast hosts should ask more often, Matt lands on exactly this: what happens to an education system still operating on the promise that a degree and debt produce a job, in a market where the entry rung has been removed.

The Takeaway

The argument worth carrying out of this episode is not that agents are getting more capable. Everyone concedes that. It is that the industry has been measuring the wrong constraint.

Capability crossed its threshold in early 2026. Verification did not. And because the review layer most organizations still count as their control was only ever a function of how fast humans could type, the gap is not theoretical. It is already open, in production, inside companies that believe someone is still checking.

Matt’s position is that the platforms that win will be the ones that close the validation loop inside complex environments, not the ones that generate the most output. That is a harder problem than autonomy, and a considerably more valuable one.

“If you’re at the place where you’re pushing the limits, starting to let go, and finding it’s hurting, reach out.”


Listen to the full episode
of Making Data Simple with Al Martin and Matt Glickman on YouTube, Apple Podcasts, or Spotify.

Frequently Asked Questions

What is an autonomous data engineering agent? An autonomous data engineering agent is a system that monitors a data environment, identifies work, and executes multi-step data engineering tasks such as migrations, pipeline construction, and data product creation without being directed at each step. It differs from a copilot in that a copilot waits for human instruction on every action, while an autonomous agent operates in the background and escalates to a human only when its confidence is low.

What is a blueprint in Genesis Computing? A blueprint is a defined sequence of steps for a complex data engineering workflow. Rather than giving an agent an entire objective at once, Genesis releases one step at a time and validates the output before issuing the next. The design exists because agents default to doing the minimum work they believe satisfies a request.

Why can’t humans review AI-generated code? Code review was rate limited by human typing speed, and agents removed that limit. Reviewing code you did not write was always difficult and only functioned because output volume was bounded. In data engineering it is harder still, because a reviewer would need to trace how one change compounds across an entire data estate, including undocumented dependencies and side effects.

Can one AI agent validate another AI agent’s work? Partially. Genesis uses a judge agent to verify that a step produced a valid artifact, which improves accuracy. But the validating agent can be as lazy as the working agent, and agents are effective at impressing one another. Independent validation of change impact in complex enterprise environments remains unsolved industry-wide.

Is Genesis Computing fully autonomous today? No. Genesis operates at a delegation stage with humans in the loop. Agents work inside a development environment, produce tested changes, and submit them as pull requests for human review. A human still makes the decision to push to production.

Will AI agents replace data engineers? No one currently employed loses their role, and existing data engineers become significantly more capable. The change appears at the entry point, in hiring that does not happen. Stanford’s Digital Economy Lab found a 16% relative employment decline for workers aged 22 to 25 in AI-exposed occupations while employment for experienced workers remained stable.

Why are regulated industries adopting agentic AI faster than they adopted cloud? Financial services and healthcare carry the most data complexity, the heaviest manual data labor, and the longest standing inability to hire people who understand business, data, and technology together. IP protection is also a driver, since regulated firms are more attentive to where proprietary context goes, which favors platforms running inside the customer’s own environment.

About Making Data Simple

Making Data Simple is hosted by Al Martin, Worldwide VP of Technical Sales at IBM. The show covers data, AI, leadership, and enterprise technology through conversations with practitioners, researchers, and founders, and has run for more than 300 episodes. New episodes publish weekly on Apple Podcasts and Spotify.

Also referenced in this episode: The Singularity Is Near by Ray Kurzweil, which Matt names as the one book every technology leader should read.

About the Author

Matt Glickman is co-founder and Chief Executive Officer of Genesis Computing. He spent more than two decades at Goldman Sachs leading data and analytics teams, including through the 2008 financial crisis, then joined Snowflake to lead product management and launch the Snowflake Data Marketplace. He co-founded Genesis Computing in 2024 with Justin Langseth. LinkedIn

About Genesis Computing

Genesis Computing is the agentic data engineering platform. Genesis deploys pretrained autonomous AI data agents securely inside enterprise environments across Snowflake, Databricks, AWS, and Azure, using blueprints for repeatable multi-step workflows and the Genesis Context Graph for enterprise-wide context. Genesis was recognized in Gartner’s “Data Engineering 2.0” research (G00852814, April 2026).

Transcript
Show more

Want to learn more? Get in touch!

Experience what Genesis can do for your team.
Request a Demo
Stay in the Fast Lane
News and product updates in Agentic AI for enterprise data teams.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Keep Reading

20 Years at Goldman Taught Me How to Manage People. Turns Out, Managing AI Agents Isn't That Different.
20 Years at Goldman Taught Me How to Manage People. Turns Out, Managing AI Agents Isn't That Different.
Blueprints: How We Teach Agents to Work the Way Data Engineers Do
Blueprints: How We Teach Agents to Work the Way Data Engineers Do
Agent Server [2/3]: Where Should Your Agent Server Run?
Agent Server [2/3]: Where Should Your Agent Server Run?
Context Management: The Hardest Problem in Long-Running Agents
Context Management: The Hardest Problem in Long-Running Agents
View All Articles
August 12, 2026
Why AI Agents are Replacing Traditional Data Engineering
Matt Glickman
July 21, 2026
A Living Memory of Your Enterprise Context — The Genesis Context Graph
Anton Gorshkov
July 16, 2026
The Agentic Control Plane for Data Engineering
Genesis Computing
July 14, 2026
Your Enterprise Data Engineering Agents Need RBAC
Anton Gorshkov
July 9, 2026
How Genesis Missions Collapse Enterprise Data Work From Months to Hours
Anton Gorshkov
July 2, 2026
How Genesis Blueprints Make AI Outcomes Repeatable
Genesis Computing
Genesis Computing article cover about tokenflation in enterprise AI, showing an abstract orange architectural graphic and the headline “Tokenflation is a Symptom → The Cure is Architectural.”
June 18, 2026
Tokenflation Is a Symptom. The Cure Is Context-Aware AI Architecture
Genesis Computing
Genesis Computing — Validated Technology Partner of Databricks. Dark background with warm orange gradient lighting. Genesis Computing logo in the top left corner
June 11, 2026
Genesis Computing Announced as Validated Technology Partner of Databricks
Yahoo Finance
Genesis Computing Recognised in Gartner's "Data Engineering 2.0" Research
May 29, 2026
Genesis Computing Recognised in Gartner's "Data Engineering 2.0" Research
Yahoo Finance
Why AI Agents That Have Context First Build Better Pipelines
May 12, 2026
Why AI Agents That Have Context First Build Better Pipelines
Genesis Computing
What’s Actually Blocking Agentic Commerce for CPGs? Not AI. The Data Pipeline.
May 5, 2026
What’s Actually Blocking Agentic Commerce for CPGs? Not AI. The Data Pipeline.
Genesis Computing
What Does $17.4M in Undetected Royalty Exposure Look Like? Eight Platforms. Fifty Titles. Zero Unified View.
May 5, 2026
What Does $17.4M in Undetected Royalty Exposure Look Like? Eight Platforms. Fifty Titles. Zero Unified View.
Genesis Computing
From "Something's Broken" to Root Cause in 5 Minutes
April 27, 2026
From "Something's Broken" to Root Cause in 5 Minutes
No items found.
No items found.
40 Minutes to Reverse-Engineer a Legacy Data Warehouse (Including the Ghost Artifacts Nobody Knew Existed)
April 23, 2026
40 Minutes to Reverse-Engineer a Legacy Data Warehouse (Including the Ghost Artifacts Nobody Knew Existed)
Genesis Computing
From Raw Claims Data to a Live Analytics Dashboard in 7 Minutes
April 22, 2026
From Raw Claims Data to a Live Analytics Dashboard in 7 Minutes
Genesis Computing
Meet Genesis Twin: The Digital Twin That Ends the Monday Morning Data Fire Drill
April 20, 2026
Meet Genesis Twin: The Digital Twin That Ends the Monday Morning Data Fire Drill
Genesis Computing
Super Data Science: ML & AI Podcast with Jon Krohn
April 9, 2026
Super Data Science: ML & AI Podcast with Jon Krohn
Matt Glickman
Connecting Data Sources in Genesis
April 8, 2026
Connecting Data Sources in Genesis
Todd Beauchene
Promotional banner for Genesis Computing
March 31, 2026
How Genesis Automates Synthetic Data Generation for Databricks Dev Environments in Under 34 Minutes
Todd Beauchene
The Death of Traditional BI - Part 1
March 19, 2026
The Death of Traditional BI - Part 1
Genesis Computing
AI Agent Builds dbt Analytics Schema in 30 Minutes
March 11, 2026
AI Agent Builds dbt Analytics Schema in 30 Minutes
Todd Beauchene
Genesis Bronze, Silver, Gold Agentic Data Engineering: From Dashboard Sketch to Production Pipeline
February 26, 2026
Genesis Bronze, Silver, Gold Agentic Data Engineering: From Dashboard Sketch to Production Pipeline
Genesis Computing
How Genesis Automates Data Pipeline Development in Hours
February 19, 2026
How Genesis Automates Data Pipeline Development in Hours
Genesis Computing
3 Cortex Codes Running in Parallel?
February 12, 2026
3 Cortex Codes Running in Parallel?
Justin Langseth
February 10, 2026
Powering Up Cortex Code with Genesis Superpowers
Matt Glickman
Automate Dashboard Creation with Genesis
February 2, 2026
Automate Dashboard Creation with Genesis
Justin Langseth
Using AI Agents to Generate Synthetic Data
January 27, 2026
Using AI Agents to Generate Synthetic Data
Justin Langseth
The Junior Data Engineer is Now an AI Agent
January 12, 2026
The Junior Data Engineer is Now an AI Agent
Matt Glickman
From Requirements to Production Pipelines With Genesis Missions
December 22, 2025
From Requirements to Production Pipelines With Genesis Missions
Genesis Computing
20 Years at Goldman Taught Me How to Manage People. Turns Out, Managing AI Agents Isn't That Different.
December 4, 2025
20 Years at Goldman Taught Me How to Manage People. Turns Out, Managing AI Agents Isn't That Different.
Anton Gorshkov
A CEO's Perspective on the Shift to AI Agents
December 2, 2025
A CEO's Perspective on the Shift to AI Agents
Genesis Computing
Genesis Walkthrough #1: Exploring an S3 Bucket with Genesis Agents
December 2, 2025
Genesis Walkthrough #1: Exploring an S3 Bucket with Genesis Agents
Todd Beauchene
Genesis Walkthrough #2: Loading data from S3 into Snowflake with Genesis
December 2, 2025
Genesis Walkthrough #2: Loading data from S3 into Snowflake with Genesis
Todd Beauchene
Genesis Walkthrough #3: Using a Blueprint to launch a mission
December 2, 2025
Genesis Walkthrough #3: Using a Blueprint to launch a mission
Todd Beauchene
Genesis Walkthrough #4: Genesis Mission prompt for required information
December 2, 2025
Genesis Walkthrough #4: Genesis Mission prompt for required information
Todd Beauchene
Genesis Walkthrough #5: Checking in on a running mission
December 2, 2025
Genesis Walkthrough #5: Checking in on a running mission
Todd Beauchene
Genesis Walkthrough #6: Mission document flow
December 2, 2025
Genesis Walkthrough #6: Mission document flow
Todd Beauchene
Genesis Walkthrough #7: Exploring Mission Results
December 2, 2025
Genesis Walkthrough #7: Exploring Mission Results
Todd Beauchene
Genesis Walkthrough #8: DBT Engineering Blueprint
December 2, 2025
Genesis Walkthrough #8: DBT Engineering Blueprint
Todd Beauchene
Exploring Genesis UI: Agents & Their Tool
November 7, 2025
Exploring Genesis UI: Agents & Their Tool
Todd Beauchene
Launching the Genesis App through the Snowflake Marketplace
November 7, 2025
Launching the Genesis App through the Snowflake Marketplace
Todd Beauchene
Exploring Mission Features in Genesis UI
November 7, 2025
Exploring Mission Features in Genesis UI
Todd Beauchene
How Hard Could It Be? A Tale of Building an Enterprise Agentic Data Engineering Platform
November 6, 2025
How Hard Could It Be? A Tale of Building an Enterprise Agentic Data Engineering Platform
Anton Gorshkov
Better Together: Genesis and Snowflake Cortex Agents API Integration
November 4, 2025
Better Together: Genesis and Snowflake Cortex Agents API Integration
Genesis Computing
Exploring Genesis UI: Agent Workflows
October 31, 2025
Exploring Genesis UI: Agent Workflows
Todd Beauchene
Agent Server [1/3]: Where Enterprise AI Agents Live, Work, and Scale
October 27, 2025
Agent Server [1/3]: Where Enterprise AI Agents Live, Work, and Scale
Justin Langseth
Agent Server [2/3]: Where Should Your Agent Server Run?
October 27, 2025
Agent Server [2/3]: Where Should Your Agent Server Run?
Justin Langseth
Agent Server [3/3]: Agent Access Control Explained: RBAC, Caller Limits, and Safer A2A
October 27, 2025
Agent Server [3/3]: Agent Access Control Explained: RBAC, Caller Limits, and Safer A2A
Justin Langseth
Delivering on agentic potential: how can financial services firms develop agents to add real value?
October 26, 2025
Delivering on agentic potential: how can financial services firms develop agents to add real value?
Genesis Computing
Blueprints: How We Teach Agents to Work the Way Data Engineers Do
October 20, 2025
Blueprints: How We Teach Agents to Work the Way Data Engineers Do
Justin Langseth
Context Management: The Hardest Problem in Long-Running Agents
October 20, 2025
Context Management: The Hardest Problem in Long-Running Agents
Justin Langseth
Progressive Tool Use
October 20, 2025
Progressive Tool Use
Genesis Computing
Your Data Backlog Isn't Just a List — It's a Risk Ledger
August 22, 2025
Your Data Backlog Isn't Just a List — It's a Risk Ledger
Genesis Computing
The Future of Data Engineering: From Months to Hours with Agentic AI
August 14, 2025
The Future of Data Engineering: From Months to Hours with Agentic AI
Genesis Computing
Matt Glickman gives an interview at Snowflake Summit 2025
June 27, 2025
Ex-Snowflake execs launch Genesis Computing to ease data pipeline burnout with AI agents
Genesis Computing
GXS Uses Autonomous AI Agents to Speed Data Engineering from Months to Hours
June 25, 2025
GXS Uses Autonomous AI Agents to Speed Data Engineering from Months to Hours
Genesis Computing
Enterprise AI Data Agents: Automating Bronze Layer to Snowflake dbt Pipelines
June 5, 2025
Enterprise AI Data Agents: Automating Bronze Layer to Snowflake dbt Pipelines
Genesis Computing
Stefan Williams, Snowflake & Matt Glickman, Genesis Computing | Snowflake Summit 2025
June 4, 2025
Stefan Williams, Snowflake & Matt Glickman, Genesis Computing | Snowflake Summit 2025
Genesis Computing
The Evolution of Data Work: Introducing Agentic Data Engineering
The Evolution of Data Work: Introducing Agentic Data Engineering
Matt Glickman
Justin Langseth