THX! But this is way ahead of my current state of planning. At this point I am evaluating and prototyping an environment to do use the MCP servers as the source for a converter agent who converts the MCP descriptions into API descriptions or protobufs that then generate the code to run in a sandbox.
06.10.2025 12:58 — 👍 0 🔁 0 💬 1 📌 0
Thank you for this post. I just had a look at the repo and it seems to be worth to dig in deeper. I am currently looking at deno, wasmtime, wasmer, wasmcloud and others to find my own sandbox runtime for code execution. Containers are to bloated. Dromedar is sure a good finding. Thanks.
06.10.2025 11:19 — 👍 1 🔁 0 💬 1 📌 0
saw this on fb...
05.10.2025 21:58 — 👍 30 🔁 2 💬 2 📌 2
Oh, how I wish you were right, Christian. It is mind boggling how strong the forces are, to give this all up. We just said yes to a digital E-ID that is done lousy and we will have to vote over a contract with the EU that brings us on the edge of a membership. Decisive times for us ahead.
05.10.2025 14:51 — 👍 1 🔁 0 💬 0 📌 0
Thank you for sharing your workflow. I found it interesting to see how you were using Codex for planning. Would you say, that Codex is better in planning than Claude in general? I also ask myself how people not being experienced like you are can trust and evaluate the code these agents spit out.
04.10.2025 22:26 — 👍 0 🔁 0 💬 0 📌 0
I am not using Apple, I never did and I probably also never will. But this EU DMA is exactly what happens, when incompetent politicians think they are engineers. I truly hope that we in Switzerland will be clever enough to prevent the adoption of the DMA here. Apple should withdraw totally from EU.
04.10.2025 10:26 — 👍 1 🔁 0 💬 1 📌 0
I'm currently preparing my first real agentic AI prototype. I was evaluating CrewAI, Langgraph, Google ADK and Smolagents as frameworks. I guess I need to consider this one too. Thanks for sharing.
03.10.2025 19:24 — 👍 1 🔁 0 💬 0 📌 0
Nope. Tomorrow is the next 11am.
03.10.2025 11:14 — 👍 1 🔁 0 💬 0 📌 0
Screenshot of the repository
Run huge LLMs with 100k context on an 8GB GPU using SSD offload, no quantization
03.10.2025 07:19 — 👍 2 🔁 1 💬 1 📌 0
Thanks for consider it. I am not very experienced as a dev and if you think it might be too boring for your usual audience, no problem if you leave it out. I will figure it out. I just started following the pattern of using OAS spec and the new Arazzo spec as guideline for my projects.
02.10.2025 22:29 — 👍 0 🔁 0 💬 0 📌 0
90%
AI is writing 90% of the code I was in charge of
I am referencing your article where you wrote:
2OpenAPI first: I tried various approaches here. There are many frameworks you can use. I ended up first generating the OpenAPI specification and then using code generation from there to the interface layer."
lucumr.pocoo.org/2025/9/29/90...
02.10.2025 22:07 — 👍 0 🔁 0 💬 1 📌 0
Weekend is coming up, so might take some time to share some agentic coding stuff on a video or blog post. Anything you're curious about in particular?
02.10.2025 21:50 — 👍 15 🔁 2 💬 5 📌 0
Hi Armin. I am wondering how exactly you build the code for your agentic solutions from OAS 3.x spec. If you would consider recording this and the following use of an agent for writing code instead of function calling, this would make my day.
02.10.2025 22:00 — 👍 0 🔁 0 💬 1 📌 0
IBM Granite 4.0: Hyper-efficient, High Performance Hybrid Models for Enterprise
IBM Granite 4 models feature a new hybrid Mamba/transformer architecture that dramatically improves speed and efficiency without sacrificing performance.
Some interesting new opensource models released by IBM. Granite 4 in different shapes. Granite-4.0-H-Small, a hybrid mixture of experts (MoE) model with 32B total parameters (9B active) could be the one I am looking for to run locally as my agent orchestrator.
www.ibm.com/new/announce...
02.10.2025 21:45 — 👍 1 🔁 0 💬 0 📌 0
How are the odds and quotas for a Philly win?
01.10.2025 23:00 — 👍 1 🔁 0 💬 0 📌 0
Recap: The future of mobile is cross-platform, open source, and choice-driven. 🚀
2B+ devices run on platforms beyond Android + iOS — and OMH is driving innovation and interoperability.
Full report 👉 www.linuxfoundation.org/research/ope...
#LinuxFoundation #OpenSource #Recap
01.10.2025 13:09 — 👍 16 🔁 4 💬 1 📌 0
Thanks for sharing. One of my most wanted roads to drive.
01.10.2025 12:31 — 👍 1 🔁 0 💬 1 📌 0
Does the @eff.org have any recommendations for decentralized, self sovereign, peer to peer chat and messaging solutions?
01.10.2025 11:06 — 👍 1 🔁 0 💬 0 📌 0
Thanks to the Habs for sending our Vincenz Rohrer back to the ZSC Lions Zurich. 😊 We will give him a ton of quality ice time to make him ready to come back to Montreal.
01.10.2025 00:27 — 👍 2 🔁 0 💬 0 📌 0
YouTube video by AI Engineer
Intro to GraphRAG — Zach Blumenfeld
If you are doing semantic RAG and are like me thinking that just something is missing, this one is for you. Agentic GraphRAG. How could I miss on this AI discipline?
youtu.be/J-9EbJBxcbg?...
30.09.2025 23:50 — 👍 1 🔁 0 💬 0 📌 0
Very sad to hear about the passing of Harvey. May he rest in peace and run free. Whishing his hoomans much strength and confidence during these hard days. They are just like family. A big shout-out to Nicole and Issy for being such great human beings.
30.09.2025 16:26 — 👍 1 🔁 0 💬 0 📌 0
He knows what he wants
30.09.2025 15:47 — 👍 118 🔁 19 💬 15 📌 2
My heart is melting whenever I see a Jacky! ❤️
30.09.2025 15:57 — 👍 2 🔁 0 💬 0 📌 0
YouTube video by IBM Technology
GraphRAG Explained: AI Retrieval with Knowledge Graphs & Cypher
An interesting video about Graph-RAG from IBM. Knowledge Graph's instead of semantic vector search. Or ideally combined with is a thing I would like to try out.
youtu.be/Za7aG-ooGLQ?...
30.09.2025 13:58 — 👍 1 🔁 0 💬 0 📌 0
Yeah, baby! Let's go!
30.09.2025 11:43 — 👍 1 🔁 0 💬 0 📌 0
GitHub - HKUDS/DeepCode: "DeepCode: Open Agentic Coding (Paper2Code & Text2Web & Text2Backend)"
"DeepCode: Open Agentic Coding (Paper2Code & Text2Web & Text2Backend)" - HKUDS/DeepCode
Hey agentic AI people. If you did not already have a look at DeepCode, you might want to check it out. Sure, it works best with the expensive models, but I am trying to find some opensource variants that work well. Looks good and it is opensource.
github.com/HKUDS/DeepCode
30.09.2025 10:16 — 👍 0 🔁 0 💬 0 📌 0
Thanks!
29.09.2025 21:22 — 👍 0 🔁 0 💬 0 📌 0
Offizieller BlueSky-Account der Eisbären Berlin
👉🏼 https://linktr.ee/eisbaerenberlin
Software nerd, cat enthusiast, pixel art noob, gamedev, playing with LLMs
AI scientist, roboticist, farmer, and political economist. Governments structure markets. IP is theft. @phytomech.com is my alt.
https://advanced-eschatonics.com
Mostly #Azure cloud ☁️ Likes cheese 🧀 chocolate 🍫 and beer 🍺 Co-Organizer of Azure Bern user group and https://azurebootcamp.ch.
"Does not pose a present danger." Corp advice and bail bonds. Also: PM for OSS dev on Azure, vice chairperson, @bytecodeallies. Mostly Linux, mostly helpful
Chair, Department of Computational Biomedicine at Cedars-Sinai Medical Center in Los Angeles. Director, Center for Artificial Intelligence Research & Education. Atari enthusiast. Retrocomputing. Maker.
Winnipeg Jets at The Athletic
Values: appreciation. kindness. respect.
The Official Bluesky account of YOUR Ottawa Senators.
🤖 AlternativeTo is the ultimate hub for discovering new and exciting software, no matter what platform you're on! Whether you're looking for apps for Windows, Mac, Linux, online services or mobile devices, we've got you covered!
Principal RSDE, @Microsoft focusing on #GenAI Agents, #pyautogen | ex @cloudera @ibmresearch, Created #lida . Tweets my own. http://victordibia.com
Home of TheLeafsNation.com, Leafs Morning Take, and TLN After Dark!
No affiliation to the Toronto Maple Leafs, NHL, or NHLPA.
A part of The Nation Network.
🔗: https://linktr.ee/theleafsnation
Apple Weather Forecasting Lead. Machine learning, weather research and radar.
Co-founder @dbos.dev • Stanford CS PhD
Co-organizer @southbaysystems.xyz
Working on 🐘 Database + Systems + AI
Amateur bird watcher 🦉
Personal site: qianli.dev
She/her.
Official Account of the Boston Bruins #NHLBruins
UNOFFICIAL/UNAFFILIATED BLUESKY ACCOUNT of the New Jersey Devils. This account might not be legit, but my love for the team is. All videos and images are owned by the NHL and the Devils. Fan-Operated. 3x Stanley Cup Champions. #NHL #NJDevils
I make videos and post them to YouTube. It's been a growing concern since 2016.
#SJSharks Beat Reporter/creator of Sharks Hockey Digest | SJS correspondent for @NHLdotcom | Email: 12maxm@gmail.com | Venmo: @max-miller-41
Welcome to Smashville 🤠
#️⃣ #Preds
📍 SMASHVILLE
🔗 preds.club/25-26Tickets
Force of Nature vs. Everyone #GoAvsGo