▲ | SkyPuncher 6 days ago | ||||||||||||||||
> So just build in Ruby and when you hit a bottleneck, rewrite that bottleneck in C or Rust... This is basically what we do at my startup. Though, some things we build elsewher from the start, knowing they need language specific tooling (like Python is best for working with LLMs). You just can't beat the speed at which you can build business logic in Rails. Most features never hit the point of needing actual, raw performance so on 95% of what you build, you get to work incredibly fast. That still makes up for the 5% of features that you rip out and move elsewhere. | |||||||||||||||||
▲ | dismalaf 6 days ago | parent [-] | ||||||||||||||||
> Python is best for working with LLMs Just curious how you're integrating LLMs... Self hosting? I've been using RubyLLM and find it pretty decent for my needs, it's also improving at a very rapid rate. But it does focus on the most common providers and tools... | |||||||||||||||||
|