this post was submitted on 14 Oct 2025
9 points (71.4% liked)
Programming
23631 readers
195 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
@YUART what would be tje difference to do it with Zed or Avante (nvim) directly? I already ask sometimes to my editor for refactor a code. I also somtimes copy and paste it to Lumo (from proton)
I believe those are tools that use general-purpose LLMs, which aren't tuned for refactoring specifically. So I guess a specifically tuned tool for refactoring will beat those you mentioned in refactoring tasks.
I also imagine a tool that is not AI-driven. While AI will be used for sure for some checks, I believe static checks and other "computable" heuristics will produce better output faster. I don't want to throw a bunch of prompts into AI and sell mediocre-quality software to people.
But overall, I think about what you said, but from another perspective - why have a separate webpage if such of helper can be built into IDE/editor? I think this is harder to do than to create a webpage, but maybe this will be better for users (developers).
@YUART yes too, i thibk will be hard to hace another tab just for that purpose. And for refactoring you must know what refactor, I mean, I know when a name is no the best or the code was repeated or a code produce a n+1 problem, so when I ask for refactor to an LLM I make a specific query and not just: refactor it
That's true, and that's a hard part. I have some ideas on how to solve that problem, but I can't prove anything because this is the first time I'm working on a helper like that one.
That's also the reason why I decided to ask people - there is no point in engaging in complex problem-solving, like for that tool, to only find out that no one actually needs it