I was surprised that @primal and @Damus don't support markdown in DMs. I don't think NIP-04 specifies what type of content should be allowed/supported. Any particular reason that markdown isn't supported @jb55 in Damus for example? Technical reasons or a good PR? Re:
Why don’t cars implement noise cancelling?
Been building an AI meeting assistant with Claude Code as my pair programmer. image The idea: "Pennie the Prepper" joins Teams meetings, listens to the conversation, and auto-creates work items in Azure DevOps. Epics, Features, User Stories - all structured properly while you're just talking. Could also build actions for GitGub for Issues. So far we've got: - Azure Functions backend running (9 endpoints) - AI agent deployed on Azure AI Foundry (GPT-4o) - Full DevOps integration working - Currently wrestling with getting the playground to actually call the backend properly 😅 Building AI tools WITH an AI tool. Claude Code doesn't just spit out code - it actually thinks through architecture decisions, catches stupid mistakes before they bite you, documents everything as we go. When I hit a wall with Azure AI Foundry's agent APIs (which have some... interesting quirks), Claude searches docs, finds the approach, implements it. Still plenty of work before Pennie can actually join a real meeting. Also looking at agent tipping with their own Lightning Wallets which can be used for reinforcement learning. Anyone else building with Claude Code or similar? #AI #BuildInPublic #DevOps