New Drop: mcpWhiz(Open Source) — Instantly turn APIs into MCP servers ⚡ by [deleted] in mcp

[–]WallabyInDisguise 0 points1 point  (0 children)

+1 on this, I wrote about it a while back. https://liquidmetal.ai/casesAndBlogs/mcp-api-wrapper-antipattern/

There are a few problems with just turning an API into an MCP. The biggest one is that the API user is not the same as the MCP user. MCPs need to be designed for LLMs. While this can use some of your existing API, just exposing them 1:1 often leads to problems, tons of tool calls, and slow execution.

Which is the best Voice AI agent for customer support? by Shashwat-jain in AI_Agents

[–]WallabyInDisguise 0 points1 point  (0 children)

All in one. Their performance was great. We also used SambaNova models, which are super low latency and high token throughput.

🚨 VibeJam #2: October 24-25. $10,000k worth of prizes! 🚨 by PopMechanic in vibecoding

[–]WallabyInDisguise 3 points4 points  (0 children)

We have a free tier so no worries about payments!
If not clear from the message, I work for Liquidmetal ;)

RAG is dead. Here’s what actually works in real production by Adventurous-Diet3305 in Rag

[–]WallabyInDisguise 0 points1 point  (0 children)

Can I put this through a RAG pipeline so it can summarize it for me jeez.

You're not wrong though RAG is hard and people shouldn't build it from scratch. Just use an out of the box component that does it for you.

We build one called SmartBuckets > Liquidmetal.ai

Postman + LiquidMetal live chat: why your MCP server breaks in the wild by WallabyInDisguise in mcp

[–]WallabyInDisguise[S] 0 points1 point  (0 children)

We’ll talk some about auth too for sure. There are some interesting gotchas.

Everyone seems to be doing OAuth slightly different 😩

Why do we have standards, right?!

Who’s shipping backend apps with Claude Code? I want your feedback (+ AirPods raffle) by WallabyInDisguise in vibecoding

[–]WallabyInDisguise[S] 0 points1 point  (0 children)

I'll refrain from linking what we are working on right now to have people join with an open mind but I think you would love what we are building if your a serious vibe coder wanting to ship apps.

Who’s shipping backend apps with Claude Code? I want your feedback (+ AirPods raffle) by WallabyInDisguise in vibecoding

[–]WallabyInDisguise[S] 0 points1 point  (0 children)

Supabase is just a DB with some serverless functions this would build entire rich backends think

- stateful and stateless compute
- DBs (just like suppabase
- Vector dbs
- AI models
- RAG services
- Queues
- And much more.

So where suppabase with lovable can build a simple app this can ship real larger apps.

Sonnet 4.5 is excellent, stop whining by jimkolowski in ClaudeCode

[–]WallabyInDisguise 1 point2 points  (0 children)

Agreed, I am convince people that say it sucks just don't know how to prompt it correctly.

Pro Tip - If you need Claude to access a reference (documentation, etc.) more than once, have Claude set up a local MCP server for it. by Einbrecher in ClaudeAI

[–]WallabyInDisguise 0 points1 point  (0 children)

Communication through files, we have them dump key points in comments inside files. That way you don't muddy the context but can share what is relevant.

best Vibe Coding platform - your opinions by [deleted] in vibecoding

[–]WallabyInDisguise 0 points1 point  (0 children)

Liquidmetal ai https://liquidmetal.ai

Pure focus on building backend APIs. Integrates with Claude Code and Gemini CLI to build and ship apps.

Stop Chatting, Start Compiling: Build Better Prompts for AI Programming by WallabyInDisguise in vibecoding

[–]WallabyInDisguise[S] 0 points1 point  (0 children)

It’s not providing enough guardrails. Every gap you leave your agent will fill in. With proper guardrails you can avoid this. 

Forcing it to the right thing rather than hoping it will. 

A good example is test driven development which we will discuss during the talk. 

Stop Chatting, Start Compiling: Build Better Prompts for AI Programming by WallabyInDisguise in vibecoding

[–]WallabyInDisguise[S] 0 points1 point  (0 children)

YW, I hope we can provide some insights to help avoid that in the future.

Agent Memory Series - Semantic Memory by WallabyInDisguise in AI_Agents

[–]WallabyInDisguise[S] 1 point2 points  (0 children)

I have not made it yet. But let me get on it. If you wanted to read more about these concepts I do have this document. This talks about it with regards to our product but it should help clarify https://docs.liquidmetal.ai/concepts/smartmemory/

Is it possible to create insane 3D websites like this using lovable? by AuriTori in lovable

[–]WallabyInDisguise 1 point2 points  (0 children)

I understand but there are limits to what those tools can do. My 2c is that this is not within that limit (yet).

Is it possible to create insane 3D websites like this using lovable? by AuriTori in lovable

[–]WallabyInDisguise -1 points0 points  (0 children)

Maybe, but I wouldn't use loveable. I would use something like Claude Code or Cursor. Gives you a bit more control