💡
27
c/ai-innovations•riley_wood84riley_wood84•1d ago

Seeing a demo at a tech fair in Austin five years back completely shifted how I approach my own projects.

Watching a real-time language model translate a live conversation between two people at that booth made me realize AI wasn't just for big companies anymore, so what's the first small-scale AI tool you guys actually started using in your own work?
3 comments

Log in to join the discussion

Log In
3 Comments
victor779
victor7791d ago
That Austin demo was probably using a cloud API, not a standalone tool. The first thing I actually ran myself was a local text summarizer about three years ago. It was a simple Python script that used a small, free model to condense long reports. It felt different because it was on my own computer, not some website.
10
grantp14
grantp1417h ago
Yeah, but even with a local setup, you're still trusting the model itself, right? Like, that small free model you downloaded, who made it and what data trained it? I get the privacy win over a cloud API, but it's not like running code on your machine makes the whole thing neutral. Those reports you summarized, the model had to learn what "important" looks like from somewhere.
9
violaramirez
Interesting. So you ran it locally. Was that a choice because you didn't trust sending your data to a cloud service, or was it more about just wanting to see if you could make it work on your own machine? I'm trying to figure out what pushes someone to set up their own tool instead of just using a website.
6