Agentic Coding - Personality of Language Models

There have been many conversations on LLMs having a sycophantic personality. It is very annoying when these LLMs keep repeating their mistakes or when they do not get the intent right. However, while using Gemini 3 Flash Preview model, I got to see a very different personality.

Gemini 3 Flash Preview has a somewhat aggressive style of communication. While working on one of the coding tasks, it uses words such as “laser focused” to describe itself. On one occassion, it became “puzzled” by the lack of file access it had and then went into a state of “quandary”. This was in response to the read first rule that OpenCode mandates for every model before they try to modify the said file contents. Screenshots below.

Not sure if this the default personality baked into Gemini 3 Flash Preview. The other models that I have tested so far (MiniMax M2.1, GLM-4.7) usually communicate more formally.




Enjoy Reading This Article?

Here are some more articles you might like to read next:

  • Good Posts - Feb 2026
  • Agentic Coding - Improving Code Coverage
  • Notes on agentic coding - OpenCode
  • Learnings in 2025