is Gina Debug, an AI agent that fixes your production bugs.
00:03
we use your logs, your code base as well as any other context to research the root cause for any production bug and ship a fix.
00:10
We're designed specifically for production debugging and mix your code base, your logs into a detailed graph that provides agents better understanding of hierarchy as well as any relationships.
00:21
and because of this design you get higher quality fixes as well as more fixes than any general coding agents or MCP only based approaches.
00:29
Let's go into a reported issue which is that seems like image upload is failing for files over 5 megabytes.
00:34
once I click into that, I see that ginadevog now comes up with a root cause analysis.
00:41
First there's an issue and it's identified the reason for that issue first by looking at the logs and then coming up with a hypothesis on why there was an issue in the first place.
00:54
And once it's verified that, it's also now identified the relevant code snippet that needs to be, updated.
01:02
So here we see all the root cause hypotheses as well as suggested actions.
01:06
Let me go ahead and ask Gina to fix this issue for us.
01:16
So it's gone ahead and opened a terminal, made the necessary code changes, now I can also ask it to create a pull request.
01:25
And that's pretty much it.
01:28
This is more of an explicit issue, one that you'll see in your logs.
01:32
And Gina can fix that as well again.
01:38
It's analyze what's going on, come up with the hypothesis as well as actions.
01:43
And I can go ahead and ask it to fix this issue as well.
01:55
outside of just production issues, you can also ask questions about your logs as well as your code base.
02:00
So, for example, which users had the most checkout failures last month?