[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"article-5-open-source-ai-agents-to-know-en":3,"article-related-5-open-source-ai-agents-to-know-en":38,"series-industry-7c84ef6e-6144-4563-a91f-ee38362dc2e1":91},{"id":4,"title":5,"content":6,"summary":7,"source":8,"source_url":9,"author":10,"image_url":11,"keywords":12,"language":21,"translated_content":10,"views":22,"is_premium":23,"created_at":24,"updated_at":24,"cover_image":11,"published_at":25,"rewrite_status":26,"rewrite_error":10,"rewritten_from_id":27,"slug":28,"category":29,"related_article_id":30,"status":31,"google_indexed_at":10,"x_posted_at":10,"tweet_text":10,"title_rewritten_at":10,"title_original":10,"key_takeaways":32,"topic_cluster_id":36,"embedding":37,"is_canonical_seed":23},"7c84ef6e-6144-4563-a91f-ee38362dc2e1","5 open source AI agents to know","\u003Cp data-speakable=\"summary\">This list explains five \u003Ca href=\"\u002Ftag\u002Fopen-source-ai\">open source AI\u003C\u002Fa> agents and what each is best for.\u003C\u002Fp>\u003Cp>Open source \u003Ca href=\"\u002Ftag\u002Fai-agents\">AI agents\u003C\u002Fa> now span coding, research, browser work, and workflow automation, with one benchmark note showing success rates dropped after 35 minutes of human interaction.\u003C\u002Fp>\u003Ch2>1. Open Interpreter\u003C\u002Fh2>\u003Cp>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FOpenInterpreter\u002Fopen-interpreter\">Open Interpreter\u003C\u002Fa> is the most direct way to turn natural language into local computer actions. It is useful when you want an \u003Ca href=\"\u002Ftag\u002Fagent\">agent\u003C\u002Fa> that can write code, run commands, and explain what it is doing while staying close to the terminal.\u003C\u002Fp>\n\u003Cfigure class=\"my-6\">\u003Cimg src=\"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779123874591-27gz.png\" alt=\"5 open source AI agents to know\" class=\"rounded-xl w-full\" loading=\"lazy\" \u002F>\u003C\u002Ffigure>\n\u003Cp>Its appeal is simplicity: you ask for a task, it plans the steps, and it executes them in a visible loop. That makes it a good fit for developers who want an assistant that can inspect files, edit code, and automate repetitive shell work without a large framework in the middle.\u003C\u002Fp>\u003Cul>\u003Cli>Best for: local coding help and command-line automation\u003C\u002Fli>\u003Cli>Typical use: file edits, script runs, quick debugging\u003C\u002Fli>\u003Cli>Why it matters: low setup compared with larger agent stacks\u003C\u002Fli>\u003C\u002Ful>\u003Ch2>2. AgentGPT\u003C\u002Fh2>\u003Cp>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Freworkd\u002FAgentGPT\">AgentGPT\u003C\u002Fa> is built for people who want to spin up autonomous task loops in a browser. It is a straightforward entry point for experimenting with goal-based agents that break work into steps and keep going until they finish or fail.\u003C\u002Fp>\u003Cp>Compared with coding-first tools, AgentGPT is more about showcasing agent behavior than embedding deeply into a production app. That makes it useful for prototypes, demos, and teams that want to test how far an agent can get on open-ended tasks before adding stronger controls.\u003C\u002Fp>\u003Cul>\u003Cli>Best for: browser-based agent demos and prototypes\u003C\u002Fli>\u003Cli>Typical use: task decomposition, iterative execution, simple research\u003C\u002Fli>\u003Cli>Watch for: limited reliability on complex, long-running jobs\u003C\u002Fli>\u003C\u002Ful>\u003Ch2>3. BabyAGI\u003C\u002Fh2>\u003Cp>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fyoheinakajima\u002Fbabyagi\">BabyAGI\u003C\u002Fa> is one of the early names in autonomous task management. It became popular because it showed how an agent can generate tasks, prioritize them, and feed results back into the next step.\u003C\u002Fp>\n\u003Cfigure class=\"my-6\">\u003Cimg src=\"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779123865932-c68v.png\" alt=\"5 open source AI agents to know\" class=\"rounded-xl w-full\" loading=\"lazy\" \u002F>\u003C\u002Ffigure>\n\u003Cp>Today, its main value is as a compact pattern for understanding agent loops. If you are building your own system, BabyAGI is a clear reference for task queues, memory, and self-directed iteration without needing a full enterprise platform.\u003C\u002Fp>\u003Cul>\u003Cli>Best for: learning agent architecture\u003C\u002Fli>\u003Cli>Typical use: task creation, prioritization, result chaining\u003C\u002Fli>\u003Cli>Good to know: more educational than polished for production\u003C\u002Fli>\u003C\u002Ful>\u003Ch2>4. PR-Agent\u003C\u002Fh2>\u003Cp>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FCodium-ai\u002Fpr-agent\">PR-Agent\u003C\u002Fa> focuses on one narrow job: helping with pull requests. It reviews code changes, summarizes diffs, and can suggest improvements, which makes it practical for teams that want AI support inside the Git workflow.\u003C\u002Fp>\u003Cp>Because it is domain-specific, PR-Agent avoids some of the uncertainty that comes with general-purpose agents. That narrow scope is a strength for engineering teams that want faster reviews, better issue spotting, and less time spent on repetitive pull request reading.\u003C\u002Fp>\u003Cul>\u003Cli>Best for: code review and pull request support\u003C\u002Fli>\u003Cli>Typical use: diff summaries, review comments, change explanations\u003C\u002Fli>\u003Cli>Why teams like it: focused scope and easy workflow fit\u003C\u002Fli>\u003C\u002Ful>\u003Ch2>5. GPT Researcher\u003C\u002Fh2>\u003Cp>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fassafelovic\u002Fgpt-researcher\">GPT Researcher\u003C\u002Fa> is designed for multi-source research jobs. It searches, gathers information, and organizes findings into a report, which is handy when the task is less about action and more about synthesis.\u003C\u002Fp>\u003Cp>This kind of agent is a good match for analysts, marketers, and product teams that need structured summaries from many sources. It is also a useful example of where agentic systems shine: tasks with branching paths, changing evidence, and a need to keep context across several steps.\u003C\u002Fp>\u003Cul>\u003Cli>Best for: research summaries and report generation\u003C\u002Fli>\u003Cli>Typical use: source gathering, citation-style synthesis, topic briefs\u003C\u002Fli>\u003Cli>Watch for: quality depends on source selection and prompt scope\u003C\u002Fli>\u003C\u002Ful>\u003Ch2>How to decide\u003C\u002Fh2>\u003Cp>If you want local automation and code execution, start with Open Interpreter. If you want a simple agent demo, AgentGPT is easier to explore. If your goal is to understand agent loops, BabyAGI is the clearest reference. For team workflows, PR-Agent is the most practical, and for multi-source writing, GPT Researcher is the strongest fit.\u003C\u002Fp>\u003Cp>The right choice depends on where you want the agent to work: terminal, browser, pull request, or research pipeline. In general, pick the narrowest tool that matches the job, because agent systems add memory, orchestration, and failure handling that are not worth the cost for every task.\u003C\u002Fp>","5 open source AI agents worth knowing, from coding copilots to research bots, with notes on what each is best for.","aimultiple.com","https:\u002F\u002Faimultiple.com\u002Fopen-source-ai-agents",null,"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779123874591-27gz.png",[13,14,15,16,17,18,19,20],"open source AI agents","AI agent frameworks","Open Interpreter","AgentGPT","BabyAGI","PR-Agent","GPT Researcher","agentic AI","en",0,false,"2026-05-18T17:04:02.040493+00:00","2026-05-18T17:04:02.031+00:00","done","06e379b1-25dd-421f-94c1-5dfcd4bb5c31","5-open-source-ai-agents-to-know-en","industry","b82b3114-52f1-4937-937c-4af1071e660c","published",[33,34,35],"Open source AI agents are strongest when the task has clear steps, tool use, and feedback loops.","Coding, research, and pull request review are the most practical open source agent use cases.","Pick the narrowest agent that matches the job to keep complexity, latency, and cost down.","50ad070c-8891-4ccc-a7ee-038aa8918c86","[-0.026795754,-0.010434266,0.013300421,-0.07911605,-0.02389036,0.0077262027,-0.029081266,0.019584268,0.009354884,0.004792174,-0.011792737,0.018365668,-0.00018946247,0.007344298,0.1372059,0.009914902,-0.0016807913,0.004284028,0.024643898,-0.019403711,0.0023474495,0.00067779754,-0.00072119077,-0.010093326,-0.005415365,-0.011979346,0.011007863,-0.013874119,0.050511125,0.023368254,-0.006293054,0.011029666,0.009728502,-0.0070326114,0.019789943,0.009881651,0.03623128,0.013945758,-0.0020806126,0.011721844,0.0025367204,-0.0033809254,-0.010410086,0.0104834,-0.02015806,-0.008117694,-0.021001464,-0.021468516,-0.0301758,0.010656313,-0.007818121,0.029440943,0.0018266727,-0.15177539,-0.0116882045,0.004363553,-0.0020381089,0.0047664973,0.05168667,-0.0015202232,-0.0034640015,0.004866852,-0.024306396,-0.0031156524,-0.0033142439,-0.019998033,-0.0026077987,-0.00668158,-0.0066400133,-0.013648078,-0.010871127,0.005934558,0.003763049,-0.0301125,0.019322455,-0.003378355,-0.011195982,0.01848236,0.013918404,0.04375553,0.013855755,-0.007210063,-0.0031128866,0.011028074,0.0023782589,0.00039389616,-0.014356506,-0.012850602,-0.0002742784,-0.008848258,0.037456624,0.0063846004,0.020518363,0.01172901,-0.008975752,-0.006333643,-0.0043525337,-0.017138187,-0.0108329,-0.0031947363,0.0058078887,-0.02536374,0.013867099,-0.0012603309,-0.004235408,-0.013082579,-0.009476417,0.0016913561,-0.008625375,0.021344434,0.022718647,-0.016164556,-0.021993924,0.03471085,0.013433538,-0.11285826,-0.015403373,0.0023650913,-0.0027666914,-0.016483705,-0.014460131,0.014713222,0.0022402732,0.00434517,0.016470617,-0.004747307,-0.001346149,-0.007020286,-0.0165001,0.029131483,-0.037368316,-0.019661931,0.009091057,-0.032596443,0.0030399335,0.019421384,-0.009755483,0.00208238,-0.024612663,-0.020832725,0.01777231,0.030897958,0.0022705772,0.00983647,-0.031328,0.0037076864,-0.029070621,0.0027443601,-0.007265898,-0.010711559,0.014334564,-0.016079862,-0.014121226,-0.016409105,0.029474383,-0.01438234,-0.0099324705,0.004295299,0.01359683,-0.0012341408,0.0034854645,-0.019329317,-0.01333969,0.0076292744,-0.0012137032,0.032536577,-0.0062939865,-0.00317683,-0.0022952426,0.012362275,-0.008369085,-0.017439792,0.0060843453,-0.020009441,0.02085649,0.015248335,0.001111516,0.01215796,0.026740147,-0.0021296986,0.02232393,0.021649573,-0.0037575667,0.004069226,-0.0036449358,-0.0022552772,-0.0036599105,0.0045556165,-0.0032747064,0.0074678683,-0.018784104,0.004284293,0.040085383,-0.01584711,-0.0026685486,-0.0042992122,0.011567108,-0.014232489,-0.015952084,0.014965313,0.0206807,-0.0074170274,0.027013876,-0.03422854,-0.011602988,0.011807283,-0.027149512,-0.022152912,0.0061990847,-0.033652898,-0.013920554,0.011068996,0.017067747,0.00022967125,0.009088221,0.005028275,0.005217177,-0.00019413386,0.008868939,-0.002048409,0.0015502988,-0.03323452,0.029616008,0.025673099,0.0050178324,-0.010693946,0.010021411,0.0030690287,-0.020514227,0.003389575,0.041027907,0.027776884,-0.0153223835,0.014820922,0.008415052,0.00053021254,-0.029644232,0.01332271,0.00724062,0.024119359,-0.027161282,0.014388446,-0.009321398,0.040069673,0.039862216,-0.021477517,0.010315442,0.0050689727,-0.010254677,-0.0061747017,-0.012705664,0.021732658,-0.0078113903,0.0021574232,-0.0051220115,0.0064614518,-0.016739458,0.035069592,-0.037849996,-0.014476993,-0.0056400513,0.0050274935,0.01614582,-0.019560277,-0.01304191,0.021154575,0.011664474,-0.0077754934,-0.00034767005,0.02690511,-0.018066343,0.029315524,0.025979577,-0.016756594,0.008040802,-0.004219922,-0.040551238,0.044259384,-0.011124677,0.0043341224,0.0075305016,-0.0058554723,-0.031386193,0.0116463145,0.008187649,0.007447984,-0.020080324,-0.01713509,-0.0062469295,0.008674646,0.019621976,0.0024004753,-0.015411855,-0.011684693,-0.017455548,-0.017306695,-0.006571252,-0.0011732258,0.0002425342,-4.0636765e-05,0.01901913,-0.0440828,0.031317804,0.056027275,-0.016197683,0.001128672,-0.00036706912,0.004539707,0.009478594,-0.0035164086,0.01819886,-0.0033571296,0.018128993,-0.038904354,-0.009305159,-0.0075293025,0.003474216,0.00032699265,-0.014984097,-0.017174738,-0.017563155,-0.011636391,-0.0067342496,-0.019163663,0.001130716,-0.026278106,0.0028030155,0.023364747,0.014872389,-0.016982008,-0.01469615,-0.023263073,0.027661426,-0.009237317,0.008748521,0.009734948,0.0014882382,-0.009132497,-0.0026920945,0.022723297,-0.009016528,0.010251034,-0.016097782,-0.014090555,-0.0049529066,0.02389492,-0.0027153436,-0.009801794,0.0013346082,-0.014583783,0.038419,-0.017198455,-0.018898156,-0.019889472,-0.014548673,0.014911437,-0.004822492,0.022870041,0.028771924,0.0074076545,-0.0013395072,-0.017818742,-0.017163415,-0.030349761,0.0042159525,-0.023002034,0.0066369087,0.021144802,-0.019225158,0.027404526,0.0019639502,-0.008681639,-0.017874517,-0.006682447,0.004270055,0.005379993,-0.011983366,0.01674814,-0.025583286,0.021810971,-0.0048060375,0.0133441165,-0.013165837,-0.02005135,-0.013466359,0.008160719,0.025435584,0.004597104,-0.0013983143,-0.00985535,0.020915283,0.01803209,-0.013223984,0.00708584,0.001063374,-0.0058434713,-0.011648362,0.028788483,0.009212389,-0.027672386,0.0023535169,0.006997173,-0.019540763,0.032939196,-0.014539782,0.018536007,-0.0044475,0.023588626,0.020461055,-0.029826047,0.01689082,0.03209045,0.010023786,0.003049224,0.0055145733,-0.00052865315,-0.012659757,-0.014121191,-0.0024458026,-0.028075716,-0.01471126,0.031553265,-0.0020772049,0.008152721,-0.016924784,-0.0011411774,-0.020811252,-0.008828168,0.008975653,0.013257757,0.005775148,0.017764172,-0.0028995757,-0.012044097,-0.035265137,-0.0038047617,-0.0041642813,-0.040564753,-0.02072049,-0.023350868,0.00027445497,0.0145536605,-0.0018360816,0.015869709,0.038370777,-0.0062342435,-0.0006743245,-0.01449771,-0.040220257,0.008440196,0.021098988,-0.00018272469,0.011626192,-0.006616869,0.006006296,0.022301678,-0.0007417159,0.01025709,0.018369926,-0.03893891,-0.0062804734,0.011221662,-0.0038005186,-0.01902074,-0.0010925868,-0.03168747,-0.028507903,-0.02913223,0.0031334637,0.024547262,-0.012161045,-0.00047609134,0.03295148,-0.019774871,0.009476347,-0.019156566,-0.00097082765,0.0038281123,0.0066817203,0.015033348,0.03225884,0.0067962506,0.00033244098,-0.029438486,0.0045865253,0.017004278,-0.014898205,-0.011433744,-0.0114425225,0.011980786,0.0330892,-0.007252896,0.0052691735,0.0073477,-0.026541995,-0.031552672,-0.0061546415,-0.007768622,-0.020144256,0.019814169,-0.017606825,-0.018570786,-0.019061547,0.02794905,0.0142835565,-0.032142527,-0.018907072,-0.0090287365,-0.00057006284,-0.010483265,-0.015520814,-0.025181271,0.014534069,0.018857194,-0.015359055,-0.018020244,0.009545665,-0.016338507,0.009277229,0.008594919,-0.011307607,-0.007831553,-0.008363329,0.010320418,-0.0046148878,-0.018829852,0.017112724,0.015808925,-0.010753757,-0.0063520633,0.011693274,0.014332813,-0.0041655623,-0.012491073,0.01624484,0.018056488,0.023203084,0.017891442,-0.029183587,0.0114966035,-0.03790684,-0.025707258,-0.024895212,-0.022319771,0.056370053,-0.10989328,0.025437852,0.013411979,0.016160939,0.006107918,0.0059067286,-0.0013334429,0.0054114456,-0.02175375,0.022684311,0.016868062,-0.0046380167,0.012142821,-0.016702143,-0.019925168,-0.012762585,-0.01598058,-0.014674952,0.015066704,0.0017566666,0.020908892,-0.0066519575,-0.009033897,-0.016978465,0.012358979,-0.03287557,0.032854132,0.012930898,-0.011298703,0.019356217,-0.010522396,0.0014479827,-0.0015933411,0.00046826547,-0.016253352,0.0016949413,0.007109249,0.0005230878,0.010897954,0.008735879,0.018197529,0.016895821,-0.008381844,-0.04474669,-0.01659097,-0.005758673,0.0032588067,-0.005422535,0.01745306,0.002448207,-0.046334114,-0.01630275,-0.013699786,-0.045130365,-0.021629896,0.019129088,-0.029240943,0.013958094,-0.009795811,0.004094238,-0.009410593,0.008191125,0.004994121,0.014738715,-0.012020838,0.025951758,0.0024087252,0.03753358,0.008426006,-0.006016868,0.009843909,-0.03909493,0.007898957,0.007043423,-0.0138445785,0.023276806,-0.01534397,0.03584346,0.006286125,0.005692496,-0.023190424,-0.026182,-0.07651684,-0.014239939,0.0057689105,-0.010996912,-0.017189415,-0.026025614,-0.013349571,-0.010683329,0.009538887,-0.026995322,0.010625171,0.0059437132,-0.002972192,-0.036678374,0.03367682,-0.0024398593,-0.010697534,0.017897673,0.014577639,-0.025405578,-0.023576822,-0.003410463,0.04645461,-0.040521093,-0.00019982862,0.03716333,-0.015328549,0.015357009,-0.004052024,0.008595879,-0.003320015,-0.1505901,0.004232453,-0.0091045555,0.005938672,0.014177317,0.007222903,-0.004877116,0.044780027,0.0113022,-0.0057182675,-0.012560353,-0.005049991,-0.034125905,0.0032612646,-0.0046866057,0.100019895,-0.012247979,0.0099216625,-0.017211631,-0.006518231,0.0073685334,-0.02536776,-0.02505258,0.012054449,-0.013733671,0.0056313537,-0.002467751,-0.012072714,0.003718736,-0.0021560988,0.015170549,0.018063355,-0.0198624,-0.021903321,0.016731292,-0.0070351427,-0.0008030231,-0.045289326,0.021205388,-0.0025156154,0.0075044986,0.003929693,0.0018936133,-0.03456203,0.004707671,0.005421062,-0.0311792,-0.025401933,0.008446551,-0.018661097,-0.019421976,-0.06541704,0.019827584,-0.011445313,0.02487554,0.022290923,-0.0038592364,-0.0039261915,0.019272534,0.02331451,0.0018809183,0.001310382,-0.017116131,0.0018943871,-0.023351362,0.004262557,0.007754715,0.02361873,0.0075782817,0.02084919,0.019364422,0.0013537147,0.018867552,-0.0018416663,-0.009174892,-0.01891101,0.0111663835,0.02249972,0.049922246,-0.012930022,0.003201425,-0.009955157,0.01682452,-0.020941524,0.026497183,-0.015512135,-0.028966438,-0.040625982,0.015233702,-0.0050874786,0.017304275,0.016900837,0.009079319,0.032093428,-0.017596308,0.015957778,0.038781367,-0.00350803,-0.010135596,-0.007505428,-0.013060866,-0.020967845,0.036618866,0.0026077833,-0.0065589845,0.026597451,-0.013812053,-0.002370857,0.008321145,-0.018295284]",{"tags":39,"relatedLang":50,"relatedPosts":54},[40,42,44,46,48],{"name":15,"slug":41},"open-interpreter",{"name":16,"slug":43},"agentgpt",{"name":14,"slug":45},"ai-agent-frameworks",{"name":17,"slug":47},"babyagi",{"name":13,"slug":49},"open-source-ai-agents",{"id":30,"slug":51,"title":52,"language":53},"5-open-source-ai-agents-zh","5 個開源 AI 代理人","zh",[55,61,67,73,79,85],{"id":56,"slug":57,"title":58,"cover_image":59,"image_url":59,"created_at":60,"category":29},"fe1f68e7-eb82-488d-8a4f-8c2c326e49e9","chris-wright-ai-energy-loop-decoded-en","Chris Wright's AI energy loop, decoded","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779120254678-wd5d.png","2026-05-18T16:03:48.665027+00:00",{"id":62,"slug":63,"title":64,"cover_image":65,"image_url":65,"created_at":66,"category":29},"375b35ef-9ccb-451d-b38c-4e0b8a0e294c","why-meridianlink-embedded-ai-strategy-right-bet-en","Why MeridianLink’s embedded AI strategy is the right bet for lenders","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779117236573-4qib.png","2026-05-18T15:13:23.470436+00:00",{"id":68,"slug":69,"title":70,"cover_image":71,"image_url":71,"created_at":72,"category":29},"8f3774b8-362d-4bc7-87cf-2da650f1f776","anthropic-picks-co-leads-30b-funding-round-en","Anthropic Picks Co-Leads for $30B Funding Round","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779116645307-9l79.png","2026-05-18T15:03:35.586532+00:00",{"id":74,"slug":75,"title":76,"cover_image":77,"image_url":77,"created_at":78,"category":29},"101efc99-0c56-49a0-8eca-c348496e2d61","battelle-ravenstar-wins-2026-we-love-tech-award-en","Battelle’s RavenStar wins 2026 We Love Tech award","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779114241109-j83u.png","2026-05-18T14:23:32.134412+00:00",{"id":80,"slug":81,"title":82,"cover_image":83,"image_url":83,"created_at":84,"category":29},"0d66ce33-585f-4de2-aa48-a249aa55cdc7","severe-storms-central-us-hail-winds-tonight-en","Severe Storms Threaten the Central U.S. Tonight","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779107043498-cn7g.png","2026-05-18T12:23:39.03888+00:00",{"id":86,"slug":87,"title":88,"cover_image":89,"image_url":89,"created_at":90,"category":29},"71de60c8-0717-4e8f-ba6a-9731f119cd07","how-to-read-weekend-severe-weather-forecast-en","How to read a weekend severe weather forecast","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779105837675-wi2n.png","2026-05-18T12:03:23.227747+00:00",[92,97,102,107,112,117,122,127,132,137],{"id":93,"slug":94,"title":95,"created_at":96},"d35a1bd9-e709-412e-a2df-392df1dc572a","ai-impact-2026-developments-market-en","AI's Impact in 2026: Key Developments and Market Shifts","2026-03-25T16:20:33.205823+00:00",{"id":98,"slug":99,"title":100,"created_at":101},"5ed27921-5fd6-492e-8c59-78393bf37710","trumps-ai-legislative-framework-en","Trump's AI Legislative Framework: What's Inside?","2026-03-25T16:22:20.005325+00:00",{"id":103,"slug":104,"title":105,"created_at":106},"e454a642-f03c-4794-b185-5f651aebbaca","nvidia-gtc-2026-key-highlights-innovations-en","NVIDIA GTC 2026: Key Highlights and Innovations","2026-03-25T16:22:47.882615+00:00",{"id":108,"slug":109,"title":110,"created_at":111},"0ebb5b16-774a-4922-945d-5f2ce1df5a6d","claude-usage-diversifies-learning-curves-en","Claude Usage Diversifies, Learning Curves Emerge","2026-03-25T16:25:50.770376+00:00",{"id":113,"slug":114,"title":115,"created_at":116},"69934e86-2fc5-4280-8223-7b917a48ace8","openclaw-ai-commoditization-concerns-en","OpenClaw's Rise Raises Concerns of AI Model Commoditization","2026-03-25T16:26:30.582047+00:00",{"id":118,"slug":119,"title":120,"created_at":121},"b4b2575b-2ac8-46b2-b90e-ab1d7c060797","google-gemini-ai-rollout-2026-en","Google's Gemini AI Rollout Extended to 2026","2026-03-25T16:28:14.808842+00:00",{"id":123,"slug":124,"title":125,"created_at":126},"6e18bc65-42ae-4ad0-b564-67d7f66b979e","meta-llama4-fabricated-results-scandal-en","Meta's Llama 4 Scandal: Fabricated AI Test Results Unveiled","2026-03-25T16:29:15.482836+00:00",{"id":128,"slug":129,"title":130,"created_at":131},"bf888e9d-08be-4f47-996c-7b24b5ab3500","accenture-mistral-ai-deployment-en","Accenture and Mistral AI Team Up for AI Deployment","2026-03-25T16:31:01.894655+00:00",{"id":133,"slug":134,"title":135,"created_at":136},"5382b536-fad2-49c6-ac85-9eb2bae49f35","mistral-ai-high-stakes-2026-en","Mistral AI: Facing High Stakes in 2026","2026-03-25T16:31:39.941974+00:00",{"id":138,"slug":139,"title":140,"created_at":141},"9da3d2d6-b669-4971-ba1d-17fdb3548ed5","cursors-meteoric-rise-pressures-en","Cursor's Meteoric Rise Faces Industry Pressures","2026-03-25T16:32:21.899217+00:00"]