Hacker News new | ask | show | jobs
by eevmanu 541 days ago
as an idea I'd suggest to evaluate your codebase with the multiple llms available now using the free tier (deepseek V3, llama 3.3 versatile on groq, gemini-exp-.. on google ai studio and so on)

on each llm provider you can find prompting best practices or techniques to improve your eval prompt and eval your code correctly

at least the feedback loop would be faster

if you already thought about it or already did that, well ... great

1 comments

I did but I've been feeling that the LLMs end up giving an average solution / something that I don't fully understand / the same solution that just looks slightly different and I think I'll end up getting influenced by its responses instead of thinking by myself or learning from others