←back to thread

23 points nocobot | 1 comments | | HN request time: 0.216s | source

I tend to be sceptical when it comes to LLM based coding tools but many people seem to be raving about huge productivity gains which I wouldn’t mind as well.

However when trying cc it left me vey disappointed. For context I’m working on a relatively greenfield rust project and gave it tasks that I would consider appropriate for a junior level colleague like:

- change the return type of a trait and all it’s impls

- refactor duplicate code into a helper function

- replace some of our code with an external crate

it didn’t get any of them correct and took a very long time. Am I using the tool wrong?

How are you using cc or other agentic tools?

Show context
johnecheck ◴[] No.44549839[source]
I've been using Claude Code to decent results. Its not 10xing my productivity but it can do tasks like that. I haven't done much to configure it, I just regularly clear the context and @reference the relevant files.

What language are you using?

replies(1): >>44553053 #
1. runjake ◴[] No.44553053[source]
The original post says Rust.

> I’m working on a relatively greenfield rust project

I haven't had good luck using LLMs with Rust, but it may just be me.