AI Coding Field Notes

Coding agent pricing comparison: cheapest LLM API for coding, cost per million tokens, from the OpenRouter price list as JSON and CSV. An AI model token price comparison repriced at a real agent mix — 95.6% cached input pricing, 6.5x off list: prompt caching price, cache read price, cache hit share, long context pricing, DeepSeek peak/off-peak.

View the Project on GitHub xyzs996/llm-api-pricing

How to Turn Your Obsidian Vault Into an Autonomous AI Research Agent

How to Turn Your Obsidian Vault Into an Autonomous AI Research Agent

Written with AI assistance. Figures without a traceable source were cut before publishing.

The same piece is posted as a thread on GitHub — that copy has a reply box under it, and this one does not.

Selling one workflow to a hundred people costs roughly what selling it to one person costs, and selling custom code to a hundred people costs a hundred times as much, because the thing being sold is your calendar rather than the artifact. That is the whole argument for packaging a local AI setup instead of shipping another subscription app, and I think it holds up better than most of the passive-income advice attached to it. The open-source claude-obsidian project is one of those setups: it wires a local Markdown vault to Claude so that research, archiving and knowledge-graph generation happen while you are somewhere else. What follows is how the pieces fit, what they cost, and the case for not building any of it.

Structuring Your Local Knowledge Base for AI Integration

Pick a framework before you let anything automated near your files.

The claude-obsidian setup works with the familiar ones — LYT, PARA, Zettelkasten. Its own write-up claims four methodologies and then names three, which is roughly the level of precision this entire space runs on, and I would treat every other round number you read about it, including several in this article, with the same suspicion. The reason to commit early is not tidiness. Skip the taxonomy and your links go feral inside a month, and when the model reaches for context that was never filed anywhere, it fills the gap with material you never wrote. That failure is quiet. Nothing errors, nothing turns red, and the note reads fine until the day you go looking for the source and there isn’t one.

Then stop arranging things. The pitfall is not picking the wrong framework, it is spending more than two weeks on folders, which feels like work and is not. Three days, minimal layout, live with it.

That same restraint is probably what separates the people who sell a workflow from the people who keep polishing one. Independent creators who publish articles, videos or structured guides turn them into passive income mainly by spending time and expertise rather than capital, which is why the arithmetic works at all: templates, e-books, courses and SOP packages get re-used, revenue starts to outrun hours worked, and the underlying content can be updated without breaking the schema it was written into.

Sorting files is the boring half.

The other half is the loop. Claude decomposes an angle, searches material, synthesizes a draft, and archives the result back into your directories, which is the part that separates a knowledge base from a folder you paste summaries into and never revisit. Choose PARA if you think in projects and Zettelkasten if you think in atoms; I am not convinced the choice matters as much as the forums say it does. What matters is that structured context reaches the model with its sources still attached, because a claim without a source in your vault becomes a claim without a source in whatever you publish next, and by then you have forgotten which was which.

The same ordering holds at company scale, and it is the reverse of what most deployment decks suggest. Nobody should be handed an agent on day one. Employees change how they do low-risk, high-frequency daily work first, and the authentic logs that come out of those weeks are the raw material for everything built after: enterprise agents, knowledge bases, workflows, data interfaces, monitoring.

Deploying the Autonomous Research and Archiving Loop

With the structure fixed, Claude can run unattended. It breaks down an angle, searches sources, synthesizes text, archives into Markdown and regenerates the visual graph, and the maintenance that used to eat your evenings goes with it. Automation of this shape has cut task delivery down to 20% of the manual effort in workflows like WorkBuddy.

It also fails in boring ways, which is why the eight-step framework around the agent matters more than the agent does. Validate at each step, or a run writes garbage into your vault for a week before anybody notices.

Cost is not what will stop you. Pair WorkBuddy with BrowserAct and a complex pricing table takes 5 minutes, a product opportunity report 7. A free account gets 100 credits a day and one complex workflow burns about 10 of them, which leaves room for roughly 10 deep research missions daily without the operational bill moving at all. I would want to see that number hold for a month of real use before building a business on it, but as a starting point it means the constraint on your first ten experiments is attention, not money.

Packaging Your Local Workflow Into a Repeatable Digital Product

None of this has to stay inside your own workspace. The system you built for yourself is already a product — a skill, a template, a toolkit somebody else installs — and the moment you sell it that way your revenue stops being a function of the hours you put in.

Validate first, and validate with money.

Ship a rough MVP within two weeks instead of disappearing into months of code for a platform nobody asked for. Compliments are worthless: sell the raw SOP, the template, or the setup service to your first 3 paying customers inside week one, and treat anything short of a payment as a no. If nobody will pay for a Markdown template and a setup guide, a web interface is not going to rescue it, and the four months you spend building that interface are four months of evidence you already had on day seven for free. This is the part of the advice I would push hardest, because it is the part that costs nothing to follow and the most to ignore.

Then there is where to sell it. The overseas AI web market runs on the SaaS subscription model, starts cheap, and is nowhere near as crowded as the domestic short-video and app markets, which is exactly why recurring revenue is worth more per customer there. A local research automation workflow, packaged for that market, earns on a schedule that has nothing to do with your working hours.

Templates travel further than you would expect. In Miora’s brand design scene, the “brand visual full-case” Skill takes a product description and a logo and returns brand visual assets in a single consistent style, which is a standardized enough output to package and sell as it stands. Anyone who has already tuned that process on their own work is holding a toolkit that developers and small businesses without the practice will pay for, and the tuning is the only part that was ever hard.

There is also a route out of building at all. The AI Product Manager Transformation Practical Camp covers Agent, RAG and Workflow, and sends people home with reusable product methods, hands-on projects and case studies showing how the concepts land in real products — material that turns into a course or a guide of your own. The RAG module is the part I would expect to repay the time fastest, though that is a guess about what the market wants next year, not a measurement.

Cost Analysis and When You Should NOT Build This

Most tooling in this space quietly assumes you have budget, fast API access and advanced configuration skills, and I would argue that assumption is where the standard advice misses. Work out the overhead before committing: operational cost, API cost, hardware. Continuous background calls through Claude accumulate faster than anyone expects once prompts are carrying system instructions nobody has trimmed in months. For scale, compare two eras of the same job — manual content production ran 300 to 500 yuan an article in 2024, and by 2026, generation plus human proofreading had brought it to 50 to 80 yuan, a fifth of what it was.

Claude’s API does not reach me. Every number above assumes it reaches you.

Skip this entirely if what you want is income that arrives on a schedule. Freelancing and digital product creation mean irregular money and strict self-management discipline, and neither gets easier once the vault is automated. If you would rather not be debugging an upstream schema change at eleven at night, a salary is a perfectly good answer to this question, and I would not try to talk anyone out of it.

Also readable on Telegraph.


Read next

All 49 write-ups

The 2 figures in this piece — each with the sentence it came from — are in the figures table, alongside 406 more, as JSON and CSV.

Topics: SaaS Business · Cost Savings · AI Features


Part of llm-api-pricing — field notes on AI coding agents.

Did this save you an afternoon? A star on the repository is the whole ask — it is what puts these in front of the next person looking; the data is CC BY and does not require starring.

One thing this piece could not settle: reply with how many of the four methodologies (LYT, PARA, Zettelkasten, others) you personally use in your Obsidian vault, and which one you recommend for a newbie. The reply box is on the thread copy of this piece.

Want a figure that is not in here yet? Say which metric, which provider, which unit — in one line. One required field, and the page you came from is already filled in. Got a better number? Open an issue — that form knows which write-up you came from too; corrections and counter-data are the point.