Apertus: Switzerland's Open-Source Foundation Model
Apertus is an open-source foundation language model built by a consortium of Swiss universities and research institutions. In short, it's Europe's answer to not wanting to rely entirely on American companies for AI.
The model is fully open-source — weights, training data, and training pipeline are all public. It supports multiple languages and can be self-hosted and fine-tuned. For teams that want to run large models locally and are concerned about data sovereignty, it's a solid new option.
It scored 196 points on HN, sparking real discussion. Some people are curious whether it can compete with Qwen or Llama on benchmarks. Others care more about the "sovereign AI" direction itself. Either way, another open-source model in the ecosystem is a good thing.
Recall: Give Claude Code a Memory
Anyone who's used Claude Code for project work knows the pain: every new session, it forgets everything. Architecture decisions, code style preferences, the pitfalls you discussed — all gone, and you have to explain it all over again.
Recall fixes this. It maintains a local project memory that stores context, code structure, and development decisions. The next time you start a session, it loads automatically. Everything stays local, no cloud involved.
With 70 points on HN, it's clear many developers face this exact problem. Once installed, Claude Code can finally collaborate with you like a colleague who actually knows your project.
Tot: Share Local Files with One Command
Tot is a small CLI tool that does one thing: turn a local HTML or Markdown file into a publicly accessible link.
The use case is common — you wrote a document and want a colleague to see it, or you built a prototype page and need to send it to a client for review. Normally you'd upload it to some platform or spin up a local server. Tot handles it in one command, link ready in seconds.
It's lightweight enough to fit right into a development workflow. Especially handy when writing technical docs or building demos — cuts out the upload-and-copy-link round trip.







