8 hours ago · Tech · hide · 0 comments

♠ There’s no need for plan mode. Sandboxing + prompt engineering is enough. End your prompt with Devise a plan …and let the 2026 Gen AI models flow by themselves. Here’a a sample session: User: some of my blog posts e.g. https://perrotta.dev/2026/07/anki-archive-a-deck/ have "connections" this is great, but it includes _only_ direct links I wanted to expand connections to include a couple of posts that share tags too They should be visually distinct from direct links (direct links should stand out better) *Devise a plan* Assistant: [...] Current Connections graph reads only backlinks and outlinks. Existing related data mixes links, tags, categories, and title words. It cannot guarantee two tag-based results. Plan: 1. Precompute tag connections - Add tag_related to ci/precompute_links.py. - Select up to two posts with shared tags. - Exclude current post, backlinks, and outlinks. - Rank by shared-tag count, then newest date. - Store post IDs in data/links.json. 2. Extend mini graph -…

No comments yet. Log in to reply on the Fediverse. Comments will appear here.