TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

We tried Gemini 2.0 and it's good at bug reporting

2 pointsby thedg3 months ago
Today we added Gemini 2.0 to our web debugger (jam.dev) to let it analyze the browser session and DevTools and write up a bug report when there&#x27;s an error.<p>It even writes repro steps (and adds timestamps to link each repro step to the exact moment in the session recording playback). Plus, it&#x27;s a lot more concise than most people reporting bugs, so engineers can understand immediately what is going on without having to read a lot of text or decipher a confusing ticket :)<p>You can see the demo here: https:&#x2F;&#x2F;x.com&#x2F;jamdotdev&#x2F;status&#x2F;1887523689518014891<p>One cool feature: once you `tab` to accept Gemini&#x27;s AI-written bug report, it will log it right in your issue tracker (so you never have to open Jira to log a Jira again). (We integrated with Jira, Linear, and 7 others)<p>Why Gemini 2.0? We initially chose Gemini because of its native ability to process videos (which other LLMs don’t have, so it would require a lot less pre-processing for us and avoid adding a small amount of latency). And then we enabled Gemini 2.0 while it was in experimental mode. It turns out Gemini 2.0 is pretty good at logging bugs. It&#x27;s fully writing 27% of the early access users bug reports, which we are pretty happy to see.<p>You can try it out for yourself: jam.dev&#x2F;ai I’d love to hear your thoughts, my email is dani@jam.dev – reach out anytime. We want to make this a lot more fully featured – and would love your input where you&#x27;d like to see this go.<p>Definitely we think humans have a major role to play in testing software, but compiling the debug logs and writing up the summary and repro steps for engineers seems like something AI excels at and people are a lot more imprecise at (and that imprecision causes a lot of wasted effort today on engineering teams).<p>By the way, we’re hiring engineers and if you&#x27;re really into AI-powered devtools and debugging, would love to chat: jam.dev&#x2F;careers

no comments

no comments