#weeklyreview 38/2025
AI wrestling
Got a task that sounded like it could be solved with the help of an LLM : provide a summary of the changes between two versions of a given Confluence page.
First investigation was delegated to Perplexity to find me the most suitable Model Context Protocol Server (MCP) for this purpose. They are readymade to connect to Atlassian Confluence and Jira to access the content. Quickly fiddled with the network to make the MCP server available to my local LLM tool. I tried LM Studio this time as it has direct MCP support over OpenWeb UI.
Asked the gpt-oss model (free version of an earlier ChatGPT model from OpenAI) to provide said summary and it happily spit out something that looked like the report I was looking for. Probed it a little bit for other version and it also provided output.
But of course the summarized report was incorrect. Asked why, the model responded that it doesnāt have access to previous versions of the confluence page and thus made up a report that would look like the real thing. So all previous summaries were actually made up. I turned back to Perplexity to have it verify that the MCP it recommended can actually fetch previous versions of a page. It confirmed that this is possible.
I tried a few other prompts, but non of them would find me previous versions. Eventually I looked into the source code of the MCP Server and figured that this feature wasnāt implemented yet. While the API supports that in general, the MCP server hasnāt implemented it yet.
So I fired up Claude Code and had it adding that feature. New round of tests. Now the model could fetch previous versions of a page if explicitly instructed. So far so good. Doing the main test again. Made up results again ā¦
Asked why it would make up content instead of using the provided tool, the model responded that it considered it too slow to do multiple API calls and favoured made up content instead.
This is absolutely hilarious and a huge waste of time. Itās like discussing with an overconfident junior that makes up stuff to look good but is too lazy to do the actual work. Testing the waters how far he can push it.
Screenshot
Trying out LM Studio
This week I was trying out LM Studio to work with LLM models locally. Thats a GUI application for macOS that can download and handle popular open source models. It has native MCP support unlike OpenWeb UI.
So far it looks good to me. Easy to manage. Subjectively the models responded slower than with Ollama. But I havenāt done any actual measures. I might be mistaken here.
TIL pbpaste
Discovered some cool command line tools that I didnāt know about so far. The pbpaste and pbcopy tools on macOS will spit out the content of the Clipboard to STDOUT or ready STDIN into the Clipboard. So you can copy and paste in/from the Terminal. Pretty. neat.
Apple Container Updates
I was playing with Apple Container. Just recently figured that I have to manually uninstall and then reinstall from their GitRepo. There is not yet an automatic update.
iOS 26 Update
Speaking of updates ⦠the Update to iOS 26 (yes, new versioning scheme representing the year it should be most prevalent in) came out this week and I updated my devices that were compatible (iPhone, iPad) to iOS 26. As expected ⦠the new liquid glass UI leaves mixed feelings. It looks playful and fancy for sure. But I donāt see a value in that beyond the initial visual effect. A bunch of UI elements seem less usable now. The infamous illegible glass distortion on busy backgrounds, the overlapping menu items, the missing scroll indicators for overlay menus ā¦. hard to imagine that Steve Jobs would have approved this.
Screenshot
C book club
Inspired by @[email protected] post about the C book club Iāve ordered my copy of the ANSI C book. Ordered a pre-owned copy and it arrived this week. Might eventually join one the club gatherings of there are any nearby.
ā¬social.wildeboer.net/@jwildeboer/115175692238414645
village stuff
some picture from the weekend. Gathering of our little village society where people show with the old tractors. And right behind the venue some delicious porcini.
#AI #container #enEN #iOS #mushrooms #programming #Uckermark #weekly #weeklyreview