-
Notifications
You must be signed in to change notification settings - Fork 8k
feat(routes): add cline offcial blog route #18892
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
yeshan333
wants to merge
3
commits into
DIYgod:master
Choose a base branch
from
yeshan333:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+93
−0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Successfully generated as following: http://localhost:1200/cline/blog - Success ✔️<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>Cline Official Blog</title>
<link>https://cline.bot/blog</link>
<atom:link href="http://localhost:1200/cline/blog" rel="self" type="application/rss+xml"></atom:link>
<description>Cline Official Blog - AI Coding Assistant - Powered by RSSHub</description>
<generator>RSSHub</generator>
<webMaster>contact@rsshub.app (RSSHub)</webMaster>
<language>en</language>
<lastBuildDate>Sun, 20 Apr 2025 10:36:46 GMT</lastBuildDate>
<ttl>5</ttl>
<item>
<title>The Fighter Pilot's Guide to Software Strategy</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_fighter_pilot_dog_fight_interpreted_in_nature_in__d43a57d0-a3cb-4930-ad31-3e966600a21c_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>AI companies are operating in arguably the most hotly contested market in human history. Earth shattering venture rounds incenting and empowering the brightest minds in the world in a winner take most (if not all!) race to the singularity. Amidst this battlefield, I find my thoughts returning to a little known fighter pilot from Pennsylvania who's contributions to strategy have come to rival those of Napoleon and Sun Tzu.
Colonel John Boyd.
If you've never heard of him, you're not alone. Today</p></description>
<link>https://cline.bot/blog/the-fighter-pilots-guide-to-software-strategy</link>
<guid isPermaLink="false">https://cline.bot/blog/the-fighter-pilots-guide-to-software-strategy</guid>
<pubDate>Thu, 17 Apr 2025 16:00:00 GMT</pubDate>
<author>Andrin Foster</author>
</item>
<item>
<title>Cline's Context Window Explained: Maximize Performance, Minimize Cost</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_context_window_interpreted_in_nature_in_the_style_d238bd17-08c3-4576-9b90-396930838f03_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Ever wondered why a simple "Hi" to Cline might seem to use more resources than expected? Or perhaps you've noticed performance subtly changing during a long coding session? The answer often lies in a crucial, yet sometimes misunderstood, concept: the context window. Understanding it is key to unlocking Cline's full potential while managing performance and cost effectively.
Think of the context window as the AI's short-term memory. It's the space where all the information relevant to your curren</p></description>
<link>https://cline.bot/blog/clines-context-window-explained-maximize-performance-minimize-cost</link>
<guid isPermaLink="false">https://cline.bot/blog/clines-context-window-explained-maximize-performance-minimize-cost</guid>
<pubDate>Wed, 16 Apr 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Unlocking Persistent Memory: How Cline's new_task Tool Eliminates Context Window Limitations</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_persistent_memory_interpreted_in_nature_in_the_st_7f2e64d4-4299-4f3a-9f9b-c4221f627e43_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Context windows have been both the power and limitation of AI coding assistants. They enable the contextual understanding that makes tools like Cline so useful, but their finite nature has always imposed constraints on complex, long-running tasks.
With Cline's latest features, we've created a solution that fundamentally changes how developers can work with AI assistants on complex projects.
0:00
/0:27
1×
The Context Window Problem
We implemented the</p></description>
<link>https://cline.bot/blog/unlocking-persistent-memory-how-clines-new_task-tool-eliminates-context-window-limitations</link>
<guid isPermaLink="false">https://cline.bot/blog/unlocking-persistent-memory-how-clines-new_task-tool-eliminates-context-window-limitations</guid>
<pubDate>Mon, 14 Apr 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>SICP Revisited: Writing Code for People and AI Agents</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_helping_machines_understand_interpreted_in_nature_608bb262-f254-488c-a673-b6d6f50a1211_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Since SICP, it's been a maxim of software engineering that "Programs must be written for people to read, and only incidentally for machines to execute." However, in the age of generative AI, code is increasingly often read by agents as well. As generative AI tools become popular, it's important that we as engineering leaders better understand how agents interpret the code we maintain.
Understanding AI's Current Limitations
Agents currently do not maintain a long-term understanding of our code</p></description>
<link>https://cline.bot/blog/sicp-revisited-writing-code-for-people-and-ai-agents</link>
<guid isPermaLink="false">https://cline.bot/blog/sicp-revisited-writing-code-for-people-and-ai-agents</guid>
<pubDate>Mon, 14 Apr 2025 16:00:00 GMT</pubDate>
<author>Andrin Foster</author>
</item>
<item>
<title>Cline v3.12: Faster Diff Edits, Model Favorites, and More</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_fast_as_hell_interpreted_in_nature_in_the_style_o_94c615e8-f97d-457e-9bad-b82fc649cb53_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>We're excited to announce the release of Cline v3.12, packed with diff edit improvements, model favorites, new auto-approve options, and more.
Let's dive into the highlights:
Faster Diff Application
0:00
/0:05
1×
Applying code changes suggested by Cline is now significantly faster, especially in large files. v3.12 boosts diff edit performance for a smoother, more responsive experience, letting you iterate faster.
We've also added an indicator in th</p></description>
<link>https://cline.bot/blog/cline-v3-12-faster-diff-edits-model-favorites-and-more</link>
<guid isPermaLink="false">https://cline.bot/blog/cline-v3-12-faster-diff-edits-model-favorites-and-more</guid>
<pubDate>Fri, 11 Apr 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Inside Cline's Framework for Optimizing Context, Maintaining Narrative Integrity, and Enabling Smarter AI</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_narrative_clarity_interpreted_in_nature_in_the_st_6d53bf03-50b7-48a3-9277-5d81c439389e_3-1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Effective context management is the backbone of productive collaboration with AI coding assistants. As conversations with Cline evolve and become ever more complex, determining how to handle the persistent issue of limited room in the context window becomes increasingly more important – as well as ensuring narrative integrity is maintained during extended conversations.
Why focus on token efficiency? Because we're learning that smarter context management is fundamental to performance. Trimming</p></description>
<link>https://cline.bot/blog/inside-clines-framework-for-optimizing-context-maintaining-narrative-integrity-and-enabling-smarter-ai</link>
<guid isPermaLink="false">https://cline.bot/blog/inside-clines-framework-for-optimizing-context-maintaining-narrative-integrity-and-enabling-smarter-ai</guid>
<pubDate>Thu, 10 Apr 2025 16:00:00 GMT</pubDate>
<author>Toshi</author>
</item>
<item>
<title>Cline 3.10: Local Chrome Integration, YOLO Mode, Drag & Drop, and More Workflow Enhancements</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_agentic_coder_interpreted_in_nature_in_the_style__648646c5-eb45-4c91-99f1-67df963eb329_2.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Cline 3.10 is here, and it's packed with features designed to significantly enhance your development workflow, speed, and control. This release introduces a powerful new way to interact with the web, alongside several quality-of-life improvements and optimizations requested by the community. Let's dive in.
Connect Cline to Your Local Chrome Browser
The headline feature of 3.10 is a fundamental shift in how Cline interacts with web content: you can now connect Cline directly to your running lo</p></description>
<link>https://cline.bot/blog/cline-3-10-local-chrome-integration-yolo-mode-drag-drop-and-more-workflow-enhancements</link>
<guid isPermaLink="false">https://cline.bot/blog/cline-3-10-local-chrome-integration-yolo-mode-drag-drop-and-more-workflow-enhancements</guid>
<pubDate>Tue, 08 Apr 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Manage Your Database Directly From Cline with the Supabase MCP</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_life_just_got_easier_interpreted_in_nature_in_the_c7f68db2-9333-402d-b0a0-8bca692f4b92_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>For developers using Cline, the gap between AI-assisted coding and direct database management just closed. Developers have been clamoring for it, and it's finally here: the official Supabase MCP Server is now live in the Cline MCP Marketplace.
No more context switching between your editor, the Supabase dashboard, and SQL clients. You can now interact with your database – execute queries, manage schemas, fetch configurations, and more – all orchestrated by Cline, right where you code.</p></description>
<link>https://cline.bot/blog/manage-your-database-directly-from-cline-with-the-supabase-mcp</link>
<guid isPermaLink="false">https://cline.bot/blog/manage-your-database-directly-from-cline-with-the-supabase-mcp</guid>
<pubDate>Thu, 03 Apr 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Human Intent in the Age of AI: Insights from Our Chat with Siddharth Ahuja, Creator of the Ableton & Blender MCPs</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_AI_slop_vs_Human_Intent_interpreted_in_nature_in__8297bd33-d3f7-410a-b64e-f058f014b281_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>The developer community has been buzzing about the possibilities unlocked by the Model Context Protocol (MCP), and few examples have captured the imagination quite like Siddharth Ahuja's MCP servers for Ableton Live and Blender. These notoriously complex creative powerhouses, suddenly accessible through natural language prompts via tools like Cline, feel like a glimpse into a new era of software interaction.
🧩 Built an MCP that lets Claude talk directly to Blender. It helps you create beautifu</p></description>
<link>https://cline.bot/blog/human-intent-in-the-age-of-ai-insights-from-our-chat-with-siddharth-ahuja-creator-of-the-ableton-blender-mcps</link>
<guid isPermaLink="false">https://cline.bot/blog/human-intent-in-the-age-of-ai-insights-from-our-chat-with-siddharth-ahuja-creator-of-the-ableton-blender-mcps</guid>
<pubDate>Wed, 02 Apr 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Supercharge Your Cline Workflow: 7 Essential MCP Servers</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_Crystalline_Desert_Oasis_interpreted_in_nature_in_f390f737-9e36-436b-9659-9053f5bf59d0_2.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Cline is already transforming how developers approach complex coding tasks, acting as an autonomous agent within your IDE. But what if you could push its capabilities even further? What if Cline could not only write and refactor code but also conduct deep web research, generate UI components on the fly, convert documents, and even interact with creative software?
That's what we envision for Model Context Protocol (MCP). MCP servers are like power-ups for Cline, allowing it to securely connect a</p></description>
<link>https://cline.bot/blog/supercharge-your-cline-workflow-7-essential-mcp-servers</link>
<guid isPermaLink="false">https://cline.bot/blog/supercharge-your-cline-workflow-7-essential-mcp-servers</guid>
<pubDate>Tue, 01 Apr 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Cline 3.8.0: Workflow Integration, Account Management, and Provider Optimization</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_streamlined_control_interpreted_in_nature_in_the__27e4a84a-c4a5-4837-a777-f997c1be8710_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Here's what's new in 3.8.0:
* Streamlined workflows: New 'Add to Cline' and 'Fix with Cline' code actions for faster problem-solving
* Account view: Track billing and usage history for Cline accounts directly in the extension
* Sort underlying provider routing: Choose how Cline routes API requests based on throughput, price, or latency to optimize for your specific needs
* Rich MCP display improvements: Visualize data more effectively with dynamic image loading and GIF support directly in y</p></description>
<link>https://cline.bot/blog/cline-3-8-0-workflow-integration-account-management-and-provider-optimization</link>
<guid isPermaLink="false">https://cline.bot/blog/cline-3-8-0-workflow-integration-account-management-and-provider-optimization</guid>
<pubDate>Sat, 22 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>1,000,000 installs—and our all-in bet on the future of software engineering</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_bleeding_edge_interpreted_in_nature_in_the_style__8f74333e-6319-43c4-a984-b22bd749f270_2.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>From the jump, we've envisioned a bolder path forward in AI coding. While others perfect tab autocomplete, we've been building a truly collaborative coding agent that transforms how software gets created.
From day one, we've given engineers full, unrestricted access to frontier models—exactly as they were designed to be used. No context limitations, no artificial constraints to fit subscription economics. This is AI coding in its purest form.
What does this mean in practice? Cline reads entire</p></description>
<link>https://cline.bot/blog/1-000-000-installs-and-our-all-in-bet-on-the-future-of-software-engineering</link>
<guid isPermaLink="false">https://cline.bot/blog/1-000-000-installs-and-our-all-in-bet-on-the-future-of-software-engineering</guid>
<pubDate>Fri, 21 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>How Cline Creates Compound Productivity for Engineering Teams</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fp_a_s_h_architect_dressed_well_on_a_hill_overseeing_a_massive_v_ebab939f-aefa-4ea4-80af-5d81402aeda0.webp&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Picture this: Your senior engineers spending most of their time on high-level architecture instead of debugging nested loops. Your new hires becoming productive in days instead of months. Your entire team shipping more code with fewer bugs while actually leaving work feeling energized instead of burnt out.
Sound like fantasy? It's not. It's what happens when you put a senior engineer in everyone's back pocket.
I've been watching engineering teams using Cline (our autonomous coding agent for VS</p></description>
<link>https://cline.bot/blog/how-cline-creates-compound-productivity-for-engineering-teams</link>
<guid isPermaLink="false">https://cline.bot/blog/how-cline-creates-compound-productivity-for-engineering-teams</guid>
<pubDate>Thu, 20 Mar 2025 16:00:00 GMT</pubDate>
<author>Nik Pash</author>
</item>
<item>
<title>Beautiful UI Components: How to Use 21st.Dev's Magic MCP with Cline</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_beautiful_components_interpreted_in_nature_in_the_5721d6cb-1e69-4a80-b320-13bf957483c7_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Frontend development has always been a careful balance between creativity and tedium. For every exciting UX innovation you bring to life, there are dozens of navbar implementations, form components, and card layouts to build along the way. The repetitive nature of these tasks is a productivity killer—until now.
By combining Cline's conversational AI capabilities with 21st.dev's Magic UI MCP, we've created a workflow that eliminates the most time-consuming parts of frontend development. The resu</p></description>
<link>https://cline.bot/blog/beautiful-ui-components-how-to-use-21st-devs-magic-mcp-with-cline</link>
<guid isPermaLink="false">https://cline.bot/blog/beautiful-ui-components-how-to-use-21st-devs-magic-mcp-with-cline</guid>
<pubDate>Wed, 19 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>What Happens When You 5x The Output of Every Engineer: Unlocking Trillions in Economic Value</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_Unlocking_Trillions_in_Economic_Value_interpreted_3b50b512-b624-4e47-8dc2-74e98f32b040_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Last week, we spoke with a San Francisco-based startup that estimated Cline had boosted their engineering output fivefold. While startups tend to adopt new technologies more quickly, we're still in the early days of AI-powered coding. This "5x" increase offers a glimpse into what could be a shockingly transformative future.
Welcome to part one of our 5x Engineer Series where we're exploring the world where AI quintuples engineering productivity.
What happens when every software engineer on the</p></description>
<link>https://cline.bot/blog/what-happens-when-you-5x-the-output-of-every-engineer-unlocking-trillions-in-economic-value</link>
<guid isPermaLink="false">https://cline.bot/blog/what-happens-when-you-5x-the-output-of-every-engineer-unlocking-trillions-in-economic-value</guid>
<pubDate>Wed, 19 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>The End of Complex UIs: How MCP Servers Are Eliminating Software Learning Curves</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_accessibility_interpreted_in_nature_in_the_style__4089590f-cf8b-464b-8746-9ac2d41da0cc_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Have you seen those viral videos of people creating stunning 3D scenes in Blender by just describing what they want? No clicking through complex menus, no hunting for the right tool in a sea of options, no watching 10-hour YouTube tutorials. Just conversation.
0:00
/0:20
1×
This isn't just a neat demo—it's the beginning of the end for complicated user interfaces. The Blender MCP server that's going viral right now is just the first hint of a much large</p></description>
<link>https://cline.bot/blog/the-end-of-complex-uis-how-mcp-servers-are-eliminating-software-learning-curves</link>
<guid isPermaLink="false">https://cline.bot/blog/the-end-of-complex-uis-how-mcp-servers-are-eliminating-software-learning-curves</guid>
<pubDate>Sun, 16 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>“5X Force Multiplier”: How a Sports Analytics Startup Scales Their Engineering with Cline</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_force_multiplier_interpreted_in_nature_in_the_sty_8c9ede1d-6956-4374-a414-ff8787c023dc_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>In the fast-paced world of sports analytics, where deadlines are dictated by game schedules and championships, engineering teams face unique challenges. For Cleat Street, a fast-growing sports analytics company launched in 2019 out of a startup lab at Columbia University, the pressure to deliver quality code with a small team meant finding creative solutions to accelerate their development process.
Now based in San Francisco with additional offices in Denver, Cleat Street has rapidly expanded t</p></description>
<link>https://cline.bot/blog/5x-force-multiplier-how-a-sports-analytics-startup-scales-their-engineering-with-cline</link>
<guid isPermaLink="false">https://cline.bot/blog/5x-force-multiplier-how-a-sports-analytics-startup-scales-their-engineering-with-cline</guid>
<pubDate>Fri, 14 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Full-Power AI Development: Why Cline Doesn't Limit Your Model's Potential</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_unlimited_potential_interpreted_in_nature_in_the__818de30f-99ff-4c1e-bb43-0cff75656751_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>When a senior developer tells you they spent $125 on API credits in a single day but produced 35,000 lines of functional code, is that expensive or a bargain?
This question gets to the heart of how we should think about AI coding agents. While the sticker shock of token-based pricing might initially make you wince, the calculus changes dramatically when you consider the actual value delivered.
Beyond Subscription Limitations
Thus far, we've seen two pricing models for AI coding agents: subsc</p></description>
<link>https://cline.bot/blog/the-real-economics-of-ai-development-why-clines-transparent-token-based-approach-delivers-superior-results-2</link>
<guid isPermaLink="false">https://cline.bot/blog/the-real-economics-of-ai-development-why-clines-transparent-token-based-approach-delivers-superior-results-2</guid>
<pubDate>Wed, 12 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Build Anything You Don't Know How to Build: My Experience with Cline</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_anything_is_possible_interpreted_in_nature_in_the_6eddf461-d2ed-498e-be9e-e15b8e919c24_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>I've been using Cline since it was released, and it's completely transformed how I approach building software. As Cline's product marketer, I've had the privilege of seeing this tool evolve, but what's more exciting is how it's evolved my own thinking about what I can create.
I produce music on the side, and recently I had this idea: what if I could build a Cline-like assistant for Logic Pro? Something that would let me draw MIDI files and handle mixing through conversation, so I could focus mo</p></description>
<link>https://cline.bot/blog/build-anything-you-dont-know-how-to-build-my-experience-with-cline</link>
<guid isPermaLink="false">https://cline.bot/blog/build-anything-you-dont-know-how-to-build-my-experience-with-cline</guid>
<pubDate>Sun, 09 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Building the MCP Economy: Lessons from 21st.dev and the Future of Plugin Monetization</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_greenfield_opportunity_interpreted_in_nature_in_t_b6c5261f-8ca3-400e-971a-8a753e4a5530_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>The emergence of Model Context Protocol (MCP) has created something we rarely see in technology: a genuinely new market with minimal established players and tremendous growth potential. As AI agents like Cline become increasingly central to developer workflows, MCP plugins represent not just a technical opportunity, but a significant business one.
While many developers are focused solely on the technical aspects of building MCP plugins, forward-thinking builders have already begun establishing</p></description>
<link>https://cline.bot/blog/building-the-mcp-economy-lessons-from-21st-dev-and-the-future-of-plugin-monetization</link>
<guid isPermaLink="false">https://cline.bot/blog/building-the-mcp-economy-lessons-from-21st-dev-and-the-future-of-plugin-monetization</guid>
<pubDate>Wed, 05 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Calling All Developers: How to Build MCP Plugins with Cline</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_connector_with_the_digital_world_interpreted_in_n_f403f7a4-db32-424f-b6f9-623b3ea58381_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>I remember stories about the tech booms of past decades. In the late 1990s, the web revolution began. Teenagers who knew HTML were earning thousands per project, building websites for local businesses. In the late 2000s, a similar trend emerged with mobile apps. Young developers were profiting from creating applications for smartphones.
"This is the future," people would say. Many were skeptical about how these basic websites or simple apps could change anything. We know how those predictions t</p></description>
<link>https://cline.bot/blog/calling-all-developers-how-to-build-mcp-plugins-with-cline</link>
<guid isPermaLink="false">https://cline.bot/blog/calling-all-developers-how-to-build-mcp-plugins-with-cline</guid>
<pubDate>Sun, 02 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Introducing Anonymous Telemetry in Cline</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_improvement_interpreted_in_nature_in_the_style_of_ecc785b1-a744-4346-b881-18aacedfade1_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>At Cline, we're committed to creating the best possible open-source coding agent for developers. Today, we're introducing anonymous telemetry to help us understand how our Cline is actually being used and where we can make meaningful improvements.
Privacy-First Telemetry
We've designed our telemetry system with your privacy as the top priority:
* Completely anonymous - we use PostHog to collect aggregated usage data that cannot be traced back to individuals
* Strictly limited scope - we onl</p></description>
<link>https://cline.bot/blog/introducing-anonymous-telemetry-in-cline</link>
<guid isPermaLink="false">https://cline.bot/blog/introducing-anonymous-telemetry-in-cline</guid>
<pubDate>Tue, 25 Feb 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Forget "Model Context Protocol" - Just Think of These as Extra Tools for Cline</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_unlimited_tools_interpreted_in_nature_in_the_styl_e8c4d9e8-9e15-4eda-905f-89ce8e02f193_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Yesterday, I asked a developer if he was using MCP in Cline.
"I still don't understand what Model Context Protocol is," he said.
I had to smile. Here was a developer missing out on powerful tools because he was getting caught up in confusing technical jargon. It's like developers are leaving features on the table because the name sounds too complicated.
"Forget Model Context Protocol - that's just distracting you from what matters," I told him. "Think of these as extra tools you can give to C</p></description>
<link>https://cline.bot/blog/forget-model-context-protocol-just-think-of-these-as-extra-tools-for-cline</link>
<guid isPermaLink="false">https://cline.bot/blog/forget-model-context-protocol-just-think-of-these-as-extra-tools-for-cline</guid>
<pubDate>Fri, 21 Feb 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Introducing the MCP Marketplace: Cline's New App Store</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fp_a_s_h_san_francisco_palace_of_fine_arts_in_the_style_of_Moebi_dd21ad61-bdf2-4155-8df1-abe27ff7de1b--1-.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Remember when installing new apps meant typing cryptic commands into a terminal, manually resolving dependencies, and praying nothing would break? That's kind of where we are with Model Context Protocol (MCP) servers right now. But not anymore. Today, I'm excited to announce Cline's MCP Marketplace - think of it as the App Store for your AI's capabilities. It's our answer to making AI superpowers accessible to everyone, not just the tech-savvy few.
Why This Matters
A few months ago, Anthropic</p></description>
<link>https://cline.bot/blog/introducing-the-mcp-marketplace-clines-new-app-store</link>
<guid isPermaLink="false">https://cline.bot/blog/introducing-the-mcp-marketplace-clines-new-app-store</guid>
<pubDate>Tue, 18 Feb 2025 16:00:00 GMT</pubDate>
<author>Nik Pash</author>
</item>
<item>
<title>MCP Servers Explained: What They Are, How They Work, and Why Cline is Revolutionizing AI Tools</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_artisan_tools_in_the_style_of_Moebius_aesthetic_-_3c252c45-6158-448b-8f44-0304c88a10c3_2.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Discover what MCP servers are and how they work. Learn how Cline leverages Model Context Protocol (MCP) servers to revolutionize AI tool integration and development. Read on for in-depth insights!
I was at CodeGen Night in San Francisco on Tuesday and had a chance to talk with some Cline power users about MCP (Model Context Protocol) servers. These were sophisticated developers who'd heard of MCP but weren't using it because they weren't fully sure how it worked or why it mattered.
This conver</p></description>
<link>https://cline.bot/blog/mcp-servers-explained-what-they-are-how-they-work-and-why-cline-is-revolutionizing-ai-tools</link>
<guid isPermaLink="false">https://cline.bot/blog/mcp-servers-explained-what-they-are-how-they-work-and-why-cline-is-revolutionizing-ai-tools</guid>
<pubDate>Wed, 12 Feb 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Supercharge Cline: 4 Ways to Build Better with Perplexity MCP</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_search_as_an_idea_in_nature_in_the_style_of_Moebi_1fb37ba0-f5cb-439f-a05c-4d34913b2bd6_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>When building complex applications, the constant context switching between research, coding, and documentation can kill your momentum. While working on an MP3 sharing application, I discovered three powerful patterns for using Perplexity's MCP server with Cline that have transformed my development workflow.
❓ "What is Perplexity MCP?"
Perplexity is an AI research assistant that excels at finding and synthesizing up-to-date information from across the web. When integrated with Cline through the</p></description>
<link>https://cline.bot/blog/supercharge-cline-3-ways-to-build-better-with-perplexity-mcp</link>
<guid isPermaLink="false">https://cline.bot/blog/supercharge-cline-3-ways-to-build-better-with-perplexity-mcp</guid>
<pubDate>Sun, 09 Feb 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>What AI Companies Actually Need Right Now</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fp_a_s_h_nimble_orange_fox_in_a_snowy_forest_under_stars_deepl_b_3cc66547-d38d-4b2c-9f31-f6bfdab69ef1-1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>At Cline, we've scaled to 500k+ users and raised significant funding from top-tier VCs. As Head of AI, I recently interviewed a strong ML engineer candidate. Despite their solid background, I voted "no hire." Let me explain why - it reveals a broader pattern about what AI companies actually need right now, and getting this wrong can be a $200k+ mistake.
The $200k Mistake: Why Hiring MLEs Too Early Kills AI Startups
Here's a pattern I see repeatedly in well-funded AI startups:
1. Raise a sub</p></description>
<link>https://cline.bot/blog/talent-ai-companies-actually-need-right-now-and-how-to-identify-it-2</link>
<guid isPermaLink="false">https://cline.bot/blog/talent-ai-companies-actually-need-right-now-and-how-to-identify-it-2</guid>
<pubDate>Thu, 06 Feb 2025 16:00:00 GMT</pubDate>
<author>Nik Pash</author>
</item>
<item>
<title>Memory Bank: How to Make Cline an AI Agent That Never Forgets</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_memory_bank_interpretation_in_nature_in_the_style_04200851-f2ba-42a3-b0e8-12ab28f52a1f_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Imagine a detective who loses his memory every time he falls asleep. To solve cases, he develops an ingenious system: tattooing critical facts on his body and keeping a carefully organized set of Polaroid photos. Each time he wakes up, he can quickly rebuild his understanding by following his own documentation system. That's the plot of Memento, and it inspired how we solved a common problem with AI coding assistants.
Dont Believe His Lies Memento GIFfrom Dont Believe His Lies GIFs
Here's</p></description>
<link>https://cline.bot/blog/memory-bank-how-to-make-cline-an-ai-agent-that-never-forgets</link>
<guid isPermaLink="false">https://cline.bot/blog/memory-bank-how-to-make-cline-an-ai-agent-that-never-forgets</guid>
<pubDate>Wed, 05 Feb 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>From Assembly to AI: Why 'Vibe Coding' Is Just Another Chapter in Our Abstraction Story</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_technology_abstraction_interpreted_in_nature_in_t_6e1a4193-0e26-4235-956e-c59981984c4b_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Two days ago, Andrej Karpathy set Tech Twitter ablaze with a provocative idea he calls "vibe coding" – where you "fully give in to the vibes, embrace exponentials, and forget that the code even exists." Using AI tools (like Cline), he demonstrated building an entire LLM reader application in about an hour, barely touching the keyboard.
The reactions were predictable and eerily familiar to anyone who knows their computing history. But to understand why, we need to go back. Way back.
What is 'ab</p></description>
<link>https://cline.bot/blog/from-assembly-to-ai-why-vibe-coding-is-just-another-chapter-in-our-abstraction-story</link>
<guid isPermaLink="false">https://cline.bot/blog/from-assembly-to-ai-why-vibe-coding-is-just-another-chapter-in-our-abstraction-story</guid>
<pubDate>Wed, 05 Feb 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>The 2025 Stack: How Complete Beginners Can Ship Their First Full-Stack Web App</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_buiding_software_interpreted_in_nature_in_the_sty_bdcb59dc-5eef-44ee-ab74-2ebcde59d6d7_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Picture this: You've got an amazing idea for a web app, but when you start googling "how to build a web app," you're hit with an avalanche of frameworks, tools, and conflicting advice. Should you learn React? Vue? Svelte? What even is a "backend"? And don't get me started on deployment...
I get it. I've spent the last year helping complete beginners navigate this exact challenge. Here's what I've learned: The problem isn't that building web apps is hard – it's that most tutorials are teaching i</p></description>
<link>https://cline.bot/blog/the-2025-stack-how-complete-beginners-can-ship-their-first-full-stack-web-app</link>
<guid isPermaLink="false">https://cline.bot/blog/the-2025-stack-how-complete-beginners-can-ship-their-first-full-stack-web-app</guid>
<pubDate>Thu, 30 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>The End of Context Amnesia: Cline's Visual Solution to Context Management</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_limited_memory_interpreted_in_nature_in_the_style_319e929f-28dc-46b4-97e8-e0d1a2adb5cb_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Ever stared at Cline wondering if it's about to hit a wall? You're deep in a complex refactoring task, and suddenly he seems to "forget" what you were discussing just moments ago. If this sounds familiar, you're running into one of the most common yet least understood aspects of AI coding assistants: context windows.
Today, we're introducing a new feature in Cline that makes this invisible limit visible: the Context Window Progress Bar.
What's a Context Window, Anyway?
Think of a context win</p></description>
<link>https://cline.bot/blog/understanding-the-new-context-window-progress-bar-in-cline</link>
<guid isPermaLink="false">https://cline.bot/blog/understanding-the-new-context-window-progress-bar-in-cline</guid>
<pubDate>Wed, 29 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>The Local LLM Reality Check: What Actually Happens When You Try to Run AI Models on Your Computer</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_local_llm_models_interepreted_in_nature_in_the_st_3fd7147b-39c1-491b-ac3c-3f49fb7d7bc3_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>If you've used DeepSeek's R1 (or V3 for that matter), you've probably been impressed at its performance for the price. And if you've run into issues with its API recently, your next thought was probably, “Hey, I’ve got a decent computer—maybe I can run this locally and run this myself!”
Then reality hits: the full DeepSeek R1 model needs about 1,342 GB of VRAM—no, that’s not a typo. It’s designed to run on a cluster of 16 NVIDIA A100 GPUs, each with 80GB of memory (source). Let’s break down wha</p></description>
<link>https://cline.bot/blog/the-local-llm-reality-check-what-actually-happens-when-you-try-to-run-ai-models-on-your-computer</link>
<guid isPermaLink="false">https://cline.bot/blog/the-local-llm-reality-check-what-actually-happens-when-you-try-to-run-ai-models-on-your-computer</guid>
<pubDate>Mon, 27 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>DeepSeek's Wild Week: A View from the Developer Trenches</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_developer_trenches_interpreted_in_nature_in_the_s_5e2b7c11-e306-43e4-874e-569866bf7782_2.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Last week, Chinese AI startup, DeepSeek, caused the biggest single-day drop in NVIDIA's history, wiping nearly $600 billion from the chip giant's market value. But while Wall Street panicked about DeepSeek's cost claims, Cline users in our community were discovering a more nuanced reality.
The Promise vs The Reality
"R1 is so hesitant to open and read files while Claude just bulldozes through them," observed one of our users. This perfectly captures the gap between DeepSeek's impressive bench</p></description>
<link>https://cline.bot/blog/deepseeks-wild-week-a-view-from-the-developer-trenches</link>
<guid isPermaLink="false">https://cline.bot/blog/deepseeks-wild-week-a-view-from-the-developer-trenches</guid>
<pubDate>Mon, 27 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Best AI Coding Assistant 2025: Complete Guide to Cline and Cursor</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_san_francisco_in_the_style_of_Moebius_aesthetic_-_24461b5d-c5d6-4e81-b495-95dc2e8d59cb_2.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Updated March 4, 2025 article to reflect recent developments
Remember when GitHub Copilot first launched and we thought AI-assisted coding couldn't get more revolutionary? Two years later, we're seeing a fascinating divergence in how AI coding assistants approach development. With recent releases from both Cline (now 3.5) and Cursor (0.46), we're witnessing not just a battle of features, but a philosophical split in how AI should partner with developers.
I've watched both tools mature. Let's c</p></description>
<link>https://cline.bot/blog/best-ai-coding-assistant-2025-complete-guide-to-cline-and-cursor</link>
<guid isPermaLink="false">https://cline.bot/blog/best-ai-coding-assistant-2025-complete-guide-to-cline-and-cursor</guid>
<pubDate>Fri, 24 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>The Developer's Guide to MCP: From Basics to Advanced Workflows</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_unlimited_tools_interpreted_in_nature_in_the_styl_5bbf742d-7b0a-4790-ab5b-873e4801c4ea_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Picture this: You're deep into development with your AI assistant, trying to juggle multiple tools – GitHub issues need updating, tests need running, and documentation needs reviewing. But instead of the seamless workflow you imagined, you're stuck with manual context switching and disconnected tools. Your AI assistant, brilliant as it is, feels trapped in its chat window.
This is where the Model Context Protocol (MCP) changes everything. It's not just another developer tool – it's a fundamenta</p></description>
<link>https://cline.bot/blog/the-developers-guide-to-mcp-from-basics-to-advanced-workflows</link>
<guid isPermaLink="false">https://cline.bot/blog/the-developers-guide-to-mcp-from-basics-to-advanced-workflows</guid>
<pubDate>Wed, 22 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Everyone's Talking About R1 vs o1 Benchmarks. But Here's What Really Matters.</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_two_opposing_forces_interpreted_in_nature_in_the__20c35440-4c8f-4a09-86c0-fb6e6b2db260_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>In an interesting coincidence, DeepSeek released R1 on the same day we launched Plan &amp; Act modes in Cline. And something fascinating started happening immediately: developers began naturally using R1 for planning phases and 3.5-Sonnet for implementation. Not because anyone suggested it – it just made sense.
0:00
/0:54
1×
What's Actually Happening
Here's what developers discovered works best:
1. Start new tasks in Plan mode using R1 ($0.55/M tokens)</p></description>
<link>https://cline.bot/blog/everyones-talking-about-r1-vs-o1-benchmarks-but-heres-what-really-matters</link>
<guid isPermaLink="false">https://cline.bot/blog/everyones-talking-about-r1-vs-o1-benchmarks-but-heres-what-really-matters</guid>
<pubDate>Wed, 22 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Why AI Engineers Need Planning More Than Perfect Prompts</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_planning_interpreted_in_nature_in_the_style_of_Mo_86036275-45ae-4541-97cf-3c75c2bed744_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>The best AI engineers I know follow a specific pattern. They don't obsess over prompt crafting – they obsess over planning. There's a reason for this, and it's not what most people think.
The Reality Check
Here's what typically happens when someone starts working with AI:
1. They throw requirements at the model
2. They get mediocre outputs
3. They blame their prompting skills
4. They spend hours "optimizing" prompts
5. They still get mediocre results
Sound familiar? But here's what eli</p></description>
<link>https://cline.bot/blog/why-ai-engineers-need-planning-more-than-perfect-prompts-2</link>
<guid isPermaLink="false">https://cline.bot/blog/why-ai-engineers-need-planning-more-than-perfect-prompts-2</guid>
<pubDate>Mon, 20 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Building Advanced Software with Cline: A Structured Approach</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_thoughtful_building_interpreted_in_nature_in_the__b93a9802-1734-48aa-b9e8-d0ef30fb84cd_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>As a passionate user of Cline, I've discovered something transformative about modern software development. It's not just another tool in our engineering toolkit—it's a fundamental shift in how we approach complex problems. Through my journey of pushing the boundaries of what can be automated, I've learned that the real power lies not in complete automation, but in the synergy between human insight and AI capabilities. The more time I spend using these tools the more strongly I come to believe th</p></description>
<link>https://cline.bot/blog/building-advanced-software-with-cline-a-structured-approach</link>
<guid isPermaLink="false">https://cline.bot/blog/building-advanced-software-with-cline-a-structured-approach</guid>
<pubDate>Tue, 14 Jan 2025 16:00:00 GMT</pubDate>
<author>Daniel Steigman (Nighttrek)</author>
</item>
<item>
<title>DeepSeek-V3 isn't "free" Claude 3.5-Sonnet. But it's still insanely good for the price.</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_good_knockoff_interpreted_in_nature_in_the_style__a80249a3-ff57-473a-9f97-9cdf94a2eccf_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>DeepSeek released V3 on December 26, and for the first time since 3.5-Sonnet's release, we have a serious contender for best coding LLM—one that's 53x cheaper and was trained for just $5.5M. Since then, Cline has seen installations skyrocket – nearly 50,000 new installs at double our usual daily rate.
DeepSeek v3 is mind-blowing. I’m fascinated by the engineering elegance and scrappiness behind it.
- MoE + MLA architecture (671B → 37B active)
- DualPipe + FP8 , incredibly impressive optimizati</p></description>
<link>https://cline.bot/blog/10-days-since-deepseek-v3-is-cline-basically-free-now-2</link>
<guid isPermaLink="false">https://cline.bot/blog/10-days-since-deepseek-v3-is-cline-basically-free-now-2</guid>
<pubDate>Sat, 04 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Cline v3.13: Toggleable .clinerules, Slash Commands & Previous Message Editing</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_celestial_weaver_interpreted_in_nature_in_the_sty_6dbbaa34-aba9-4618-a36b-7e98bf31b8b0_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p></p></description>
<link>https://cline.bot/blog/cline-3-13-toggleable-clinerules-slash-commands-previous-message-editing</link>
<guid isPermaLink="false">https://cline.bot/blog/cline-3-13-toggleable-clinerules-slash-commands-previous-message-editing</guid>
</item>
</channel>
</rss> |
Successfully generated as following: http://localhost:1200/cline/blog - Success ✔️<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>Cline Official Blog</title>
<link>https://cline.bot/blog</link>
<atom:link href="http://localhost:1200/cline/blog" rel="self" type="application/rss+xml"></atom:link>
<description>Cline Official Blog - AI Coding Assistant - Powered by RSSHub</description>
<generator>RSSHub</generator>
<webMaster>contact@rsshub.app (RSSHub)</webMaster>
<language>en</language>
<lastBuildDate>Sun, 20 Apr 2025 10:46:08 GMT</lastBuildDate>
<ttl>5</ttl>
<item>
<title>The Fighter Pilot's Guide to Software Strategy</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_fighter_pilot_dog_fight_interpreted_in_nature_in__d43a57d0-a3cb-4930-ad31-3e966600a21c_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>AI companies are operating in arguably the most hotly contested market in human history. Earth shattering venture rounds incenting and empowering the brightest minds in the world in a winner take most (if not all!) race to the singularity. Amidst this battlefield, I find my thoughts returning to a little known fighter pilot from Pennsylvania who's contributions to strategy have come to rival those of Napoleon and Sun Tzu.
Colonel John Boyd.
If you've never heard of him, you're not alone. Today</p></description>
<link>https://cline.bot/blog/the-fighter-pilots-guide-to-software-strategy</link>
<guid isPermaLink="false">https://cline.bot/blog/the-fighter-pilots-guide-to-software-strategy</guid>
<pubDate>Thu, 17 Apr 2025 16:00:00 GMT</pubDate>
<author>Andrin Foster</author>
</item>
<item>
<title>Cline's Context Window Explained: Maximize Performance, Minimize Cost</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_context_window_interpreted_in_nature_in_the_style_d238bd17-08c3-4576-9b90-396930838f03_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Ever wondered why a simple "Hi" to Cline might seem to use more resources than expected? Or perhaps you've noticed performance subtly changing during a long coding session? The answer often lies in a crucial, yet sometimes misunderstood, concept: the context window. Understanding it is key to unlocking Cline's full potential while managing performance and cost effectively.
Think of the context window as the AI's short-term memory. It's the space where all the information relevant to your curren</p></description>
<link>https://cline.bot/blog/clines-context-window-explained-maximize-performance-minimize-cost</link>
<guid isPermaLink="false">https://cline.bot/blog/clines-context-window-explained-maximize-performance-minimize-cost</guid>
<pubDate>Wed, 16 Apr 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Unlocking Persistent Memory: How Cline's new_task Tool Eliminates Context Window Limitations</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_persistent_memory_interpreted_in_nature_in_the_st_7f2e64d4-4299-4f3a-9f9b-c4221f627e43_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Context windows have been both the power and limitation of AI coding assistants. They enable the contextual understanding that makes tools like Cline so useful, but their finite nature has always imposed constraints on complex, long-running tasks.
With Cline's latest features, we've created a solution that fundamentally changes how developers can work with AI assistants on complex projects.
0:00
/0:27
1×
The Context Window Problem
We implemented the</p></description>
<link>https://cline.bot/blog/unlocking-persistent-memory-how-clines-new_task-tool-eliminates-context-window-limitations</link>
<guid isPermaLink="false">https://cline.bot/blog/unlocking-persistent-memory-how-clines-new_task-tool-eliminates-context-window-limitations</guid>
<pubDate>Mon, 14 Apr 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>SICP Revisited: Writing Code for People and AI Agents</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_helping_machines_understand_interpreted_in_nature_608bb262-f254-488c-a673-b6d6f50a1211_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Since SICP, it's been a maxim of software engineering that "Programs must be written for people to read, and only incidentally for machines to execute." However, in the age of generative AI, code is increasingly often read by agents as well. As generative AI tools become popular, it's important that we as engineering leaders better understand how agents interpret the code we maintain.
Understanding AI's Current Limitations
Agents currently do not maintain a long-term understanding of our code</p></description>
<link>https://cline.bot/blog/sicp-revisited-writing-code-for-people-and-ai-agents</link>
<guid isPermaLink="false">https://cline.bot/blog/sicp-revisited-writing-code-for-people-and-ai-agents</guid>
<pubDate>Mon, 14 Apr 2025 16:00:00 GMT</pubDate>
<author>Andrin Foster</author>
</item>
<item>
<title>Cline v3.12: Faster Diff Edits, Model Favorites, and More</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_fast_as_hell_interpreted_in_nature_in_the_style_o_94c615e8-f97d-457e-9bad-b82fc649cb53_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>We're excited to announce the release of Cline v3.12, packed with diff edit improvements, model favorites, new auto-approve options, and more.
Let's dive into the highlights:
Faster Diff Application
0:00
/0:05
1×
Applying code changes suggested by Cline is now significantly faster, especially in large files. v3.12 boosts diff edit performance for a smoother, more responsive experience, letting you iterate faster.
We've also added an indicator in th</p></description>
<link>https://cline.bot/blog/cline-v3-12-faster-diff-edits-model-favorites-and-more</link>
<guid isPermaLink="false">https://cline.bot/blog/cline-v3-12-faster-diff-edits-model-favorites-and-more</guid>
<pubDate>Fri, 11 Apr 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Inside Cline's Framework for Optimizing Context, Maintaining Narrative Integrity, and Enabling Smarter AI</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_narrative_clarity_interpreted_in_nature_in_the_st_6d53bf03-50b7-48a3-9277-5d81c439389e_3-1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Effective context management is the backbone of productive collaboration with AI coding assistants. As conversations with Cline evolve and become ever more complex, determining how to handle the persistent issue of limited room in the context window becomes increasingly more important – as well as ensuring narrative integrity is maintained during extended conversations.
Why focus on token efficiency? Because we're learning that smarter context management is fundamental to performance. Trimming</p></description>
<link>https://cline.bot/blog/inside-clines-framework-for-optimizing-context-maintaining-narrative-integrity-and-enabling-smarter-ai</link>
<guid isPermaLink="false">https://cline.bot/blog/inside-clines-framework-for-optimizing-context-maintaining-narrative-integrity-and-enabling-smarter-ai</guid>
<pubDate>Thu, 10 Apr 2025 16:00:00 GMT</pubDate>
<author>Toshi</author>
</item>
<item>
<title>Cline 3.10: Local Chrome Integration, YOLO Mode, Drag & Drop, and More Workflow Enhancements</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_agentic_coder_interpreted_in_nature_in_the_style__648646c5-eb45-4c91-99f1-67df963eb329_2.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Cline 3.10 is here, and it's packed with features designed to significantly enhance your development workflow, speed, and control. This release introduces a powerful new way to interact with the web, alongside several quality-of-life improvements and optimizations requested by the community. Let's dive in.
Connect Cline to Your Local Chrome Browser
The headline feature of 3.10 is a fundamental shift in how Cline interacts with web content: you can now connect Cline directly to your running lo</p></description>
<link>https://cline.bot/blog/cline-3-10-local-chrome-integration-yolo-mode-drag-drop-and-more-workflow-enhancements</link>
<guid isPermaLink="false">https://cline.bot/blog/cline-3-10-local-chrome-integration-yolo-mode-drag-drop-and-more-workflow-enhancements</guid>
<pubDate>Tue, 08 Apr 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Manage Your Database Directly From Cline with the Supabase MCP</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_life_just_got_easier_interpreted_in_nature_in_the_c7f68db2-9333-402d-b0a0-8bca692f4b92_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>For developers using Cline, the gap between AI-assisted coding and direct database management just closed. Developers have been clamoring for it, and it's finally here: the official Supabase MCP Server is now live in the Cline MCP Marketplace.
No more context switching between your editor, the Supabase dashboard, and SQL clients. You can now interact with your database – execute queries, manage schemas, fetch configurations, and more – all orchestrated by Cline, right where you code.</p></description>
<link>https://cline.bot/blog/manage-your-database-directly-from-cline-with-the-supabase-mcp</link>
<guid isPermaLink="false">https://cline.bot/blog/manage-your-database-directly-from-cline-with-the-supabase-mcp</guid>
<pubDate>Thu, 03 Apr 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Human Intent in the Age of AI: Insights from Our Chat with Siddharth Ahuja, Creator of the Ableton & Blender MCPs</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_AI_slop_vs_Human_Intent_interpreted_in_nature_in__8297bd33-d3f7-410a-b64e-f058f014b281_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>The developer community has been buzzing about the possibilities unlocked by the Model Context Protocol (MCP), and few examples have captured the imagination quite like Siddharth Ahuja's MCP servers for Ableton Live and Blender. These notoriously complex creative powerhouses, suddenly accessible through natural language prompts via tools like Cline, feel like a glimpse into a new era of software interaction.
🧩 Built an MCP that lets Claude talk directly to Blender. It helps you create beautifu</p></description>
<link>https://cline.bot/blog/human-intent-in-the-age-of-ai-insights-from-our-chat-with-siddharth-ahuja-creator-of-the-ableton-blender-mcps</link>
<guid isPermaLink="false">https://cline.bot/blog/human-intent-in-the-age-of-ai-insights-from-our-chat-with-siddharth-ahuja-creator-of-the-ableton-blender-mcps</guid>
<pubDate>Wed, 02 Apr 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Supercharge Your Cline Workflow: 7 Essential MCP Servers</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_Crystalline_Desert_Oasis_interpreted_in_nature_in_f390f737-9e36-436b-9659-9053f5bf59d0_2.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Cline is already transforming how developers approach complex coding tasks, acting as an autonomous agent within your IDE. But what if you could push its capabilities even further? What if Cline could not only write and refactor code but also conduct deep web research, generate UI components on the fly, convert documents, and even interact with creative software?
That's what we envision for Model Context Protocol (MCP). MCP servers are like power-ups for Cline, allowing it to securely connect a</p></description>
<link>https://cline.bot/blog/supercharge-your-cline-workflow-7-essential-mcp-servers</link>
<guid isPermaLink="false">https://cline.bot/blog/supercharge-your-cline-workflow-7-essential-mcp-servers</guid>
<pubDate>Tue, 01 Apr 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Cline 3.8.0: Workflow Integration, Account Management, and Provider Optimization</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_streamlined_control_interpreted_in_nature_in_the__27e4a84a-c4a5-4837-a777-f997c1be8710_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Here's what's new in 3.8.0:
* Streamlined workflows: New 'Add to Cline' and 'Fix with Cline' code actions for faster problem-solving
* Account view: Track billing and usage history for Cline accounts directly in the extension
* Sort underlying provider routing: Choose how Cline routes API requests based on throughput, price, or latency to optimize for your specific needs
* Rich MCP display improvements: Visualize data more effectively with dynamic image loading and GIF support directly in y</p></description>
<link>https://cline.bot/blog/cline-3-8-0-workflow-integration-account-management-and-provider-optimization</link>
<guid isPermaLink="false">https://cline.bot/blog/cline-3-8-0-workflow-integration-account-management-and-provider-optimization</guid>
<pubDate>Sat, 22 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>1,000,000 installs—and our all-in bet on the future of software engineering</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_bleeding_edge_interpreted_in_nature_in_the_style__8f74333e-6319-43c4-a984-b22bd749f270_2.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>From the jump, we've envisioned a bolder path forward in AI coding. While others perfect tab autocomplete, we've been building a truly collaborative coding agent that transforms how software gets created.
From day one, we've given engineers full, unrestricted access to frontier models—exactly as they were designed to be used. No context limitations, no artificial constraints to fit subscription economics. This is AI coding in its purest form.
What does this mean in practice? Cline reads entire</p></description>
<link>https://cline.bot/blog/1-000-000-installs-and-our-all-in-bet-on-the-future-of-software-engineering</link>
<guid isPermaLink="false">https://cline.bot/blog/1-000-000-installs-and-our-all-in-bet-on-the-future-of-software-engineering</guid>
<pubDate>Fri, 21 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>How Cline Creates Compound Productivity for Engineering Teams</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fp_a_s_h_architect_dressed_well_on_a_hill_overseeing_a_massive_v_ebab939f-aefa-4ea4-80af-5d81402aeda0.webp&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Picture this: Your senior engineers spending most of their time on high-level architecture instead of debugging nested loops. Your new hires becoming productive in days instead of months. Your entire team shipping more code with fewer bugs while actually leaving work feeling energized instead of burnt out.
Sound like fantasy? It's not. It's what happens when you put a senior engineer in everyone's back pocket.
I've been watching engineering teams using Cline (our autonomous coding agent for VS</p></description>
<link>https://cline.bot/blog/how-cline-creates-compound-productivity-for-engineering-teams</link>
<guid isPermaLink="false">https://cline.bot/blog/how-cline-creates-compound-productivity-for-engineering-teams</guid>
<pubDate>Thu, 20 Mar 2025 16:00:00 GMT</pubDate>
<author>Nik Pash</author>
</item>
<item>
<title>Beautiful UI Components: How to Use 21st.Dev's Magic MCP with Cline</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_beautiful_components_interpreted_in_nature_in_the_5721d6cb-1e69-4a80-b320-13bf957483c7_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Frontend development has always been a careful balance between creativity and tedium. For every exciting UX innovation you bring to life, there are dozens of navbar implementations, form components, and card layouts to build along the way. The repetitive nature of these tasks is a productivity killer—until now.
By combining Cline's conversational AI capabilities with 21st.dev's Magic UI MCP, we've created a workflow that eliminates the most time-consuming parts of frontend development. The resu</p></description>
<link>https://cline.bot/blog/beautiful-ui-components-how-to-use-21st-devs-magic-mcp-with-cline</link>
<guid isPermaLink="false">https://cline.bot/blog/beautiful-ui-components-how-to-use-21st-devs-magic-mcp-with-cline</guid>
<pubDate>Wed, 19 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>What Happens When You 5x The Output of Every Engineer: Unlocking Trillions in Economic Value</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_Unlocking_Trillions_in_Economic_Value_interpreted_3b50b512-b624-4e47-8dc2-74e98f32b040_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Last week, we spoke with a San Francisco-based startup that estimated Cline had boosted their engineering output fivefold. While startups tend to adopt new technologies more quickly, we're still in the early days of AI-powered coding. This "5x" increase offers a glimpse into what could be a shockingly transformative future.
Welcome to part one of our 5x Engineer Series where we're exploring the world where AI quintuples engineering productivity.
What happens when every software engineer on the</p></description>
<link>https://cline.bot/blog/what-happens-when-you-5x-the-output-of-every-engineer-unlocking-trillions-in-economic-value</link>
<guid isPermaLink="false">https://cline.bot/blog/what-happens-when-you-5x-the-output-of-every-engineer-unlocking-trillions-in-economic-value</guid>
<pubDate>Wed, 19 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>The End of Complex UIs: How MCP Servers Are Eliminating Software Learning Curves</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_accessibility_interpreted_in_nature_in_the_style__4089590f-cf8b-464b-8746-9ac2d41da0cc_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Have you seen those viral videos of people creating stunning 3D scenes in Blender by just describing what they want? No clicking through complex menus, no hunting for the right tool in a sea of options, no watching 10-hour YouTube tutorials. Just conversation.
0:00
/0:20
1×
This isn't just a neat demo—it's the beginning of the end for complicated user interfaces. The Blender MCP server that's going viral right now is just the first hint of a much large</p></description>
<link>https://cline.bot/blog/the-end-of-complex-uis-how-mcp-servers-are-eliminating-software-learning-curves</link>
<guid isPermaLink="false">https://cline.bot/blog/the-end-of-complex-uis-how-mcp-servers-are-eliminating-software-learning-curves</guid>
<pubDate>Sun, 16 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>“5X Force Multiplier”: How a Sports Analytics Startup Scales Their Engineering with Cline</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_force_multiplier_interpreted_in_nature_in_the_sty_8c9ede1d-6956-4374-a414-ff8787c023dc_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>In the fast-paced world of sports analytics, where deadlines are dictated by game schedules and championships, engineering teams face unique challenges. For Cleat Street, a fast-growing sports analytics company launched in 2019 out of a startup lab at Columbia University, the pressure to deliver quality code with a small team meant finding creative solutions to accelerate their development process.
Now based in San Francisco with additional offices in Denver, Cleat Street has rapidly expanded t</p></description>
<link>https://cline.bot/blog/5x-force-multiplier-how-a-sports-analytics-startup-scales-their-engineering-with-cline</link>
<guid isPermaLink="false">https://cline.bot/blog/5x-force-multiplier-how-a-sports-analytics-startup-scales-their-engineering-with-cline</guid>
<pubDate>Fri, 14 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Full-Power AI Development: Why Cline Doesn't Limit Your Model's Potential</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_unlimited_potential_interpreted_in_nature_in_the__818de30f-99ff-4c1e-bb43-0cff75656751_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>When a senior developer tells you they spent $125 on API credits in a single day but produced 35,000 lines of functional code, is that expensive or a bargain?
This question gets to the heart of how we should think about AI coding agents. While the sticker shock of token-based pricing might initially make you wince, the calculus changes dramatically when you consider the actual value delivered.
Beyond Subscription Limitations
Thus far, we've seen two pricing models for AI coding agents: subsc</p></description>
<link>https://cline.bot/blog/the-real-economics-of-ai-development-why-clines-transparent-token-based-approach-delivers-superior-results-2</link>
<guid isPermaLink="false">https://cline.bot/blog/the-real-economics-of-ai-development-why-clines-transparent-token-based-approach-delivers-superior-results-2</guid>
<pubDate>Wed, 12 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Build Anything You Don't Know How to Build: My Experience with Cline</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_anything_is_possible_interpreted_in_nature_in_the_6eddf461-d2ed-498e-be9e-e15b8e919c24_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>I've been using Cline since it was released, and it's completely transformed how I approach building software. As Cline's product marketer, I've had the privilege of seeing this tool evolve, but what's more exciting is how it's evolved my own thinking about what I can create.
I produce music on the side, and recently I had this idea: what if I could build a Cline-like assistant for Logic Pro? Something that would let me draw MIDI files and handle mixing through conversation, so I could focus mo</p></description>
<link>https://cline.bot/blog/build-anything-you-dont-know-how-to-build-my-experience-with-cline</link>
<guid isPermaLink="false">https://cline.bot/blog/build-anything-you-dont-know-how-to-build-my-experience-with-cline</guid>
<pubDate>Sun, 09 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Building the MCP Economy: Lessons from 21st.dev and the Future of Plugin Monetization</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_greenfield_opportunity_interpreted_in_nature_in_t_b6c5261f-8ca3-400e-971a-8a753e4a5530_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>The emergence of Model Context Protocol (MCP) has created something we rarely see in technology: a genuinely new market with minimal established players and tremendous growth potential. As AI agents like Cline become increasingly central to developer workflows, MCP plugins represent not just a technical opportunity, but a significant business one.
While many developers are focused solely on the technical aspects of building MCP plugins, forward-thinking builders have already begun establishing</p></description>
<link>https://cline.bot/blog/building-the-mcp-economy-lessons-from-21st-dev-and-the-future-of-plugin-monetization</link>
<guid isPermaLink="false">https://cline.bot/blog/building-the-mcp-economy-lessons-from-21st-dev-and-the-future-of-plugin-monetization</guid>
<pubDate>Wed, 05 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Calling All Developers: How to Build MCP Plugins with Cline</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_connector_with_the_digital_world_interpreted_in_n_f403f7a4-db32-424f-b6f9-623b3ea58381_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>I remember stories about the tech booms of past decades. In the late 1990s, the web revolution began. Teenagers who knew HTML were earning thousands per project, building websites for local businesses. In the late 2000s, a similar trend emerged with mobile apps. Young developers were profiting from creating applications for smartphones.
"This is the future," people would say. Many were skeptical about how these basic websites or simple apps could change anything. We know how those predictions t</p></description>
<link>https://cline.bot/blog/calling-all-developers-how-to-build-mcp-plugins-with-cline</link>
<guid isPermaLink="false">https://cline.bot/blog/calling-all-developers-how-to-build-mcp-plugins-with-cline</guid>
<pubDate>Sun, 02 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Introducing Anonymous Telemetry in Cline</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_improvement_interpreted_in_nature_in_the_style_of_ecc785b1-a744-4346-b881-18aacedfade1_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>At Cline, we're committed to creating the best possible open-source coding agent for developers. Today, we're introducing anonymous telemetry to help us understand how our Cline is actually being used and where we can make meaningful improvements.
Privacy-First Telemetry
We've designed our telemetry system with your privacy as the top priority:
* Completely anonymous - we use PostHog to collect aggregated usage data that cannot be traced back to individuals
* Strictly limited scope - we onl</p></description>
<link>https://cline.bot/blog/introducing-anonymous-telemetry-in-cline</link>
<guid isPermaLink="false">https://cline.bot/blog/introducing-anonymous-telemetry-in-cline</guid>
<pubDate>Tue, 25 Feb 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Forget "Model Context Protocol" - Just Think of These as Extra Tools for Cline</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_unlimited_tools_interpreted_in_nature_in_the_styl_e8c4d9e8-9e15-4eda-905f-89ce8e02f193_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Yesterday, I asked a developer if he was using MCP in Cline.
"I still don't understand what Model Context Protocol is," he said.
I had to smile. Here was a developer missing out on powerful tools because he was getting caught up in confusing technical jargon. It's like developers are leaving features on the table because the name sounds too complicated.
"Forget Model Context Protocol - that's just distracting you from what matters," I told him. "Think of these as extra tools you can give to C</p></description>
<link>https://cline.bot/blog/forget-model-context-protocol-just-think-of-these-as-extra-tools-for-cline</link>
<guid isPermaLink="false">https://cline.bot/blog/forget-model-context-protocol-just-think-of-these-as-extra-tools-for-cline</guid>
<pubDate>Fri, 21 Feb 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Introducing the MCP Marketplace: Cline's New App Store</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fp_a_s_h_san_francisco_palace_of_fine_arts_in_the_style_of_Moebi_dd21ad61-bdf2-4155-8df1-abe27ff7de1b--1-.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Remember when installing new apps meant typing cryptic commands into a terminal, manually resolving dependencies, and praying nothing would break? That's kind of where we are with Model Context Protocol (MCP) servers right now. But not anymore. Today, I'm excited to announce Cline's MCP Marketplace - think of it as the App Store for your AI's capabilities. It's our answer to making AI superpowers accessible to everyone, not just the tech-savvy few.
Why This Matters
A few months ago, Anthropic</p></description>
<link>https://cline.bot/blog/introducing-the-mcp-marketplace-clines-new-app-store</link>
<guid isPermaLink="false">https://cline.bot/blog/introducing-the-mcp-marketplace-clines-new-app-store</guid>
<pubDate>Tue, 18 Feb 2025 16:00:00 GMT</pubDate>
<author>Nik Pash</author>
</item>
<item>
<title>MCP Servers Explained: What They Are, How They Work, and Why Cline is Revolutionizing AI Tools</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_artisan_tools_in_the_style_of_Moebius_aesthetic_-_3c252c45-6158-448b-8f44-0304c88a10c3_2.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Discover what MCP servers are and how they work. Learn how Cline leverages Model Context Protocol (MCP) servers to revolutionize AI tool integration and development. Read on for in-depth insights!
I was at CodeGen Night in San Francisco on Tuesday and had a chance to talk with some Cline power users about MCP (Model Context Protocol) servers. These were sophisticated developers who'd heard of MCP but weren't using it because they weren't fully sure how it worked or why it mattered.
This conver</p></description>
<link>https://cline.bot/blog/mcp-servers-explained-what-they-are-how-they-work-and-why-cline-is-revolutionizing-ai-tools</link>
<guid isPermaLink="false">https://cline.bot/blog/mcp-servers-explained-what-they-are-how-they-work-and-why-cline-is-revolutionizing-ai-tools</guid>
<pubDate>Wed, 12 Feb 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Supercharge Cline: 4 Ways to Build Better with Perplexity MCP</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_search_as_an_idea_in_nature_in_the_style_of_Moebi_1fb37ba0-f5cb-439f-a05c-4d34913b2bd6_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>When building complex applications, the constant context switching between research, coding, and documentation can kill your momentum. While working on an MP3 sharing application, I discovered three powerful patterns for using Perplexity's MCP server with Cline that have transformed my development workflow.
❓ "What is Perplexity MCP?"
Perplexity is an AI research assistant that excels at finding and synthesizing up-to-date information from across the web. When integrated with Cline through the</p></description>
<link>https://cline.bot/blog/supercharge-cline-3-ways-to-build-better-with-perplexity-mcp</link>
<guid isPermaLink="false">https://cline.bot/blog/supercharge-cline-3-ways-to-build-better-with-perplexity-mcp</guid>
<pubDate>Sun, 09 Feb 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>What AI Companies Actually Need Right Now</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fp_a_s_h_nimble_orange_fox_in_a_snowy_forest_under_stars_deepl_b_3cc66547-d38d-4b2c-9f31-f6bfdab69ef1-1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>At Cline, we've scaled to 500k+ users and raised significant funding from top-tier VCs. As Head of AI, I recently interviewed a strong ML engineer candidate. Despite their solid background, I voted "no hire." Let me explain why - it reveals a broader pattern about what AI companies actually need right now, and getting this wrong can be a $200k+ mistake.
The $200k Mistake: Why Hiring MLEs Too Early Kills AI Startups
Here's a pattern I see repeatedly in well-funded AI startups:
1. Raise a sub</p></description>
<link>https://cline.bot/blog/talent-ai-companies-actually-need-right-now-and-how-to-identify-it-2</link>
<guid isPermaLink="false">https://cline.bot/blog/talent-ai-companies-actually-need-right-now-and-how-to-identify-it-2</guid>
<pubDate>Thu, 06 Feb 2025 16:00:00 GMT</pubDate>
<author>Nik Pash</author>
</item>
<item>
<title>Memory Bank: How to Make Cline an AI Agent That Never Forgets</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_memory_bank_interpretation_in_nature_in_the_style_04200851-f2ba-42a3-b0e8-12ab28f52a1f_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Imagine a detective who loses his memory every time he falls asleep. To solve cases, he develops an ingenious system: tattooing critical facts on his body and keeping a carefully organized set of Polaroid photos. Each time he wakes up, he can quickly rebuild his understanding by following his own documentation system. That's the plot of Memento, and it inspired how we solved a common problem with AI coding assistants.
Dont Believe His Lies Memento GIFfrom Dont Believe His Lies GIFs
Here's</p></description>
<link>https://cline.bot/blog/memory-bank-how-to-make-cline-an-ai-agent-that-never-forgets</link>
<guid isPermaLink="false">https://cline.bot/blog/memory-bank-how-to-make-cline-an-ai-agent-that-never-forgets</guid>
<pubDate>Wed, 05 Feb 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>From Assembly to AI: Why 'Vibe Coding' Is Just Another Chapter in Our Abstraction Story</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_technology_abstraction_interpreted_in_nature_in_t_6e1a4193-0e26-4235-956e-c59981984c4b_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Two days ago, Andrej Karpathy set Tech Twitter ablaze with a provocative idea he calls "vibe coding" – where you "fully give in to the vibes, embrace exponentials, and forget that the code even exists." Using AI tools (like Cline), he demonstrated building an entire LLM reader application in about an hour, barely touching the keyboard.
The reactions were predictable and eerily familiar to anyone who knows their computing history. But to understand why, we need to go back. Way back.
What is 'ab</p></description>
<link>https://cline.bot/blog/from-assembly-to-ai-why-vibe-coding-is-just-another-chapter-in-our-abstraction-story</link>
<guid isPermaLink="false">https://cline.bot/blog/from-assembly-to-ai-why-vibe-coding-is-just-another-chapter-in-our-abstraction-story</guid>
<pubDate>Wed, 05 Feb 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>The 2025 Stack: How Complete Beginners Can Ship Their First Full-Stack Web App</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_buiding_software_interpreted_in_nature_in_the_sty_bdcb59dc-5eef-44ee-ab74-2ebcde59d6d7_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Picture this: You've got an amazing idea for a web app, but when you start googling "how to build a web app," you're hit with an avalanche of frameworks, tools, and conflicting advice. Should you learn React? Vue? Svelte? What even is a "backend"? And don't get me started on deployment...
I get it. I've spent the last year helping complete beginners navigate this exact challenge. Here's what I've learned: The problem isn't that building web apps is hard – it's that most tutorials are teaching i</p></description>
<link>https://cline.bot/blog/the-2025-stack-how-complete-beginners-can-ship-their-first-full-stack-web-app</link>
<guid isPermaLink="false">https://cline.bot/blog/the-2025-stack-how-complete-beginners-can-ship-their-first-full-stack-web-app</guid>
<pubDate>Thu, 30 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>The End of Context Amnesia: Cline's Visual Solution to Context Management</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_limited_memory_interpreted_in_nature_in_the_style_319e929f-28dc-46b4-97e8-e0d1a2adb5cb_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Ever stared at Cline wondering if it's about to hit a wall? You're deep in a complex refactoring task, and suddenly he seems to "forget" what you were discussing just moments ago. If this sounds familiar, you're running into one of the most common yet least understood aspects of AI coding assistants: context windows.
Today, we're introducing a new feature in Cline that makes this invisible limit visible: the Context Window Progress Bar.
What's a Context Window, Anyway?
Think of a context win</p></description>
<link>https://cline.bot/blog/understanding-the-new-context-window-progress-bar-in-cline</link>
<guid isPermaLink="false">https://cline.bot/blog/understanding-the-new-context-window-progress-bar-in-cline</guid>
<pubDate>Wed, 29 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>The Local LLM Reality Check: What Actually Happens When You Try to Run AI Models on Your Computer</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_local_llm_models_interepreted_in_nature_in_the_st_3fd7147b-39c1-491b-ac3c-3f49fb7d7bc3_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>If you've used DeepSeek's R1 (or V3 for that matter), you've probably been impressed at its performance for the price. And if you've run into issues with its API recently, your next thought was probably, “Hey, I’ve got a decent computer—maybe I can run this locally and run this myself!”
Then reality hits: the full DeepSeek R1 model needs about 1,342 GB of VRAM—no, that’s not a typo. It’s designed to run on a cluster of 16 NVIDIA A100 GPUs, each with 80GB of memory (source). Let’s break down wha</p></description>
<link>https://cline.bot/blog/the-local-llm-reality-check-what-actually-happens-when-you-try-to-run-ai-models-on-your-computer</link>
<guid isPermaLink="false">https://cline.bot/blog/the-local-llm-reality-check-what-actually-happens-when-you-try-to-run-ai-models-on-your-computer</guid>
<pubDate>Mon, 27 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>DeepSeek's Wild Week: A View from the Developer Trenches</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_developer_trenches_interpreted_in_nature_in_the_s_5e2b7c11-e306-43e4-874e-569866bf7782_2.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Last week, Chinese AI startup, DeepSeek, caused the biggest single-day drop in NVIDIA's history, wiping nearly $600 billion from the chip giant's market value. But while Wall Street panicked about DeepSeek's cost claims, Cline users in our community were discovering a more nuanced reality.
The Promise vs The Reality
"R1 is so hesitant to open and read files while Claude just bulldozes through them," observed one of our users. This perfectly captures the gap between DeepSeek's impressive bench</p></description>
<link>https://cline.bot/blog/deepseeks-wild-week-a-view-from-the-developer-trenches</link>
<guid isPermaLink="false">https://cline.bot/blog/deepseeks-wild-week-a-view-from-the-developer-trenches</guid>
<pubDate>Mon, 27 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Best AI Coding Assistant 2025: Complete Guide to Cline and Cursor</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_san_francisco_in_the_style_of_Moebius_aesthetic_-_24461b5d-c5d6-4e81-b495-95dc2e8d59cb_2.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Updated March 4, 2025 article to reflect recent developments
Remember when GitHub Copilot first launched and we thought AI-assisted coding couldn't get more revolutionary? Two years later, we're seeing a fascinating divergence in how AI coding assistants approach development. With recent releases from both Cline (now 3.5) and Cursor (0.46), we're witnessing not just a battle of features, but a philosophical split in how AI should partner with developers.
I've watched both tools mature. Let's c</p></description>
<link>https://cline.bot/blog/best-ai-coding-assistant-2025-complete-guide-to-cline-and-cursor</link>
<guid isPermaLink="false">https://cline.bot/blog/best-ai-coding-assistant-2025-complete-guide-to-cline-and-cursor</guid>
<pubDate>Fri, 24 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>The Developer's Guide to MCP: From Basics to Advanced Workflows</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_unlimited_tools_interpreted_in_nature_in_the_styl_5bbf742d-7b0a-4790-ab5b-873e4801c4ea_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Picture this: You're deep into development with your AI assistant, trying to juggle multiple tools – GitHub issues need updating, tests need running, and documentation needs reviewing. But instead of the seamless workflow you imagined, you're stuck with manual context switching and disconnected tools. Your AI assistant, brilliant as it is, feels trapped in its chat window.
This is where the Model Context Protocol (MCP) changes everything. It's not just another developer tool – it's a fundamenta</p></description>
<link>https://cline.bot/blog/the-developers-guide-to-mcp-from-basics-to-advanced-workflows</link>
<guid isPermaLink="false">https://cline.bot/blog/the-developers-guide-to-mcp-from-basics-to-advanced-workflows</guid>
<pubDate>Wed, 22 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Everyone's Talking About R1 vs o1 Benchmarks. But Here's What Really Matters.</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_two_opposing_forces_interpreted_in_nature_in_the__20c35440-4c8f-4a09-86c0-fb6e6b2db260_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>In an interesting coincidence, DeepSeek released R1 on the same day we launched Plan &amp; Act modes in Cline. And something fascinating started happening immediately: developers began naturally using R1 for planning phases and 3.5-Sonnet for implementation. Not because anyone suggested it – it just made sense.
0:00
/0:54
1×
What's Actually Happening
Here's what developers discovered works best:
1. Start new tasks in Plan mode using R1 ($0.55/M tokens)</p></description>
<link>https://cline.bot/blog/everyones-talking-about-r1-vs-o1-benchmarks-but-heres-what-really-matters</link>
<guid isPermaLink="false">https://cline.bot/blog/everyones-talking-about-r1-vs-o1-benchmarks-but-heres-what-really-matters</guid>
<pubDate>Wed, 22 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Why AI Engineers Need Planning More Than Perfect Prompts</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_planning_interpreted_in_nature_in_the_style_of_Mo_86036275-45ae-4541-97cf-3c75c2bed744_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>The best AI engineers I know follow a specific pattern. They don't obsess over prompt crafting – they obsess over planning. There's a reason for this, and it's not what most people think.
The Reality Check
Here's what typically happens when someone starts working with AI:
1. They throw requirements at the model
2. They get mediocre outputs
3. They blame their prompting skills
4. They spend hours "optimizing" prompts
5. They still get mediocre results
Sound familiar? But here's what eli</p></description>
<link>https://cline.bot/blog/why-ai-engineers-need-planning-more-than-perfect-prompts-2</link>
<guid isPermaLink="false">https://cline.bot/blog/why-ai-engineers-need-planning-more-than-perfect-prompts-2</guid>
<pubDate>Mon, 20 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Building Advanced Software with Cline: A Structured Approach</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_thoughtful_building_interpreted_in_nature_in_the__b93a9802-1734-48aa-b9e8-d0ef30fb84cd_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>As a passionate user of Cline, I've discovered something transformative about modern software development. It's not just another tool in our engineering toolkit—it's a fundamental shift in how we approach complex problems. Through my journey of pushing the boundaries of what can be automated, I've learned that the real power lies not in complete automation, but in the synergy between human insight and AI capabilities. The more time I spend using these tools the more strongly I come to believe th</p></description>
<link>https://cline.bot/blog/building-advanced-software-with-cline-a-structured-approach</link>
<guid isPermaLink="false">https://cline.bot/blog/building-advanced-software-with-cline-a-structured-approach</guid>
<pubDate>Tue, 14 Jan 2025 16:00:00 GMT</pubDate>
<author>Daniel Steigman (Nighttrek)</author>
</item>
<item>
<title>DeepSeek-V3 isn't "free" Claude 3.5-Sonnet. But it's still insanely good for the price.</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_good_knockoff_interpreted_in_nature_in_the_style__a80249a3-ff57-473a-9f97-9cdf94a2eccf_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>DeepSeek released V3 on December 26, and for the first time since 3.5-Sonnet's release, we have a serious contender for best coding LLM—one that's 53x cheaper and was trained for just $5.5M. Since then, Cline has seen installations skyrocket – nearly 50,000 new installs at double our usual daily rate.
DeepSeek v3 is mind-blowing. I’m fascinated by the engineering elegance and scrappiness behind it.
- MoE + MLA architecture (671B → 37B active)
- DualPipe + FP8 , incredibly impressive optimizati</p></description>
<link>https://cline.bot/blog/10-days-since-deepseek-v3-is-cline-basically-free-now-2</link>
<guid isPermaLink="false">https://cline.bot/blog/10-days-since-deepseek-v3-is-cline-basically-free-now-2</guid>
<pubDate>Sat, 04 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Cline v3.13: Toggleable .clinerules, Slash Commands & Previous Message Editing</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_celestial_weaver_interpreted_in_nature_in_the_sty_6dbbaa34-aba9-4618-a36b-7e98bf31b8b0_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p></p></description>
<link>https://cline.bot/blog/cline-3-13-toggleable-clinerules-slash-commands-previous-message-editing</link>
<guid isPermaLink="false">https://cline.bot/blog/cline-3-13-toggleable-clinerules-slash-commands-previous-message-editing</guid>
</item>
</channel>
</rss> |
TonyRL
reviewed
Apr 22, 2025
Successfully generated as following: http://localhost:1200/cline/blog - Success ✔️<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>Cline Official Blog</title>
<link>https://cline.bot/blog</link>
<atom:link href="http://localhost:1200/cline/blog" rel="self" type="application/rss+xml"></atom:link>
<description>Cline Official Blog - AI Coding Assistant - Powered by RSSHub</description>
<generator>RSSHub</generator>
<webMaster>contact@rsshub.app (RSSHub)</webMaster>
<language>en</language>
<lastBuildDate>Wed, 23 Apr 2025 15:39:37 GMT</lastBuildDate>
<ttl>5</ttl>
<item>
<title>Cline v3.13: Toggleable .clinerules, Slash Commands & Previous Message Editing</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_celestial_weaver_interpreted_in_nature_in_the_sty_6dbbaa34-aba9-4618-a36b-7e98bf31b8b0_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Tired of manually managing context instructions for different tasks? Wish you could quickly branch explorations or fix a flawed prompt without starting over?
Cline 3.13 tackles these workflow frustrations head-on. We're delivering precise control over your AI development process with three key updates:
1. Toggleable .clinerules for effortless context switching (docs)
2. Quick /newtask Slash Commands for session management (docs)
3. Message Editing with Checkpoint Restore for fearless explor</p></description>
<link>https://cline.bot/blog/cline-3-13-toggleable-clinerules-slash-commands-previous-message-editing</link>
<guid isPermaLink="false">https://cline.bot/blog/cline-3-13-toggleable-clinerules-slash-commands-previous-message-editing</guid>
<pubDate>Fri, 18 Apr 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>The Fighter Pilot's Guide to Software Strategy</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_fighter_pilot_dog_fight_interpreted_in_nature_in__d43a57d0-a3cb-4930-ad31-3e966600a21c_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>AI companies are operating in arguably the most hotly contested market in human history. Earth shattering venture rounds incenting and empowering the brightest minds in the world in a winner take most (if not all!) race to the singularity. Amidst this battlefield, I find my thoughts returning to a little known fighter pilot from Pennsylvania who's contributions to strategy have come to rival those of Napoleon and Sun Tzu.
Colonel John Boyd.
If you've never heard of him, you're not alone. Today</p></description>
<link>https://cline.bot/blog/the-fighter-pilots-guide-to-software-strategy</link>
<guid isPermaLink="false">https://cline.bot/blog/the-fighter-pilots-guide-to-software-strategy</guid>
<pubDate>Thu, 17 Apr 2025 16:00:00 GMT</pubDate>
<author>Andrin Foster</author>
</item>
<item>
<title>Cline's Context Window Explained: Maximize Performance, Minimize Cost</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_context_window_interpreted_in_nature_in_the_style_d238bd17-08c3-4576-9b90-396930838f03_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Ever wondered why a simple "Hi" to Cline might seem to use more resources than expected? Or perhaps you've noticed performance subtly changing during a long coding session? The answer often lies in a crucial, yet sometimes misunderstood, concept: the context window. Understanding it is key to unlocking Cline's full potential while managing performance and cost effectively.
Think of the context window as the AI's short-term memory. It's the space where all the information relevant to your curren</p></description>
<link>https://cline.bot/blog/clines-context-window-explained-maximize-performance-minimize-cost</link>
<guid isPermaLink="false">https://cline.bot/blog/clines-context-window-explained-maximize-performance-minimize-cost</guid>
<pubDate>Wed, 16 Apr 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Unlocking Persistent Memory: How Cline's new_task Tool Eliminates Context Window Limitations</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_persistent_memory_interpreted_in_nature_in_the_st_7f2e64d4-4299-4f3a-9f9b-c4221f627e43_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Context windows have been both the power and limitation of AI coding assistants. They enable the contextual understanding that makes tools like Cline so useful, but their finite nature has always imposed constraints on complex, long-running tasks.
With Cline's latest features, we've created a solution that fundamentally changes how developers can work with AI assistants on complex projects.
0:00
/0:27
1×
The Context Window Problem
We implemented the</p></description>
<link>https://cline.bot/blog/unlocking-persistent-memory-how-clines-new_task-tool-eliminates-context-window-limitations</link>
<guid isPermaLink="false">https://cline.bot/blog/unlocking-persistent-memory-how-clines-new_task-tool-eliminates-context-window-limitations</guid>
<pubDate>Mon, 14 Apr 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>SICP Revisited: Writing Code for People and AI Agents</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_helping_machines_understand_interpreted_in_nature_608bb262-f254-488c-a673-b6d6f50a1211_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Since SICP, it's been a maxim of software engineering that "Programs must be written for people to read, and only incidentally for machines to execute." However, in the age of generative AI, code is increasingly often read by agents as well. As generative AI tools become popular, it's important that we as engineering leaders better understand how agents interpret the code we maintain.
Understanding AI's Current Limitations
Agents currently do not maintain a long-term understanding of our code</p></description>
<link>https://cline.bot/blog/sicp-revisited-writing-code-for-people-and-ai-agents</link>
<guid isPermaLink="false">https://cline.bot/blog/sicp-revisited-writing-code-for-people-and-ai-agents</guid>
<pubDate>Mon, 14 Apr 2025 16:00:00 GMT</pubDate>
<author>Andrin Foster</author>
</item>
<item>
<title>Cline v3.12: Faster Diff Edits, Model Favorites, and More</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_fast_as_hell_interpreted_in_nature_in_the_style_o_94c615e8-f97d-457e-9bad-b82fc649cb53_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>We're excited to announce the release of Cline v3.12, packed with diff edit improvements, model favorites, new auto-approve options, and more.
Let's dive into the highlights:
Faster Diff Application
0:00
/0:05
1×
Applying code changes suggested by Cline is now significantly faster, especially in large files. v3.12 boosts diff edit performance for a smoother, more responsive experience, letting you iterate faster.
We've also added an indicator in th</p></description>
<link>https://cline.bot/blog/cline-v3-12-faster-diff-edits-model-favorites-and-more</link>
<guid isPermaLink="false">https://cline.bot/blog/cline-v3-12-faster-diff-edits-model-favorites-and-more</guid>
<pubDate>Fri, 11 Apr 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Inside Cline's Framework for Optimizing Context, Maintaining Narrative Integrity, and Enabling Smarter AI</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_narrative_clarity_interpreted_in_nature_in_the_st_6d53bf03-50b7-48a3-9277-5d81c439389e_3-1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Effective context management is the backbone of productive collaboration with AI coding assistants. As conversations with Cline evolve and become ever more complex, determining how to handle the persistent issue of limited room in the context window becomes increasingly more important – as well as ensuring narrative integrity is maintained during extended conversations.
Why focus on token efficiency? Because we're learning that smarter context management is fundamental to performance. Trimming</p></description>
<link>https://cline.bot/blog/inside-clines-framework-for-optimizing-context-maintaining-narrative-integrity-and-enabling-smarter-ai</link>
<guid isPermaLink="false">https://cline.bot/blog/inside-clines-framework-for-optimizing-context-maintaining-narrative-integrity-and-enabling-smarter-ai</guid>
<pubDate>Thu, 10 Apr 2025 16:00:00 GMT</pubDate>
<author>Toshi</author>
</item>
<item>
<title>Cline 3.10: Local Chrome Integration, YOLO Mode, Drag & Drop, and More Workflow Enhancements</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_agentic_coder_interpreted_in_nature_in_the_style__648646c5-eb45-4c91-99f1-67df963eb329_2.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Cline 3.10 is here, and it's packed with features designed to significantly enhance your development workflow, speed, and control. This release introduces a powerful new way to interact with the web, alongside several quality-of-life improvements and optimizations requested by the community. Let's dive in.
Connect Cline to Your Local Chrome Browser
The headline feature of 3.10 is a fundamental shift in how Cline interacts with web content: you can now connect Cline directly to your running lo</p></description>
<link>https://cline.bot/blog/cline-3-10-local-chrome-integration-yolo-mode-drag-drop-and-more-workflow-enhancements</link>
<guid isPermaLink="false">https://cline.bot/blog/cline-3-10-local-chrome-integration-yolo-mode-drag-drop-and-more-workflow-enhancements</guid>
<pubDate>Tue, 08 Apr 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Manage Your Database Directly From Cline with the Supabase MCP</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_life_just_got_easier_interpreted_in_nature_in_the_c7f68db2-9333-402d-b0a0-8bca692f4b92_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>For developers using Cline, the gap between AI-assisted coding and direct database management just closed. Developers have been clamoring for it, and it's finally here: the official Supabase MCP Server is now live in the Cline MCP Marketplace.
No more context switching between your editor, the Supabase dashboard, and SQL clients. You can now interact with your database – execute queries, manage schemas, fetch configurations, and more – all orchestrated by Cline, right where you code.</p></description>
<link>https://cline.bot/blog/manage-your-database-directly-from-cline-with-the-supabase-mcp</link>
<guid isPermaLink="false">https://cline.bot/blog/manage-your-database-directly-from-cline-with-the-supabase-mcp</guid>
<pubDate>Thu, 03 Apr 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Human Intent in the Age of AI: Insights from Our Chat with Siddharth Ahuja, Creator of the Ableton & Blender MCPs</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_AI_slop_vs_Human_Intent_interpreted_in_nature_in__8297bd33-d3f7-410a-b64e-f058f014b281_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>The developer community has been buzzing about the possibilities unlocked by the Model Context Protocol (MCP), and few examples have captured the imagination quite like Siddharth Ahuja's MCP servers for Ableton Live and Blender. These notoriously complex creative powerhouses, suddenly accessible through natural language prompts via tools like Cline, feel like a glimpse into a new era of software interaction.
🧩 Built an MCP that lets Claude talk directly to Blender. It helps you create beautifu</p></description>
<link>https://cline.bot/blog/human-intent-in-the-age-of-ai-insights-from-our-chat-with-siddharth-ahuja-creator-of-the-ableton-blender-mcps</link>
<guid isPermaLink="false">https://cline.bot/blog/human-intent-in-the-age-of-ai-insights-from-our-chat-with-siddharth-ahuja-creator-of-the-ableton-blender-mcps</guid>
<pubDate>Wed, 02 Apr 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Supercharge Your Cline Workflow: 7 Essential MCP Servers</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_Crystalline_Desert_Oasis_interpreted_in_nature_in_f390f737-9e36-436b-9659-9053f5bf59d0_2.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Cline is already transforming how developers approach complex coding tasks, acting as an autonomous agent within your IDE. But what if you could push its capabilities even further? What if Cline could not only write and refactor code but also conduct deep web research, generate UI components on the fly, convert documents, and even interact with creative software?
That's what we envision for Model Context Protocol (MCP). MCP servers are like power-ups for Cline, allowing it to securely connect a</p></description>
<link>https://cline.bot/blog/supercharge-your-cline-workflow-7-essential-mcp-servers</link>
<guid isPermaLink="false">https://cline.bot/blog/supercharge-your-cline-workflow-7-essential-mcp-servers</guid>
<pubDate>Tue, 01 Apr 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Cline 3.8.0: Workflow Integration, Account Management, and Provider Optimization</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_streamlined_control_interpreted_in_nature_in_the__27e4a84a-c4a5-4837-a777-f997c1be8710_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Here's what's new in 3.8.0:
* Streamlined workflows: New 'Add to Cline' and 'Fix with Cline' code actions for faster problem-solving
* Account view: Track billing and usage history for Cline accounts directly in the extension
* Sort underlying provider routing: Choose how Cline routes API requests based on throughput, price, or latency to optimize for your specific needs
* Rich MCP display improvements: Visualize data more effectively with dynamic image loading and GIF support directly in y</p></description>
<link>https://cline.bot/blog/cline-3-8-0-workflow-integration-account-management-and-provider-optimization</link>
<guid isPermaLink="false">https://cline.bot/blog/cline-3-8-0-workflow-integration-account-management-and-provider-optimization</guid>
<pubDate>Sat, 22 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>1,000,000 installs—and our all-in bet on the future of software engineering</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_bleeding_edge_interpreted_in_nature_in_the_style__8f74333e-6319-43c4-a984-b22bd749f270_2.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>From the jump, we've envisioned a bolder path forward in AI coding. While others perfect tab autocomplete, we've been building a truly collaborative coding agent that transforms how software gets created.
From day one, we've given engineers full, unrestricted access to frontier models—exactly as they were designed to be used. No context limitations, no artificial constraints to fit subscription economics. This is AI coding in its purest form.
What does this mean in practice? Cline reads entire</p></description>
<link>https://cline.bot/blog/1-000-000-installs-and-our-all-in-bet-on-the-future-of-software-engineering</link>
<guid isPermaLink="false">https://cline.bot/blog/1-000-000-installs-and-our-all-in-bet-on-the-future-of-software-engineering</guid>
<pubDate>Fri, 21 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>How Cline Creates Compound Productivity for Engineering Teams</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fp_a_s_h_architect_dressed_well_on_a_hill_overseeing_a_massive_v_ebab939f-aefa-4ea4-80af-5d81402aeda0.webp&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Picture this: Your senior engineers spending most of their time on high-level architecture instead of debugging nested loops. Your new hires becoming productive in days instead of months. Your entire team shipping more code with fewer bugs while actually leaving work feeling energized instead of burnt out.
Sound like fantasy? It's not. It's what happens when you put a senior engineer in everyone's back pocket.
I've been watching engineering teams using Cline (our autonomous coding agent for VS</p></description>
<link>https://cline.bot/blog/how-cline-creates-compound-productivity-for-engineering-teams</link>
<guid isPermaLink="false">https://cline.bot/blog/how-cline-creates-compound-productivity-for-engineering-teams</guid>
<pubDate>Thu, 20 Mar 2025 16:00:00 GMT</pubDate>
<author>Nik Pash</author>
</item>
<item>
<title>Beautiful UI Components: How to Use 21st.Dev's Magic MCP with Cline</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_beautiful_components_interpreted_in_nature_in_the_5721d6cb-1e69-4a80-b320-13bf957483c7_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Frontend development has always been a careful balance between creativity and tedium. For every exciting UX innovation you bring to life, there are dozens of navbar implementations, form components, and card layouts to build along the way. The repetitive nature of these tasks is a productivity killer—until now.
By combining Cline's conversational AI capabilities with 21st.dev's Magic UI MCP, we've created a workflow that eliminates the most time-consuming parts of frontend development. The resu</p></description>
<link>https://cline.bot/blog/beautiful-ui-components-how-to-use-21st-devs-magic-mcp-with-cline</link>
<guid isPermaLink="false">https://cline.bot/blog/beautiful-ui-components-how-to-use-21st-devs-magic-mcp-with-cline</guid>
<pubDate>Wed, 19 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>What Happens When You 5x The Output of Every Engineer: Unlocking Trillions in Economic Value</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_Unlocking_Trillions_in_Economic_Value_interpreted_3b50b512-b624-4e47-8dc2-74e98f32b040_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Last week, we spoke with a San Francisco-based startup that estimated Cline had boosted their engineering output fivefold. While startups tend to adopt new technologies more quickly, we're still in the early days of AI-powered coding. This "5x" increase offers a glimpse into what could be a shockingly transformative future.
Welcome to part one of our 5x Engineer Series where we're exploring the world where AI quintuples engineering productivity.
What happens when every software engineer on the</p></description>
<link>https://cline.bot/blog/what-happens-when-you-5x-the-output-of-every-engineer-unlocking-trillions-in-economic-value</link>
<guid isPermaLink="false">https://cline.bot/blog/what-happens-when-you-5x-the-output-of-every-engineer-unlocking-trillions-in-economic-value</guid>
<pubDate>Wed, 19 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>The End of Complex UIs: How MCP Servers Are Eliminating Software Learning Curves</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_accessibility_interpreted_in_nature_in_the_style__4089590f-cf8b-464b-8746-9ac2d41da0cc_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Have you seen those viral videos of people creating stunning 3D scenes in Blender by just describing what they want? No clicking through complex menus, no hunting for the right tool in a sea of options, no watching 10-hour YouTube tutorials. Just conversation.
0:00
/0:20
1×
This isn't just a neat demo—it's the beginning of the end for complicated user interfaces. The Blender MCP server that's going viral right now is just the first hint of a much large</p></description>
<link>https://cline.bot/blog/the-end-of-complex-uis-how-mcp-servers-are-eliminating-software-learning-curves</link>
<guid isPermaLink="false">https://cline.bot/blog/the-end-of-complex-uis-how-mcp-servers-are-eliminating-software-learning-curves</guid>
<pubDate>Sun, 16 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>“5X Force Multiplier”: How a Sports Analytics Startup Scales Their Engineering with Cline</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_force_multiplier_interpreted_in_nature_in_the_sty_8c9ede1d-6956-4374-a414-ff8787c023dc_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>In the fast-paced world of sports analytics, where deadlines are dictated by game schedules and championships, engineering teams face unique challenges. For Cleat Street, a fast-growing sports analytics company launched in 2019 out of a startup lab at Columbia University, the pressure to deliver quality code with a small team meant finding creative solutions to accelerate their development process.
Now based in San Francisco with additional offices in Denver, Cleat Street has rapidly expanded t</p></description>
<link>https://cline.bot/blog/5x-force-multiplier-how-a-sports-analytics-startup-scales-their-engineering-with-cline</link>
<guid isPermaLink="false">https://cline.bot/blog/5x-force-multiplier-how-a-sports-analytics-startup-scales-their-engineering-with-cline</guid>
<pubDate>Fri, 14 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Full-Power AI Development: Why Cline Doesn't Limit Your Model's Potential</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_unlimited_potential_interpreted_in_nature_in_the__818de30f-99ff-4c1e-bb43-0cff75656751_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>When a senior developer tells you they spent $125 on API credits in a single day but produced 35,000 lines of functional code, is that expensive or a bargain?
This question gets to the heart of how we should think about AI coding agents. While the sticker shock of token-based pricing might initially make you wince, the calculus changes dramatically when you consider the actual value delivered.
Beyond Subscription Limitations
Thus far, we've seen two pricing models for AI coding agents: subsc</p></description>
<link>https://cline.bot/blog/the-real-economics-of-ai-development-why-clines-transparent-token-based-approach-delivers-superior-results-2</link>
<guid isPermaLink="false">https://cline.bot/blog/the-real-economics-of-ai-development-why-clines-transparent-token-based-approach-delivers-superior-results-2</guid>
<pubDate>Wed, 12 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Build Anything You Don't Know How to Build: My Experience with Cline</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_anything_is_possible_interpreted_in_nature_in_the_6eddf461-d2ed-498e-be9e-e15b8e919c24_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>I've been using Cline since it was released, and it's completely transformed how I approach building software. As Cline's product marketer, I've had the privilege of seeing this tool evolve, but what's more exciting is how it's evolved my own thinking about what I can create.
I produce music on the side, and recently I had this idea: what if I could build a Cline-like assistant for Logic Pro? Something that would let me draw MIDI files and handle mixing through conversation, so I could focus mo</p></description>
<link>https://cline.bot/blog/build-anything-you-dont-know-how-to-build-my-experience-with-cline</link>
<guid isPermaLink="false">https://cline.bot/blog/build-anything-you-dont-know-how-to-build-my-experience-with-cline</guid>
<pubDate>Sun, 09 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Building the MCP Economy: Lessons from 21st.dev and the Future of Plugin Monetization</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_greenfield_opportunity_interpreted_in_nature_in_t_b6c5261f-8ca3-400e-971a-8a753e4a5530_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>The emergence of Model Context Protocol (MCP) has created something we rarely see in technology: a genuinely new market with minimal established players and tremendous growth potential. As AI agents like Cline become increasingly central to developer workflows, MCP plugins represent not just a technical opportunity, but a significant business one.
While many developers are focused solely on the technical aspects of building MCP plugins, forward-thinking builders have already begun establishing</p></description>
<link>https://cline.bot/blog/building-the-mcp-economy-lessons-from-21st-dev-and-the-future-of-plugin-monetization</link>
<guid isPermaLink="false">https://cline.bot/blog/building-the-mcp-economy-lessons-from-21st-dev-and-the-future-of-plugin-monetization</guid>
<pubDate>Wed, 05 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Calling All Developers: How to Build MCP Plugins with Cline</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F03%2Fu9318423161_connector_with_the_digital_world_interpreted_in_n_f403f7a4-db32-424f-b6f9-623b3ea58381_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>I remember stories about the tech booms of past decades. In the late 1990s, the web revolution began. Teenagers who knew HTML were earning thousands per project, building websites for local businesses. In the late 2000s, a similar trend emerged with mobile apps. Young developers were profiting from creating applications for smartphones.
"This is the future," people would say. Many were skeptical about how these basic websites or simple apps could change anything. We know how those predictions t</p></description>
<link>https://cline.bot/blog/calling-all-developers-how-to-build-mcp-plugins-with-cline</link>
<guid isPermaLink="false">https://cline.bot/blog/calling-all-developers-how-to-build-mcp-plugins-with-cline</guid>
<pubDate>Sun, 02 Mar 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Introducing Anonymous Telemetry in Cline</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_improvement_interpreted_in_nature_in_the_style_of_ecc785b1-a744-4346-b881-18aacedfade1_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>At Cline, we're committed to creating the best possible open-source coding agent for developers. Today, we're introducing anonymous telemetry to help us understand how our Cline is actually being used and where we can make meaningful improvements.
Privacy-First Telemetry
We've designed our telemetry system with your privacy as the top priority:
* Completely anonymous - we use PostHog to collect aggregated usage data that cannot be traced back to individuals
* Strictly limited scope - we onl</p></description>
<link>https://cline.bot/blog/introducing-anonymous-telemetry-in-cline</link>
<guid isPermaLink="false">https://cline.bot/blog/introducing-anonymous-telemetry-in-cline</guid>
<pubDate>Tue, 25 Feb 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Forget "Model Context Protocol" - Just Think of These as Extra Tools for Cline</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_unlimited_tools_interpreted_in_nature_in_the_styl_e8c4d9e8-9e15-4eda-905f-89ce8e02f193_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Yesterday, I asked a developer if he was using MCP in Cline.
"I still don't understand what Model Context Protocol is," he said.
I had to smile. Here was a developer missing out on powerful tools because he was getting caught up in confusing technical jargon. It's like developers are leaving features on the table because the name sounds too complicated.
"Forget Model Context Protocol - that's just distracting you from what matters," I told him. "Think of these as extra tools you can give to C</p></description>
<link>https://cline.bot/blog/forget-model-context-protocol-just-think-of-these-as-extra-tools-for-cline</link>
<guid isPermaLink="false">https://cline.bot/blog/forget-model-context-protocol-just-think-of-these-as-extra-tools-for-cline</guid>
<pubDate>Fri, 21 Feb 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Introducing the MCP Marketplace: Cline's New App Store</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fp_a_s_h_san_francisco_palace_of_fine_arts_in_the_style_of_Moebi_dd21ad61-bdf2-4155-8df1-abe27ff7de1b--1-.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Remember when installing new apps meant typing cryptic commands into a terminal, manually resolving dependencies, and praying nothing would break? That's kind of where we are with Model Context Protocol (MCP) servers right now. But not anymore. Today, I'm excited to announce Cline's MCP Marketplace - think of it as the App Store for your AI's capabilities. It's our answer to making AI superpowers accessible to everyone, not just the tech-savvy few.
Why This Matters
A few months ago, Anthropic</p></description>
<link>https://cline.bot/blog/introducing-the-mcp-marketplace-clines-new-app-store</link>
<guid isPermaLink="false">https://cline.bot/blog/introducing-the-mcp-marketplace-clines-new-app-store</guid>
<pubDate>Tue, 18 Feb 2025 16:00:00 GMT</pubDate>
<author>Nik Pash</author>
</item>
<item>
<title>MCP Servers Explained: What They Are, How They Work, and Why Cline is Revolutionizing AI Tools</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_artisan_tools_in_the_style_of_Moebius_aesthetic_-_3c252c45-6158-448b-8f44-0304c88a10c3_2.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Discover what MCP servers are and how they work. Learn how Cline leverages Model Context Protocol (MCP) servers to revolutionize AI tool integration and development. Read on for in-depth insights!
I was at CodeGen Night in San Francisco on Tuesday and had a chance to talk with some Cline power users about MCP (Model Context Protocol) servers. These were sophisticated developers who'd heard of MCP but weren't using it because they weren't fully sure how it worked or why it mattered.
This conver</p></description>
<link>https://cline.bot/blog/mcp-servers-explained-what-they-are-how-they-work-and-why-cline-is-revolutionizing-ai-tools</link>
<guid isPermaLink="false">https://cline.bot/blog/mcp-servers-explained-what-they-are-how-they-work-and-why-cline-is-revolutionizing-ai-tools</guid>
<pubDate>Wed, 12 Feb 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Supercharge Cline: 4 Ways to Build Better with Perplexity MCP</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_search_as_an_idea_in_nature_in_the_style_of_Moebi_1fb37ba0-f5cb-439f-a05c-4d34913b2bd6_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>When building complex applications, the constant context switching between research, coding, and documentation can kill your momentum. While working on an MP3 sharing application, I discovered three powerful patterns for using Perplexity's MCP server with Cline that have transformed my development workflow.
❓ "What is Perplexity MCP?"
Perplexity is an AI research assistant that excels at finding and synthesizing up-to-date information from across the web. When integrated with Cline through the</p></description>
<link>https://cline.bot/blog/supercharge-cline-3-ways-to-build-better-with-perplexity-mcp</link>
<guid isPermaLink="false">https://cline.bot/blog/supercharge-cline-3-ways-to-build-better-with-perplexity-mcp</guid>
<pubDate>Sun, 09 Feb 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>What AI Companies Actually Need Right Now</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fp_a_s_h_nimble_orange_fox_in_a_snowy_forest_under_stars_deepl_b_3cc66547-d38d-4b2c-9f31-f6bfdab69ef1-1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>At Cline, we've scaled to 500k+ users and raised significant funding from top-tier VCs. As Head of AI, I recently interviewed a strong ML engineer candidate. Despite their solid background, I voted "no hire." Let me explain why - it reveals a broader pattern about what AI companies actually need right now, and getting this wrong can be a $200k+ mistake.
The $200k Mistake: Why Hiring MLEs Too Early Kills AI Startups
Here's a pattern I see repeatedly in well-funded AI startups:
1. Raise a sub</p></description>
<link>https://cline.bot/blog/talent-ai-companies-actually-need-right-now-and-how-to-identify-it-2</link>
<guid isPermaLink="false">https://cline.bot/blog/talent-ai-companies-actually-need-right-now-and-how-to-identify-it-2</guid>
<pubDate>Thu, 06 Feb 2025 16:00:00 GMT</pubDate>
<author>Nik Pash</author>
</item>
<item>
<title>Memory Bank: How to Make Cline an AI Agent That Never Forgets</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_memory_bank_interpretation_in_nature_in_the_style_04200851-f2ba-42a3-b0e8-12ab28f52a1f_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Imagine a detective who loses his memory every time he falls asleep. To solve cases, he develops an ingenious system: tattooing critical facts on his body and keeping a carefully organized set of Polaroid photos. Each time he wakes up, he can quickly rebuild his understanding by following his own documentation system. That's the plot of Memento, and it inspired how we solved a common problem with AI coding assistants.
Dont Believe His Lies Memento GIFfrom Dont Believe His Lies GIFs
Here's</p></description>
<link>https://cline.bot/blog/memory-bank-how-to-make-cline-an-ai-agent-that-never-forgets</link>
<guid isPermaLink="false">https://cline.bot/blog/memory-bank-how-to-make-cline-an-ai-agent-that-never-forgets</guid>
<pubDate>Wed, 05 Feb 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>From Assembly to AI: Why 'Vibe Coding' Is Just Another Chapter in Our Abstraction Story</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_technology_abstraction_interpreted_in_nature_in_t_6e1a4193-0e26-4235-956e-c59981984c4b_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Two days ago, Andrej Karpathy set Tech Twitter ablaze with a provocative idea he calls "vibe coding" – where you "fully give in to the vibes, embrace exponentials, and forget that the code even exists." Using AI tools (like Cline), he demonstrated building an entire LLM reader application in about an hour, barely touching the keyboard.
The reactions were predictable and eerily familiar to anyone who knows their computing history. But to understand why, we need to go back. Way back.
What is 'ab</p></description>
<link>https://cline.bot/blog/from-assembly-to-ai-why-vibe-coding-is-just-another-chapter-in-our-abstraction-story</link>
<guid isPermaLink="false">https://cline.bot/blog/from-assembly-to-ai-why-vibe-coding-is-just-another-chapter-in-our-abstraction-story</guid>
<pubDate>Wed, 05 Feb 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>The 2025 Stack: How Complete Beginners Can Ship Their First Full-Stack Web App</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_buiding_software_interpreted_in_nature_in_the_sty_bdcb59dc-5eef-44ee-ab74-2ebcde59d6d7_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Picture this: You've got an amazing idea for a web app, but when you start googling "how to build a web app," you're hit with an avalanche of frameworks, tools, and conflicting advice. Should you learn React? Vue? Svelte? What even is a "backend"? And don't get me started on deployment...
I get it. I've spent the last year helping complete beginners navigate this exact challenge. Here's what I've learned: The problem isn't that building web apps is hard – it's that most tutorials are teaching i</p></description>
<link>https://cline.bot/blog/the-2025-stack-how-complete-beginners-can-ship-their-first-full-stack-web-app</link>
<guid isPermaLink="false">https://cline.bot/blog/the-2025-stack-how-complete-beginners-can-ship-their-first-full-stack-web-app</guid>
<pubDate>Thu, 30 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>The End of Context Amnesia: Cline's Visual Solution to Context Management</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_limited_memory_interpreted_in_nature_in_the_style_319e929f-28dc-46b4-97e8-e0d1a2adb5cb_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Ever stared at Cline wondering if it's about to hit a wall? You're deep in a complex refactoring task, and suddenly he seems to "forget" what you were discussing just moments ago. If this sounds familiar, you're running into one of the most common yet least understood aspects of AI coding assistants: context windows.
Today, we're introducing a new feature in Cline that makes this invisible limit visible: the Context Window Progress Bar.
What's a Context Window, Anyway?
Think of a context win</p></description>
<link>https://cline.bot/blog/understanding-the-new-context-window-progress-bar-in-cline</link>
<guid isPermaLink="false">https://cline.bot/blog/understanding-the-new-context-window-progress-bar-in-cline</guid>
<pubDate>Wed, 29 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>The Local LLM Reality Check: What Actually Happens When You Try to Run AI Models on Your Computer</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_local_llm_models_interepreted_in_nature_in_the_st_3fd7147b-39c1-491b-ac3c-3f49fb7d7bc3_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>If you've used DeepSeek's R1 (or V3 for that matter), you've probably been impressed at its performance for the price. And if you've run into issues with its API recently, your next thought was probably, “Hey, I’ve got a decent computer—maybe I can run this locally and run this myself!”
Then reality hits: the full DeepSeek R1 model needs about 1,342 GB of VRAM—no, that’s not a typo. It’s designed to run on a cluster of 16 NVIDIA A100 GPUs, each with 80GB of memory (source). Let’s break down wha</p></description>
<link>https://cline.bot/blog/the-local-llm-reality-check-what-actually-happens-when-you-try-to-run-ai-models-on-your-computer</link>
<guid isPermaLink="false">https://cline.bot/blog/the-local-llm-reality-check-what-actually-happens-when-you-try-to-run-ai-models-on-your-computer</guid>
<pubDate>Mon, 27 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>DeepSeek's Wild Week: A View from the Developer Trenches</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_developer_trenches_interpreted_in_nature_in_the_s_5e2b7c11-e306-43e4-874e-569866bf7782_2.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Last week, Chinese AI startup, DeepSeek, caused the biggest single-day drop in NVIDIA's history, wiping nearly $600 billion from the chip giant's market value. But while Wall Street panicked about DeepSeek's cost claims, Cline users in our community were discovering a more nuanced reality.
The Promise vs The Reality
"R1 is so hesitant to open and read files while Claude just bulldozes through them," observed one of our users. This perfectly captures the gap between DeepSeek's impressive bench</p></description>
<link>https://cline.bot/blog/deepseeks-wild-week-a-view-from-the-developer-trenches</link>
<guid isPermaLink="false">https://cline.bot/blog/deepseeks-wild-week-a-view-from-the-developer-trenches</guid>
<pubDate>Mon, 27 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Best AI Coding Assistant 2025: Complete Guide to Cline and Cursor</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_san_francisco_in_the_style_of_Moebius_aesthetic_-_24461b5d-c5d6-4e81-b495-95dc2e8d59cb_2.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Updated March 4, 2025 article to reflect recent developments
Remember when GitHub Copilot first launched and we thought AI-assisted coding couldn't get more revolutionary? Two years later, we're seeing a fascinating divergence in how AI coding assistants approach development. With recent releases from both Cline (now 3.5) and Cursor (0.46), we're witnessing not just a battle of features, but a philosophical split in how AI should partner with developers.
I've watched both tools mature. Let's c</p></description>
<link>https://cline.bot/blog/best-ai-coding-assistant-2025-complete-guide-to-cline-and-cursor</link>
<guid isPermaLink="false">https://cline.bot/blog/best-ai-coding-assistant-2025-complete-guide-to-cline-and-cursor</guid>
<pubDate>Fri, 24 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>The Developer's Guide to MCP: From Basics to Advanced Workflows</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_unlimited_tools_interpreted_in_nature_in_the_styl_5bbf742d-7b0a-4790-ab5b-873e4801c4ea_1.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>Picture this: You're deep into development with your AI assistant, trying to juggle multiple tools – GitHub issues need updating, tests need running, and documentation needs reviewing. But instead of the seamless workflow you imagined, you're stuck with manual context switching and disconnected tools. Your AI assistant, brilliant as it is, feels trapped in its chat window.
This is where the Model Context Protocol (MCP) changes everything. It's not just another developer tool – it's a fundamenta</p></description>
<link>https://cline.bot/blog/the-developers-guide-to-mcp-from-basics-to-advanced-workflows</link>
<guid isPermaLink="false">https://cline.bot/blog/the-developers-guide-to-mcp-from-basics-to-advanced-workflows</guid>
<pubDate>Wed, 22 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Everyone's Talking About R1 vs o1 Benchmarks. But Here's What Really Matters.</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_two_opposing_forces_interpreted_in_nature_in_the__20c35440-4c8f-4a09-86c0-fb6e6b2db260_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>In an interesting coincidence, DeepSeek released R1 on the same day we launched Plan &amp; Act modes in Cline. And something fascinating started happening immediately: developers began naturally using R1 for planning phases and 3.5-Sonnet for implementation. Not because anyone suggested it – it just made sense.
0:00
/0:54
1×
What's Actually Happening
Here's what developers discovered works best:
1. Start new tasks in Plan mode using R1 ($0.55/M tokens)</p></description>
<link>https://cline.bot/blog/everyones-talking-about-r1-vs-o1-benchmarks-but-heres-what-really-matters</link>
<guid isPermaLink="false">https://cline.bot/blog/everyones-talking-about-r1-vs-o1-benchmarks-but-heres-what-really-matters</guid>
<pubDate>Wed, 22 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Why AI Engineers Need Planning More Than Perfect Prompts</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_planning_interpreted_in_nature_in_the_style_of_Mo_86036275-45ae-4541-97cf-3c75c2bed744_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>The best AI engineers I know follow a specific pattern. They don't obsess over prompt crafting – they obsess over planning. There's a reason for this, and it's not what most people think.
The Reality Check
Here's what typically happens when someone starts working with AI:
1. They throw requirements at the model
2. They get mediocre outputs
3. They blame their prompting skills
4. They spend hours "optimizing" prompts
5. They still get mediocre results
Sound familiar? But here's what eli</p></description>
<link>https://cline.bot/blog/why-ai-engineers-need-planning-more-than-perfect-prompts-2</link>
<guid isPermaLink="false">https://cline.bot/blog/why-ai-engineers-need-planning-more-than-perfect-prompts-2</guid>
<pubDate>Mon, 20 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Building Advanced Software with Cline: A Structured Approach</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_thoughtful_building_interpreted_in_nature_in_the__b93a9802-1734-48aa-b9e8-d0ef30fb84cd_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>As a passionate user of Cline, I've discovered something transformative about modern software development. It's not just another tool in our engineering toolkit—it's a fundamental shift in how we approach complex problems. Through my journey of pushing the boundaries of what can be automated, I've learned that the real power lies not in complete automation, but in the synergy between human insight and AI capabilities. The more time I spend using these tools the more strongly I come to believe th</p></description>
<link>https://cline.bot/blog/building-advanced-software-with-cline-a-structured-approach</link>
<guid isPermaLink="false">https://cline.bot/blog/building-advanced-software-with-cline-a-structured-approach</guid>
<pubDate>Tue, 14 Jan 2025 16:00:00 GMT</pubDate>
<author>Daniel Steigman (Nighttrek)</author>
</item>
<item>
<title>DeepSeek-V3 isn't "free" Claude 3.5-Sonnet. But it's still insanely good for the price.</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F02%2Fu9318423161_good_knockoff_interpreted_in_nature_in_the_style__a80249a3-ff57-473a-9f97-9cdf94a2eccf_0.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p>DeepSeek released V3 on December 26, and for the first time since 3.5-Sonnet's release, we have a serious contender for best coding LLM—one that's 53x cheaper and was trained for just $5.5M. Since then, Cline has seen installations skyrocket – nearly 50,000 new installs at double our usual daily rate.
DeepSeek v3 is mind-blowing. I’m fascinated by the engineering elegance and scrappiness behind it.
- MoE + MLA architecture (671B → 37B active)
- DualPipe + FP8 , incredibly impressive optimizati</p></description>
<link>https://cline.bot/blog/10-days-since-deepseek-v3-is-cline-basically-free-now-2</link>
<guid isPermaLink="false">https://cline.bot/blog/10-days-since-deepseek-v3-is-cline-basically-free-now-2</guid>
<pubDate>Sat, 04 Jan 2025 16:00:00 GMT</pubDate>
<author>Nick Baumann</author>
</item>
<item>
<title>Double-clicking on toggleable .clinerules (+ self-improving Cline)</title>
<description><img src="https://cline.bot/_next/image?url=https%3A%2F%2Fcline.ghost.io%2Fcontent%2Fimages%2F2025%2F04%2Fu9318423161_self-improving_AI_interpreted_in_nature_in_the_st_f7698712-ec62-41dd-9bc0-9216c9c8eeb8_3.png&amp;w=2048&amp;q=75" referrerpolicy="no-referrer"><p></p></description>
<link>https://cline.bot/blog/double-clicking-on-toggleable-clinerules-self-improving-cline</link>
<guid isPermaLink="false">https://cline.bot/blog/double-clicking-on-toggleable-clinerules-self-improving-cline</guid>
</item>
</channel>
</rss> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Involved Issue / 该 PR 相关 Issue
Close #
Example for the Proposed Route(s) / 路由地址示例
New RSS Route Checklist / 新 RSS 路由检查表
Puppeteer
Note / 说明