Monkey Inferno
Monkey Inferno
TTCTheo's Typesafe Cult
Created by devve2kcc on 4/3/2025 in #questions
Looking for AI models for my SAAS
I wouldn't recommend self-hosting. It works, but LLMs have become pretty cheap recently, so it's not worth it. Google's Gemini 2.0 flash gives you 15 requests per minute for free, which should be enough during dev, and it costs $0.4 per 1M tokens which is the equivalent to about 8 books worth of notes. And does structured output well. Your explanation doesn't make it seem like you need a lot of expensive calls since it's just sending data and getting a formated JSON output, so the tokens used don't compound with each message as it does with chat apps.
15 replies
TTCTheo's Typesafe Cult
Created by Random guy on 4/4/2025 in #questions
LEARNING REACT AND COURSES
In my opinion, you should be fine just taking the course as an intro to React. Even if it might be outdated, most of the fundamentals are still the same. React is pretty mature, and has been for a while so the slightly older material shouldn't be an issue. Most of the learning you'll get is from actually building things and caring about the quality of your users' experience. So take the course, use that as a starting point, and you can learn the rest as you go.
3 replies