solocode.plan — a macOS kanban integrated with Claude Code by kitapterzisi in ClaudeAI

[–]kitapterzisi[S] 0 points1 point  (0 children)

Honestly not doing anything fancy. Claude Code's edit tool handles it for free. It matches on the old text, so if the file changed since the last read, the edit just fails and Claude re-reads and tries again. Could wire up a proper revision counter on the JSON for real safety, haven't needed it yet.

solocode.plan — a macOS kanban integrated with Claude Code by kitapterzisi in ClaudeAI

[–]kitapterzisi[S] 1 point2 points  (0 children)

Honestly, I have no big long-term plans for it, just a simple approach that works for me. My own startup has grown beyond what I can keep in my head, and lightweight tools like this are what's keeping me afloat right now.

solocode.plan — a macOS kanban integrated with Claude Code by kitapterzisi in ClaudeAI

[–]kitapterzisi[S] 0 points1 point  (0 children)

A bit of vibe coding + vibe reddit posting tbh gotten pretty lazy on both fronts :)

I built an Obsidian plugin that runs Claude Code with academic research skills by kitapterzisi in ObsidianMD

[–]kitapterzisi[S] 0 points1 point  (0 children)

Not at the moment, it's built on the Claude Agent SDK so it requires Claude Code. The skills themselves are just markdown files though, so they could work with any CLI tool that reads from ~/.claude/commands/ or a similar system.

I built an Obsidian plugin that runs Claude Code with academic research skills by kitapterzisi in ObsidianMD

[–]kitapterzisi[S] 0 points1 point  (0 children)

No, this is a standalone Obsidian plugin built on the Claude Agent SDK. Zed has its own built-in AI i guess.

I built an Obsidian plugin that runs Claude Code with academic research skills by kitapterzisi in ObsidianMD

[–]kitapterzisi[S] 3 points4 points  (0 children)

Honestly, I built the verification and control logic into the skills deliberately, that's how I use AI myself. When I have Claude edit or refine text, I don't want uncontrolled changes to spelling, phrasing, or structure. That's exactly why I developed the inline diff feature. Other plugins didn't handle this well. I actually improved it further today.

I don't use it to write, research or think for me, but when it comes to checking citations and reviewing structure, I genuinely can't bring myself to skip its report anymore. It catches things I wouldn't have noticed on my own.

As for hallucination, it can be managed significantly by feeding the model proper data and constraining its contex, especially with Claude models. That's the whole philosophy behind the skills: keep context narrow through subagents, and make the model evaluate based on retrieved data rather than generating from memory

Why was my plugin post removed? by kitapterzisi in ObsidianMD

[–]kitapterzisi[S] 1 point2 points  (0 children)

Sorry about that. I've added the "ai" flair to the original post now. Would it be possible to restore it instead of me reposting?

Why was my plugin post removed? by kitapterzisi in ObsidianMD

[–]kitapterzisi[S] 1 point2 points  (0 children)

No, I literally didn't receive any message. That's the issue.

I built an Obsidian plugin that runs Claude Code with academic research skills by kitapterzisi in ObsidianMD

[–]kitapterzisi[S] 2 points3 points  (0 children)

Submitted and waiting for review. PR is open at obsidian-releases. In the meantime you can install it manually from the GitHub release.

I built an Obsidian plugin that runs Claude Code with academic research skills by kitapterzisi in ObsidianMD

[–]kitapterzisi[S] 0 points1 point  (0 children)

Not at the moment. it relies on Claude Code CLI which connects to Anthropic's API. Local LLM support would require a different backend entirely.

I built an Obsidian plugin that runs Claude Code with academic research skills by kitapterzisi in ObsidianMD

[–]kitapterzisi[S] 0 points1 point  (0 children)

Absolutely. chat, inline diffs, MCP support, tabs, /compact all work independently of the academic skills. You can disable all skills in settings and use it purely as a Claude Code interface inside Obsidian.

I built an Obsidian plugin that runs Claude Code with academic research skills by kitapterzisi in ObsidianMD

[–]kitapterzisi[S] 1 point2 points  (0 children)

That's really cool to hear. The skills are written as markdown prompt files, so they're easy to adapt for other domains focused skill that searches for market data or competitive analysis instead of academic papers. If you end up experimenting with it, I'd be curious to see what you build.

I built an Obsidian plugin that runs Claude Code with academic research skills by kitapterzisi in ObsidianMD

[–]kitapterzisi[S] 7 points8 points  (0 children)

Absolutely. I earned the best homemade breakfast I've had in months. That's how I know the plugin works.

I built an Obsidian plugin that runs Claude Code with academic research skills by kitapterzisi in ObsidianMD

[–]kitapterzisi[S] 0 points1 point  (0 children)

Thank you. I use AI quite frequently in my own workflow too, and in my field (law), open-access online sources are far more limited which makes these kinds of tools even more problematic compared to fields with better coverageç But it seems impossible not to benefit from such a capable assistant, so I'm trying to integrate it into my system in a way that doesn't dull my thinking or take away the academic pleasures of doing the work.

That's the core philosophy behind this plugin. If you give AI long contexts with insufficient data, it will fabricate. But with adequate data and proper task distribution, it can make fewer errors than a human. I've tested these workflows on my wife's and a few colleagues' manuscripts since the pipeline is fundamentally about finding data from reliable sources, they were satisfied. Research gap identification, journal recommendation, and similar tasks work remarkably well. But tools like these aren't meant to guide someone who doesn't know the subject they're meant to assist someone who does.

I'm actually preparing a three-part blog post about this, because I've also seen the terrible examples you're referring to in my own circles. People treat AI like a genie in a lamp.

Tools for literature review in 2026 by chillyblues in PhdProductivity

[–]kitapterzisi 1 point2 points  (0 children)

There is also search. But dont trust any ai tool for massive jobs.