logoalt Hacker News

vatsachakyesterday at 10:08 PM2 repliesview on HN

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.


Replies

grim_ioyesterday at 10:10 PM

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

show 1 reply
Exoristostoday at 12:47 AM

The lengths some of y'all will go to to avoid using JetBrains products.

show 1 reply