HN user

joshwarwick15

122 karma
Posts28
Comments40
View on HN
techfundingnews.com 1mo ago

OpenAI wants shopping in ChatGPT. Wassist raises $1.1M to keep it on WhatsApp

joshwarwick15
3pts0
github.com 3mo ago

Show HN: WhatsApp CLI without getting banned

joshwarwick15
3pts2
github.com 7mo ago

Show HN: withcodemode – Proxy any Remote MCP server to run under codemode

joshwarwick15
2pts0
wassist.app 9mo ago

Show HN: Chat with Sora 2 Directly from WhatsApp

joshwarwick15
1pts0
github.com 10mo ago

Show HN: Browse the new MCP registry with Remote MCP

joshwarwick15
4pts1
twitter.com 10mo ago

Show HN: Website to WhatsApp Agent in under 1 min

joshwarwick15
1pts0
wassist.app 10mo ago

Show HN: Search and book flights directly from WhatsApp

joshwarwick15
1pts0
wassist.app 10mo ago

Show HN: Chat with Nano Banana Directly from WhatsApp

joshwarwick15
29pts15
blog.remote-mcp.com 11mo ago

The Grug Brained AI-Developer: An LLM Appendix

joshwarwick15
2pts0
www.remote-mcp.com 1y ago

Show HN: Daily Top 10 Installed Remote MCP Servers/AI Connectors

joshwarwick15
1pts0
remotemcp.substack.com 1y ago

The "S" in Tool Calling Stands for Security

joshwarwick15
3pts0
code.visualstudio.com 1y ago

Open Source AI Editor: First Milestone

joshwarwick15
3pts1
remotemcp.substack.com 1y ago

Bootstrapping Remote MCP: Discover New AI apps using Remote MCP

joshwarwick15
2pts0
getdialer.app 1y ago

Show HN: Let your AI client make outbound calls using your own number

joshwarwick15
1pts1
github.blog 1y ago

Remote GitHub MCP Server is now in public preview

joshwarwick15
2pts0
remotemcp.substack.com 1y ago

Remote MCP: Custom Integrations vs. Custom Connectors

joshwarwick15
1pts0
www.hubspot.com 1y ago

Hubspot Release a Connector for ChatGPT Deep Research

joshwarwick15
1pts0
techcrunch.com 1y ago

OpenAI Release ChatGPT Connectors (Remote MCP)

joshwarwick15
26pts0
twitter.com 1y ago

Claude Pro users now have Research and Integrations

joshwarwick15
7pts0
wassist.app 1y ago

Show HN: A WhatsApp Personal Shopper for Every Shopify Store

joshwarwick15
2pts2
remotemcp.substack.com 1y ago

Big Week for AI Releases: A Day-by-Day Remote MCP Breakdown

joshwarwick15
2pts0
blogs.windows.com 1y ago

MCP will be native to Windows 11

joshwarwick15
19pts4
twitter.com 1y ago

Show HN: DoodleDreamer – Bring your imagination to life

joshwarwick15
1pts0
vercel.com 1y ago

MCP Server Support on Vercel

joshwarwick15
6pts0
www.remote-mcp.com 1y ago

Claude Custom Integration Directory

joshwarwick15
2pts1
callonmcp.com 1y ago

Call on MCP – Giving Agents Their Own Cellphones

joshwarwick15
2pts1
github.com 1y ago

List of Remote MCP Servers

joshwarwick15
2pts2
developers.cloudflare.com 1y ago

Cloudflare just dropped an Agent framework

joshwarwick15
3pts1

Hey everyone. I'm the founder at https://wassist.app/ (The WhatsApp Agent Platform). Off the back of this post (https://news.ycombinator.com/item?id=47775628) we've created a CLI that doesn't carry the risk of getting your account banned.

There are a few differences, mainly we don't access your personal[0] messages but provide our a sandbox number that the CLI interacts with - this is completely free to use.

With the sandbox number you can: - interactively message from the terminal - read conversations - send messages, including media, buttons etc

You may upgrade to connect and manage dedicated numbers, these are created and managed through the Official WhatsApp Business API - it's all official so no ban risk on these accounts unless you break Meta's rules.

[0] How can I use my existing number? - If you're a WhatsApp Business App number - you can connect this with Wassist, we use a primitive called co-existence to link to an WhatsApp Business API account that you'll create. Again 100% official API - If you're using a WhatsApp consumer number - you need to convert this to WhatsApp business App number (https://faq.whatsapp.com/3059780464322392/?cms_platform=andr...)

(Caveat I’m the founder of https://wassist.app - The WhatsApp Agent Platform)

Please be very careful using this tool to automate your WhatsApp - if you send too many messages, too quickly, you are going to get banned.

This is NOT an officially supported api by WhatsApp and the risk of ban is relatively high

Context usage is a client problem - progressive disclosure can be implemented without any spec changes (Claude/code has this built in for example). That being said the examples for creating a client could be massively expanded to show how to do this well

“Our strongest selling point is that we know who our audience is. All our displays are integrated with cameras so we can get the demographic data and also track the occupant engagement.”

Working in this space, the person running the building barely knows who is living there...

The MCP Registry 11 months ago

There really should be an indication of auth status for Remote MCPs on launch of this

These exploits are all the same flavour - untrusted input, secrets and tool calling. MCP accelerates the impact by adding more tools, yes, but it’s by far not the root cause - it’s just the best clickbait focus.

What’s more interesting is who can mitigate - the model provider? The application developer? Both? OpenAI have been thinking about this with the chain of command [1]. Given that all major LLM clients’ system prompts get leaked, the ‘chain of command’ is exploitable to those that try hard enough.

[1] https://model-spec.openai.com/2025-02-12.html#ignore_untrust...