<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: lukas kunhardt</title>
    <description>The latest articles on DEV Community by lukas kunhardt (@lukaskunhardt).</description>
    <link>https://dev.to/lukaskunhardt</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3987402%2Feba5ab8f-db02-4228-a99b-c8900f3fd173.png</url>
      <title>DEV Community: lukas kunhardt</title>
      <link>https://dev.to/lukaskunhardt</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lukaskunhardt"/>
    <language>en</language>
    <item>
      <title>Obsidian + Claude Code: The Setup I Use Every Day</title>
      <dc:creator>lukas kunhardt</dc:creator>
      <pubDate>Thu, 20 Aug 2026 08:55:42 +0000</pubDate>
      <link>https://dev.to/lukaskunhardt/obsidian-claude-code-the-setup-i-use-every-day-15e7</link>
      <guid>https://dev.to/lukaskunhardt/obsidian-claude-code-the-setup-i-use-every-day-15e7</guid>
      <description>&lt;p&gt;What you work out with Claude in a chat window gets buried in that chat. Nothing accumulates. Point Claude Code at your Obsidian vault instead, and the same work lands in plain files on your own computer, where it can stay and compound.&lt;/p&gt;

&lt;p&gt;This works because relevant infromation can be externalized to files which both of you can easily access. You can read it, and so can Claude. What accumulates is a shared memory. Neither of you needs an abstraction layer in between, and that matters more than it sounds (more on this later).&lt;/p&gt;

&lt;p&gt;I’m going to walk you through how it works: what it looks like on screen, how I organize the vault, and where it works well and where it doesn’t. You do not need special plugins, no MCP server, and you don’t have to be a developer. You don’t need to pay for anything other than a subscription to Claude, or to any other language model provider.&lt;/p&gt;

&lt;h2&gt;
  
  
  What does the setup actually look like?
&lt;/h2&gt;

&lt;p&gt;My day to day setup looks like this: I have Obsidian open, and Claude Code. If I have a big enough screen, I like to view them at the same time. I have Claude open on the left. I mostly use a dictation tool to talk to Claude (&lt;a href="https://lukasvonkunhardt.com/tool-recommendation-best-dictation-for-mac/" rel="noopener noreferrer"&gt;read my best dictation tool for Mac article&lt;/a&gt; if you want to know more), or just use wisprflow or something like that. And on the right side I have my vault.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwzclouubo5u3dt1mtbr2.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwzclouubo5u3dt1mtbr2.webp" alt="Screenshot splitscreen left Claude right Obsidian.png" width="800" height="502"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I use Obsidian for viewing the outputs of whatever Claude is writing. The idea is that Obsidian is a markdown viewer and editor. It allows me to have a sort of collaboration with Claude, where I can almost work in it like in Google Docs.&lt;/p&gt;

&lt;p&gt;I use this for all kinds of projects: work, personal, anything, writing. The project itself doesn’t have to be text. Your thinking about it is, and so is your conversation with Claude. So the habit is simple: every time I work something out about a project, it goes into some note in that project’s folder, and every time Claude works something out worth keeping, it goes into the same folder. That is what gives Claude the same picture of the project that I have. And the folder of markdown notes is better at retaining information than either of us. I forget what I decided in March, and Claude remembers nothing from the last chat we had.&lt;/p&gt;

&lt;h2&gt;
  
  
  How does Claude Code see my notes?
&lt;/h2&gt;

&lt;p&gt;First of all, you have to understand the concept of Claude Code and how it’s different from the Claude chat. In Claude Code, you start by opening a folder. No matter where you use Claude Code, whether it’s the terminal version or the app version, it’s going to ask you to point it to some file location, and this is the starting point.&lt;/p&gt;

&lt;p&gt;If you were starting from scratch and had never used this before, you would open Obsidian first, and then you would create a vault. It’s going to ask you to point it to some location or pick a default location, and it’s just going to create a folder. In Obsidian you have a sidebar, and in the sidebar you see nested folders, and in the folders you see your notes. And this mirrors exactly the file structure that exists on your computer. What you see in Obsidian as folders and nicely written and rendered notes is just folders on your computer with markdown files in them. This is the core of the magic. If you point Claude Code at some folder on your computer, it’s going to have access to, and see, the exact same files you’re seeing.&lt;/p&gt;

&lt;p&gt;Say you wanted to start some project, and it’s going to be a more complicated one: some research project, some new project for work, whatever. You would create a new folder in your vault, and in this folder you might collect notes for anything relevant to this project. And the nice thing is: if you now switch to Claude Code, you can point it at the same folder location, and then it’s going to see everything you’re writing. And it can also edit and suggest changes to your own writing.&lt;/p&gt;

&lt;p&gt;Depending on what mode you select in Claude Code, you can either approve each change manually, so you are in full control of what Claude does to your notes, or you can give it full control if it’s a more hands-off thing.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F41jqcgkp3v9qos50mjf5.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F41jqcgkp3v9qos50mjf5.webp" alt="Diff viewer in claude code showing changes its suggesting.png" width="800" height="1010"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Do you need the Obsidian Claude Code plugin or an MCP server?
&lt;/h2&gt;

&lt;p&gt;If you work on your computer and you have Claude there and you have Obsidian there, then there’s nothing else you need to do. Because Obsidian just looks at files on your machine, and Claude Code natively, by design, is supposed to work with files on your machine. They are a match made in heaven. They are directly complementary to each other.&lt;/p&gt;

&lt;p&gt;What is on offer falls into three groups, and it helps to know which one you are looking at.&lt;/p&gt;

&lt;p&gt;The first group runs Claude Code inside an Obsidian sidebar. I don’t see the point. Having two windows open is not something you need a special app for.&lt;/p&gt;

&lt;p&gt;The second group are editor context bridges, which tell Claude which note you have open and what text you have selected. That is at least a real gap, but it is easy enough to just tell Claude which file you mean, and if you follow the convention of working in one project folder it stops mattering much. If the files you need are scattered across your whole computer, it is worth more.&lt;/p&gt;

&lt;p&gt;The third group are MCP servers that expose your vault to other apps, and this is the one worth being clear about. Claude Code can read your files. The Claude desktop app in chat mode cannot, so people connect an MCP server to Obsidian to fix that. But that is the long way around to somewhere worse. Just use Claude Code on an Obsidian that sits on your own files. The other way you give up most of the advantage this whole setup is built on.&lt;/p&gt;

&lt;p&gt;There is one case where I do use one. I have the Local REST API plugin enabled because I had Claude Code running on a server, posting updates into a note in one of my projects about how a website was performing. If you have a site on a server somewhere and you want a weekly report to land in that project’s folder, that is genuine: something outside your computer needs to write into your vault. Editing your vault from your phone is the same shape of problem. It is a different problem from the one this article is about.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why markdown, and not Notion or Word?
&lt;/h2&gt;

&lt;p&gt;Take a comparison. If you were to use Notion with a Notion MCP server, you would have a similar looking setup, at least on your side. You already know how to navigate Notion and how to write there, so your half of the interaction would not change much. But for Claude it changes a lot, because Claude does not see Notion documents as files in a folder. Instead it must go through an MCP server or an API to interact with Notion, and the same is true of any note taking tool that does not store your notes in an easily legible format on your own device.&lt;/p&gt;

&lt;p&gt;That has several disadvantages. The model spends far more tokens and thinking on the question of how to reach the files at all, which is unnecessarily difficult. Every abstraction layer you introduce makes it harder.&lt;/p&gt;

&lt;p&gt;If a model wants to find text somewhere on your computer, it can use something like “grep”. grep is a search tool that has been sitting on every Mac and Linux machine for about fifty years. It looks inside your files, not just at their names, and it goes through thousands of them in well under a second.&lt;/p&gt;

&lt;p&gt;That opens up a lot. Claude can find every note in a client folder that mentions one supplier, across hundreds of subfolders, without you remembering which note it was in. It can list every note you have not touched since March. It can find the notes that mention two things at once, which is the question you can never answer with a search box. It can ask for every file longer than a certain length, or rename fifty notes to match a convention.&lt;/p&gt;

&lt;p&gt;None of that needs a plugin, an installation, or any special tool. These are basic command line commands, from the same generation as grep, and the model has seen them used more times in its training data than almost anything else. It is fluent in them the way it is fluent in English. The Notion MCP server, by comparison, did not exist two years ago, and it is complicated to use, so the model has to work out how to drive the tool at the same time as it does your actual work. The files are just there, in the same folder Claude Code runs in.&lt;/p&gt;

&lt;p&gt;Here is the proof that this is the model’s own preference and not just mine. Ask Claude Code to write something down, store it for later, keep it as a reference document. What kind of file do you think it creates? Markdown. You don’t have to change its ways at all.&lt;/p&gt;

&lt;p&gt;You could also work with Word. Word is a common document editor that a lot of people are familiar with. But Word files are in a proprietary format, and the markdown file is to the Word file what the comma separated values file is to the spreadsheet. A CSV is much easier for a language model to read than an Excel file. That is why Claude and other language models have been notoriously lagging behind in output quality when they work with these more complicated file formats. If you have been trying to get Claude to edit your Word files, you will have noticed it underperforms compared to working directly in a markdown file.&lt;/p&gt;

&lt;p&gt;And for you it is also quite convenient, because Obsidian is genuinely fun to use. It looks nice and it has most of the functionality you need. A little less than Notion, a little less than Word, but it is the lowest common denominator in the good sense: for both of you it is just really good to work in. It is a very fleshed out notes app with high customizability. PDFs it displays out of the box, with nothing to install. For most other file types there is a plugin:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;“CSV Editor” for comma separated tables&lt;/li&gt;
&lt;li&gt;“Sheet Plus” or Excel for spreadsheets&lt;/li&gt;
&lt;li&gt;“ePub Reader” for books&lt;/li&gt;
&lt;li&gt;“Annotator” if you want to highlight a PDF rather than just read it.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What is the actual benefit over a normal Claude chat?
&lt;/h2&gt;

&lt;p&gt;Where do the fruits of your labor, the results of the interaction with Claude, actually get stored? If you’re using Claude as basically a pimped-up version of Google to answer singular questions, you aren’t getting half of what you can out of it. That’s really the advantage that Claude plus Obsidian has: it allows you to work on long-term projects and to build up a &lt;strong&gt;shared knowledge&lt;/strong&gt; base that you and Claude can interact with, which for any complicated task is going to be necessary.&lt;/p&gt;

&lt;p&gt;Here is a real one. Last November I came onto a large enterprise project in a field I knew very little about. In the first weeks I was sent an enormous amount of material, and there were so many new people to memorize. In the meetings I did not get most of what was being explained to me. They would mention fifteen people I did not know yet, sometimes the same ones from a meeting two hours earlier, and I still did not remember them. Nine months in, that one folder holds a hundred transcripts and about three hundred wiki pages.&lt;/p&gt;

&lt;p&gt;Claude organized all of it into a wiki inside that folder, and it started to make sense so much sooner. I could ask my questions there instead of being the guy who asks stupid questions all the time. I could spend a day on “explain back to me what all these files were, and what did they mean by this term I keep hearing”, and the answer came back with its receipts: you discussed it in that meeting, and the document they sent five days ago describes it on page 90. They gave me the feedback that they found it amazing how quickly I started to get things, in a field everyone knew was hard to get into.&lt;/p&gt;

&lt;p&gt;I also got into the habit of transcribing the meetings and storing them, so I can query backwards. What did I discuss with this person at the start, what was their opinion then, and what is it now? When was the first time we talked about this? Those are easy to answer now and close to impossible otherwise.&lt;/p&gt;

&lt;p&gt;None of that needs a special feature. You point the model at a section of your project folder and let it build its own interlinked wiki, which it updates every time a new transcript or document arrives. I described that system in &lt;a href="https://lukasvonkunhardt.com/my-favorite-memory-system-for-llms/" rel="noopener noreferrer"&gt;My favorite memory system for LLMs&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;One thing on confidentiality, since I said enterprise. Nothing in this setup depends on Claude. The notes are plain text in a folder on your own machine, so if your client has not approved Anthropic, you swap the model and keep everything else exactly as it is. Use whatever they have whitelisted, or a provider hosted in the region they require. Claude Code itself also runs through Amazon Bedrock, Google Cloud or Microsoft Foundry, which is often what a corporate security review has already signed off on.&lt;/p&gt;

&lt;h2&gt;
  
  
  Doesn’t this lock you into Claude?
&lt;/h2&gt;

&lt;p&gt;It does the opposite, and this is a major advantage for me. I don’t want to lock myself in with one provider.&lt;/p&gt;

&lt;p&gt;That is the other disadvantage of having most of your knowledge hidden away in some chat. Even if you work with Claude Cowork and Claude Projects, or with Codex and ChatGPT Projects, they all share the same problem: if they get expensive, or there is a better deal somewhere, or a better model you would rather be using, the migration becomes difficult. Unless nothing interesting is actually stored in the model provider’s app, and everything is in files on your computer anyway. Then it is easy. You can migrate in a blink.&lt;/p&gt;

&lt;p&gt;I can swap out my provider tomorrow. It doesn’t actually matter to me. I use Claude right now only as the inference provider for the model: not to organize my projects, not to store knowledge somewhere, not to keep some sort of memory on me. All of that sits in files that I own, on my personal computer, that I have full control over. I wrote more about that in &lt;a href="https://lukasvonkunhardt.com/how-to-avoid-locking-yourself-into-one-ai-provider/" rel="noopener noreferrer"&gt;How to avoid locking yourself into one AI provider&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Wouldn’t a database be better than markdown files?
&lt;/h2&gt;

&lt;p&gt;I don’t think so. I don’t think vector search is that useful unless you have massive amounts of text data. And the database comes with a massive disadvantage: you not being able to quickly interact with it. The main advantage is that markdown and the file system convention is something that you and Claude can both work in really well. If Claude is down and you’re offline, you still have all of your notes, you have all of your insights, to easily work with. And when Claude becomes better and maybe you do much less of the editing yourself, nothing about that changes. It will still be great at reading and working with markdown, and so will you.&lt;/p&gt;

&lt;h2&gt;
  
  
  How do I organize the vault?
&lt;/h2&gt;

&lt;p&gt;I organize the vault by the PARA principle. It’s a principle designed by Tiago Forte for organizing basically anything in your life: all your notes and all writing and all files. I find it really useful. He describes it in his book Building a Second Brain. It splits things into four categories, sorted by actionability: Projects, Areas, Resources, and an Archive.&lt;/p&gt;

&lt;p&gt;Projects are the things you are working on now, the ones that have an end. Areas are ongoing responsibilities that never finish: your health, your finances, each client relationship. Resources are topics you keep for reference, like reading notes and snippets. The Archive is where anything finished or gone quiet from the other three ends up.&lt;/p&gt;

&lt;p&gt;I organize every project that I start, a project being anything that involves more than one step. There are large projects that I have with clients, with hundreds of subfolders, and there are also small folders, like planning a weekend or something. Everything gets its own folder.&lt;/p&gt;

&lt;p&gt;Obsidian is open on the whole vault, so I see all of it at once: the four categories at the top, and every note inside them.&lt;/p&gt;

&lt;h2&gt;
  
  
  Which folder do you open Claude Code in?
&lt;/h2&gt;

&lt;p&gt;Not at the vault. This is the one part worth being precise about, because the two windows do not look at the same thing: Obsidian sees the whole vault, Claude Code sees one folder.&lt;/p&gt;

&lt;p&gt;I never point it at my entire vault, I always point it at the one specific folder I am working on. That is usually a project, but it can just as well be one area or one resource. And this only works if you actually have a folder for each project you work on, or for every resource, or for every area. That’s why I think the whole PARA sorting mechanism works especially well: sorting the folders by actionability makes them especially well suited, because there is basically always a folder for any given topic that I would want to discuss with Claude. Actionability is the perfect thing to sort by if you want folders to directly match your working sessions. So the shared memory is not one big pile. Every folder builds its own, across as many sessions as the work takes, and Claude starts each session already inside the only context it needs.&lt;/p&gt;

&lt;p&gt;None of this locks Claude into that one folder. The folder you open is a starting point, not a fence, and Claude Code can still reach anything else on your machine when you tell it to. Say the project is finishing this year’s tax declaration, and half of what I need is in a resources folder called finances. I mention that folder once and it uses both for the rest of the session.&lt;/p&gt;

&lt;h2&gt;
  
  
  Do you need a CLAUDE.md in your vault?
&lt;/h2&gt;

&lt;p&gt;You could, of course. You could explain conventions or something like that, but I think you mostly don’t need to, because the vault has a pretty simple structure. Projects, areas, resources and the archive are so different in nature that I didn’t have any sort of things that would apply to everything. And I think the models have gotten smart enough that you don’t need to explain their environment to them. They figure it out best on their own. So no.&lt;/p&gt;

&lt;p&gt;But then again, you could: you could specify for example a tone or writing style, or conventions to be used, or what type of notes are read-only to the model, all kinds of things. Just like in a coding repo, you could have these sorts of conventions in your writing vault.&lt;/p&gt;

&lt;h2&gt;
  
  
  How do you and Claude edit the same note without overwriting each other?
&lt;/h2&gt;

&lt;p&gt;With markdown files, there is a built-in protection in Claude Code that stops it from overwriting changes. When you edit a markdown file and the model wants to make changes to it, it gets notified that the file has changed and is forced to read it first before editing it. This allows you to work in the same document as the LLM without having to worry about the model deleting your work.&lt;/p&gt;

&lt;p&gt;Claude is no longer allowed to overwrite files that have changed since it last looked at them. This problem basically solves itself. I think it’s basically become a default.&lt;/p&gt;

&lt;p&gt;And there is the Obsidian Git plugin, which automatically syncs my entire vault to git. Because Claude is great at using git, if I tell it to restore some previous version, it does so reliably.&lt;/p&gt;

&lt;h2&gt;
  
  
  Which Obsidian plugins do I actually use?
&lt;/h2&gt;

&lt;p&gt;Fifteen, but only a few of them matter for this setup. Obsidian Git is the important one: it versions the whole vault automatically, which is what makes “Claude, restore the previous version” work at all. After that it is CSV Editor for tables, Excalidraw for sketches, Tasks and Kanban for task lines and boards, Templater and QuickAdd for note templates and capture shortcuts, Dataview for queries across notes, and Marp Slides when I need a deck out of markdown. The rest are theme and interface tweaks that have nothing to do with Claude.&lt;/p&gt;

&lt;h2&gt;
  
  
  What does this look like on the phone?
&lt;/h2&gt;

&lt;p&gt;I can sync Obsidian to my phone automatically (this is Obsidian Sync, and it does cost money, about 4 dollars a month, which is quite cheap), so that I have all the notes on each project on my phone and can edit them on the go. If I want to jot something down on my phone while I’m on the train or on the run, I can do so, and it will appear later on my desktop. I don’t really work from my phone when I’m traveling. Mostly I use my computer for working. But you could do this on your phone, probably.&lt;/p&gt;

&lt;h2&gt;
  
  
  What does not work?
&lt;/h2&gt;

&lt;p&gt;I just want to be honest about what doesn’t work so well. What this is not good at is working with projects that are mostly not text, or that just don’t support markdown. You are kind of bound by file type. Just think about what your primary mode of working is. If you work 90% of your day in Excel, this setup is going to be less useful than if you mostly work with text and PDFs.&lt;/p&gt;

&lt;p&gt;Obsidian is great at having even thousands of markdown documents for you to quickly navigate and read. But other file formats it is not so optimized for. Obsidian displays PDFs out of the box, and there are plugins for annotating them. But if your primary mode is working in PDFs, highlighting them because you need to send them back in PDF format, or if they are image heavy, I don’t know if this would be the best solution for you. And if you have a lot of them, Obsidian Sync doesn’t support large vault sizes, and Obsidian becomes noticeably slow. Also tables, Excel files, don’t really work. If that happens, you can hide the heavy folders from Obsidian with a community plugin called &lt;a href="https://github.com/devxoul/obsidian-ignore" rel="noopener noreferrer"&gt;Ignore&lt;/a&gt;. It gives you a &lt;code&gt;.obsidianignore&lt;/code&gt; file that works like a gitignore for non-coders.&lt;/p&gt;

&lt;p&gt;Obviously there are also workarounds, because if you’re working with text-based PDFs, for the most part you can just extract them to markdown files, and that has the advantage of you being able to edit them. For example, if you were to prepare a research paper or thesis statements or something like that, I would probably just use some tool to extract the text from the PDFs, then store the resulting markdown files in my vault, and then Claude would be very good at quickly finding information even in thousands of different source documents you collected.&lt;/p&gt;

&lt;h2&gt;
  
  
  Do you have to be a developer?
&lt;/h2&gt;

&lt;p&gt;No. On your side, Claude Code barely looks different from the Claude chat. You type, it answers. The whole difference is hidden in what the model can reach: instead of a constrained chat window where it has the internet and not much else, it has your file system.&lt;/p&gt;

&lt;p&gt;There is nothing to set up for that and no commands to learn. You can learn them, and people have a lot of tricks for getting more out of it, but none of that is the entry price. It works out of the box.&lt;/p&gt;

&lt;p&gt;Developers use Claude Code more because it drops straight into a workflow they already have. Knowledge workers underuse it, and I think that is the wrong way round, because the ability to persist what you find, and to run a bit of code on the side when you need a result, is worth more outside of engineering, not less.&lt;/p&gt;

&lt;h2&gt;
  
  
  How do you start?
&lt;/h2&gt;

&lt;p&gt;What I would suggest: do not worry about doing some tutorial. Hand over most of the work to Claude. Just open Claude Code and tell it that you want to start using Obsidian and Claude Code together, and that it should walk you through it. Claude has no shortage of patience and is great at researching how people are using this online currently. You don’t really have to figure it all out before you can start using it. You can start using it and use Claude to teach you how it works.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Fable quality model on a macbook?</title>
      <dc:creator>lukas kunhardt</dc:creator>
      <pubDate>Thu, 20 Aug 2026 08:55:33 +0000</pubDate>
      <link>https://dev.to/lukaskunhardt/fable-quality-model-on-a-macbook-4e0j</link>
      <guid>https://dev.to/lukaskunhardt/fable-quality-model-on-a-macbook-4e0j</guid>
      <description>&lt;p&gt;If the trend holds, you will be able to run a model with Fable 5 capabilities on your MacBook around &lt;strong&gt;may 2027&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It took nine months for open source to catch up with Claude Opus 4.5: &lt;strong&gt;Qwen3.8-27B&lt;/strong&gt; came out last week, has matching performance on coding benchmarks, and runs on a MacBook.&lt;/p&gt;

&lt;p&gt;The rate at which open source models catch up to closed source is increasing: It took 33 months for open source to match GPT 3, and since open source has been catching up faster and faster.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fgoke3v47buxg2yv23bjr.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fgoke3v47buxg2yv23bjr.webp" alt="HP3bwx-WgAE5yWD.jpeg" width="800" height="461"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;source: &lt;a href="https://x.com/peterom/status/2089067438658760786" rel="noopener noreferrer"&gt;https://x.com/peterom/status/2089067438658760786&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;If we expect the trend to hold, we could expect a Fable 5 like model in about 9-11 months (March to May next year).&lt;/p&gt;

&lt;p&gt;You would still need an expensive machine to run a model like this, but a ~$4,000 MacBook Pro with 64 GB of RAM would allow you to generate about 20–30 tokens per second, with &lt;strong&gt;no API bill&lt;/strong&gt; , and &lt;strong&gt;nothing leaves your machine&lt;/strong&gt;. (4000 $ doesn’t seem that crazy if I look at my Claude bill…)&lt;/p&gt;

&lt;p&gt;BUT: now that Fable 5 is out, I don’t see myself using Opus 4.5 anymore - the Fable 5 release reset my expectations. At the same time I probably COULD use a less capable model for a lot of tasks. It’s just convenient to always use the most capable model if the budget allows for it.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Claude Code vs Cursor: I Measured Both. Here Is My Answer (2026)</title>
      <dc:creator>lukas kunhardt</dc:creator>
      <pubDate>Thu, 20 Aug 2026 08:54:31 +0000</pubDate>
      <link>https://dev.to/lukaskunhardt/claude-code-vs-cursor-i-measured-both-here-is-my-answer-2026-8g7</link>
      <guid>https://dev.to/lukaskunhardt/claude-code-vs-cursor-i-measured-both-here-is-my-answer-2026-8g7</guid>
      <description>&lt;p&gt;Claude Code and Cursor solve the same problem in two different ways. Cursor is an editor that answers fast and hands control back to you every few seconds. Claude Code is an agent that takes a task, works for minutes on its own, and comes back when it is done. I use both, and I measured both. The short answer: Cursor responds to your messages faster, but it needs more micromanagement. Claude Code does more work per response and finishes tasks more completely. So the total time per task is actually lower with Claude Code. Which one you should pay for depends mostly on your budget and on how much you want to read the code you produce.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is the actual difference between Claude Code and Cursor?
&lt;/h2&gt;

&lt;p&gt;Claude Code is the coding environment built by Anthropic for the Claude family of language models: Fable, Opus, Haiku etc. There is a terminal version (CLI), or you can access Claude Code in the Code tab in the Claude app. The app is generally much more accessible, if you have no prior experience with working in a terminal, the app is the obvious choice.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F0r7o67ge7wn0bxtchb6x.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F0r7o67ge7wn0bxtchb6x.webp" alt="The Code tab in the Claude desktop app: Claude Code without a terminal" width="608" height="448"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The CLI is the same agent without the interface: a terminal window, a prompt, and nothing else.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Frat5ln4plitwvo5y47ii.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Frat5ln4plitwvo5y47ii.webp" alt="The Claude Code CLI right after start: a version banner, the active model, and an empty prompt. This is the whole interface." width="702" height="322"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I like working with the terminal because I can have multiple windows open and see them at a glance, and I can quickly navigate between folders and servers with terminal shortcuts, which most people won’t be using.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F0xfjxmco29kdgkq3bjb0.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F0xfjxmco29kdgkq3bjb0.webp" alt="Four Claude Code sessions running side by side in one terminal window, each one an independent agent" width="799" height="145"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You also CAN use Claude Code in an IDE. So there are three options: you can use the Claude Code CLI, you can use the Claude app, and you can use the Claude Code VS Code extension, either in VS Code OR in Cursor.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cursor&lt;/strong&gt; on the other hand is an IDE, a specialized interface for developers. It is based on VS Code, which has a lot of useful features built in for viewing and editing code. If you prefer to read and understand the code you are editing, you will need an IDE anyway.&lt;/p&gt;

&lt;p&gt;Cursor added a chat interface and a tab completion model to VS Code, so that you can edit code directly, or easily see where edits are made. Cursor lets you choose between a large variety of models; you can even use self-hosted models and expose them to Cursor via an API.&lt;/p&gt;

&lt;h2&gt;
  
  
  Is Claude Code slower than Cursor? I measured it.
&lt;/h2&gt;

&lt;p&gt;Cursor’s Composer 2.5 model answers much faster than Claude, and that appealed to me. I am looking for a more interactive model to code with, so that I can work on one task at a time. If the model always takes 5 minutes to respond, I usually do 2-3 things in parallel, which is mentally taxing.&lt;/p&gt;

&lt;p&gt;So I measured both tools the same way: wall-clock time from the moment I submit a prompt until the agent stops working. It measures the thing I actually care about: after I send a prompt, how long am I waiting before the agent is done enough that I can think again?&lt;/p&gt;

&lt;p&gt;For Claude Code, I parsed my local session logs: 1,814 turns over the last 30 days. For Cursor, I used Cursor’s agent hooks to log every prompt and every stop event.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;Claude Code (n=1,814)&lt;/th&gt;
&lt;th&gt;Cursor, Composer 2.5 Fast (n=54)&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Median turn&lt;/td&gt;
&lt;td&gt;92 s&lt;/td&gt;
&lt;td&gt;32 s&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Average turn&lt;/td&gt;
&lt;td&gt;3.9 min&lt;/td&gt;
&lt;td&gt;55 s&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;p90&lt;/td&gt;
&lt;td&gt;8.7 min&lt;/td&gt;
&lt;td&gt;1.8 min&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Turns over 5 min&lt;/td&gt;
&lt;td&gt;18%&lt;/td&gt;
&lt;td&gt;2%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;By this measure, Cursor wins clearly: about three times faster at the median.&lt;/p&gt;

&lt;p&gt;But then I noticed something odd. I still defaulted to Claude Code. You can see it in the sample sizes: 1,814 turns against 54. Part of that is that I logged Claude Code for longer. But the window is longer because I kept coming back to it.&lt;/p&gt;

&lt;p&gt;Why? Cursor responds faster, but it also does less work per response. Before it hands control back, Composer works for about 55 seconds. Claude Code works for about 4 minutes. Cursor does not finish tasks faster. It cuts them into more pieces and hands each piece back to me.&lt;/p&gt;

&lt;p&gt;I looked for a benchmark to check this intuition, and found one. &lt;a href="https://artificialanalysis.ai/agents/coding-agents" rel="noopener noreferrer"&gt;Artificial Analysis benchmarks coding agents&lt;/a&gt; by wall-clock time until a whole task is actually finished. Claude Code with Opus 4.7 is currently the fastest agent at 5.8 minutes per task. Cursor’s own Composer 2.5 needs 9.3 minutes.&lt;/p&gt;

&lt;p&gt;So Cursor is a micromanagement model. You save money, but you have to stay involved. That is probably not what people expect when they read the headlines about how fast Cursor is. Per response, it IS faster. Per task, it is slower. Cursor’s real advantage is not speed. It is price.&lt;/p&gt;

&lt;p&gt;But micromanagement is not bad for everyone. There are people who want to be very involved and work in very small steps. If you work closely with the code and want to develop a deep understanding of it, this might not be a bad thing.&lt;/p&gt;

&lt;p&gt;One caveat so you can judge my data: the Cursor sample is small: 54 turns over two days, all on Composer 2.5 Fast, mostly writing tasks rather than coding. The Claude Code sample is 30 days of everything I do.&lt;/p&gt;

&lt;h2&gt;
  
  
  Which one is better, and for whom?
&lt;/h2&gt;

&lt;p&gt;If you want to really understand the code you are producing, you will need an IDE anyway. But you can get this by either using the Claude VS Code extension or by using Cursor. So the main difference is really in pricing and model selection. You obviously have much less vendor lock-in with Cursor, and they have much cheaper models available, like the Composer 2.5 model. BUT the most capable models have lately been either the OpenAI or Anthropic models, and both of these are available cheapest through the respective provider. So if you want to use Claude models and want to save money, it’s cheapest to use their subscription. If cost savings are most important to you, and it’s fine for you to use a good model, but maybe not the cutting edge, Cursor will offer the better deal.&lt;/p&gt;

&lt;h2&gt;
  
  
  What do they cost in practice?
&lt;/h2&gt;

&lt;p&gt;Claude Code at the 20 dollar tier is for regular work basically unusable. You will hit the limit immediately when working more than a couple of hours with it, especially if you are using Fable models. The Cursor 20 dollar tier will actually get you quite far, assuming you choose cost-effective models like Composer 2.5. So if you have a small budget and want the most bang for the buck, Cursor is the way to go. If you have a larger budget and model quality is most important, I would go with Claude.&lt;/p&gt;

&lt;p&gt;The benchmark numbers say the same: on Artificial Analysis, a Composer 2.5 task costs about $0.07 in API terms, while the same task with a frontier model in Claude Code or Codex costs $4–5.&lt;/p&gt;

&lt;h2&gt;
  
  
  When is Cursor the better choice?
&lt;/h2&gt;

&lt;p&gt;If you are writing code and want a tab completion model, Cursor is leading in the field, Claude has no equivalent. So there they are actually better than Claude.&lt;/p&gt;

&lt;h2&gt;
  
  
  What does the SpaceX acquisition mean for Cursor?
&lt;/h2&gt;

&lt;p&gt;On August 14, 2026, SpaceX closed its $60 billion acquisition of Cursor. Cursor is now part of SpaceX’s new AI division, and the announced plan is deep integration with xAI’s Grok models. Nobody outside the company knows yet what this means for the Claude and GPT models inside Cursor. I would not panic, but I would &lt;a href="https://lukasvonkunhardt.com/how-to-avoid-locking-yourself-into-one-ai-provider/" rel="noopener noreferrer"&gt;keep my work portable&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What about Codex?
&lt;/h2&gt;

&lt;p&gt;Codex is gaining a lot of momentum, and lately people are switching at a really high rate to Codex. The switch is mostly due to &lt;a href="https://openai.com/index/advancing-the-price-performance-frontier-with-gpt-5-6/" rel="noopener noreferrer"&gt;GPT-5.6 Luna being reduced in price by 80%&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Frlckz5k06sw8128simef.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Frlckz5k06sw8128simef.webp" alt="OpenAI’s chart of the Artificial Analysis intelligence index against cost per task: GPT-5.6 Luna sits alone in the cheap and smart corner" width="641" height="594"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So right now Codex is actually the best bang-for-the-buck solution. It also offers an IDE extension for VS Code.&lt;/p&gt;

&lt;p&gt;OpenAI’s Codex lead posted that &lt;a href="https://x.com/thsottiaux/status/2087706104814023111" rel="noopener noreferrer"&gt;Codex and ChatGPT Work together crossed 15 million weekly active users&lt;/a&gt; in August 2026, up from 10 million in late July. So they grew by 50% in about two weeks!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fd5calnidsenksy6hx8uu.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fd5calnidsenksy6hx8uu.webp" alt="OpenAI’s growth chart of ChatGPT Work and Codex weekly active users: 2 million in March 2026, 6 million on July 12, 10 million on July 21" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What do I actually use?
&lt;/h2&gt;

&lt;p&gt;Right now I work in Obsidian and Claude Code. The cornerstone is Obsidian: it stores all information, all my work results, and the interchangeable part is the language model. I can basically switch to Codex tomorrow (and probably will, due to pricing), because anything I ever worked out with Claude or other AI agents is persisted in my Obsidian vault.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to avoid locking yourself into one AI provider</title>
      <dc:creator>lukas kunhardt</dc:creator>
      <pubDate>Tue, 16 Jun 2026 12:39:00 +0000</pubDate>
      <link>https://dev.to/lukaskunhardt/how-to-avoid-locking-yourself-into-one-ai-provider-2j4d</link>
      <guid>https://dev.to/lukaskunhardt/how-to-avoid-locking-yourself-into-one-ai-provider-2j4d</guid>
      <description>&lt;p&gt;Most model providers give you two ways to work: a “chat” and a “code” environment. Most people just use chat, but for anything you’ll come back to later the code environment is actually the better choice, because it allows you to work in your own file system.&lt;/p&gt;

&lt;p&gt;The name “code” is a bit misleading, because the difference isn’t about doing more or less programming (I use it for many tasks that have nothing to do with coding), but about where your work ends up.&lt;/p&gt;

&lt;p&gt;In chat, everything you produce lives in the chat history on the provider’s server. All the input (files you drag in) and outputs (files the model creates for you) and the whole conversation in between is accessible to you only through the chat interface.&lt;/p&gt;

&lt;p&gt;With a coding agent you point it at a folder on your own machine, and all the inputs and outputs are just files sitting on your disk.&lt;/p&gt;

&lt;p&gt;This matters when you want to switch providers. If they raise their prices, or another model gets better, or &lt;a href="https://www.anthropic.com/news/fable-mythos-access" rel="noopener noreferrer"&gt;their best model is no longer accessible outside of the US&lt;/a&gt;, you’ll likely want to move. If all your work lives inside one provider’s chat interface that’s difficult to do.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2304ueo4rt10b8ot02in.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2304ueo4rt10b8ot02in.webp" alt="US Government suspends anthropics fable model" width="800" height="229"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So the thing you want is to keep the model separate from your files. The model is just a processor you’re renting, the files are the part you actually care about, so it makes sense to store them somewhere that doesn’t depend on which model you happen to be using this month.&lt;/p&gt;

&lt;p&gt;There’s a great essay called “&lt;a href="https://stephango.com/file-over-app" rel="noopener noreferrer"&gt;file over app&lt;/a&gt;” by Obsidian’s founder Steph Ango that makes the argument: store your work in simple formats you control instead of locking it inside whatever app created it. A few reasons this helps:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;if an app or provider goes out of business, your work is still there&lt;/li&gt;
&lt;li&gt;your files are on your own machine, so you can get to them offline&lt;/li&gt;
&lt;li&gt;multiple programs / users / AI agents can read and write the same file&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That last part I find especially useful when working together with AI, because it allows me to actually work &lt;strong&gt;alongside&lt;/strong&gt; whatever AI agent I am using. My usual setup is Obsidian open on the right half of my screen and Claude or Codex on the left, both pointed at the same project folder.&lt;/p&gt;

&lt;p&gt;I can edit the same documents the agent is working on, and my changes show up for it immediately. Sometimes I use Claude, sometimes Codex - there’s no switching penalty, because neither of them is holding onto anything.&lt;/p&gt;

&lt;p&gt;Another problem I often see is that &lt;strong&gt;people don’t make files at all&lt;/strong&gt;. When the model produces a good analysis, or you come to a decision, or you finally figure something out, that shouldn’t just stay sitting in the conversation, but be pulled out into its own document.&lt;/p&gt;

&lt;p&gt;If you come back a month later you just open a folder, rather than finding the relevant chat and then re-reading a transcript trying to find the part that mattered.&lt;/p&gt;

&lt;p&gt;So the rule I follow is pretty simple: &lt;strong&gt;if it’s a one-off thing I’ll never need again, I use chat&lt;/strong&gt; (chat basically replaces googling something). &lt;strong&gt;If it’s something I’ll come back to, I’ll use a coding agent in a dedicated folder.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;When I start a project I make a new folder, put the relevant context in it, and point the agent at it. When the agent produces something useful I have it write the result back into the folder as a document, table, or whatever digital artifact is most appropriate. Next time I don’t have to find the right provider and then the right chat, I just open the Projects folder.&lt;/p&gt;

&lt;p&gt;Another advantage of keeping your files separate from the model is that they keep getting more useful over time as the models improve.&lt;/p&gt;

&lt;p&gt;Models change fast, and the one you use today probably won’t be the one you use next month. But your project folder mostly just sits there and grows slowly as you keep adding to it.&lt;/p&gt;

&lt;p&gt;This matters most for the things you only touch now and then. You might open your tax return folder once a year, and by the time you come back the models have changed completely. If everything lived in last year’s chat you’d be starting over. If it lives in files, you just point this year’s model at it.&lt;/p&gt;

&lt;p&gt;The way I think about it is that you have two things growing independently. One is your &lt;strong&gt;context&lt;/strong&gt; , which is all the information and insights you’ve gathered on a project. The other is &lt;strong&gt;model capability&lt;/strong&gt;. And what you get out of it is roughly the two multiplied together.&lt;/p&gt;

&lt;p&gt;The same folder of tax documents is worth more next year than this year, even if you didn’t change anything, just because the model working on it got better. This year the model might not be able to actually file your taxes for you. Next year it probably can - and when it can, it can do it against everything you already gathered.&lt;/p&gt;

&lt;p&gt;I try to think of myself as a context hoarder. The job is to gather &lt;strong&gt;everything&lt;/strong&gt; a future model would find useful and get it out of my head and out of the chat history into structured files in the right folder.&lt;/p&gt;

&lt;p&gt;That way my own knowledge and whatever the model figures out along the way both end up in the same place - not stuck in my brain, not stuck in a transcript, just sitting in files, waiting for whatever model comes next.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Don't try to delegate your understanding</title>
      <dc:creator>lukas kunhardt</dc:creator>
      <pubDate>Tue, 16 Jun 2026 12:38:15 +0000</pubDate>
      <link>https://dev.to/lukaskunhardt/dont-try-to-delegate-your-understanding-3gd0</link>
      <guid>https://dev.to/lukaskunhardt/dont-try-to-delegate-your-understanding-3gd0</guid>
      <description>&lt;p&gt;I have been developing headaches and brain fog when working with Claude lately - and it’s actually due to an improvement: It can now work for long stretches without me.&lt;/p&gt;

&lt;p&gt;Working with recent frontier models with subagent heavy “workflows” enabled feels less like a chat and more like email:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Long complicated instructions in … wait … long complicated result out.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Obviously I don’t sit there waiting for the agents to finish, but I pick up another todo in a new tab. The more complex the tasks I work on, the longer the waiting time, the more tasks I end up multitasking on.&lt;/p&gt;

&lt;p&gt;I end up waiting for one of the 4-5 Claude instances I have working simultaneously to finish.&lt;/p&gt;

&lt;p&gt;This is mentally taxing because it forces me to continuously have to task switch, and the outputs I have to verify tend to be more complex.&lt;/p&gt;

&lt;p&gt;Increasing the model’s output quality by having it work on the problems for longer made the interaction &lt;strong&gt;asynchronous&lt;/strong&gt; in nature.&lt;/p&gt;

&lt;p&gt;Depending on the type of task this type of async interaction is either exactly what I want, or counterproductive.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5o2fld8he1y6ok2pss5p.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5o2fld8he1y6ok2pss5p.webp" alt="Quote: “You can outsource your intelligence but you cannot outsource your understanding” Kache" width="800" height="281"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I split the tasks I have to work on in two categories:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Tasks where I know what good output looks like&lt;/li&gt;
&lt;li&gt;Tasks where I have to &lt;strong&gt;figure out&lt;/strong&gt; what good output looks like&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If the desired output is already known, and it’s easily verifiable, I want to delegate the task to the model to disappear for an hour and report back to me when it’s done.&lt;/p&gt;

&lt;p&gt;But for all other tasks, tasks where I am &lt;strong&gt;actively building an understanding of what it is that I want to build&lt;/strong&gt; , I actually want a conversational interaction with speed that is as close to realtime as possible. That way I can stay focussed on working on one thing at a time.&lt;/p&gt;

&lt;p&gt;So there are essentially two modes I need:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;One “ &lt;strong&gt;thinking partner&lt;/strong&gt; ” interactive mode where responses are as fast as possible, with sufficient output quality to augment my ability to research and implement while staying inside the same thread of thought&lt;/li&gt;
&lt;li&gt;One “ &lt;strong&gt;fire and forget&lt;/strong&gt; ” delegation mode that finishes tasks for me that I can easily verify with little to no effort (currently either Claude / Codex)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The thinking partner is used to build an understanding, and this is arguably the most important part. LLMs make it trivial to create huge amounts of “volume”, the quality is more than ever the distinguishing feature.&lt;/p&gt;

&lt;p&gt;The only way to output better quality work than other people using the same models is to augment the model in some area it’s lacking, so it’s necessary to understand the problem as deeply as possible.&lt;/p&gt;




&lt;blockquote&gt;
&lt;p&gt;I experimented with different models and currently use Cursor’s Composer 2.5 model for these types of interactive tasks, which is incredibly fast.&lt;/p&gt;

&lt;p&gt;I analyzed the average response time from the last couple of days and it was around 25 seconds. My average Claude session (with subagents) is about 80 seconds, up to an average of 6 minutes in sessions with subagents.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
    </item>
    <item>
      <title>Don't make this personal</title>
      <dc:creator>lukas kunhardt</dc:creator>
      <pubDate>Tue, 16 Jun 2026 12:37:46 +0000</pubDate>
      <link>https://dev.to/lukaskunhardt/dont-make-this-personal-5fo6</link>
      <guid>https://dev.to/lukaskunhardt/dont-make-this-personal-5fo6</guid>
      <description>&lt;p&gt;The reason LLMs behave sycophantically when answering your questions is that you unnecessarily cast yourself as a &lt;strong&gt;character in a relationship&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Consider this question:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjfy9tzk402gerb1p4b7k.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjfy9tzk402gerb1p4b7k.webp" alt="Gemini thinks the uber for dogfoods idea is fantastic" width="799" height="351"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This idea is clearly far from “fantastic”, so Gemini is now giving you bad advice.&lt;/p&gt;

&lt;p&gt;The answer is a product not only of the model’s understanding of &lt;strong&gt;terrible startup ideas,&lt;/strong&gt; but also by its understanding of &lt;strong&gt;relationships&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Because of how the question is framed, the model now simulates an interaction between &lt;strong&gt;you&lt;/strong&gt; , the person excitedly pitching their “great” idea, and an &lt;strong&gt;I&lt;/strong&gt; , which doesn’t exist - it will now start emulating some personality, and suddenly interpersonal dynamics come into play. (You wouldn’t want to break your friends heart and tell them their startup idea sucks?)&lt;/p&gt;

&lt;p&gt;This issue is inherent to the way the models are created. After pretraining (where the models learn to predict the next word), the model goes through a second phase - called RLHF (reinforcement learning from human feedback). In this phase, the model is fine-tuned to give answers that people &lt;strong&gt;rate highly.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The issues is, humans tend to like being affirmed more than to be challenged, hence the models develop a tendency to be &lt;strong&gt;suckups&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Let’s compare our previous attempt to this question:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwp70msbbgqnqlf0oxikn.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwp70msbbgqnqlf0oxikn.webp" alt="If you take out the personal relationship, it becomes clearer the idea is bad" width="800" height="340"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The model clearly didn’t spare your feelings in any way in this response, mostly because &lt;strong&gt;it didn’t know&lt;/strong&gt; it was your idea in the first place.&lt;/p&gt;

&lt;p&gt;If you ask the same question to an LLM and a human, LLMs will provide &lt;a href="https://www.science.org/doi/10.1126/science.aec8352" rel="noopener noreferrer"&gt;50% more&lt;/a&gt; sycophantic answers than humans - they will take your side, even when you are wrong.&lt;/p&gt;

&lt;p&gt;The model trying to guess what you &lt;strong&gt;want to hear&lt;/strong&gt; does significantly worsen the truthfulness of its output.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Try removing the “you” and the “I” from the question, so that the model isn’t tempted to flatter you&lt;/strong&gt;.&lt;/p&gt;



</description>
    </item>
    <item>
      <title>Best Dictation for Mac</title>
      <dc:creator>lukas kunhardt</dc:creator>
      <pubDate>Tue, 16 Jun 2026 12:36:52 +0000</pubDate>
      <link>https://dev.to/lukaskunhardt/best-dictation-for-mac-2j1m</link>
      <guid>https://dev.to/lukaskunhardt/best-dictation-for-mac-2j1m</guid>
      <description>&lt;p&gt;Dictating Text is about 3 to 4 times faster than typing, so it really makes sense to give it a shot if you haven’t tried it already.&lt;/p&gt;

&lt;p&gt;If you happen to have any one of the recent Mac Models with M-Chip (even M1), they contain a really powerful neural engine, that enables them to be &lt;em&gt;unusually&lt;/em&gt; good at running powerful transcription models locally, there’s really no need to use cloud services.&lt;/p&gt;

&lt;p&gt;I tried a lot of different dictation tools over the last couple months. E.g., Whisperflow, Mac Whisper, and now Snaply.ai, and I have settled on &lt;a href="https://snaply.ai" rel="noopener noreferrer"&gt;Snaply.ai&lt;/a&gt; as the best one. (no affiliation)&lt;/p&gt;

&lt;p&gt;Winning points:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;it’s completely free for individuals, no featured paywall gated&lt;/li&gt;
&lt;li&gt;runs on your own mac (works offline)&lt;/li&gt;
&lt;li&gt;clean speaker separation when transcribing meetings, and does so without joining your calls&lt;/li&gt;
&lt;li&gt;european company (founded in zurich, founder is from Trieste, Italy)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Caveats:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;whisperflow does do more accurate transcription, but Snaply.ai does it well enough for the difference to be too small to matter.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>tooling</category>
      <category>writing</category>
    </item>
    <item>
      <title>The simplest way to improve LLM Answers</title>
      <dc:creator>lukas kunhardt</dc:creator>
      <pubDate>Tue, 16 Jun 2026 12:21:31 +0000</pubDate>
      <link>https://dev.to/lukaskunhardt/the-simplest-way-to-improve-llm-answers-43f0</link>
      <guid>https://dev.to/lukaskunhardt/the-simplest-way-to-improve-llm-answers-43f0</guid>
      <description>&lt;p&gt;If you ask a language model a question, you'll get a prediction of the average of the internet's answer - whatever is said most often in reply to a question like yours.&lt;/p&gt;

&lt;p&gt;You improve the output with one additional step: you force the model to first reason about which &lt;strong&gt;specific person&lt;/strong&gt; would be best to answer this question, and then answer as them.&lt;/p&gt;

&lt;p&gt;This works so well because experts in each field usually have a large public body of writing: books, lecture transcripts, blogs, etc. that went into the model's training data, so the model has a great understanding of how an expert thinks - and simulating "what does Paul Graham think about my startup idea" pulls far better answers than the crowd average.&lt;/p&gt;

&lt;p&gt;I initially got the idea for this approach from &lt;a href="https://x.com/karpathy/status/1997731268969304070?lang=en" rel="noopener noreferrer"&gt;this&lt;/a&gt; Karpathy tweet:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F31j7nnqzz4hoa8o1gf9n.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F31j7nnqzz4hoa8o1gf9n.png" alt="Andrej Karpathy's post on framing prompts around which expert would answer" width="800" height="700"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Since then I have experimented with it and found that the best way to use this framing is to have the model really pick one &lt;strong&gt;specific&lt;/strong&gt; person, or a panel of specific people to discuss this, and first explain &lt;strong&gt;why&lt;/strong&gt; the chosen people are particularly well suited to answer this question. This seems to reinforce the character simulation.&lt;/p&gt;

&lt;p&gt;I turned this into a reusable skill. Install it with one command, &lt;code&gt;npx skills add lukaskunhardt/skills&lt;/code&gt;, or grab it on &lt;a href="https://github.com/lukas&lt;br&gt;%0Akunhardt/skills" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>claude</category>
      <category>tutorial</category>
      <category>llm</category>
    </item>
  </channel>
</rss>
