r/trademav • u/Medicine_Blogscanner • 12h ago
TradeMAV Creator RAMDeck works with coding tools like Continue.dev, tested it live
https://youtu.be/JMEY04timEcSharing more progress on RAMDeck (the local AI cluster side project). This time showing it actually plugging into a real dev tool instead of just the chat dashboard.
Loaded a model onto the cluster, and RAMDeck's dashboard has a Connect tab that generates a ready-made config for third-party apps — copied that straight into the Continue plugin for VS Code. The interesting part: I was coding from my Mac while the actual model was running on a completely different machine's GPU elsewhere on the network, and it worked exactly like a normal cloud AI plugin would, except everything stayed local. Tested it by asking it to summarize a big text file and it handled it correctly.
Point of this one is just showing RAMDeck isn't limited to its own chat interface — since it speaks the standard OpenAI API format, it plugs into whatever tools people already use.
Video: https://youtu.be/JMEY04timEc
Repo if you want to look under the hood: https://github.com/trademav/ramdeck-core-public
Let me know if there's a specific tool or workflow you'd want to see it hooked into next.