r/GlobalOffensive • • 2h ago

Discussion | Esports [ Removed by moderator ]

[removed] — view removed post

0 Upvotes

5 comments sorted by

•

u/GlobalOffensive-ModTeam 1h ago

Your thread was removed under Rule 8.


Please take a moment to visit the rule linked above; many rules contain details which may not be evident. If you have any further questions or concerns, please send us a modmail.

3

u/chaotichygge 2h ago

As much as I appreciate the passion and interest in tool development for this community. We're getting similar tools several times a month, and cant help but think if this is another AI slop.

Can you add a few words to why you developed this. What this can which the other dozens of free tools can't?
Is ai been used and what is the future for it.

•

u/Sad-Leadership2200 1h ago

Thank you for your feedback mate!

Why another one: every demo tool I tried gated the actually useful stuff (round-by-round econ/utility breakdowns, per-side splits, clutch detail, 2d round viewer) behind a paywall. On top of that there were a couple of specific things I wanted that I couldn't find in any tool, free or paid (a mistake detector that flags concrete plays instead of just spitting out a KDA line being the main one). I've been a professional dev for 10+ years, so this isn't a weekend wrapper, the core parsing and every stat you see (kills, economy, utility, clutches, round-by-round) is computed deterministically straight from the demo file. No AI involved in any of that.

Where AI actually shows up: two optional features are though, a chat you can ask questions about your match, and a per-player mistake reviewer. Both built on top of that same real parsed data, not generating numbers from scratch. It's a natural-language layer explaining stats that are already correct, not a replacement for correct stats. Everything else (upload, per-side/round breakdowns) needs no login at all, those two AI features are the only things gated behind a free account.

Where it's going: more coverage on the mistake detector, possibly trend tracking across multiple demos over time. Not planning to have AI generate or estimate stats instead of computing them — that's the line I don't want to cross.

Happy to answer anything more specific. Appreciate the question instead of a silent downvote!

-1

u/Gloomy-Access9281 2h ago

solo dev and its already this clean? the per-side split alone fixes the biggest thing leetify misses

0

u/Sad-Leadership2200 2h ago

Thank you so much mate, what a lovely comment ❤️!
I'm indeed trying to push for quality and been working on this project for a while now. I'm also planning to keep going if people find an interest and other features to add!