[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"nav-categories":3,"article-cursor-s-bold-leap-embracing-dynamic-context-for-smarter-ai-agents":70},{"data":4},[5,37,57,64],{"name":6,"slug":7,"categories":8},"Productivity","productivity",[9,13,17,21,25,29,33],{"id":10,"title":11,"slug":12},17,"Branding","branding",{"id":14,"title":15,"slug":16},19,"Marketing","marketing",{"id":18,"title":19,"slug":20},20,"Work","work",{"id":22,"title":23,"slug":24},34,"Community","community",{"id":26,"title":27,"slug":28},21,"For newbies","for-newbies",{"id":30,"title":31,"slug":32},24,"Investment","investment",{"id":34,"title":35,"slug":36},22,"Finance","finance",{"name":38,"slug":39,"categories":40},"Tech","tech",[41,45,49,53],{"id":42,"title":43,"slug":44},28,"Technology","technology",{"id":46,"title":47,"slug":48},32,"Artificial Intelligence","artificial-intelligence",{"id":50,"title":51,"slug":52},26,"Security and protection","security-and-protection",{"id":54,"title":55,"slug":56},31,"YouTube Blog","youtube-blog",{"name":58,"slug":59,"categories":60},"News","news",[61],{"id":62,"title":58,"slug":63},18,"quasanews",{"name":65,"slug":66,"categories":67},"Business","business",[68],{"id":69,"title":65,"slug":66},16,{"post":71,"published_news":97,"popular_news":166,"categories":237},{"title":72,"description":73,"meta_title":72,"meta_description":74,"meta_keywords":75,"text":76,"slug":77,"created_at":78,"publish_at":79,"formatted_created_at":80,"category_id":62,"links":81,"view_type":86,"video_url":87,"views":88,"likes":89,"lang":90,"comments_count":89,"category":91},"Cursor's Bold Leap: Embracing Dynamic Context for Smarter AI Agents","In a move that's as innovative as it is pragmatic, Cursor, the AI-powered code editor, has announced a complete overhaul of its context management system, ditching static contexts in favor of a fully dynamic approach across all models.","For instance, managing multiple MCP servers becomes folder-based, reducing context from exhaustive lists to organized references.","This could inspire competitors: Microsoft's Copilot, for example, tested similar dynamic loading in 2025 betas, reporting 35% token savings.","\u003Cp>In a move that&#39;s as innovative as it is pragmatic, Cursor, the AI-powered code editor, has announced a complete overhaul of its context management system, ditching static contexts in favor of a fully dynamic approach across all models.\u003C/p>\n\n\u003Cp>\u003Cpicture class=\"image-align-left\">\u003Csource srcset=\"https://cdn.quasa.io/photos/00/image-2026-01-14t202747358.webp\" type=\"image/webp\">\u003Cimg alt=\"Cursor&apos;s Bold Leap: Embracing Dynamic Context for Smarter AI Agents\" class=\"image-align-left\" height=\"169\" src=\"https://cdn.quasa.io/photos/00/image-2026-01-14t202747358.jpg\" width=\"300\" />\u003C/picture>\u003Ca href=\"https://cursor.com/blog/dynamic-context-discovery\">This update\u003C/a>, detailed in their recent blog post, promises to make AI agents more efficient, scalable, and intelligent by letting them fetch relevant information on-demand rather than overwhelming them with everything upfront.\u003C/p>\n\n\u003Cp>As AI tools evolve in 2026, with models like Claude 3.7 Sonnet and GPT-4o handling increasingly complex tasks, Cursor&#39;s strategy could set a new standard for agentic systems. This article explores the shift, supplemented with insights from Cursor&#39;s implementation and broader industry trends.\u003C/p>\n\n\u003Chr />\n\u003Ch4>\u003Cstrong>The Pitfalls of Static Context: Why Change Was Needed\u003C/strong>\u003C/h4>\n\n\u003Cp>Traditionally, AI agents operate on a &quot;static context&quot; model &mdash; loading all potentially relevant data at once, including chat histories, tool descriptions, logs, and documentation. This kitchen-sink approach works for simple interactions but quickly falters in real-world scenarios. Contexts bloat with irrelevant details, leading to token limits (e.g., Claude&#39;s 200K token cap) being hit prematurely, forcing summarization that often loses critical nuances.\u003C/p>\n\n\u003Cp>Industry data underscores the issue: A 2025 Anthropic study found that 40% of enterprise LLM queries exceed context windows, resulting in degraded performance or errors. McKinsey&#39;s 2025 AI report notes that inefficient context management wastes up to 30% of computational resources in agentic workflows, driving up costs and latency. Cursor&#39;s old system exemplified this: Agents received massive dumps of information, leading to frequent truncations and suboptimal outputs.\u003C/p>\n\n\u003Chr />\n\u003Ch4>\u003Cstrong>Enter Dynamic Context Discovery: A Smarter Way Forward\u003C/strong>\u003C/h4>\n\n\u003Cp>Cursor&#39;s &quot;Dynamic Context Discovery&quot; flips the script. Instead of preloading everything, agents start with a high-level &quot;table of contents&quot; &mdash; summaries, links, and references &mdash; and pull details from files as needed. This turns the context window from a storage dump into a roadmap for information retrieval, enabling agents to self-assemble relevant data dynamically.\u003C/p>\n\n\u003Cp>\u003Cstrong>The system leverages files as a core primitive\u003C/strong>: Data is stored locally or in accessible formats, and agents use tools like `\u003Cstrong>grep\u003C/strong>`, `\u003Cstrong>tail\u003C/strong>`, or semantic search to extract what&#39;s required. This not only conserves tokens but also improves accuracy by focusing on pertinent info. In A/B tests, Cursor reported a staggering 46.9% reduction in total agent tokens, particularly in runs involving multiple tools, proving the hack&#39;s efficiency. Generation time remains unaffected, as the overhead of file access is minimal compared to bloated contexts.\u003C/p>\n\n\u003Cp>This aligns with emerging trends. OpenAI&#39;s 2025 developer survey showed that 62% of users prioritize context optimization for cost savings, while tools like LangChain have introduced similar dynamic retrieval modules, reducing average token usage by 25-40% in production environments.\u003C/p>\n\n\u003Chr />\n\u003Ch4>\u003Cstrong>Breaking It Down: How Dynamic Context Works in Practice\u003C/strong>\u003C/h4>\n\n\u003Cp>\u003Cstrong>\u003Cpicture class=\"image-align-right\">\u003Csource srcset=\"https://cdn.quasa.io/photos/00/image-2026-01-14t202811153.webp\" type=\"image/webp\">\u003Cimg alt=\"Cursor&apos;s Bold Leap: Embracing Dynamic Context for Smarter AI Agents\" class=\"image-align-right\" height=\"447\" src=\"https://cdn.quasa.io/photos/00/image-2026-01-14t202811153.jpg\" width=\"300\" />\u003C/picture>Cursor&#39;s implementation touches several key components, transforming how agents interact with data:\u003C/strong>\u003C/p>\n\n\u003Cul>\n\t\u003Cli>\u003Cstrong>Chat History as Files\u003C/strong>: When contexts fill, summarization kicks in, but now agents get a link to the full history file. If details are lost in the summary, the agent searches the file (e.g., via keyword or semantic query) to recover them. This prevents &quot;knowledge degradation,&quot; a common pitfall where agents forget prior instructions. Similar to how Git stores commit histories, this ensures continuity without constant reloading.\u003C/li>\n\t\u003Cli>\u003Cstrong>Tool Calls and Long Responses\u003C/strong>: Bulky JSON outputs from tools (e.g., API calls or shell commands) are saved to files, with only summaries or links in the context. Agents parse these on-demand using utilities like `\u003Cstrong>jq\u003C/strong>` for JSON filtering, avoiding truncation. In tests, this streamlined workflows involving third-party integrations, cutting errors by up to 50% in complex sessions.\u003C/li>\n\t\u003Cli>\u003Cstrong>MCP (Managed Cloud Permissions) Tools\u003C/strong>: Descriptions of secure tools (e.g., for Jira, Datadog, Figma) are filed away, with context holding just names like &quot;Available MCP: jira, datadog.&quot; Agents fetch details when invoking, and can even handle re-authentication prompts dynamically. This was a token-saver in A/B tests, especially for multi-tool runs.\u003C/li>\n\t\u003Cli>\u003Cstrong>Agent Skills and Terminal Sessions\u003C/strong>: Domain-specific skills (open-standard files with tasks and scripts) are discovered via search, not preload. Terminal outputs sync to files, allowing agents to grep for errors or logs without bloating context. This supports long-running processes, a boon for developers.\u003C/li>\n\u003C/ul>\n\n\u003Cp>These features make agents more autonomous, akin to how vector databases in RAG (Retrieval-Augmented Generation) systems pull relevant chunks &mdash; now applied to agentic flows.\u003C/p>\n\n\u003Chr />\n\u003Ch4>\u003Cstrong>Scalability and Broader Impact: A Blueprint for AI Efficiency\u003C/strong>\u003C/h4>\n\n\u003Cp>\u003Cpicture class=\"image-align-left\">\u003Csource srcset=\"https://cdn.quasa.io/photos/00/image-2026-01-14t202812114.webp\" type=\"image/webp\">\u003Cimg alt=\"Cursor&apos;s Bold Leap: Embracing Dynamic Context for Smarter AI Agents\" class=\"image-align-left\" height=\"447\" src=\"https://cdn.quasa.io/photos/00/image-2026-01-14t202812114.jpg\" width=\"300\" />\u003C/picture>Dynamic context isn&#39;t just efficient; it&#39;s scalable. By treating knowledge as retrievable rather than embedded, Cursor&#39;s system handles growing complexities without proportional token spikes.\u003C/p>\n\n\u003Cp>\u003Ca href=\"https://cursor.com/blog/dynamic-context-discovery\">For instance, managing multiple MCP servers becomes folder-based, reducing context from exhaustive lists to organized references.\u003C/a>\u003C/p>\n\n\u003Cp>\u003Cstrong>This could inspire competitors\u003C/strong>: Microsoft&#39;s Copilot, for example, tested similar dynamic loading in 2025 betas, reporting 35% token savings.\u003C/p>\n\n\u003Cp>The update rolls out to all users soon, building on Cursor&#39;s agent harness that supports frontier models. As AI adoption surges &mdash; Gartner&#39;s 2026 forecast predicts 80% of enterprises using agentic AI &mdash; efficient context management will be key to controlling costs, estimated at $1-2 per 1M tokens.\u003C/p>\n\n\u003Cp>\u003Cstrong>Also read:\u003C/strong>\u003C/p>\n\n\u003Cul>\n\t\u003Cli>\u003Ca href=\"https://quasa.io/media/the-middle-is-vanishing-ai-s-role-in-streamlining-workflows-and-empowering-orchestration\">The Middle is Vanishing: AI&#39;s Role in Streamlining Workflows and Empowering Orchestration\u003C/a>\u003C/li>\n\t\u003Cli>\u003Ca href=\"https://quasa.io/media/empowering-the-individual-ai-agents-revolutionize-system-building-in-corporate-and-personal-spheres\">Empowering the Individual: AI Agents Revolutionize System Building in Corporate and Personal Spheres\u003C/a>\u003C/li>\n\t\u003Cli>\u003Ca href=\"https://quasa.io/media/the-agentic-revolution-reshaping-management-and-organizations-in-the-ai-age\">The Agentic Revolution: Reshaping Management and Organizations in the AI Age\u003C/a>\u003C/li>\n\u003C/ul>\n\n\u003Chr />\n\u003Ch4>\u003Cstrong>Conclusion: Redefining Agent Intelligence\u003C/strong>\u003C/h4>\n\n\u003Cp>Cursor&#39;s dynamic context discovery is a masterstroke in simplicity and power, turning potential bottlenecks into opportunities for smarter AI. By empowering agents to curate their own knowledge, it slashes waste (46.9% token drop) and boosts reliability, paving the way for more sophisticated applications. In 2026&#39;s AI landscape, where models juggle vast data, this could be the edge developers need &mdash; proving that sometimes, less in the prompt means more in the output.\u003C/p>","cursor-s-bold-leap-embracing-dynamic-context-for-smarter-ai-agents","2026-01-14T19:31:37.000000Z","2026-01-24T06:23:00.000000Z","24.01.2026",{"image":82,"image_webp":83,"thumb":84,"thumb_webp":85},"https://cdn.quasa.io/images/news/yHP5HRxM5rasSXQuAnDgJNYhOifgXK4P7FNr5n9y.jpg","https://cdn.quasa.io/images/news/yHP5HRxM5rasSXQuAnDgJNYhOifgXK4P7FNr5n9y.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/yHP5HRxM5rasSXQuAnDgJNYhOifgXK4P7FNr5n9y.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/yHP5HRxM5rasSXQuAnDgJNYhOifgXK4P7FNr5n9y.webp","small",null,1339,0,"en",{"id":62,"title":58,"slug":63,"meta_title":92,"meta_description":93,"meta_keywords":94,"deleted_at":87,"created_at":95,"updated_at":96,"lang":90},"Tech, AI, Crypto, and Business News: Latest Insights | QUASA","Daily news and deep analysis on AI, cryptocurrencies, and key business trends. Find out what's next for the markets. Stay informed with QUASA.","AI news, crypto news, blockchain news, IT news, market analysis, business trends, latest technology news today, artificial intelligence news, major crypto events, future of tech news","2021-08-09T19:09:44.000000Z","2025-11-25T11:25:45.000000Z",[98,113,126,139,152],{"title":99,"description":100,"slug":101,"created_at":102,"publish_at":103,"formatted_created_at":104,"category":105,"links":106,"view_type":86,"video_url":87,"views":111,"likes":89,"lang":90,"comments_count":89,"is_pinned":112},"Meta’s Muse Spark: A Respectable Step Up That Finally Puts Them Back in the Game","On April 8, 2026, Meta Superintelligence Labs quietly dropped Muse Spark — the first model in their new “Muse” family. It’s not the flashy, headline-grabbing monster that instantly claims the #1 spot on every leaderboard. But here’s the thing: it doesn’t have to be.","meta-s-muse-spark-a-respectable-step-up-that-finally-puts-them-back-in-the-game","2026-04-11T13:12:57.000000Z","2026-04-15T11:06:00.000000Z","15.04.2026",{"title":58,"slug":63},{"image":107,"image_webp":108,"thumb":109,"thumb_webp":110},"https://cdn.quasa.io/images/news/E3InMGumI0q4D1ZaZ3uxWCVLM2CQbKGnPvZkEETO.jpg","https://cdn.quasa.io/images/news/E3InMGumI0q4D1ZaZ3uxWCVLM2CQbKGnPvZkEETO.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/E3InMGumI0q4D1ZaZ3uxWCVLM2CQbKGnPvZkEETO.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/E3InMGumI0q4D1ZaZ3uxWCVLM2CQbKGnPvZkEETO.webp",65,false,{"title":114,"description":115,"slug":116,"created_at":117,"publish_at":118,"formatted_created_at":104,"category":119,"links":120,"view_type":86,"video_url":87,"views":125,"likes":89,"lang":90,"comments_count":89,"is_pinned":112},"Services: The New Software – Why the Next $1 Trillion Company Will Look Like a Services Firm","In March 2026, Sequoia Capital published a provocative essay titled \"Services: The New Software\". The core idea is as bold as it is timely: the next trillion-dollar company won't sell software tools. It will sell the actual work itself — powered by AI, delivered as a seamless service, and disguised as a traditional services business.","services-the-new-software-why-the-next-1-trillion-company-will-look-like-a-services-firm","2026-04-11T13:03:12.000000Z","2026-04-15T09:50:00.000000Z",{"title":47,"slug":48},{"image":121,"image_webp":122,"thumb":123,"thumb_webp":124},"https://cdn.quasa.io/images/news/hEGli8b0fWpYNjRHTh54i7PWCu0GrsekOtOesifP.jpg","https://cdn.quasa.io/images/news/hEGli8b0fWpYNjRHTh54i7PWCu0GrsekOtOesifP.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/hEGli8b0fWpYNjRHTh54i7PWCu0GrsekOtOesifP.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/hEGli8b0fWpYNjRHTh54i7PWCu0GrsekOtOesifP.webp",73,{"title":127,"description":128,"slug":129,"created_at":130,"publish_at":131,"formatted_created_at":104,"category":132,"links":133,"view_type":86,"video_url":87,"views":138,"likes":89,"lang":90,"comments_count":89,"is_pinned":112},"When Cursor Wiped a User's PC: A Cautionary Tale of AI Overreach","We recently received a sobering story from a subscriber, a stark reminder of the potential pitfalls when granting AI agents unfettered access to your system. It's a scenario that sounds deceptively simple, but the consequences were almost catastrophic.","when-cursor-wiped-a-user-s-pc-a-cautionary-tale-of-ai-overreach","2026-04-10T18:43:40.000000Z","2026-04-15T06:26:00.000000Z",{"title":19,"slug":20},{"image":134,"image_webp":135,"thumb":136,"thumb_webp":137},"https://cdn.quasa.io/images/news/ZXlcYinJFzMjdM0ey4ADmpwKuw2gELVw9ZyFbRmO.jpg","https://cdn.quasa.io/images/news/ZXlcYinJFzMjdM0ey4ADmpwKuw2gELVw9ZyFbRmO.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/ZXlcYinJFzMjdM0ey4ADmpwKuw2gELVw9ZyFbRmO.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/ZXlcYinJFzMjdM0ey4ADmpwKuw2gELVw9ZyFbRmO.webp",89,{"title":140,"description":141,"slug":142,"created_at":143,"publish_at":144,"formatted_created_at":104,"category":145,"links":146,"view_type":86,"video_url":87,"views":151,"likes":89,"lang":90,"comments_count":89,"is_pinned":112},"The Great AI Talent Paradox: Why Everyone is Hiring \"AI Engineers\" but Nobody Can Find Them","I see this pattern repeating across dozens of companies. The founder or CTO has a mature engineering team. Everyone knows how to code; most use Cursor or Claude Code. Formally, they are all \"working with AI.\" But when you look under the hood at the actual processes, you realize the AI is just a thin layer smeared over an obsolete architectural workflow.","the-great-ai-talent-paradox-why-everyone-is-hiring-ai-engineers-but-nobody-can-find-them","2026-04-10T18:01:04.000000Z","2026-04-15T03:46:00.000000Z",{"title":19,"slug":20},{"image":147,"image_webp":148,"thumb":149,"thumb_webp":150},"https://cdn.quasa.io/images/news/RFS0sj442hsQE2CPWuqYIzC1ajFQV96M6Bz7axJF.jpg","https://cdn.quasa.io/images/news/RFS0sj442hsQE2CPWuqYIzC1ajFQV96M6Bz7axJF.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/RFS0sj442hsQE2CPWuqYIzC1ajFQV96M6Bz7axJF.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/RFS0sj442hsQE2CPWuqYIzC1ajFQV96M6Bz7axJF.webp",101,{"title":153,"description":154,"slug":155,"created_at":156,"publish_at":157,"formatted_created_at":158,"category":159,"links":160,"view_type":86,"video_url":87,"views":165,"likes":89,"lang":90,"comments_count":89,"is_pinned":112},"The Dawn of the Wisdom Era: Why Your Intelligence is No Longer Enough","The era of competing with machines on their home turf — logic and data — is over. To win in the future, you don't need to be a better computer; you need to be a better human. The \"OpenClaw\" setups and frontier models are just the tools. The question is: Do you have the wisdom to know what to do with them?","the-dawn-of-the-wisdom-era-why-your-intelligence-is-no-longer-enough","2026-04-10T17:38:07.000000Z","2026-04-14T11:37:00.000000Z","14.04.2026",{"title":47,"slug":48},{"image":161,"image_webp":162,"thumb":163,"thumb_webp":164},"https://cdn.quasa.io/images/news/EjaxUKrhf2GhRAQowiRkOnHdQcJxg7KH7P03sKYy.jpg","https://cdn.quasa.io/images/news/EjaxUKrhf2GhRAQowiRkOnHdQcJxg7KH7P03sKYy.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/EjaxUKrhf2GhRAQowiRkOnHdQcJxg7KH7P03sKYy.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/EjaxUKrhf2GhRAQowiRkOnHdQcJxg7KH7P03sKYy.webp",185,[167,180,196,208,223],{"title":168,"description":169,"slug":170,"created_at":171,"publish_at":172,"formatted_created_at":173,"category":174,"links":175,"view_type":86,"video_url":87,"views":178,"likes":179,"lang":90,"comments_count":89,"is_pinned":112},"The Anatomy of an Entrepreneur","Entrepreneur is a French word that means an enterpriser. Enterprisers are people who undertake a business or enterprise with the chance of earning profits or suffering from loss.","the-anatomy-of-an-entrepreneur","2021-08-04T15:18:21.000000Z","2025-12-14T06:09:00.000000Z","14.12.2025",{"title":65,"slug":66},{"image":176,"image_webp":87,"thumb":177,"thumb_webp":177},"https://cdn.quasa.io/images/news/mVsXPTMuHZuI7UXCsENgL1Qwp1uSOf7Rz3uVPMfm.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/mVsXPTMuHZuI7UXCsENgL1Qwp1uSOf7Rz3uVPMfm.webp",70330,2,{"title":181,"description":182,"slug":183,"created_at":184,"publish_at":185,"formatted_created_at":186,"category":187,"links":188,"view_type":193,"video_url":87,"views":194,"likes":195,"lang":90,"comments_count":89,"is_pinned":112},"Advertising on QUASA","QUASA MEDIA is read by more than 400 thousand people a month. We offer to place your article, add a link or order the writing of an article for publication.","advertising-on-quasa","2022-07-06T07:33:02.000000Z","2025-12-15T17:33:02.000000Z","15.12.2025",{"title":58,"slug":63},{"image":189,"image_webp":190,"thumb":191,"thumb_webp":192},"https://cdn.quasa.io/images/news/45SvmdsTQbiyc3nxgbyHY1mpVbisYyub2BCHjqBL.jpg","https://cdn.quasa.io/images/news/45SvmdsTQbiyc3nxgbyHY1mpVbisYyub2BCHjqBL.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/45SvmdsTQbiyc3nxgbyHY1mpVbisYyub2BCHjqBL.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/45SvmdsTQbiyc3nxgbyHY1mpVbisYyub2BCHjqBL.webp","large",70079,4,{"title":197,"description":198,"slug":199,"created_at":200,"publish_at":201,"formatted_created_at":202,"category":203,"links":204,"view_type":86,"video_url":87,"views":207,"likes":195,"lang":90,"comments_count":89,"is_pinned":112},"What is a Startup?","A startup is not a new company, not a tech company, nor a new tech company. You can be a new tech company, if your goal is not to grow high and fast; then, you are not a startup. ","what-is-a-startup","2021-08-04T12:05:17.000000Z","2025-12-17T13:02:00.000000Z","17.12.2025",{"title":65,"slug":66},{"image":205,"image_webp":87,"thumb":206,"thumb_webp":206},"https://cdn.quasa.io/images/news/EOsQhSW3VXyG7a6NPdE1oZd00xfJXe3bjY5aJGb7.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/EOsQhSW3VXyG7a6NPdE1oZd00xfJXe3bjY5aJGb7.webp",67733,{"title":209,"description":210,"slug":211,"created_at":212,"publish_at":213,"formatted_created_at":214,"category":215,"links":216,"view_type":86,"video_url":87,"views":221,"likes":179,"lang":90,"comments_count":222,"is_pinned":112},"Top 5 Tips to Make More Money as a Content Creator","Content creators are one of the most desired job titles right now. Who wouldn’t want to earn a living online?","top-5-tips-to-make-more-money-as-a-content-creator","2022-01-17T17:31:51.000000Z","2026-01-17T11:30:00.000000Z","17.01.2026",{"title":19,"slug":20},{"image":217,"image_webp":218,"thumb":219,"thumb_webp":220},"https://cdn.quasa.io/images/news/gP8kiumBPpJmQv6SMieXiX1tDetx43VwFfO1P4Ca.jpg","https://cdn.quasa.io/images/news/gP8kiumBPpJmQv6SMieXiX1tDetx43VwFfO1P4Ca.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/gP8kiumBPpJmQv6SMieXiX1tDetx43VwFfO1P4Ca.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/gP8kiumBPpJmQv6SMieXiX1tDetx43VwFfO1P4Ca.webp",41758,1,{"title":224,"description":225,"slug":226,"created_at":227,"publish_at":228,"formatted_created_at":229,"category":230,"links":231,"view_type":193,"video_url":87,"views":236,"likes":179,"lang":90,"comments_count":89,"is_pinned":112},"8 Logo Design Tips for Small Businesses","Your logo tells the story of your business and the values you stand for.","8-logo-design-tips-for-small-businesses","2021-12-04T21:59:52.000000Z","2025-05-05T03:30:00.000000Z","05.05.2025",{"title":15,"slug":16},{"image":232,"image_webp":233,"thumb":234,"thumb_webp":235},"https://cdn.quasa.io/images/news/Wbx2NtS1CnTupgoQbpFMGspJ5jm4uob2hDOq33r0.jpg","https://cdn.quasa.io/images/news/Wbx2NtS1CnTupgoQbpFMGspJ5jm4uob2hDOq33r0.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/Wbx2NtS1CnTupgoQbpFMGspJ5jm4uob2hDOq33r0.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/Wbx2NtS1CnTupgoQbpFMGspJ5jm4uob2hDOq33r0.webp",40892,[238,239,240,241,242,243,244,245,246,247,248,249,250],{"title":23,"slug":24},{"title":47,"slug":48},{"title":55,"slug":56},{"title":43,"slug":44},{"title":51,"slug":52},{"title":31,"slug":32},{"title":35,"slug":36},{"title":27,"slug":28},{"title":19,"slug":20},{"title":15,"slug":16},{"title":58,"slug":63},{"title":11,"slug":12},{"title":65,"slug":66}]