[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"nav-categories":3,"article-bytedance-open-sources-trae-agent-a-revolutionary-ai-coding-assistant":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":162,"categories":233},{"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":42,"links":81,"view_type":86,"video_url":87,"views":88,"likes":89,"lang":90,"comments_count":89,"category":91},"ByteDance Open-Sources Trae Agent: A Revolutionary AI Coding Assistant","ByteDance, the tech giant known for TikTok and innovative AI solutions, has released Trae Agent, an experimental AI-powered coding assistant, into the open-source community. Available under the MIT License, Trae Agent transforms natural language prompts into functional code, streamlining software development tasks like writing, debugging, and bug fixing—all without human intervention. Hosted on GitHub, this project is already making waves in the developer community for its performance and potential","ByteDance, the tech giant known for TikTok and innovative AI solutions, has released Trae Agent, an experimental AI-powered coding assistant, into the open-source community.","Trae Agent is a large language model (LLM)-based agent designed for general-purpose software engineering tasks","\u003Cp>\u003Ca href=\"https://quasa.io/media/bytedance-unveils-bagel-a-gpt-4o-level-image-generator-for-local-installation\">ByteDance\u003C/a>, the tech giant known for TikTok and innovative AI solutions, has released \u003Cstrong>Trae Agent\u003C/strong>, an experimental AI-powered coding assistant, into the open-source community.\u003C/p>\n\n\u003Cp>Available under the MIT License, Trae Agent transforms natural language prompts into functional code, streamlining software development tasks like writing, debugging, and bug fixing &mdash; all without human intervention. \u003Ca href=\"https://github.com/bytedance/trae-agent\">Hosted on GitHub, this project is already making waves in the developer community for its performance and potential\u003C/a>.\u003C/p>\n\n\u003Chr />\n\u003Ch4>\u003Cstrong>What is Trae Agent?\u003C/strong>\u003C/h4>\n\n\u003Cp>Trae Agent is a large language model (LLM)-based agent designed for general-purpose software engineering tasks. By leveraging advanced models like Claude and others, it interprets plain English (or equivalent) instructions through a command-line interface (CLI) to execute complex workflows. Developers can simply describe their needs &mdash; whether creating a Python script, fixing a bug, or refactoring a database module &mdash; and Trae Agent delivers results in real time.\u003C/p>\n\n\u003Cp>\u003Cstrong>Key features include:\u003C/strong>\u003C/p>\n\n\u003Cul>\n\t\u003Cli>\u003Cstrong>Natural Language Processing\u003C/strong>: Converts text prompts into code, e.g., &ldquo;Create a Python script for Fibonacci numbers.&rdquo;\u003C/li>\n\t\u003Cli>\u003Cstrong>Codebase Navigation\u003C/strong>: Analyzes large projects, understands existing patterns, and applies changes seamlessly.\u003C/li>\n\t\u003Cli>\u003Cstrong>Tool Ecosystem\u003C/strong>: Supports file editing, bash script execution, and sequential reasoning to mimic a senior engineer&rsquo;s workflow.\u003C/li>\n\t\u003Cli>\u003Cstrong>Trajectory Recording\u003C/strong>: Logs all actions for debugging and analysis, ensuring transparency.\u003C/li>\n\t\u003Cli>\u003Cstrong>Multi-LLM Support\u003C/strong>: Currently integrates with OpenAI and Anthropic APIs, with plans to expand to other providers.\u003C/li>\n\u003C/ul>\n\n\u003Cp>Trae Agent&rsquo;s modular, transparent architecture sets it apart from other CLI agents, making it ideal for researchers and developers who want to customize or study AI-driven coding tools.\u003C/p>\n\n\u003Chr />\n\u003Ch4>\u003Cstrong>Stellar Performance on SWE-bench Verified\u003C/strong>\u003C/h4>\n\n\u003Cp>Trae Agent has already achieved a remarkable milestone by securing the \u003Cstrong>#1 spot on the SWE-bench Verified leaderboard\u003C/strong>&nbsp;with a 75.2% success rate, solving 376 out of 500 real-world software engineering tasks. This benchmark evaluates agents on complex bug-fixing scenarios, and Trae&rsquo;s single-agent patch generation system &mdash; powered by tools like file editors and persistent shell environments &mdash; outperformed competitors. Its ability to debug issues systematically, implement robust fixes, and generate accurate patches highlights its potential as a game-changer in autonomous coding.\u003C/p>\n\n\u003Chr />\n\u003Ch4>\u003Cstrong>Open-Source and Developer-Friendly\u003C/strong>\u003C/h4>\n\n\u003Cp>Released under the MIT License, Trae Agent invites contributions from the global developer community. Its open-source nature fosters innovation, allowing researchers to conduct ablation studies, extend toolsets, or develop new agent capabilities. The project&rsquo;s GitHub repository provides clear setup instructions, recommending tools like UV for installation and JSON-based configurations for flexibility.\u003C/p>\n\n\u003Cp>Example CLI commands showcase its versatility:\u003C/p>\n\n\u003Cul>\n\t\u003Cli>\u003Cstrong>trae-cli run &quot;Create a hello world Python script\u003C/strong>&quot;&nbsp;for basic tasks.\u003C/li>\n\t\u003Cli>\u003Cstrong>trae-cli run &quot;Fix the bug in main.py&quot; --provider anthropic --model claude-sonnet-4-20250514\u003C/strong>&nbsp;for targeted fixes.\u003C/li>\n\t\u003Cli>\u003Cstrong>trae-cli interactive\u003C/strong>&nbsp;for conversational, iterative development.\u003C/li>\n\u003C/ul>\n\n\u003Chr />\n\u003Ch4>\u003Cstrong>Future Plans and Experimental Status\u003C/strong>\u003C/h4>\n\n\u003Cp>As an alpha-stage project, Trae Agent is under active development with ambitious goals.\u003C/p>\n\n\u003Cp>\u003Cstrong>ByteDance&rsquo;s team is focused on:\u003C/strong>\u003C/p>\n\n\u003Cul>\n\t\u003Cli>\u003Cstrong>Expanding LLM Support\u003C/strong>: Integrating more providers like Qwen and Deepseek.[](https://github.com/bytedance/trae-agent/issues/14)\u003C/li>\n\t\u003Cli>\u003Cstrong>Enhancing MCP (Model Context Protocol)\u003C/strong>: Enabling secure connections between data sources and AI tools.\u003C/li>\n\t\u003Cli>\u003Cstrong>Strengthening Unit Testing\u003C/strong>: Building a robust testing framework to ensure reliability.\u003C/li>\n\t\u003Cli>\u003Cstrong>Migrating to Rust\u003C/strong>: Improving performance and scalability.\u003C/li>\n\u003C/ul>\n\n\u003Cp>The team also plans to enrich the CLI interface and add more tools to handle diverse workflows, making Trae Agent a comprehensive coding companion.\u003C/p>\n\n\u003Chr />\n\u003Ch4>\u003Cstrong>Why Trae Agent Matters\u003C/strong>\u003C/h4>\n\n\u003Cp>Trae Agent&rsquo;s release marks a significant step toward democratizing AI-driven software development.\u003C/p>\n\n\u003Cp>&nbsp;By open-sourcing a tool that rivals proprietary solutions, ByteDance empowers developers to automate repetitive tasks, focus on creative problem-solving, and accelerate project timelines. Its top-tier performance on SWE-bench Verified underscores its reliability, while its open-source model invites collaboration, potentially shaping the future of AI coding assistants.\u003C/p>\n\n\u003Cp>For businesses, Trae Agent reduces dependency on human engineers for routine tasks, lowering costs and boosting efficiency. For researchers, its transparent design offers a playground for advancing AI agent architectures. And for individual developers, it&rsquo;s a free, powerful tool to supercharge productivity.\u003C/p>\n\n\u003Chr />\n\u003Cp>\u003Cstrong>Also read:\u003C/strong>\u003C/p>\n\n\u003Cul>\n\t\u003Cli>\u003Ca href=\"https://quasa.io/media/alphabet-googl-emerges-as-the-world-s-most-profitable-company\">Alphabet (GOOGL) Emerges as the World&rsquo;s Most Profitable Company\u003C/a>\u003C/li>\n\t\u003Cli>\u003Ca href=\"https://quasa.io/media/minimax-continues-to-impress-with-new-speech-generator\">MiniMax Continues to Impress with New Speech Generator\u003C/a>\u003C/li>\n\t\u003Cli>\u003Ca href=\"https://quasa.io/media/nvidia-launches-robots-in-hospitals-with-nurabot\">NVIDIA Launches Robots in Hospitals with Nurabot\u003C/a>\u003C/li>\n\u003C/ul>\n\n\u003Chr />\n\u003Ch4>\u003Cstrong>Get Started Today\u003C/strong>\u003C/h4>\n\n\u003Cp>Ready to explore Trae Agent? Visit the GitHub repository at [github.com/bytedance/trae-agent](https://github.com/bytedance/trae-agent) to dive into the code, set up the CLI, and start experimenting. Whether you&rsquo;re writing a script from scratch, debugging a complex issue, or contributing to the project, Trae Agent offers a glimpse into the future of coding &mdash; where AI and human ingenuity collaborate seamlessly. (https://github.com/bytedance/trae-agent)\u003C/p>\n\n\u003Cp>Join the open-source community, test Trae Agent&rsquo;s capabilities, and help shape the next generation of AI-powered development tools. The era of autonomous coding is here, and ByteDance is leading the charge.\u003C/p>\n\n\u003Cp>Author: \u003Ca href=\"https://www.linkedin.com/in/slava-vasipenok/\">Slava Vasipenok\u003C/a>\u003Cbr />\nFounder and CEO of \u003Ca href=\"https://quasa.io/team\">QUASA\u003C/a> (quasa.io) - Daily insights on Web3, AI, Crypto, and Freelance. Stay updated on finance, technology trends, and creator tools - with sources and real value.\u003C/p>\n\n\u003Cp>Innovative entrepreneur with over 20 years of experience in IT, fintech, and blockchain. Specializes in decentralized solutions for freelancing, helping to overcome the barriers of traditional finance, especially in developing regions.\u003C/p>\n\n\u003Cp>This is not financial or investment advice. Always do your own research (DYOR).\u003C/p>","bytedance-open-sources-trae-agent-a-revolutionary-ai-coding-assistant","2025-07-08T09:24:51.000000Z","2025-07-23T03:24:00.000000Z","23.07.2025",{"image":82,"image_webp":83,"thumb":84,"thumb_webp":85},"https://cdn.quasa.io/images/news/qY0CSzFwuVw4cDZvbLyczcXUXSaKAR34CDjYZe82.jpg","https://cdn.quasa.io/images/news/qY0CSzFwuVw4cDZvbLyczcXUXSaKAR34CDjYZe82.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/qY0CSzFwuVw4cDZvbLyczcXUXSaKAR34CDjYZe82.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/qY0CSzFwuVw4cDZvbLyczcXUXSaKAR34CDjYZe82.webp","small",null,2934,0,"en",{"id":42,"title":43,"slug":44,"meta_title":92,"meta_description":93,"meta_keywords":94,"deleted_at":87,"created_at":95,"updated_at":96,"lang":90},"Quasa media blog about growth hacking in Tech","All the most interesting and useful about technologies. Exclusive articles from technologies you won't find anywhere else.","Technology, tech, business, ai, gadget, gadgets, life hacks","2023-03-23T08:15:32.000000Z","2024-08-25T15:37:57.000000Z",[98,112,124,136,149],{"title":99,"description":100,"slug":101,"created_at":102,"publish_at":102,"formatted_created_at":103,"category":104,"links":105,"view_type":86,"video_url":87,"views":110,"likes":89,"lang":90,"comments_count":89,"is_pinned":111},"Cloudflare Just Made Email a First-Class Citizen for AI Agents — And Traditional Email Services Are Feeling It","On April 17, 2026, Cloudflare quietly turned a long-standing dream into reality: it moved Email Service into public beta and added full Email Sending alongside the years-old Email Routing.","cloudflare-just-made-email-a-first-class-citizen-for-ai-agents-and-traditional-email-services-are-feeling-it","2026-04-19T18:41:05.000000Z","19.04.2026",{"title":43,"slug":44},{"image":106,"image_webp":107,"thumb":108,"thumb_webp":109},"https://cdn.quasa.io/images/news/BL8rqDdPh380Xfk5TP00aXBFWdOVXI5BUQ1TuSaC.jpg","https://cdn.quasa.io/images/news/BL8rqDdPh380Xfk5TP00aXBFWdOVXI5BUQ1TuSaC.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/BL8rqDdPh380Xfk5TP00aXBFWdOVXI5BUQ1TuSaC.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/BL8rqDdPh380Xfk5TP00aXBFWdOVXI5BUQ1TuSaC.webp",6,false,{"title":113,"description":114,"slug":115,"created_at":116,"publish_at":116,"formatted_created_at":103,"category":117,"links":118,"view_type":86,"video_url":87,"views":123,"likes":89,"lang":90,"comments_count":89,"is_pinned":111},"Mozilla Nails It: Thunderbolt Brings “ChatGPT at Home” to the Enterprise — Without Vendor Lock-In","While OpenAI and Anthropic race to sell their proprietary AI platforms to big corporations, Mozilla’s subsidiary MZLA Technologies has taken a very different route.","mozilla-nails-it-thunderbolt-brings-chatgpt-at-home-to-the-enterprise-without-vendor-lock-in","2026-04-19T15:37:27.000000Z",{"title":58,"slug":63},{"image":119,"image_webp":120,"thumb":121,"thumb_webp":122},"https://cdn.quasa.io/images/news/qaAODXSpJy6qpJc0eO9DQ2Y6ccJR1tlL5i3mN0kV.jpg","https://cdn.quasa.io/images/news/qaAODXSpJy6qpJc0eO9DQ2Y6ccJR1tlL5i3mN0kV.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/qaAODXSpJy6qpJc0eO9DQ2Y6ccJR1tlL5i3mN0kV.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/qaAODXSpJy6qpJc0eO9DQ2Y6ccJR1tlL5i3mN0kV.webp",23,{"title":125,"description":126,"slug":127,"created_at":128,"publish_at":128,"formatted_created_at":103,"category":129,"links":130,"view_type":86,"video_url":87,"views":135,"likes":89,"lang":90,"comments_count":89,"is_pinned":111},"X Is Finally Cracking Down on Unlabeled Ads — And It’s Personal","For years, X (formerly Twitter) has been a playground for undisclosed promotions, coordinated spam networks, and “native” advertising that masquerades as organic content.","x-is-finally-cracking-down-on-unlabeled-ads-and-it-s-personal","2026-04-19T15:07:48.000000Z",{"title":65,"slug":66},{"image":131,"image_webp":132,"thumb":133,"thumb_webp":134},"https://cdn.quasa.io/images/news/CQJ1gdssFGyJpfhfmRU2X4WT5fk5Boc8APXsjWX6.jpg","https://cdn.quasa.io/images/news/CQJ1gdssFGyJpfhfmRU2X4WT5fk5Boc8APXsjWX6.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/CQJ1gdssFGyJpfhfmRU2X4WT5fk5Boc8APXsjWX6.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/CQJ1gdssFGyJpfhfmRU2X4WT5fk5Boc8APXsjWX6.webp",25,{"title":137,"description":138,"slug":139,"created_at":140,"publish_at":141,"formatted_created_at":103,"category":142,"links":143,"view_type":86,"video_url":87,"views":148,"likes":89,"lang":90,"comments_count":89,"is_pinned":111},"Bitcoin Developers Propose BIP-361: Quantum-Proof Migration That Would Freeze Millions of Legacy Coins","In a move that could reshape the security of Bitcoin’s unspent transaction outputs forever, Bitcoin developers have introduced BIP-361 — officially titled “Post Quantum Migration and Legacy Signature Sunset.”","bitcoin-developers-propose-bip-361-quantum-proof-migration-that-would-freeze-millions-of-legacy-coins","2026-04-17T11:38:06.000000Z","2026-04-19T11:29:00.000000Z",{"title":43,"slug":44},{"image":144,"image_webp":145,"thumb":146,"thumb_webp":147},"https://cdn.quasa.io/images/news/XW07GuAbFLRaVskP2iUsv0witLmM4GwiSlwMPZpp.jpg","https://cdn.quasa.io/images/news/XW07GuAbFLRaVskP2iUsv0witLmM4GwiSlwMPZpp.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/XW07GuAbFLRaVskP2iUsv0witLmM4GwiSlwMPZpp.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/XW07GuAbFLRaVskP2iUsv0witLmM4GwiSlwMPZpp.webp",45,{"title":150,"description":151,"slug":152,"created_at":153,"publish_at":154,"formatted_created_at":103,"category":155,"links":156,"view_type":86,"video_url":87,"views":161,"likes":89,"lang":90,"comments_count":89,"is_pinned":111},"Thomas Peterffy’s Bold Vision for Prediction Markets: Why Interactive Brokers Is Betting Big on “Useful” Bets","In a wide-ranging conversation on Bloomberg’s Odd Lots podcast, Thomas Peterffy — founder, chairman, and CEO of Interactive Brokers (IBKR) — sat down to discuss one of the most intriguing projects in his company’s 50-year history: IBKR ForecastTrader, the brokerage giant’s freshly launched prediction market platform.","thomas-peterffy-s-bold-vision-for-prediction-markets-why-interactive-brokers-is-betting-big-on-useful-bets","2026-04-16T18:39:15.000000Z","2026-04-19T09:31:00.000000Z",{"title":65,"slug":66},{"image":157,"image_webp":158,"thumb":159,"thumb_webp":160},"https://cdn.quasa.io/images/news/48nr7BL364AeGyF1lbFbh13tx14RNr0P2uUnbVe0.jpg","https://cdn.quasa.io/images/news/48nr7BL364AeGyF1lbFbh13tx14RNr0P2uUnbVe0.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/48nr7BL364AeGyF1lbFbh13tx14RNr0P2uUnbVe0.jpg","https://cdn.quasa.io/thumbs/news-thumb/images/news/48nr7BL364AeGyF1lbFbh13tx14RNr0P2uUnbVe0.webp",56,[163,176,192,204,219],{"title":164,"description":165,"slug":166,"created_at":167,"publish_at":168,"formatted_created_at":169,"category":170,"links":171,"view_type":86,"video_url":87,"views":174,"likes":175,"lang":90,"comments_count":89,"is_pinned":111},"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":172,"image_webp":87,"thumb":173,"thumb_webp":173},"https://cdn.quasa.io/images/news/mVsXPTMuHZuI7UXCsENgL1Qwp1uSOf7Rz3uVPMfm.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/mVsXPTMuHZuI7UXCsENgL1Qwp1uSOf7Rz3uVPMfm.webp",70821,2,{"title":177,"description":178,"slug":179,"created_at":180,"publish_at":181,"formatted_created_at":182,"category":183,"links":184,"view_type":189,"video_url":87,"views":190,"likes":191,"lang":90,"comments_count":89,"is_pinned":111},"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":185,"image_webp":186,"thumb":187,"thumb_webp":188},"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",70586,4,{"title":193,"description":194,"slug":195,"created_at":196,"publish_at":197,"formatted_created_at":198,"category":199,"links":200,"view_type":86,"video_url":87,"views":203,"likes":191,"lang":90,"comments_count":89,"is_pinned":111},"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":201,"image_webp":87,"thumb":202,"thumb_webp":202},"https://cdn.quasa.io/images/news/EOsQhSW3VXyG7a6NPdE1oZd00xfJXe3bjY5aJGb7.webp","https://cdn.quasa.io/thumbs/news-thumb/images/news/EOsQhSW3VXyG7a6NPdE1oZd00xfJXe3bjY5aJGb7.webp",68219,{"title":205,"description":206,"slug":207,"created_at":208,"publish_at":209,"formatted_created_at":210,"category":211,"links":212,"view_type":86,"video_url":87,"views":217,"likes":175,"lang":90,"comments_count":218,"is_pinned":111},"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":213,"image_webp":214,"thumb":215,"thumb_webp":216},"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",42197,1,{"title":220,"description":221,"slug":222,"created_at":223,"publish_at":224,"formatted_created_at":225,"category":226,"links":227,"view_type":189,"video_url":87,"views":232,"likes":175,"lang":90,"comments_count":89,"is_pinned":111},"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":228,"image_webp":229,"thumb":230,"thumb_webp":231},"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",41293,[234,235,236,237,238,239,240,241,242,243,244,245,246],{"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}]