Kseniia Shevchenko

Kseniia Shevchenko

Oscar ChatOscar Chat
Creating Software for Sales Boosting

About

I'm developing software that focuses on solutions to boost sales and optimize customer support for small and medium-sized businesses. Software Development and Marketing support for B2B and B2C segments since 2012 Creating dedicated Marketing and Development Teams for Logistics, IT startups, Development, Media, Health Care, Fintech, E-commerce.

Badges

Tastemaker
Tastemaker
Veteran
Veteran
Gone streaking
Gone streaking
Gone streaking 5
Gone streaking 5

Maker History

Forums

β€’

9d ago

How do you handle AI tools that make a judgment call vs. ones that just generate text?

Generation tools are low-stakes when they're wrong draft an email, get a bad draft, edit it. Judgment tools are different: grading, flagging, scoring. If the output looks confident and it's actually a guess, someone might act on it without knowing that.

Working on letsflw's exam-checker made this concrete objective questions are easy (exact match, no ambiguity), but for open-ended answers we made a call to surface the AI's mark as a suggestion to review, not a final score, because presenting it as settled felt dishonest.

β€’

9d ago

Getting Claude to review my code before opening a PR. Does it actually cut down on review comments?

Before opening a PR, I started pasting my code into Claude for a quick review first, just to catch anything obvious before it goes to the lead.

A few times it caught things clearly worth fixing: a missed null case, a variable name that didn't match the rest of the file's convention, a catch block that swallowed the error without logging it. Stuff that, if the lead caught it instead, would've meant another round of comment - fix - push.

But there were also times it gave generic "best practice" suggestions that didn't fit our team's actual conventions, so I had to filter through what to actually apply versus ignore.

Not always a time-saver either, for small PRs, the lead's review still came back basically unchanged after I'd already run it through Claude, so that step felt redundant. The benefit was clearer on PRs with more complex logic.

What should Tool become β€” open source or with community Edition?

Hey everyone,

I've been building a labelling tool, a desktop app (PyQt6) for capturing and annotating gesture datasets think of it as a companion tool for gesture recognition pipelines like Gesto, making it easier to collect, label, and export hand landmark data for training models.

I'm at a fork in the road on direction, and I'd love your input:

1. Open source it release it freely (currently GPL-3.0), let the community use it, contribute, and shape where it goes.

View more