Hacker News new | ask | show | jobs
by vatsachak 3 days 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.

2 comments

With that kind of workflow, you might be faster with AI autocomplete :)
Yep! I do use Codex CLI
The lengths some of y'all will go to to avoid using JetBrains products.
I doubt anything other than an LLM auto complete could add something like a tensor reshape