|
|
|
|
|
by peteforde
106 days ago
|
|
I wish that people would just stop with the "vibe coding" thing. If you want to get quality results from an LLM use a quality frontier model (I recommend Opus 4.5 thinking) in an agentic Plan -> Agent -> Debug loop inside of Cursor. Roughly 90% of the hate that gets assigned to AI anything is a direct result of the absurd notion that taking the human completely out of the loop is a valuable goal. In reality, it's expensive and almost guaranteed to produce crap. If you treat LLMs as pair programmers and split your implementation into a set of sequential tasks of a reasonable scope, you can use Unity or Unreal or any number of JS engines built on ThreeJS to produce things that are worth playing. I would strongly argue that pairing with Opus to write your controller code while you take primary responsibility for interacting with the UI sounds exactly like how you should proceed if you care about the end result. |
|