

someone on Reddit told me I write like ChatGPT. I built a financial AI bot. I have not recovered. Reddit is something else.
okay so yesterday I posted about this thing I built - a Telegram financial analyst - mostly expecting 3 upvotes and maybe a comment saying "cool project."
29K views. 9 GitHub stars. 31 comments.
I'm still a little confused honestly.
but the comment that got me was someone pointing out I use too many em dashes. and another person saying I probably wrote the post with ChatGPT. which is - and I realize the irony here - exactly the kind of thing you'd say to someone who built an AI bot. fair. genuinely fair.
here's the thing though. I did not write it with AI. I wrote it at like 1am slightly panicking about whether anyone would care. the em dashes are just how I write. I've been told this before and I keep doing it anyway because I don't know how to stop.
anyway.
the comment that actually messed with my head was from u/madisonlawnguy who runs production n8n workflows and pointed out that for heavy PDF earnings reports, asyncio.create_task isn't enough - I need a proper async queue or the Telegram webhook will timeout. he's right. I hadn't stress tested that at all. I was so focused on the gateway and memory layer that I just... didn't think about what happens when someone throws a 200-page 10-K at it.
so that's what I've been doing today instead of sleeping. fixing that.
also someone asked for IPO watchlist alerts - "I shouldn't have to remember to check, it should just tell me when it's live." that sentence broke my brain a little because that's literally the whole point of what I'm building and I hadn't thought to apply it there. SEC EDGAR already has the S-1 data. it's just a new job. adding it.
I don't really have a neat conclusion here. the project page is github.com/Skull-boy/Finley if you missed yesterday's post. still MIT licensed, still zero paid APIs.
I guess I just wanted to say - the criticism was more useful than the upvotes. which feels like a weird thing to admit but it's true.
also to the person who said I write like an AI: I asked an AI to read my code and it found a security hole in my OAuth flow that I'd missed for weeks. so maybe we're even.