HN user

BohdanPetryshyn

51 karma
Posts20
Comments40
View on HN
app.lenzy.ai 4mo ago

Show HN: 20 years of Hacker News discussions, clustered and visualized

BohdanPetryshyn
7pts7
github.com 4mo ago

Show HN: Code Royale – Play and learn poker with Claude Code (skill)

BohdanPetryshyn
2pts0
news.ycombinator.com 5mo ago

Show HN: Lenzy – Find out what users struggle with in your AI agent, for free

BohdanPetryshyn
4pts4
github.com 8mo ago

One hack closer to free web form back ends

BohdanPetryshyn
1pts1
news.ycombinator.com 8mo ago

I wasted half a year on self-improvement

BohdanPetryshyn
1pts2
github.com 8mo ago

Show HN: FormZero – Self-hosted form back end as easy to deploy as SaaS signup

BohdanPetryshyn
3pts1
www.lenzy.ai 9mo ago

Show HN: Lenzy AI – Turn AI agent conversations into actionable insights

BohdanPetryshyn
8pts7
news.ycombinator.com 9mo ago

Ask HN: What are the best Slack/Discord communities for AI founders?

BohdanPetryshyn
2pts0
news.ycombinator.com 9mo ago

Ask HN: How do you analyze conversations with AI agents in your products?

BohdanPetryshyn
3pts2
news.ycombinator.com 10mo ago

My friend was spending $2k/month on Cursor

BohdanPetryshyn
2pts0
embedex.io 10mo ago

Show HN: Embedex – make your blog interactive with AI

BohdanPetryshyn
9pts4
bohdan.space 1y ago

How I Almost Saw Sam Altman and Elon Musk Live

BohdanPetryshyn
1pts0
www.youtube.com 1y ago

Rabbit R1 one year later [video]

BohdanPetryshyn
2pts0
hackycombinator.com 1y ago

Show HN: HackYC – Free Tool to Draft Your YC AI Startup School Application

BohdanPetryshyn
1pts0
news.ycombinator.com 1y ago

Ask HN: Thoughts on a "Google Analytics" for CLI Tools?

BohdanPetryshyn
2pts2
github.com 2y ago

Show HN: I reproduced Code Llama fill-in-the-middle code completion training

BohdanPetryshyn
2pts0
news.ycombinator.com 3y ago

Ask HN: Upvote/Downvote any page on the internet?

BohdanPetryshyn
9pts8
www.youtube.com 3y ago

DJI autonomous drone dock. Imagine how many things could go wrong in the wild

BohdanPetryshyn
2pts0
medium.com 3y ago

AWS VPN alternative for low-budget projects

BohdanPetryshyn
3pts1
github.com 3y ago

Show HN: Basti – connect to AWS DBs with no idle cost. No SSH keys. IAM-driven

BohdanPetryshyn
7pts0
ChatGPT Images 2.0 3 months ago

Am I the only one for whom videos in OpenAI releases never load? Tried both Chrome and Safari

My sister and I used to play Burrito Bison on Kongregate back in the Flash days, taking turns after each launch. One would play, the other would watch and scream "hit the cop bear!" We must have spent hundreds of hours on it without even realizing.

Five months into building product analytics for conversational AI. Started by targeting vibe coding tools like Lovable but realized most of them don't care about user experience yet. With monthly churn over 50%, they focus on acquisition, not retention.

Now shifting to established SaaS companies adding AI assistants to their existing products. Some of them literally have people reading chats full time, so they actually value the experience.

Building https://lenzy.ai - 2 paid customers, 2 pilots, looking for more and figuring out positioning.

Building https://lenzy.ai - helping products built around chat with AI (think Lovable or Cursor) reduce churn and prioritize product improvements by analyzing their user's chats.

I started about 3 months ago, focusing on making my 2 early adopters happy. One of them is ready to start paying soon!

My weekend project, FormZero, a free form backend that is easier to self host than to sign up for a paid service, just got an update. Users can now receive email notifications when people submit their forms - wait lists, newsletter signups, surveys.

My first idea was to ask users to set up a free Resend account and use their API key to send emails. While free, this requires users to at least own a domain and definitely goes against my claim for one-click self hosting.

Then I realized that every user already has their personal email address. If only FormZero could send emails from it in a secure way.

SMTP to the rescue - it's the protocol your email client (Apple/Notion/Outlook) uses to send mail from your email address. The fact that it's a standard protocol allows users to connect to any email provider - Gmail, Proton, Outlook, iCloud or even Resend - just bring your sweet SMTP password with you.

This makes FormZero one more step closer to matching paid services in functionality. Next weekend: Captcha and spam protection.

FormZero: https://github.com/BohdanPetryshyn/formzero - use it for your next web form!

Thanks for sharing. I genuinely enjoy talking to people, figuring out and solving their problems. That's definitely what I quit my job for. But I still consider money a good proxy for how good you are at helping people

I not only enjoyed it as a satire on the overstimulation problem but also learned that my compulsive-obsessive syndrome has a high correlation with overstimulation.

I'm currently hacking together a prototype of such a tool. The problem I noticed is that in CLI, commands are way less predictable than lines in code files, so such a tool will probably have a pretty low correct completion rate. However, there are clearly cases where it could be very helpful.

Thank you for the first comment and sorry for the broken formatting. I just improved it.

The existing solutions are tailored for website analytics and built around concepts like page views, clicks, sessions, etc. Some of them allow sending arbitrary events, but users still need to solve CLI-specific problems like reliable and non-blocking event delivery, user uniqueness, consent collection, and others.

I'd be happy to hear about people's experiences with using these platforms for CLI analytics.

The diagram is available in the basti-cdk package. Probably, I have to make it more visible in the main README: https://github.com/basti-app/basti/tree/main/packages/basti-...

By default, the instance is deployed to a public subnet but any ingress traffic is not allowed by the instance's security group. This is needed for the instance's ability to connect to AWS SSM service (egress only).

The user can also deploy the instance to a private subnet but this would require them to manually ensure connectivity to the AWS SSM via NAT gateway, VPC endpoint or other means.

I think that being in my 20s, I still have a chance to try entrepreneurship and get back to playing safe in my 30s (in the case of failure)

That's exactly how I think about this endeavor. If I fail, I can always get back to being a contractor. I think that with each failed attempt, my value as a software engineer or a manager will only increase.