Quick review of Laguna S 2.1

Just couple of days ago poolside released their new model: Laguna S 2.1. I was happy to try it since it have native support for 1M tokens in context. I am doing development of hobby projects on my phone, via SSH prompting models to do stuff and 250k tokens of context using Qwen 3.6 27B usually means going through few rounds of compaction before I am happy with the results. Having longer context would be better – in theory – without those ugly interruptions and reiterating stuff to agent that were lost in previous session.

So what is nice:

  • 1M context without any configuration
  • Model is quite capable with development tasks
  • It MOE model so it is quite fast without MTP 20-10t/s (I tested it to around 500k context) on Strix Halo, for model this size

What is worse:

  • It is MOE so it loops very often
  • with longer context it loops more often
  • this is why I was not able to test it till 1M tokens (stop, ask a question, see it looping again, rewind, ask different question etc.) at some point it felt like it is not progressing with the task at all
  • it have MTP with drafter model but it is not supported yet in mainline llama.cpp, so I did not tested it yet
  • official documentation states to use: temperature: 0.7, top_p: 0.95 for better results in longer contexts but that disabled thinking and model kept looping
  • longer contexts restart is really painful since prefill drops to 90t/s for 300k tokens, so if you have 500k context restarting it means 1h-90min of waiting

Right now I am back to Qwen 3.6. Going back felt good because Laguna task was immediately picked up by Qwen and finished it in few minutes.

Summary

Laguna seems to be capable model, but it feels less capable for agentic tasks, and without close lookup, or strong guardrails will keep eating context looping around complex problems. 1M context would be nice but in overall does not seem to be worth it.

Problem with local network in termux

I bought new phone and I started installing applications from previous device. When I installed termux I tried to copy ssh keys and ssh config from previous installation.

This is where problems started. I could not reach any local address. Nothing in 10.x.x.x was working. No pings no ssh.

I could do that to public IPs just fine.

I tried to install new version of packages but it also did not work.

Termux already was at latest version, because it was just installed. Permissions for full network access was also fine.

I installed Graphene OS for first time and I tried to search anything relevant to similar issues regarding Termux on this system.

Nothing. Only results were some firewall settings on linux.

I though that maybe new version of termux is buggy somehow so I compared old phone termux version and on new phone.

Old phone had F-droid version when on new phone I installed it from Play store via Aurora.

Then I remembered having similar issues before, year or two ago. Seems like Play Store version is somehow buggy or changed to adhere some Google rules.

Anyway if you will not able to connect to local address via SSH or you will see something like:

ping: (sendmesg) operation not permitted

Install termux from f-droid instead.

If this will be still possible after 30th of September 2026.