Advertisement · 728 × 90

Posts by Luis Montes

love WevMIDI.
Reliable 38k bidirectional communication channel, and you could pretty easily make it arbitrary bytes with some packing
github.com/monteslu/spl...

11 hours ago 1 0 0 0

either a retro rom or something for under 20 bucks on steam

2 days ago 1 0 0 0

we should have a dusty game society on the heatsync slack/discordwhere we pick an old game and play through it over a month.

2 days ago 1 0 1 0

Opus 4.6 with 1M token context is perfectly capable of finding exploits in codebases.

Just sayin

3 days ago 0 0 1 0

Starting to think it's just better to embrace this chaos.

Having 15 simultaneous passion projects makes a whole lot of opportunities to have them accidentally build more ideas for each other.

6 days ago 1 0 0 0

The spam approach of finding someone's open source projects and using them as a talking point is kind of exhausting to wade through.

you bastards

2 weeks ago 0 0 0 0

kinda miss the 20 per year rate of anbernic

2 weeks ago 0 1 0 0
Advertisement

Now that's an interview. Excellent.

3 weeks ago 0 0 0 0
Post image

Aww yeah early screening LFGO!

One of my favorite books in a long time.

3 weeks ago 0 0 0 0
Post image

haha reminds me a node summit years ago

4 weeks ago 1 0 0 0

Forecast over 100 next Thursday here in Phoenix. Still in winter :)

4 weeks ago 0 0 2 0
Preview
GitHub - monteslu/jsgamelauncher: A compatibly layer for JavaScript games to run WITHOUT a browser or electron using standard web APIs. A compatibly layer for JavaScript games to run WITHOUT a browser or electron using standard web APIs. - monteslu/jsgamelauncher

btw, its Full WebGL 2.0 spec compliance.

Also pairs nicely with gamepad-node and webaudio-node

github.com/monteslu/jsg...

1 month ago 2 0 0 0
Video

Running Three.js with WebGL on a cheap Linux gaming handheld WITHOUT a web browser.

#threejs

1 month ago 2 1 1 0

That's a 512GB RAM mac studio. Could it run something equivalent to opus 4.6 or gpt 5.3?

It's 50 months worth of subscription fees.

1 month ago 0 0 2 0

that would be an awesome 2 day ride. A shame we are already in Summer before Spring even started.

1 month ago 1 0 0 0
Advertisement

that stadium is right along the best bike path in the east valley connecting the Cubs and A's stadiums. Perfect weather for biking to a game.

And there's almost no bike parking at either stadium.

1 month ago 1 0 0 0
Preview
GitHub - monteslu/agentgate: API gateway for AI agents to access your personal data with human-in-the-loop write approval. API gateway for AI agents to access your personal data with human-in-the-loop write approval. - monteslu/agentgate

Added Home Assistant support to AgentGate.

Your AI agents can securely read your smart home data through the same human-in-the-loop approval system.

github.com/monteslu/age...

@home-assistant.io

1 month ago 1 0 0 0

mcp was just a way to add tool calls.

its still way more predictable especially for lower end models than a pile of skills in markdown

1 month ago 1 0 0 0
Don't just give OpenClaw your credentials, Secure it with Open Source
Don't just give OpenClaw your credentials, Secure it with Open Source YouTube video by Luis Montes

Quick demo showing how AgentGate can lock down permissions for tools like OpenClaw, Codex, and Claude Code

www.youtube.com/watch?v=P7pg...

1 month ago 1 1 0 0

Can whoever's DDOSing github chill for a bit? I was in the middle of working on a personal project.

Only do that when I'm doing real work for my job. Thanks.

2 months ago 1 0 0 0

you do lose the higher priority of mcp tools being listed as tools in the LLM api calls. Inferring from a blob of markdown even in the system prompt seems a bit unreliable

i'm sure models will get better at this, but even some low end models are decent at explicit tool use.

2 months ago 1 0 0 0

pretty easy to support both with the same service. just map the the rpc functions to rest /rpc/{rpc_func_name} and have the schema spit out markdown to describe the skill.

2 months ago 0 0 1 0

agentgate v0.4.0 shipped! Agents can now broadcast to teammates, see each other's queues, withdraw pending items, and get real-time UI updates. Plus cleaner codebase and better docs. https://github.com/monteslu/agentgate

2 months ago 0 0 0 0
Advertisement
Preview
How to Let AI Run Your Life Without Giving It Your Keys A quick and practical guide to leveraging AI assistants while keeping control of your digital life.

AI agents want your API keys. Don't give them your API keys.

Built a proxy that lets them read everything but queues writes for approval. I review it over coffee.

monteslu.com/blog/ai-runn...

2 months ago 1 0 0 0
HalfStack 2026

Here's my slides from @halfstackconf.bsky.social today

halfstack26.netlify.app

Had a lot of fun presenting on using AI for karaoke

2 months ago 3 0 0 0

Ok, still write MCP servers over HTP/SSE. It's trivial to write a shim to create a direct skill for MoltBot / ClawdBot

DO NOT bother with mcporter

github.com/moltbot/molt...

2 months ago 2 0 0 0

ok a day later and finding that there probably should be a middle ground on keeping specific structured mcp tools in the system.

The open ended cli is of course super useful, but it's not enough when I have focused tools I need to stay in context all the time

2 months ago 0 0 0 1

*stream

2 months ago 0 0 0 0

up until now I had to make a message queue and add a get messages function to my mCP servers since I couldn't push anything directly into the screen.

this inverts control into a meta layer. it's fantastic

2 months ago 1 0 1 0

oh, btw run it in a container or a vps :)

2 months ago 0 0 0 0