Remix.run Logo
int_19h 11 hours ago

I'll admit that I haven't looked it in a while, but as originally released, it was a textbook example on how to complicate a fundamentally simple and well-understood task (text templates, basically) with lots of useless abstractions that made it all sound more "enterprise". People would write complicated langchains, but then when you looked under the hood all it was doing is some string concatenation, and the result was actually less readable than a simple template with substitutions in it.

phyzome 5 hours ago | parent | next [-]

Huh, kind of sounds like they used LLMs to design it. :-)

gcr 10 hours ago | parent | prev [-]

What do you suggest instead? Handrolled code with “import openai”? BAML?

hhh 2 hours ago | parent | next [-]

yes, in an industry that has rapidly changing features and 7000 of these products that splinter and lose user base so quickly you should write your own orchestration for this stuff. It’s not hard and gives you a very easy path to implementing new features or optimizations.

llmslave2 6 hours ago | parent | prev [-]

Oh gosh, not that legacy "hand rolled code"