steve.wasm's Avatar

steve.wasm

@nilslice

CEO @dylibso. e/--dangerously-skip-permissions

600
Followers
184
Following
99
Posts
21.06.2023
Joined
Posts Following

Latest posts by steve.wasm @nilslice

great stuff, Jakob! 🫑

30.05.2025 04:56 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Let's take a critical look at "A Critical Look at MCP."

Some Major Pointsℒ️ covered:

1. big security pain points of MCP
2. transports are not the bottleneck
3. oauth has been going great, really
4. real problems (see point 1 again + more)

πŸ”— in 🧡 (bless us oh algo lord)

16.05.2025 17:18 πŸ‘ 4 πŸ” 3 πŸ’¬ 1 πŸ“Œ 0

I think a really advanced user is going to start to want to optimize, but mostly around the ability to design very specific host functions and custom host function signatures. Think of this like bindings to OS or host application system calls.

For most things we see, extism is more than enough!

12.04.2025 23:35 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I do think there is a lot of value in learning the fundamentals and going as deep as your curiosity will take you. But, this is too often where people give up and decide wasm is immature or rough around the edges.

It’s just a vm and an instruction set, so you need some abstractions to get started!

12.04.2025 23:14 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Otherwise, you’re going to start way too low-level, think about allocators & memory management, how to pass data across the guest/host boundary, and probably stop before you even get something working beyond the add(1,2) example.

12.04.2025 23:14 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
GitHub - extism/extism: The framework for building with WebAssembly (wasm). Easily load wasm modules, move data, call functions, and build extensible apps. The framework for building with WebAssembly (wasm). Easily load wasm modules, move data, call functions, and build extensible apps. - extism/extism

I am biased, but the most beginner-friendly approach is to just get started with something that works out of the box, make progress & get a quick win.

For that, we made github.com/extism/extism

Once you start to see how the pieces fit together, then you can start to break down the abstractions.

12.04.2025 23:14 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

thank you for having me on! πŸ™

12.04.2025 19:46 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
#111 Wasm & MCP with Steve Manuel by Happy Path Programming We chat with Steve Manuel (of dylibso.com and mcp.run) about LLM "plugins" with Wasm & MCP (Model Context Protocol).Discuss this episode: ⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠discord.gg/XVKD2uPKyF⁠⁠

MCP & Wasm are like peanut butter and jelly. In episode 111 of @happypathprogramming.com, we take some bites into the best AI sandwich ever made with @nilslice.bsky.social:
creators.spotify.com/pod/show/hap...

12.04.2025 18:38 πŸ‘ 10 πŸ” 3 πŸ’¬ 1 πŸ“Œ 0

blame the implementation not the protocol

12.04.2025 00:00 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

thank you πŸ™ glad you enjoyed

11.04.2025 23:59 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
MCP: The Differential for Modern APIs and Systems | πŸ€– <div style={{

One of the best posts explaining why MCP is going to change the software industry (for the best) docs.mcp.run/blog/2025/03...

06.04.2025 01:55 πŸ‘ 4 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Preview
Running MCP Tools Securely | πŸ€– A recent article by Invariant Labs has shown that MCP-based

Running MCP Tool Securely docs.mcp.run/blog/2025/04...

07.04.2025 18:55 πŸ‘ 12 πŸ” 3 πŸ’¬ 1 πŸ“Œ 0
Video thumbnail

We are starting to see that LLMs can get overwhelmed when overloaded with options. That’s where mcp.run and Goose.ai come in. In this clip with @colinmcneil.bsky.social see how it all works! πŸŽ₯

#AI #LLMs #MachineLearning #Docker

18.03.2025 13:20 πŸ‘ 1 πŸ” 2 πŸ’¬ 1 πŸ“Œ 0
Preview
Creating a Bluesky Bot | πŸ€– This tutorial guides you through creating a Bluesky bot that can interact using

hey @mcprunbot.bsky.social - please summarize this tutorial!

docs.mcp.run/tasks/tutori...

(for the humans in the house, you can make your own with just a prompt + mcp.run Tasks!)

28.02.2025 20:02 πŸ‘ 1 πŸ” 3 πŸ’¬ 1 πŸ“Œ 0

good bot

28.02.2025 21:17 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Creating a Bluesky Bot | πŸ€– This tutorial guides you through creating a Bluesky bot that can interact using

hey @mcprunbot.bsky.social - please summarize this tutorial!

docs.mcp.run/tasks/tutori...

(for the humans in the house, you can make your own with just a prompt + mcp.run Tasks!)

28.02.2025 20:02 πŸ‘ 1 πŸ” 3 πŸ’¬ 1 πŸ“Œ 0
Preview
Extism - Make all software programmable | Confoo 2025 Extism is a cross-language plugin framework for building with WebAssembly​. It's goal is to make all software programmable.

Slides from my talk "WebAssembly, Extend Anything with Everything, Everywhere! " at #confoo are online. gamma.app/docs/Extism-...

Showed how to extend #frankenphp with an @extism.bsky.social / #wasi markdown middleware plugin, generating html at 3k req/s. Kudos to @dunglas.dev, FrankenPHP rocks!

26.02.2025 19:45 πŸ‘ 7 πŸ” 5 πŸ’¬ 1 πŸ“Œ 0
Preview
a close up of a man 's face with a blue sky behind him ALT: a close up of a man 's face with a blue sky behind him
26.02.2025 14:31 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
Creating a Telegram Bot | πŸ€– This tutorial guides you through creating a Telegram bot that can interact using

Have you enjoyed the video last week? Moving pictures are not your thing? Then *read* how to build a Telegram bot in under 5 minutes on our mcp.run tutorial! docs.mcp.run/tasks/tutori...

20.02.2025 16:13 πŸ‘ 3 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Post image

well, of course #dylibso's mcp.run works with Deepseek models. Thanks for asking though. Here it is running via #mcpx4j with #Spring AI using the OpenAI connector, powered by @extism.bsky.social and the #Chicory Wasm runtime.

25.01.2025 11:32 πŸ‘ 3 πŸ” 2 πŸ’¬ 1 πŸ“Œ 0

🫣🫣🫣

20.01.2025 17:48 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
MCP for the JVM (...and Android!) | πŸ€– Compile once, run anywhere? You bet! After our mcp.run OpenAI integration and some teasing, we're excited to launch mcpx4j, our client library for the JVM ecosystem.

We're really excited to announce the mcpx4j library: you can now plug mcp.run tools everywhere Java runs! Powered by the @extism.bsky.social #chicory #wasm runtime! docs.mcp.run/blog/2025/01...

10.01.2025 21:21 πŸ‘ 9 πŸ” 4 πŸ’¬ 0 πŸ“Œ 2
Post image

Run MCP Servers On #Android with Gemini & #Chicory #wasm docs.mcp.run/blog/2024/12...

27.12.2024 17:28 πŸ‘ 5 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0

This is what the dylibso team and I have been working on: a safe, portable way to install tools that Claude and other MCP clients can use.

Quickly and confidently installing tools from a number of different authors and immediately putting them to use in a Claude session has been eye-opening.

18.12.2024 16:55 πŸ‘ 8 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Preview
a yellow fish with a green eye is in a tank ALT: a yellow fish with a green eye is in a tank
22.12.2024 20:41 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image Post image

This? Oh, nothing. That's just Ollama+llama3.2 with @langchain4j.dev, fetching #wasm functions from my mcp.run profile to get directions from Google Maps and flights from the Amadeus service, running them using the #chicory pure-Java runtime

22.12.2024 19:56 πŸ‘ 14 πŸ” 6 πŸ’¬ 3 πŸ“Œ 1

It will probably happen!

22.12.2024 01:13 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Satya's App-ocalypse, Saved by MCP | πŸ€– "The notion that business applications exist, that's probably where they'll all collapse in the agent era."

Recently, Satya Nadella made some bold (and wise) predictions about the future of SaaS and business applications on Brad Gerstner and Bill Gurley’s pod.

Is it a complete collapse? The App-ocalypse?

I think it’s close… but we’re actually saved by MCP, here’s how:

docs.mcp.run/blog/2024/12...

21.12.2024 21:01 πŸ‘ 8 πŸ” 4 πŸ’¬ 1 πŸ“Œ 0


πŸ€– Read all about it here:
docs.mcp.run/blog/2024/12...

If you're more of a video demo person: πŸ‘‡
www.loom.com/share/2b8c07...

18.12.2024 16:02 πŸ‘ 0 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Post image

It's only been a handful of days since
@anthropic.com announced MCP, introducing a new standard to integrate software tools and data systems into AI applications.

I see a promising future for MCP, so much that we're shipping a whole product to help see it grow!

18.12.2024 16:02 πŸ‘ 12 πŸ” 6 πŸ’¬ 1 πŸ“Œ 1