Remix.run Logo
epolanski 4 days ago

Apologies, but from antirez[1] to many other brilliant 1000x developers advocate for LLMs speeding up the process.

I can see the impact on my own input both in quantity and quality (LLMs can come up with ideas I would not come up to, and are very useful for tinkering and quickly testing different solutions).

As any tool it is up to the user to make the best out of it and understand the limits.

At this point it is clear that naysayers:

1) either don't understand our job

2) or haven't given AI tools the proper stress testing in different conditions

3) or are luddites being defensive about the "old" world

[1] https://www.antirez.com/news/154

forty 4 days ago | parent | next [-]

From your source

```

The fundamental requirement for the LLM to be used is: don’t use agents or things like editor with integrated coding agents. You want to:

* Always show things to the most able model, the frontier LLM itself.

* Avoid any RAG that will show only part of the code / context to the LLM. This destroys LLMs performance. You must be in control of what the LLM can see when providing a reply.

* Always be part of the loop by moving code by hand from your terminal to the LLM web interface: this guarantees that you follow every process. You are still the coder, but augmented.

```

Not sure about you, but I think this process, which your source seems to present as a prerequisites to use LLM efficiently (and seems good advice to me too, and actually very similar of how I use LLM myself) must be followed by less than 1% of LLM users.

forty 4 days ago | parent | prev | next [-]

I wish I had only antirezs working on my projects, and would for sure be much more confident that some significant time might be saved with llms if that was the case.

zelphirkalt 4 days ago | parent | prev [-]

1000x developers, ahahaha! Come on now, this is too comical. Even 10x is extremely rare.

The deciding factor is not speed. It is knowledge. Will I be able to dish out a great compiler in a week? Probably not. But an especially knowledgeable compiler engineer might just do it, for a simple language. Situations like this are the only 10x we have in our profession, if we don't count completely incapable people. The use of AI doesn't make you 1000x. It might make you output an infinite factor of AI slop more, but then you are just pushing the maintenance burden to a later point in time. In total it might make your output completely useless in the long run, making you a 0x dev in the worst case.