▲ | NitpickLawyer 8 hours ago | |||||||||||||||||||||||||
It's pretty good and fast af. At backend stuff is ~ gpt5-mini in capabilities, writes ok code, and works good with agentic extensions like roo/kilo. My colleagues said it handles frontend creation so-so, but it's so fast that you can "roll" a couple of tries and choose the one you want. Also cheap enough to not really matter. | ||||||||||||||||||||||||||
▲ | SR2Z 8 hours ago | parent [-] | |||||||||||||||||||||||||
Yeah, the speed and price are why I use it. I find that any LLM is garbage at writing code unless it gets constant high-entropy feedback (e.g. an MCP tool reporting lint errors, a test, etc.) and the quality of the final code depends a lot more on how well the LLM was guided than the quality of the model. A bad model with good automated tooling and prompts will beat a good model without them, and if your goal is to build good tooling and prompts you need a tighter iteration loop. | ||||||||||||||||||||||||||
|