Hacker News new | ask | show | jobs
by 22c 351 days ago
Hmm kinda makes sense to keep them separate because the agents perform differently, right?

You might want to tell Claude not to write so many comments but you might want to tell Gemini not to reach for Kotlin so much, or something.

A unified approach might be nice, but using the same prompt for all of the LLM "coding tools" is probably not going to be as nice as having prompts tailored for each specific tool.

1 comments

Put in the file:

Instructions for Claude:

- ...

- ...

Instructions for Gemini:

- ...

- ...

But then the irrelevant instructions are just cluttering the context.
Most of the instructions will be suitable for all the models. Only a few will be model-specific.
that just overloads the agents context and decreases performance.