Kimi K2 evaluation

Found this on GosuCoder’s discord server about Kimi K2.
There’s a lot of hype, but no real world data.
This is what he had to say:

Kimi K2 Thinking is a coding model for the backend, it’s not a great frontend model. It’s strengths lay in architecture planning and backend implementation. It’s bad at XML-based tool-calling, making it a model not to be used in Cline/RooCode. It’s native tool calling capabilities are quite stable with a 87% hit-rate while maintaining 97% structural integrity. The speed based on provider can be a horror from ~20 tps to ~115 tps. Overall one of the strongest models we’ve seen that are open source. Despite some benchmarks however it’s closer to GPT-5 (med) than to GPT-5 (high) and atleast in coding is falling heavily behind GPT-5-Codex.

Workaround for installing Windows 11 without the online account requirement

At the first setup screen instead of answering any of the questions press Shift + F10

CMD will open

Type these commands line by line and hit enter after each line.
Replace Username with your desired username.
Beware case sensibility. defaultUser0 must be written exactly like this

This opens registry editor, navigate to

Delete “DefaultAccountAction”, “DefaultAccountSAMName”, and “DefaultAccountSID”

Right-click on
“LaunchUserOOBE” and rename it to “SkipMachineOOBE”
and make sure the value is set to “1”.

Close registry editor and type “shutdown /r /t 0”

Reklamirajte svoj transport servis besplatno

Na https://social.exyu.eu/transport imate mogućnost da listajte svoj transport servis, i nije potrebno da se ljudi, koji traže putovanja ili transport robe, registriraju.
Nego mogu se i pretražiti ponude.
Svaki račun može imati 1 servis, a svaki servis bezbroj ruta.
Imate i mogućnost dati povratne informacije,
Svaki servis može dodati do 3 slika i tekst opis u markdown formatu, i svaka ruta može isto imati opis.
Da biste listali Vaš servis potrebna je registracija, t.j. otvaranje računa, što je besplatno.
Trenutno radim na mobilnoj aplikaciji, ali će još proći nekog vremena dok bude gotova.
A ako tražite vozače, i za to imate mogućnost na toj platformi.

Does role-playing AI make sense? You’re an expert xyz

ChatGPT’s answer to that is:

That’s a really good question — deeper than it looks.

The short answer is: it’s partly an illusion, but a very useful one.

Here’s what’s actually going on under the hood:

I don’t “become” a master system administrator or a psychologist or a Yugoslav historian. I don’t switch into some separate personality or load a different model.

But when you tell me “you’re a master sysadmin,” you’re really giving me a context constraint — a framing instruction. It tells me:

> “Filter your knowledge and reasoning through the mindset, vocabulary, and priorities of someone who does that professionally.”

That instruction reshapes how I select and weigh information. It narrows the scope of possible completions — for example, emphasizing practical commands and risk mitigation instead of academic theory.

So it’s not that I suddenly become that expert. It’s that the language model adjusts its style, assumptions, and relevance weighting to simulate what an expert would focus on.

That’s why it feels like “role-playing works”: it anchors the response space around the domain you care about.

If you just said “tell me how to secure a Linux server,” I’d answer accurately but generically.
If you said “you’re a 20-year veteran sysadmin who just got called in at 3 a.m. to fix this,” I’d switch tone and prioritization — triage, logs, isolation, rollback — because that’s what a real one would do.

So:
🧠 Cognitively, it’s an illusion.
⚙️ Practically, it’s an interface mechanism.

It’s a way for you to steer the model’s attention — not to change what I am, but to change what slice of my training you’re drawing from.