Tommi Somersuo
banner
tommis.fi
Tommi Somersuo
@tommis.fi
2K followers 660 following 820 posts
Director of Technology @ Solita.fi | Tech management & leadership, Dev, AI, agents, SWE, low-code, innovation and emerging tech. Offline: Runner, angler, RES/SRA, Tibetan Terrier owner.
Posts Media Videos Starter Packs
Reposted by Tommi Somersuo
AELLA is an open-science initiative to make scientific research accessible via structured summaries created by LLMs

Available now:
- Dataset of 100K summaries
- 2 fine-tuned LLMs
- 3d visualizer
Learn about AI agents, how they perform tasks autonomously and also reflect on their own work. This is also an opportunity to understand Model Context Protocols (MCPs) i.e. the connecting layer in agentic systems, making tools and agents work together smoothly.
Deep Dive into Autonomous AI agents
YouTube video by Solita
www.youtube.com
Reposted by Tommi Somersuo
Breaking: we release a fully synthetic generalist dataset for pretraining, SYNTH and two new SOTA reasoning models exclusively trained on it. Despite having seen only 200 billion tokens, Baguettotron is currently best-in-class in its size range. pleias.fr/blog/blogsyn...
The core idea of how it works in smolagents and here is really simple:
With a little bit of tweaking and help from github copilot - CodeExecutionAgent.cs came out and it actually works. Its really messy, but it shows how much potential there is in just using code directly instead of having the agent process endless tool calls. 2/
I was thinking about Anthropics Code execution article, Smolagents CodeAgent and that how come I haven't seen someone do a .NET/C# example of this - so I did a little experiment... 1/
Code execution with MCP: building more efficient AI agents
Learn how code execution with the Model Context Protocol enables agents to handle more tools while using fewer tokens, reducing context overhead by up to 98.7%.
www.anthropic.com
in vscode insiders atm: native copilot_memory

github.copilot.chat.tools.memory.enabled

"Manage persistent memory across conversations. This tool allows you to create, view, update, and delete memory files that persist between chat sessions..."
code.visualstudio.com/updates/v1_1... "Subagents let you delegate tasks to autonomous agents within your chat sessions. Subagents have their own context window and operate without user interaction, making them ideal for tasks like research, analysis, and context gathering."
September 2025 (version 1.105)
Learn what is new in the Visual Studio Code September 2025 Release (1.105).
code.visualstudio.com