Episode Details
Back to Episodes
#491: Feeling Judged
Episode 491
Published 1 week, 2 days ago
Description
Topics covered in this episode:
- Claude Code /insights
- Post-quantum crypto lands in Python
- MCP goes stateless — and FastMCP gets renamed
- inshellisense - IDE style command line auto complete
- Extras
- Joke
About the show
Sponsored by Xweather Xweather combines enterprise-grade weather intelligence with agent-ready APIs, natural language capabilities, and an MCP server so your agents can adapt workflows, automate responses, and make better decisions based on real-world conditions. Michael will tell you more about them later in the show. Get started for free at pythonbytes.fm/xweather Connect with the hosts
- Michael: Mastodon / BlueSky / X / LinkedIn
- Calvin: Mastodon / BlueSky / X / LinkedIn
- Show: Mastodon / BlueSky / X Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Tuesday at 7am PT. Older video versions available there too. Finally, if you want an artisanal digest of every week of the show notes in email form? Add your name and email to our friends of the show list, we'll never share it.
Michael #1: Claude Code /insights
- Michael’s Insights: michael-kennedy-claude-code-insights-2026-08-09.html
- Be careful sharing these outputs, they include details references to your projects, errors, security findings, etc. ;)
/insightsreads your last 30 days of local session transcripts and hands back an interactive HTML report on how you actually work.- One command, zero setup: type
/insightsin a session, or runclaude -p "/insights"from the shell for a non-interactive version that just prints the path - Reads what's already on disk: pulls session logs from
~/.claude/projects/, skipping agent sub-sessions and anything under 2 messages or 1 minute - Project areas: clusters your sessions into themes like "CLI Tooling" or "Documentation" with session counts
- Friction analysis: categorizes where things went wrong by root cause - and quotes your own prompts back at you
- Interaction style: tells you whether you're a delegator
- One command, zero setup: type