Same, I have a similar setup. A mix of Obsidian, Cursor (for md), and vibe-coded web terminals as front-end.
Since I do a podcast, the number/diversity of research interests is very large. But the knowledge-base approach has been working great.
For answers, I often have it generate dynamic html (with js) that allows me to sort/filter data and to tinker with visualizations interactively.
Another useful thing is I have the system generate a temporary focused mini-knowledge-base for a particular topic that I then load into an LLM for voice-mode interaction on a long 7-10 mile run. So it becomes an interactive podcast while I run, where I ask it questions and listen to the answers to learn more.
Anyway, heading out for a run now, thanks for the write-up 👊
https://t.co/pb1UMcV8mC now has a CLI
```
npx @nshipster/sosumi fetch /documentation/swift/array
```
This lets you fetch and render Developer content directly into LLM-readable Markdown, without connecting to a remote MCP server.
New in Claude Code: Remote Control.
Kick off a task in your terminal and pick it up from your phone while you take a walk or join a meeting.
Claude keeps running on your machine, and you can control the session from the Claude app or https://t.co/er6Blrr63e
Big news, XcodeBuildMCP 2.0 is in beta 🎉
Huge release with major breaking changes:
- XcodeBuildMCP is now a CLI tool - don't like MCP servers, well, I've got you covered, all the same benefits of MCP without the upfront token cost.
- Stateful CLI - Background daemons are used for stateful operations to avoid keeping the CLI process in the foreground
- MCP is not going anywhere - You can still run XcodeBuildMCP in mcp mode by passing the `mcp` argument.
- Only simulator tools are loaded by default (MCP mode) - configure XcodeBuildMCP to use the tools that suit your workflows without wasting precious context.
Other changes:
LLDB debugging tools | fewer MCP schema tokens | new config file support | persisted session defaults between sessions | pre-warmed session defaults | MCP skill | many bug fixes
https://t.co/YoJDQDNVLY
I was close to open-sourcing parts of my https://t.co/KrUavQJdcG file, but it felt wrong: it was too specific to my projects.
Agent Skills turned out to be exactly what I needed and I'm happy to announce my first open-sourced ...
https://t.co/31mQMuxPMG
#swiftlang#iosdev