<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>anyblockers</title><description>Observations from tinkering with AI</description><link>https://anyblockers.com/</link><item><title>18 observations from using Cursor for 6+ months</title><link>https://anyblockers.com/posts/18-observations-from-using-cursor-for-6-months/</link><guid isPermaLink="true">https://anyblockers.com/posts/18-observations-from-using-cursor-for-6-months/</guid><description>My experience with Cursor over the last 6+ months on what works, what doesn&apos;t, and what I&apos;m still figuring out</description><pubDate>Sat, 12 Oct 2024 15:45:00 GMT</pubDate></item><item><title>Driving for Passengers</title><link>https://anyblockers.com/posts/driving-for-passengers/</link><guid isPermaLink="true">https://anyblockers.com/posts/driving-for-passengers/</guid><description>What separates a good ride from a bad one</description><pubDate>Mon, 19 Jan 2026 12:00:00 GMT</pubDate></item><item><title>End of content perfectionism</title><link>https://anyblockers.com/posts/end-of-content-perfectionism/</link><guid isPermaLink="true">https://anyblockers.com/posts/end-of-content-perfectionism/</guid><description>Stop polishing everything to death. Be more human, embrace imperfection, and start livestreaming.</description><pubDate>Sun, 26 Oct 2025 20:46:00 GMT</pubDate></item><item><title>GPT-5 Prompting Guide (with OpenAI)</title><link>https://anyblockers.com/posts/gpt-5-prompting-guide/</link><guid isPermaLink="true">https://anyblockers.com/posts/gpt-5-prompting-guide/</guid><description>A comprehensive guide to prompting GPT-5, covering best practices, techniques, and examples for getting the most out of the model.</description><pubDate>Thu, 07 Aug 2025 00:00:00 GMT</pubDate></item><item><title>How I became 3x more productive in 30 minutes with Cursor</title><link>https://anyblockers.com/posts/how-i-became-3x-more-productive-in-30-minutes-with-cursor/</link><guid isPermaLink="true">https://anyblockers.com/posts/how-i-became-3x-more-productive-in-30-minutes-with-cursor/</guid><description>How Cursor made me more productive and kept my flow state alive</description><pubDate>Sun, 02 Jun 2024 13:00:00 GMT</pubDate></item><item><title>Postgres is all you need, even for vectors</title><link>https://anyblockers.com/posts/postgres-is-all-you-need-even-for-vectors/</link><guid isPermaLink="true">https://anyblockers.com/posts/postgres-is-all-you-need-even-for-vectors/</guid><description>Exploring the versatility of Postgres for vector storage and querying with pgvector</description><pubDate>Sat, 15 Jun 2024 11:05:00 GMT</pubDate></item><item><title>Using query intent to boost retrieval results</title><link>https://anyblockers.com/posts/query-intent-in-rag-systes/</link><guid isPermaLink="true">https://anyblockers.com/posts/query-intent-in-rag-systes/</guid><description>Enhance your retrieval systems by determining user query intent and tailoring search strategies accordingly.</description><pubDate>Sun, 13 Oct 2024 00:00:00 GMT</pubDate></item><item><title>The problematic path of least resistance for coding agents</title><link>https://anyblockers.com/posts/the-path-of-least-resistance-for-coding-agents/</link><guid isPermaLink="true">https://anyblockers.com/posts/the-path-of-least-resistance-for-coding-agents/</guid><description>How AI coding agents often treat symptoms instead of root causes, leading to technical debt. Some preventative measures to ship better code.</description><pubDate>Fri, 03 Oct 2025 12:00:00 GMT</pubDate></item><item><title>Avoid the copilot pause</title><link>https://anyblockers.com/posts/avoid-the-copilot-pause/</link><guid isPermaLink="true">https://anyblockers.com/posts/avoid-the-copilot-pause/</guid><description>Tips to maximize coding flow and minimize distractions when working with coding copilots</description><pubDate>Fri, 07 Jun 2024 15:45:00 GMT</pubDate></item><item><title>Streaming JSON &amp; text in one request</title><link>https://anyblockers.com/posts/streaming-json-and-text-in-one-request/</link><guid isPermaLink="true">https://anyblockers.com/posts/streaming-json-and-text-in-one-request/</guid><description>Learn how to stream JSON and text in one request using ReadableStream which will enhance your app&apos;s UX</description><pubDate>Sun, 19 May 2024 00:00:00 GMT</pubDate></item><item><title>Working with coding agents</title><link>https://anyblockers.com/posts/working-with-coding-agents/</link><guid isPermaLink="true">https://anyblockers.com/posts/working-with-coding-agents/</guid><description>What I have observed working well with AI coding agents during 2025 and practical tips to get the most out of them</description><pubDate>Thu, 02 Oct 2025 10:00:00 GMT</pubDate></item><item><title>The idea of internal no-code platforms</title><link>https://anyblockers.com/posts/the-idea-of-internal-no-code-platforms/</link><guid isPermaLink="true">https://anyblockers.com/posts/the-idea-of-internal-no-code-platforms/</guid><description>What if we let LLMs orchestrate technical primitives &amp; templates when building software?</description><pubDate>Sat, 29 Jun 2024 09:45:00 GMT</pubDate></item><item><title>Building RAG with Postgres</title><link>https://anyblockers.com/posts/building-rag-with-postgres/</link><guid isPermaLink="true">https://anyblockers.com/posts/building-rag-with-postgres/</guid><description>A step by step guide to building a RAG system with Postgres</description><pubDate>Thu, 19 Sep 2024 00:00:00 GMT</pubDate></item><item><title>How we systematically analyze user feedback with LLMs</title><link>https://anyblockers.com/posts/how-we-systematically-analyze-user-feedback-with-llms/</link><guid isPermaLink="true">https://anyblockers.com/posts/how-we-systematically-analyze-user-feedback-with-llms/</guid><description>A walkthrough of how we built an LLM-powered system to analyze user feedback at Qualtive. From planning to implementation, including our successes, failures, and unexpected challenges.</description><pubDate>Sun, 21 Jul 2024 17:42:00 GMT</pubDate></item><item><title>Postgres as a search engine</title><link>https://anyblockers.com/posts/postgres-as-a-search-engine/</link><guid isPermaLink="true">https://anyblockers.com/posts/postgres-as-a-search-engine/</guid><description>Build a retrieval system with semantic, full-text, and fuzzy search in Postgres to be used as a backbone in RAG pipelines.</description><pubDate>Mon, 19 Aug 2024 18:04:00 GMT</pubDate></item></channel></rss>