More worryingly, I’ve been asked to do an AMA at a conference this week. If I make it through that without vomiting on myself, I’ll share that here too
I made it through my AMA at the conference without any incidents
I’d almost go so far as to say I enjoyed it after surviving the opening minutes.
I also forgot how much I enjoy tech conferences. The session replays won’t be available for about three months, but I’m working on a write-up of my key takeaways. I’ll share the write-up and the replay link here once they’re ready.
Interesting discussion! Looking forward to the AMA writeup.
I have a bit of experience with this field. I was working on an auto auction web app last year (in the US.) We were looking at conservative uses of Bedrock, e.g. natural language to set our filters and detecting obvious discrepancies in a window sticker.
It was also going to be helpful on the coding side for upgrading high tech debt parts of the app, e.g. generating a set of replayable migrations from some manually written SQL.
I wouldn’t be surprised if they’ve set up more tooling since I’ve stopped working with them, probably Claude on Bedrock. There wasn’t anyone with power thinking through it like you have, though.
Thanks for sharing this! Re: the question about letting business teams build their own software, we are also trying to fend this off from a couple of enthusiastic individuals. I think we are going to end up maintaining a set of APIs for these kinds of apps and we’ll categorize endpoints or data attributes as safe for any of our coworkers to consume, or requiring per-app vetting (or some such.)
I think you’ve got the right idea to let people try things, bring a buddy along, share what was learned.
We could provide an MCP server. We use swagger to generate documentation so we’d probably just make the API documentation available through the server and let the no code tool work from that information. We could try to build safety into the MCP server, but we’d want to backstop it with rules at the level of the API’s server anyway.