Remix.run Logo
vatsachak an hour ago

I disagree. I speak in code to the LLMs. It's just that LLMs are really good at reinventing the wheel that you were supposed to in your codebase. Recent example.

struct TensorView<T>{ body: Arc<[T]>, shape: [usize], stride: [usize], offset: usize, }

Okay now fill in all the helper methods. And GPT 5.6 Sol did a good job.

grim_io an hour ago | parent [-]

With that kind of workflow, you might be faster with AI autocomplete :)

vatsachak an hour ago | parent [-]

Yep! I do use Codex CLI