▲ | jumploops 6 days ago | ||||||||||||||||||||||||||||||||||||||||
Everyone is looking down on LLM-assisted dev here, but I think it's a great fit. I also don't believe it can be one-shotted (there's too many deltas between Notion's API and Obsidian). With that said, LLMs are great for enumerating edge-cases, and this feels like the perfect task for Codex/Claude Code. I'd implore the obsidian team/maintainers to take a stab at building this with LLMs. Based on personal experience, the cost is likely within the same magnitude ($100-$1k in API cost + dev time), but the additional context (tests, docs, etc.) will be invaluable to future changes to either API surface. | |||||||||||||||||||||||||||||||||||||||||
▲ | slightwinder 5 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||||||||
> Everyone is looking down on LLM-assisted dev here, but I think it's a great fit. From my own experience, I don't think that's the case. I've wrote a similar sync-script obsidian<->notion-databases myself some months ago, and I also used AI in the beginning; but I learned really fast what an annoying mess Notions API is, and how fast LLMs are hanging up on edge-cases. AI is good to get a start into the API, but at the end you still have to fix it up yourself. | |||||||||||||||||||||||||||||||||||||||||
▲ | stared 5 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
LLMs are wonderful for migration. Also, are good at exploring APIs. A month ago I migrated company's website and blog from Framer to Astro (https://quesma.com/blog/ is you would like to see the end result). This weekend I created a summary of Grafana dashboard data. LLMs are tireless at checking hypothesis, running grunt code, seeing results, and iterating on that. What takes more than a single is to check if the result is correct (nothing missed, nothing confabulated, no default fallbacks) and to maintain code quality (I refactor early and often, here is a place in Claude Code that there is no other way than using Opus 4.1). Most of my time spend talking with Claude Code ais in refactoring - and it requires most knowledge of tooling, abstraction, etc. | |||||||||||||||||||||||||||||||||||||||||
▲ | Banditoz 6 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
Someone's given it a shot: https://github.com/obsidianmd/obsidian-importer/pull/424 | |||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
▲ | danielscrubs 5 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
I don’t get the llm shilling. If you think you can earn 50k with some prompts, then earn it. Why _instead_ shill for llms? Feels like stock traders having courses for how YOU could earn big bucks. They themselves have photos taken with one day rented Ferraris… We all lean on LLMs in one way or another, but HN is becoming infested with wishful prompt engineers. Show, dont tell. Compete on the market instead of yet another PoC. | |||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
▲ | ath3nd 5 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||||||||
[dead] |