[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"article-why-microsoft-agent-framework-durable-workflows-matter-en":3,"tags-why-microsoft-agent-framework-durable-workflows-matter-en":37,"related-lang-why-microsoft-agent-framework-durable-workflows-matter-en":48,"related-posts-why-microsoft-agent-framework-durable-workflows-matter-en":52,"series-tools-4e365333-505e-49dd-ac83-3056bcd43838":89},{"id":4,"title":5,"content":6,"summary":7,"source":8,"source_url":9,"author":10,"image_url":11,"keywords":12,"language":18,"translated_content":10,"views":19,"is_premium":20,"created_at":21,"updated_at":21,"cover_image":11,"published_at":22,"rewrite_status":23,"rewrite_error":10,"rewritten_from_id":24,"slug":25,"category":26,"related_article_id":27,"status":28,"google_indexed_at":29,"x_posted_at":10,"tweet_text":10,"title_rewritten_at":10,"title_original":10,"key_takeaways":30,"topic_cluster_id":34,"embedding":35,"is_canonical_seed":36},"4e365333-505e-49dd-ac83-3056bcd43838","Why Microsoft Agent Framework’s durable workflows matter","\u003Cp data-speakable=\"summary\">\u003Ca href=\"\u002Ftag\u002Fmicrosoft\">Microsoft\u003C\u002Fa> \u003Ca href=\"\u002Ftag\u002Fagent\">Agent\u003C\u002Fa> Framework now turns agent chains into durable, stateful workflows.\u003C\u002Fp>\u003Cp>Microsoft Agent Framework’s new workflow model is the right way to build agent systems because it turns fragile prompt chains into stateful software that survives failure, restarts, and long waits. The .NET blog post shows the point plainly: the same workflow definition can run in memory for a quick console app, then move to a durable runtime with checkpointing, distributed execution, and a dashboard, without rewriting the executor code. That is not a minor convenience. It is the difference between a demo and a system you can trust when an approval step stalls, a model call times out, or a process dies halfway through an order cancellation.\u003C\u002Fp>\u003Ch2>First argument: durability is the missing feature agent builders keep hand-waving away\u003C\u002Fh2>\u003Cp>The strongest part of this release is not the graph syntax or the executor abstraction. It is the fact that the framework treats failure as normal. In the in-process runner, the workflow lives only in memory, so any crash or restart wipes state. The durable runtime fixes that with automatic checkpointing after each step, which means a workflow can resume instead of restarting from scratch. For real agent systems, that is the core requirement, not an optional extra.\u003C\u002Fp>\n\u003Cfigure class=\"my-6\">\u003Cimg src=\"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778552454873-tdga.png\" alt=\"Why Microsoft Agent Framework’s durable workflows matter\" class=\"rounded-xl w-full\" loading=\"lazy\" \u002F>\u003C\u002Ffigure>\n\u003Cp>The article’s order-cancellation example makes this concrete. A workflow can look up an order, cancel it, and send an email, all as separate executors. That same flow can be hosted in the Durable Task Scheduler, where each step becomes a durable activity and the dashboard shows the execution timeline and step inputs and outputs. This is the kind of operational visibility teams need when a customer asks, “Did the refund step run?” or “Why did the approval hang?”\u003C\u002Fp>\u003Ch2>Second argument: the graph model is better than a pile of ad hoc agent calls\u003C\u002Fh2>\u003Cp>MAF’s workflow builder gives agent orchestration an actual structure: typed executors, directed edges, compile-time contract checks, and support for sequential chains, parallel fan-out\u002Ffan-in, branching, and human approval. That matters because most agent code in the wild is still a tangle of function calls, retries, and prompt glue. A graph makes data flow explicit, and explicit data flow is what lets teams reason about correctness.\u003C\u002Fp>\u003Cp>The fan-out\u002Ffan-in pattern is the clearest proof. The post shows MAF using \u003Ca href=\"\u002Ftag\u002Fai-agents\">AI agents\u003C\u002Fa> directly as executors through an AsAIAgent extension, then sending the same input to multiple agents in parallel and waiting for all of them to finish before continuing. That is a real architectural primitive, not a toy abstraction. If you want one agent to research, another to critique, and a third to summarize, a workflow graph expresses that cleanly. A hand-rolled orchestration script does not.\u003C\u002Fp>\u003Ch2>The counter-argument\u003C\u002Fh2>\u003Cp>The best objection is that this is still another framework layer in a market already crowded with orchestration systems, durable runtimes, and agent SDKs. Teams can reasonably ask why they should adopt MAF instead of wiring agents directly to Azure Functions, Durable Task, or a custom queue-based pipeline. There is also a real concern that workflow abstractions can hide complexity until production, where debugging cross-step behavior becomes a mess.\u003C\u002Fp>\n\u003Cfigure class=\"my-6\">\u003Cimg src=\"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778552446402-ipc3.png\" alt=\"Why Microsoft Agent Framework’s durable workflows matter\" class=\"rounded-xl w-full\" loading=\"lazy\" \u002F>\u003C\u002Ffigure>\n\u003Cp>That objection is valid only if the framework adds ceremony without leverage. MAF does the opposite. The workflow definition stays the same whether you run in-process or on Durable Task, and the hosting swap is the only real change. That is the right tradeoff. You are not buying another brittle abstraction; you are buying portability between local development and production durability. The limit is obvious: if your use case is a single stateless model call, this is overkill. But for multi-step agent systems that must survive restarts and support human review, the framework is exactly the point.\u003C\u002Fp>\u003Ch2>What to do with this\u003C\u002Fh2>\u003Cp>If you are an engineer or founder building agent workflows, \u003Ca href=\"\u002Fnews\u002Fwhy-windows-users-should-stop-treating-claude-code-as-mac-on-en\">stop treating\u003C\u002Fa> orchestration as a prompt-engineering problem. Define every meaningful step as an executor, keep the graph typed and explicit, and move to a durable runtime as soon as the workflow matters to a user or a business process. Use the in-memory runner for local iteration, then switch the host to Durable Task when you need checkpointing, observability, and recovery. That path is the practical one, and Microsoft’s new workflow model finally makes it straightforward.\u003C\u002Fp>","Microsoft Agent Framework’s durable workflows turn agent chains into stateful, observable systems that survive failures.","devblogs.microsoft.com","https:\u002F\u002Fdevblogs.microsoft.com\u002Fdotnet\u002Fdurable-workflows-in-microsoft-agent-framework\u002F",null,"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778552454873-tdga.png",[13,14,15,16,17],"Microsoft Agent Framework","Durable Task Scheduler","workflow orchestration","AI agents",".NET 10","en",0,false,"2026-05-12T02:20:23.069195+00:00","2026-05-12T02:20:23.056+00:00","done","913a69d2-84d2-4e5d-a44e-29e18ccb0145","why-microsoft-agent-framework-durable-workflows-matter-en","tools","369fb0ae-2c27-42d0-9ccc-52bfc452388c","published","2026-05-12T09:00:12.855+00:00",[31,32,33],"Durable workflows turn agent chains into recoverable systems instead of fragile demos.","The graph-based executor model makes multi-step AI logic explicit, typed, and observable.","The real win is hosting portability: same workflow, in-memory locally or durable in production.","fc74280d-54a9-4ac1-ad43-504fb873e71f","[-0.023494301,0.009425219,0.022825114,-0.08767343,-0.0275566,-0.01496096,-0.011433303,0.00040030733,0.0039262003,0.028593268,-0.0027268971,0.00430674,-0.0116083305,0.03345151,0.1123149,0.0047139237,0.0043015922,0.009004734,-0.016703334,0.0117128985,-0.023166357,-0.0002904768,0.0064324383,-0.0015213713,-0.0035401536,0.0039788466,0.022840839,0.02069679,0.0479928,0.0059426487,0.0064886776,-0.022370657,-0.044129875,0.017014254,-0.0143915415,0.03015115,0.006596274,-0.0055172886,0.0020500591,-0.009522712,-0.010677176,-0.026680972,-0.0056368792,0.004885884,-0.014191737,0.015966246,0.00032595708,0.00014668907,-0.0010688549,0.0090915,0.009108608,0.027452512,0.010430541,-0.1493482,0.0030504086,-0.021949925,0.009124414,0.0044512325,-0.001190971,-0.0047028563,0.023752548,0.0010921324,-0.012305622,-0.019209687,0.0070810206,-0.01665426,0.016706236,-0.0008288458,-0.0365672,-0.018034397,0.01312979,0.00026364892,0.02604222,-0.0043194224,0.013019705,-0.047429934,-0.024857711,0.011066251,-0.0020579984,0.019343583,-0.012987046,-0.026586004,0.016863637,-0.011993839,-9.240775e-05,0.014377676,0.002627765,0.011016159,0.01226316,0.009658858,0.012166571,0.00026505638,0.024330841,-0.013722751,-0.018075999,-0.0065407814,-0.0068794037,0.010745867,0.015417535,0.013103533,-0.004001179,-0.027641866,0.017457066,0.021622444,0.018546041,0.005861011,0.006302608,0.0040795854,-0.0019894573,0.033427212,0.014837201,-0.021548448,-0.0034756714,0.011004072,-0.0069855517,-0.11942228,0.010145718,-0.019366564,-0.01864038,0.013564107,-0.019111859,0.054223742,0.01901504,0.00739442,-0.0025366882,0.022286227,-0.012928454,0.020278027,0.018338392,0.013536486,-0.018063053,-0.018913094,-0.03410858,0.01959249,-0.009952556,-0.005053445,-0.00603489,-0.009204111,-0.025275733,-0.006274406,-0.005812997,0.020999013,0.001908113,0.015559647,-0.028827561,-0.013402823,-0.059163045,0.021540107,-0.020507148,-0.020791642,0.01982565,0.0072295847,-0.001320939,-0.012664936,0.04892082,-0.005300126,-0.0067762374,-0.033532213,-0.007057383,0.002106602,-0.005101713,-0.0030522451,-0.005599914,0.013280671,-0.015311341,0.0002389445,-0.015986862,-0.0057569486,-0.011208367,0.0049905167,0.028555945,-0.023252867,0.016718106,0.022856155,0.024466535,0.0008808892,-0.0056060576,0.025329895,0.034806978,-0.036130454,0.001569071,-0.014179112,-0.030108562,0.01870004,-0.009737285,0.009901049,-0.007545776,0.0005878204,-0.012351248,0.009253321,-0.010734001,-0.01300702,-0.006745686,-0.0015350913,-0.032396704,-0.035339348,-0.008976975,0.016569292,0.010631454,0.034070212,-0.00019916092,-0.021313827,-0.024732655,-0.022330314,-0.0007262937,-0.020551832,-0.0154997455,-0.03685325,0.0076362505,0.01603827,0.00086589955,0.0063539213,0.016627537,0.0042037633,0.014652496,-0.01352589,0.0056487564,0.0077099698,-0.0008799327,-0.0040907515,0.016085146,-0.021298887,0.024505805,0.005657244,-0.005947546,-0.021111611,-0.016402952,0.018709533,-0.0061808946,0.019987956,0.009284948,0.01401266,-0.008559254,0.011702481,-0.0031672101,0.014481509,0.00031129137,-0.008339115,0.0037446318,0.03923248,-0.0063238004,0.02799105,0.001605769,0.028368752,0.01286827,-0.0022781715,0.0035505586,-0.004663801,-0.012062077,-0.014149682,0.0017958196,0.020658571,0.01859095,-0.010570998,0.023988325,-0.0063430048,0.016265225,0.0097044995,0.0065964763,-0.037372425,-0.018737506,0.037187755,-0.022998963,-0.018461762,-0.0069832657,0.017032452,-0.009285623,0.0069311103,-0.037158407,0.0056439713,0.0047813435,-0.0025562271,-0.02284529,-0.009372822,0.006306758,0.020306535,-0.03670682,0.019319205,-0.019645546,-0.013352673,-0.0035789593,-0.040296227,0.009227779,0.020966925,0.00017001618,0.01124456,-0.031974215,-0.0015918374,-0.025297448,0.012702246,0.010694621,0.009123754,-0.015767794,0.0116739515,0.0073683946,-0.013747846,-0.024953688,0.018688055,0.0033707249,-0.002824265,-0.004792715,-0.009917399,-0.01831666,0.037126835,-0.003337898,-0.029445287,0.002431858,0.033500314,0.010985885,-0.006602114,0.0079731895,-0.00013828007,-0.016537413,-0.026314206,0.022093503,-0.017641043,-0.027910598,8.974949e-05,0.01690927,0.0027960762,0.012050672,-0.0012413802,-0.007516858,0.009453733,-0.0030087286,-0.027904265,0.0107781645,-0.0022860945,0.03018138,-0.01457073,-0.002510271,-0.0099901855,0.017852249,-0.008261765,0.0018064224,0.013328905,-0.016131058,0.019524883,0.011458595,0.014049745,-0.0070292903,-0.019377092,-0.0030707708,-0.012893492,-0.020153565,0.02549193,0.035137612,-0.0054357736,0.03523891,-0.023486925,0.011795281,0.03137639,0.017523954,-0.029753085,-0.031816214,0.02339366,-0.009310014,0.028375851,0.02328273,0.017298223,0.009238769,0.012940977,-0.010734885,-0.026367912,-0.0029662626,-0.030098984,0.013207179,0.031469077,-0.009457861,-0.0029666903,0.006320864,0.0069003017,0.004445654,-0.00061570597,0.023240153,-0.013537752,-0.0017232663,-0.0111704115,-0.0015421906,0.016970016,-0.00417774,0.008108752,-0.009016293,-0.014906663,-0.010783683,0.008332995,0.008746992,0.021406109,0.005196766,-0.0178926,0.002390373,0.0023209148,-0.021473702,-0.002799559,-0.00037857916,-0.0070984876,-0.0051524797,0.029395869,-0.022745807,0.003753954,-0.013869028,-0.0011626524,-0.0017915393,0.0053618797,-0.018357163,-0.01187388,-0.0070193624,0.008668306,-0.013714367,0.011517628,0.020884695,0.0049059414,0.034044806,0.014151946,0.024789054,-0.00069647847,-0.008479246,0.015785115,-0.0009612776,0.03012479,-0.01706886,-0.015494528,-0.003522081,-0.012794471,0.025652204,0.012082741,-0.029893951,-0.0020910562,-0.05928609,-0.023542834,0.007925364,-0.007195943,-0.009864798,0.003668946,-0.007597659,-0.0238187,-0.010134034,-0.019213472,-0.014209267,-0.0076036802,0.0025248684,-0.028854074,-0.018019212,0.023863122,0.014435431,-0.0068510068,-0.01372915,-0.0011958099,-0.03355132,0.02326511,-0.0012826477,0.015731417,-0.0025248595,-0.0028371047,0.006574682,0.013324583,-0.017397571,0.041766074,0.0025498553,-0.008796716,-0.0008625891,0.005652693,0.0072748135,-0.013563787,0.006743505,-0.0048481803,-0.0031847225,-0.0018312009,-0.00020303935,0.021167653,-0.008840238,0.0066015725,0.016873753,0.002863354,-0.0028262204,-0.022844825,0.011530632,-0.0049893647,0.012146506,0.008695785,0.03972184,-0.00028105621,0.017459212,-0.021735469,0.016954228,0.018231267,-0.044910286,-0.006847818,-0.010879121,0.0024228108,0.019321525,0.011715768,-0.021553874,-0.009419958,-0.013704834,-0.00453936,0.0061558113,0.01111038,0.0006816538,0.0032683269,-0.03323367,0.01287922,-0.0011755627,0.032712027,0.00015044757,0.01491336,0.008631329,0.02598392,0.00692076,0.0004939862,0.009422647,-0.011552364,0.027761111,0.018852154,-0.022823794,-0.0047280136,0.015641946,0.015552153,0.0018862941,0.03270679,0.007463348,-0.008207317,-0.011088543,0.039065003,-0.014087657,-0.029440667,-0.008109759,0.020920195,-0.009410141,0.024402635,0.015755907,0.016819604,-0.010364946,-0.010136672,-0.0060446104,-0.008579597,0.021781936,0.002061002,-0.015823897,0.00043309852,-0.011062472,-0.011758886,0.008351623,0.030080946,0.02324992,-0.124283224,0.020448599,-0.0124697825,0.013665041,0.013817676,0.020879403,-0.021990035,-0.004046117,0.017894221,0.007217146,-0.0057799183,-0.013528078,0.024236513,-0.0274977,-0.012020809,0.0035927533,-0.016950458,-0.005724061,0.028063042,-0.011372586,0.022393601,0.001990692,-0.0013064736,-0.015728794,0.010717533,-0.014516513,0.02065039,-0.00020237284,0.016619159,-0.04227308,-0.0011472823,-0.0155588435,-0.026554087,0.007463309,0.02393118,0.0008578841,0.008995659,-0.009149161,-0.0071353037,0.03097,0.026945407,0.004668451,-0.01905347,-0.007986534,0.012973523,0.021056848,-0.021243172,-0.018297952,-0.000937332,0.013272392,-0.009149815,-0.017015012,0.006854799,-0.04291945,-0.016189992,0.012089058,0.004171805,-0.038837798,-0.004482382,0.011375099,-0.03743053,-0.019244269,-0.026797784,0.023373678,-0.014519417,0.0047870777,-0.006464342,0.015963359,-0.0011567532,-0.0011716248,-0.026848815,-0.021490453,-0.0002170819,-0.006965172,-0.009726341,0.016415665,-0.0052684555,0.0334943,-0.018756203,0.013123295,-0.036224876,-0.030603131,-0.06876595,-0.025611786,0.025562905,-0.027768118,-0.007643038,-0.017071102,0.01693321,-0.014244182,-0.036473077,0.009574312,-0.017316071,-0.021068925,-0.0012606927,-0.024944771,0.0013810241,0.011623263,0.0059936154,-0.0032782063,-0.0062802313,-0.028330745,-0.001361289,-0.013943505,0.0024976751,-0.0026753996,0.013587129,-0.0065733586,-0.014889483,0.00399736,0.01770474,0.015373658,-0.032712653,-0.13761595,0.024781441,-0.028187567,0.0408497,0.002210394,0.0019927581,0.0018692663,-0.029250627,0.022187801,-0.005198189,0.014340953,0.009482387,0.009319318,-0.01646353,-0.0016132778,0.13312523,-0.031479977,-0.002259306,0.0011299804,-0.020318465,0.0024579342,-0.008867797,0.009416262,0.015993945,-0.010735898,0.0014521942,-0.021763885,-0.014799852,-0.0070250123,-0.025575792,-0.00027559884,0.008656392,-0.019163582,-0.030765729,0.008677678,-0.016192997,0.035646442,-0.017401146,0.014942893,-0.0060787653,-0.016667226,0.023426728,0.0042741303,-0.025734808,0.0022791764,-0.007081353,-0.00832743,-0.021323966,-0.02155807,-0.0056749266,-0.021268046,-0.10141101,0.022999218,-0.0023545155,0.0038860955,-0.017431857,-0.0132746855,0.01481327,0.0014166913,0.004693167,0.02463554,-0.009148714,0.002403532,0.017172506,0.011055811,-0.0057050255,0.022239076,0.037090756,0.008247138,0.0012787889,-0.02437323,-0.012366765,0.010551332,0.0031317447,0.009996022,-0.010990799,0.001701312,0.0012824965,0.0204766,-0.012668075,0.009847476,0.0021030311,0.010943049,-0.0022512907,0.0022802209,-9.676231e-05,0.00784647,-0.011770968,0.028398437,-0.0043078326,-0.020481935,-0.008822975,-0.008136221,0.05404076,0.012662808,0.018854512,-0.011088708,-0.021560334,0.005381947,-0.008222889,-0.0025416391,-0.014022017,0.01058156,-0.0031329403,0.004102637,0.018796463,0.0014263234,0.0108658895,-0.013424968,-0.010688058]",true,[38,40,42,44,46],{"name":15,"slug":39},"workflow-orchestration",{"name":17,"slug":41},"net-10",{"name":13,"slug":43},"microsoft-agent-framework",{"name":14,"slug":45},"durable-task-scheduler",{"name":16,"slug":47},"ai-agents",{"id":27,"slug":49,"title":50,"language":51},"why-microsoft-agent-framework-durable-workflows-matter-zh","為什麼 Microsoft Agent Framework 的耐久工作流很重要","zh",[53,59,65,71,77,83],{"id":54,"slug":55,"title":56,"cover_image":57,"image_url":57,"created_at":58,"category":26},"8b02abfa-eb16-4853-8b15-63d302c7b587","why-vidhub-huiyuan-hutong-bushi-quan-shebei-tongyong-en","Why VidHub 会员互通不是“买一次全设备通用”","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778789439875-uceq.png","2026-05-14T20:10:26.046635+00:00",{"id":60,"slug":61,"title":62,"cover_image":63,"image_url":63,"created_at":64,"category":26},"abe54a57-7461-4659-b2a0-99918dfd2a33","why-buns-zig-to-rust-experiment-is-right-en","Why Bun’s Zig-to-Rust experiment is the right move","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778767895201-5745.png","2026-05-14T14:10:29.298057+00:00",{"id":66,"slug":67,"title":68,"cover_image":69,"image_url":69,"created_at":70,"category":26},"f0015918-251b-43d7-95af-032d2139f3f6","why-openai-api-pricing-is-product-strategy-en","Why OpenAI API pricing is a product strategy, not a footnote","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778749841805-uyhg.png","2026-05-14T09:10:27.921211+00:00",{"id":72,"slug":73,"title":74,"cover_image":75,"image_url":75,"created_at":76,"category":26},"7096dab0-6d27-42d9-b951-7545a5dddf33","why-claude-code-prompt-design-beats-ide-copilots-en","Why Claude Code’s prompt design beats IDE copilots","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778742651754-3kxk.png","2026-05-14T07:10:30.953808+00:00",{"id":78,"slug":79,"title":80,"cover_image":81,"image_url":81,"created_at":82,"category":26},"1f1bff1e-0ebc-4fa7-a078-64dc4b552548","why-databricks-model-serving-is-right-default-en","Why Databricks Model Serving is the right default for production infe…","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778692290314-gopj.png","2026-05-13T17:10:32.167576+00:00",{"id":84,"slug":85,"title":86,"cover_image":87,"image_url":87,"created_at":88,"category":26},"029add1b-4386-4970-bd37-45809d6f7f2f","why-ibm-bob-right-kind-ai-coding-assistant-en","Why IBM’s Bob is the right kind of AI coding assistant","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778664645900-cyz4.png","2026-05-13T09:30:22.413196+00:00",[90,95,100,105,110,115,120,125,130,135],{"id":91,"slug":92,"title":93,"created_at":94},"8008f1a9-7a00-4bad-88c9-3eedc9c6b4b1","surepath-ai-mcp-policy-controls-en","SurePath AI's New MCP Policy Controls Enhance AI Security","2026-03-26T01:26:52.222015+00:00",{"id":96,"slug":97,"title":98,"created_at":99},"27e39a8f-b65d-4f7b-a875-859e2b210156","mcp-standard-ai-tools-2026-en","MCP Standard in 2026: Integrating AI Tools","2026-03-26T01:27:43.127519+00:00",{"id":101,"slug":102,"title":103,"created_at":104},"165f9a19-c92d-46ba-b3f0-7125f662921d","rag-2026-transforming-enterprise-ai-en","How RAG in 2026 is Transforming Enterprise AI","2026-03-26T01:28:11.485236+00:00",{"id":106,"slug":107,"title":108,"created_at":109},"6a2a8e6e-b956-49d8-be12-cc47bdc132b2","mastering-ai-prompts-2026-guide-en","Mastering AI Prompts: A 2026 Guide for Developers","2026-03-26T01:29:07.835148+00:00",{"id":111,"slug":112,"title":113,"created_at":114},"d6653030-ee6d-4043-898d-d2de0388545b","evolving-world-prompt-engineering-en","The Evolving World of Prompt Engineering","2026-03-26T01:29:42.061205+00:00",{"id":116,"slug":117,"title":118,"created_at":119},"3ab2c67e-4664-4c67-a013-687a2f605814","garry-tan-open-sources-claude-code-toolkit-en","Garry Tan Open-Sources a Claude Code Toolkit","2026-03-26T08:26:20.245934+00:00",{"id":121,"slug":122,"title":123,"created_at":124},"66a7cbf8-7e76-41d4-9bbf-eaca9761bf69","github-ai-projects-to-watch-in-2026-en","20 GitHub AI Projects to Watch in 2026","2026-03-26T08:28:09.752027+00:00",{"id":126,"slug":127,"title":128,"created_at":129},"231306b3-1594-45b2-af81-bb80e41182f2","claude-code-vs-cursor-2026-en","Claude Code vs Cursor in 2026","2026-03-26T13:27:14.177468+00:00",{"id":131,"slug":132,"title":133,"created_at":134},"9f332fda-eace-448a-a292-2283951eee71","practical-github-guide-learning-ml-2026-en","A Practical GitHub Guide to Learning ML in 2026","2026-03-27T01:16:50.125678+00:00",{"id":136,"slug":137,"title":138,"created_at":139},"1b1f637d-0f4d-42bd-974b-07b53829144d","aiml-2026-student-ai-ml-lab-repo-review-en","AIML-2026 Is a Bare-Bones Student Lab Repo","2026-03-27T01:21:51.661231+00:00"]