StenchGoy
344 posts

StenchGoy
@Stenchcoin
Farts are fleeting, but the stench is here to stay. 💨 Merging Memes with AI because it's smarter and fun 😎
Katılım Ocak 2025
48 Takip Edilen356 Takipçiler

Printr is now supported on the @BloomTrading browser extension
Layer Bloom on top of Printr and unlock:
- Limit orders applied to your buys
- Dev sell protection
- One-click preset switching
- Wallet groups with staggered buys
- Bloom wallets synced across extension, manager, and TG bot
More integrations coming soon
English

I’m starting to realize that for @masterprintr and @printr to succeed, he’s going to have to fight some serious demons, because almost all the big Solana KOLs are on Pumpfun’s payroll.
But once you win over the masses, you become unstoppable.
English
StenchGoy retweetledi

Already had a breakthrough since this video.
In that demo: Claude searches the catalog, reasons about which tool fits, reads the API, formats the call. Multiple steps, LLM reasoning at each one.
We replaced all of that with one dispatch call.
We built a router that sits between the agent and the tool library. Every tool in the catalog is embedded using OpenAI's text-embedding-3-large (3072 dimensions) and stored in pgvector.
When an agent needs something, it now sends one call: task description + data. The router embeds the query, runs a cosine similarity search, finds the best match, executes the tool, returns the result.
No LLM in the routing loop. Pure vector math.
Results:
• 100% accuracy across exact, paraphrased, and vague queries
• 0% false positives
• 3-4 round trips → 1
• N tools in context → 1
We're closer than we thought.
The same prompt from the demo:

Useful AI@UAIsolana
Simple demo of v1 of the Useful AI MCP server We noticed that MCP has played a little nicer with Claude Code. Our goal is to sit right at the orchestrator layer, in between the agent thinking and working. This is not the final version, but its progress
English
StenchGoy retweetledi


