Angehefteter Tweet
Mat-GPT
296 posts

Mat-GPT
@matiaphone
Make moves not announcements
New York, NY Beigetreten Temmuz 2019
1.2K Folgt217 Follower

@GergelyOrosz Just put a 1-liner in the system prompt to bias towards web searching
Helps a ton
English

@matiaphone @claudeai @Cloudflare It has no inference. It's just well organized primitives with codemode
English

I had 🐨 Kody build this for my 2.5 year old son …pe-color-match.kentcdodds.workers.dev
English

@kentcdodds @claudeai @Cloudflare @kentcdodds Is “Kody” actually an LLM? Or just a codemode mcp? Like does the client submit a prompt or call the “Kody” tools via codemode?
English

Another cool thing that I could do is, if I really wanted to, I could tell Kody to create a GitHub repo for this and turn it into a real software project with CI and tests and all that. And Kody could just do that. Then I could hand things off to Cursor Cloud Workers from Kody to make adjustments.
English

@RhysSullivan I run a consulting firm for PE firms and am trying to set up executor for my customers.
They use Cowork which only supports OAuth-enabled remote MCPs.
Goal is to deploy a single executor per customer that they can connect to in Cowork.
Whats the easiest way to do this? Or do you think it'd be easier to create a custom worker / codemode MCP for each customer instead?
English

@kentcdodds @kentcdodds how do you handle auth with the cloudflare entry point AND all the tools that get used in codemode?
English

@RhysSullivan @GilFeig Arbitrary code execution is obviously the future
Just need a simple standardized way to expose an API to the execution layer
Which brings us back to….. MCP
English

@GilFeig >Good MCP has 2 tools. Search tools, and run tool.
This doesn't feel right - long term this is going to introduce a problem where if you have 20 MCP servers added each with their own search and run it's not composable
You can write MCPs like normal, just need an execution layer
English

If you hate MCP, you don't understand MCP.
You have a bad setup/harness and blame it on MCP, which is nothing more than an extremely thin wrapper.
The argument that it's slow is rooted in poor implementations that load up thousands of tools and eat your entire context window.
But that's not necessary and it's not how the best AI companies are using MCP in practice.
MCP is great because it's a lightweight standardization similar to REST and API protocols. It gives the world the ability to provide a minimal, single interface into their products. It then plugs nicely into all LLMs. MCP or not, we need that.
Good MCP has 2 tools. Search tools, and run tool. You don't need anything more than that. You expose millions of tools to your agent, and they run quickly and eat close to zero context.
CLI tools are great too. But they're heavier to produce, heavier to set up, require running agents to have CLI access, and give up a ton of security guarantees.
MCP was invented when CLIs already existed for a reason. Many reasons. We're not suddenly enlightened by CLIs. Nothing has changed.
English

@me_jd_solanki @mattpocockuk @cole_medin Use Pencil to spin up quick wire frames. Include them in the PRD as guidance
English

When doing AFK/Ralph how do you handle guided UI generation?
For example, How to provide wireframe or design when it builds new page or feature
cc: @mattpocockuk @cole_medin
English

@mattpocockuk random typescript question for you
Is there ANY way to build a discriminated union derived from an object?
I have a set of const objects that I want to dynamically build validators for
These config objects have a set of "type - id" pairs that I want to discriminate on
But object.values collapses the type and the resulting validator ends up as a union of all possible types / ids
Is there a way to maintain the discriminated union dynamically? Or just typescript limitation?


English

So @vercel you gonna make a full package manager for skills or does someone else gotta?
This thing is a mess
English

@tomkrcha 2 quick things.
1. The agent inside pencil doesn't have permission to access any of the code (even though the .pen file is in my repo) and there is no way to give it permission. I'm trying to have it create a style guide based on my project.
2. How can I access the official design kits / style guides?
English

@mattpocockuk What's the case for storing instructions in docs/ vs. skills?
English

Bad AGENTS.md files can make your coding agent worse and cost you tokens.
Here's a prompt you can use to clean them up - PLUS a full guide for folks wanting to learn more.
Enjoy: aihero.dev/s/KQLczQ

English









