home.social

#bmad — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #bmad, aggregated by home.social.

fetched live
  1. Migrating 354GB from Google Photos to Proton was… an adventure.

    Key lesson: Proton Drive and Proton Photos are NOT the same API. Uploading to Drive doesn't put photos in your timeline. Two completely different systems.

    I built gphoto2proton (with 2 approaches):

    1️⃣ Go binary — streaming from .tgz, no disk extraction, cross-platform (macOS/Linux/Windows). Photos land in Drive. Albums via the undocumented Photos API.

    2️⃣ Bash script — wraps the proton-drive CLI (which has hidden photo/album commands not in the README). Photos go directly to the timeline. Linux only. Needs disk space for extraction.

    Why two? Because Proton's architecture forced it. Windows users have native app support. Everyone else gets to DIY.

    Open source, MIT, Homebrew, 126 tests:
    github.com/mmornati/gphoto2proton

    Read the full story on my blog:
    blog.mornati.net/how-i-built-g

    #Proton #GooglePhotos #OpenSource #Golang #Privacy #bmad #bmad-method

    PS like most of my current projects (I would to say all of them?), the idea was challenged and then built with BMAD (github.com/bmad-code-org/bmad-) if you haven't test it so far, give it a try !

  2. 🚨 WoB pattern: Multi-Agent Corporate Roleplay (BMAD)

    Why write 50 lines of TypeScript when an AI Product Owner can write a 10,000-word PRD for an AI Architect to delegate to an AI Developer?

    We've successfully automated the worst parts of Scrum! It's Executable Jira, but you pay per word. Enjoy trading deterministic compiler errors for prompt hallucinations and astronomical token bills!

    worstofbreed.net/patterns/mult

    #worstofbreed #techhumor #ai #agile #bmad #sdd

  3. 🧠 Spec-driven development tools like #BMAD promise to fix the requirements bottleneck in agentic teams: structured AI interviews instead of waiting for the product owner.

    @kaffeecoder shows why this hits the same wall as #DDD: if domain experts aren't accessible, no interviewing agent can conjure up the missing knowledge.

    📖 Happy reading: innoq.com/en/blog/2026/03/sdd-

  4. "Vibe Coding" is great for prototypes, but a nightmare for production. Without a solid architecture, you spend more time fixing AI than building. 🛠️

    I spent 24h testing the #BMAD method: moving from idea to "ready to dev" using specialized agents (Market, PRD, Arch).

    The takeaway? Human experience in architecture is the only way to kill hallucinations. AI doesn’t just "invent" things; it fills the gaps we leave in our specs.

    27% of prod code is now AI-generated. The bottleneck? System coherence.

    My full 1-day experience (BMAD, Stitch, gemini-cli) is live: 👇

    🔗 blog.mornati.net/what-is-a-dev

    #AI #SoftwareEngineering #Architecture #TechTrends2026