Geoff Goodman
@filearts
Followers
1K
Following
5K
Media
196
Statuses
5K
Curious mind. Creator of @plnkrco. Tech lead for extensibility at @auth0 (@okta). Never stop learning and experimenting.
Montreal, Canada
Joined April 2011
We’re hosting a @Reddit AMA on Dec 11 at 10am PT! @Auth0’s @sandrinodm (Chief Product Architect) and @k_chhina (Sr. Director, PM) will answer your questions on Auth0 + Auth0 for AI Agents. Topics: 🔐 User identity for agents 🔑 Secure API access (no hardcoded keys) 🧑⚖️ Human
0
2
8
to commemorate alan dye moving from apple to meta, here's one of his best quotes
429
4K
66K
Kinda wish JavaScript had: if (const err = doSomething()) { return handleError(err); }
1
0
0
Wow, never saw this sneak into node.js. TIL that `export { localSymbol as "module.exports" }` works in node's require(esm) interop story.
Improved require(esm) interop in @rolldown_rs. Since the last beta, the bundler supports the special `as "module.exports"` keyword and aligns with the @nodejs behavior. Another step towards better interoperability between CJS and ESM, now with bundler support! Curious for
0
0
0
I want to be able to trust agents, as a person. This is a very long journey from we are today, to accelerate that; we want to empower people to build, deploy agents securely. I am proud of the team that shipped our first GA step https://t.co/a2VQZKo7ZS
1
5
6
Out-of-order HTML patching, another proposal from TPAC, lets HTML be presented non-linearly, and a single file can update multiple parts of the page. Would this feature be useful to you?
15
18
155
Every cheap swag idea has been explored and exhausted. Making these things is pointless if the items don't see the light of day post-event. Invest in high quality items, work with a designer, plan distribution to fewer (but key) people, make great stickers for the masses.
3
3
41
There has been considerable discussion on how to implement Authentication using OAuth in MCP, including a lot of criticism on using Dynamic Client Registration (DCR). I've partnered with Auth0 to demonstrate how it's possible to implement this and provide a secure authentication
Scaling AI agents isn’t just about speed — it’s about state (and security). In this session, @matteocollina (Co-Founder & CTO at @Platformatic) shows how to build stateful #MCP servers using Node.js, Platformatic & Fastify — and secure them with @Auth0.
1
7
22
Scaling AI agents isn’t just about speed — it’s about state (and security). In this session, @matteocollina (Co-Founder & CTO at @Platformatic) shows how to build stateful #MCP servers using Node.js, Platformatic & Fastify — and secure them with @Auth0.
6
6
14
In Claude Code, is there a way to rewrite a Bash tool call without also converting the permissionDecision to "allow"? I would like to rewrite the `command` but don't also want to bypass user interaction. @johnlindquist I know you've gone pretty deep here. Any experience?
1
0
0
New experiment. I'm building a project-specific MCP dev server *within* the project. The hypothesis is that Agents will be more productive if I give them highly-targeted tools to close the feedback loop. It keeps security tight because I control those tools. Will circle back.
1
0
1
Not having nested virtualization support on my M1 is such a pain in the butt for experimenting with VMs. I'm on the verge of moving my dev to a @Hetzner_Online box or something like that.
1
0
0
Today, we talk about AI assistants. Tomorrow, it will be AI avatars.
1
0
0
Anyone know if there is empirical data on the impact of "politeness" and "respect" when interacting with models. I like to think it tips them into a more efficient mode but who really knows. AFAICT @jessfraz has taken the exact opposite strategy to great effect. 🤣
2
0
0
Another trick I've really liked is to ask the Agent to produce a README-style example using the api / library under design. This aligns with how I like to build software... it is for the user of the software after all. User-first software, whether interactive (UX) or API (DX).
@mitchellh I have seen good outcomes using two pseudo-variations of this: - "Here is the interface I have defined, please suggest refinements to it before implementing." - "Please create the skeleton of the type with methods as stubs. We'll discuss the design before implementing."
0
0
1