[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"article-why-distributed-systems-talks-beat-blog-posts-en":3,"article-related-why-distributed-systems-talks-beat-blog-posts-en":36,"series-research-bdbdabd8-3175-483a-aa57-a36d9d7abf12":89},{"id":4,"title":5,"content":6,"summary":7,"source":8,"source_url":9,"author":10,"image_url":11,"keywords":12,"language":19,"translated_content":10,"views":20,"is_premium":21,"created_at":22,"updated_at":22,"cover_image":11,"published_at":23,"rewrite_status":24,"rewrite_error":10,"rewritten_from_id":25,"slug":26,"category":27,"related_article_id":28,"status":29,"google_indexed_at":10,"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":21},"bdbdabd8-3175-483a-aa57-a36d9d7abf12","Why Distributed Systems Talks Beat Blog Posts for Real Learning","\u003Cp data-speakable=\"summary\">Distributed systems talks are the fastest way to learn the field’s real tradeoffs, not blog posts.\u003C\u002Fp>\u003Cp>If you want to understand distributed systems, watch the talks and skip the polished blog-post summaries.\u003C\u002Fp>\u003Cp>The best evidence is in the list itself: it mixes Martin Kleppmann’s Cambridge lectures, Netflix’s load-spike and stateful-systems case studies, \u003Ca href=\"\u002Ftag\u002Fcloudflare\">Cloudflare\u003C\u002Fa>’s Kafka lessons, Duolingo’s Super Bowl notification story, and classics from Lamport, Armstrong, Fowler, and Aphyr. That is not random content curation. It is a map of the field’s actual learning path, from theory to failure modes to production scars.\u003C\u002Fp>\u003Ch2>First, talks compress hard-won operational knowledge better than text\u003C\u002Fh2>\u003Cp>A good distributed-systems talk does what a blog post rarely does: it shows the architecture, the failure, the metric, and the fix in one sitting. Martin Kleppmann’s Cambridge lectures are the clearest example in the list. Eight lectures can teach the vocabulary of replication, consistency, and consensus faster than weeks of piecing together scattered articles, because the material is sequenced by design instead of discovered by search.\u003C\u002Fp>\n\u003Cfigure class=\"my-6\">\u003Cimg src=\"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779075232104-iyrl.png\" alt=\"Why Distributed Systems Talks Beat Blog Posts for Real Learning\" class=\"rounded-xl w-full\" loading=\"lazy\" \u002F>\u003C\u002Ffigure>\n\u003Cp>The company case studies make the same point with sharper edges. Netflix’s “How Netflix Handles Sudden Load Spikes in the Cloud” and “How Netflix Ensures Highly-Reliable Online Stateful Systems” are not generic “best practices” pieces. They are concrete accounts of what breaks when traffic surges and state becomes the bottleneck. That specificity matters. A talk can show the tradeoff between latency, resilience, and cost in a way that a written summary usually smooths over.\u003C\u002Fp>\u003Ch2>Second, the best talks are production postmortems disguised as education\u003C\u002Fh2>\u003Cp>Distributed systems is not a field you learn by memorizing abstractions. You learn it by seeing where the abstractions fail. That is why talks like Cloudflare’s “Lessons Learnt on the Way to 1 Trillion Messages” and Duolingo’s “Delivering Millions of Notifications within Seconds During the Super Bowl” matter so much. They reveal the scale where ordinary patterns stop working and the team has to redesign around throughput, backpressure, and reliability.\u003C\u002Fp>\u003Cp>The same goes for the architecture talks in the list. “Complexity is the Gotcha of Event-driven Architecture” and “How Event Driven Architectures Go Wrong & How to Fix Them” are valuable because they treat event-driven systems as a source of failure, not a marketing slogan. In a field where teams often adopt Kafka, microservices, or sagas before they understand the operational burden, that kind of honesty is worth more than a thousand glossy diagrams.\u003C\u002Fp>\u003Ch2>Third, a curated talk list is a better signal than endless feeds\u003C\u002Fh2>\u003Cp>The strongest argument for this compilation is not the talks themselves. It is the curation. The author pulled together foundational lectures, company case studies, architecture lessons, and classics into one ordered list. That structure solves a real problem: engineers waste time bouncing between YouTube, conference archives, and RSS feeds without a clear path from beginner concepts to advanced practice.\u003C\u002Fp>\n\u003Cfigure class=\"my-6\">\u003Cimg src=\"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779075232231-73jk.png\" alt=\"Why Distributed Systems Talks Beat Blog Posts for Real Learning\" class=\"rounded-xl w-full\" loading=\"lazy\" \u002F>\u003C\u002Ffigure>\n\u003Cp>That is why the inclusion of older talks still matters. Leslie Lamport, Joe Armstrong, Greg Young, Martin Fowler, and Kyle Kingsbury are not there for nostalgia. They anchor the modern material to the ideas that still define the field: partitions, agreement, self-healing, event sourcing, and the limits of microservices. A good learning path needs historical depth, because distributed systems keeps repeating the same mistakes under new branding.\u003C\u002Fp>\u003Ch2>The counter-argument\u003C\u002Fh2>\u003Cp>The best objection is simple: talks are passive, time-consuming, and easy to overvalue. A 50-minute video can feel profound without forcing the viewer to implement anything. Blog posts, docs, and code samples are often better for direct application, especially when an engineer needs an answer now rather than a survey of the field.\u003C\u002Fp>\u003Cp>That criticism is fair, and it exposes a real limit. Talks do not replace hands-on work, and a curated list can still hide the gap between understanding a concept and operating it under production pressure. But that is not a reason to dismiss talks. It is a reason to use them for what they are best at: building a mental model of failure, tradeoff, and scale before you touch the system. In distributed systems, that sequence is not optional. Learning by incident is too expensive.\u003C\u002Fp>\u003Ch2>What to do with this\u003C\u002Fh2>\u003Cp>If you are an engineer, use a list like this as a syllabus, not entertainment. Start with the foundational lectures, then watch one company case study in the same domain you work in, then one architecture talk on the failure mode you fear most. Take notes on the exact tradeoffs, the metrics mentioned, and the failure patterns. If you are a PM or founder, use these talks to calibrate your roadmap: every “simple” distributed feature has hidden cost in latency, observability, retries, state, and support. The point is not to collect videos. The point is to build better instincts before production teaches you the hard way.\u003C\u002Fp>","Distributed systems talks are the fastest way to learn the field’s real tradeoffs, not blog posts.","www.techtalksweekly.io","https:\u002F\u002Fwww.techtalksweekly.io\u002Fp\u002F30-best-distributed-systems-talks",null,"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779075232104-iyrl.png",[13,14,15,16,17,18],"distributed systems","Martin Kleppmann","Netflix","Cloudflare","event-driven architecture","conference talks","en",0,false,"2026-05-18T03:33:25.549393+00:00","2026-05-18T03:33:25.532+00:00","done","49ee8645-300b-478d-9590-27b5a606dd6e","why-distributed-systems-talks-beat-blog-posts-en","research","e3f8d32d-9094-4717-b9fd-d799de0e521b","published",[31,32,33],"Curated talks compress distributed-systems knowledge faster than scattered articles.","Production case studies reveal the real tradeoffs behind scale and reliability.","A strong talk list works best as a syllabus, not as passive content.","3103988e-c4fe-45e3-98ab-846500c9d507","[-0.0012000116,0.00066457706,0.01087512,-0.06701495,-0.0168005,-0.0014760856,-0.021538187,-0.010448351,-0.030601367,0.030047929,-0.005453198,-0.016354114,0.030462759,0.003546545,0.1321747,0.016718045,0.030746428,0.00010927933,0.0020266052,-0.00014709996,0.01205971,0.008545337,0.0028644851,-0.037039798,5.5336436e-06,-0.0071081114,0.006332987,-0.0013662542,0.029210046,0.006322915,0.0022029043,0.028242545,0.0022987705,0.0373044,0.013872854,-0.006368049,0.00503785,-0.010146971,0.004235204,0.013325211,-0.00894125,-0.011549729,0.015525162,-0.034453228,-0.00875482,0.013943982,-0.005398086,-0.00869132,0.00031861287,0.022831047,-0.001961276,-0.013479104,0.02902326,-0.17725274,-0.00057374,0.009577286,0.016691867,0.0072196904,-0.010222341,-0.007705938,0.0009574695,-0.010945894,-0.024402924,-0.01055422,-0.00912891,-0.0186265,0.014819302,-0.012685821,-0.0020899605,0.01981581,0.0077891005,-0.004606905,0.009273071,-0.013485003,-0.005717718,-0.029692374,0.007968453,0.01309146,0.03554614,0.030684832,-0.0086732125,-0.028681012,0.0024025943,-0.021539668,-0.007470705,-0.002401174,-0.0034333544,-0.03189415,-0.0053910143,0.036710512,-0.005377118,-0.0055052345,0.0023282983,0.0046358816,0.009144969,-0.008294026,0.016457155,-0.039021365,0.009633753,-0.00041074082,0.00093594694,0.014021888,0.015197255,-0.010071567,0.0036230842,-0.03397906,-0.011944951,-0.021539787,-0.028315157,0.0035494687,-0.014854413,-0.009588815,-0.018207045,-0.015575034,0.0045695207,-0.11639257,0.0031459713,0.0013053628,-0.008973594,0.013799883,0.0065283785,-0.0013678015,0.031175392,-0.006782329,-0.0050849686,-0.006269171,0.0008997014,0.0064210035,-0.005241431,-0.014608278,-0.014033125,-0.0036125053,0.010590663,-0.001565057,0.0041752937,0.00418516,0.025679857,-0.026651721,-0.015110102,-0.023587657,0.0069356128,0.027246637,0.008366209,0.026605848,-0.024504842,-0.008207463,-0.058362663,0.022983035,-0.006688974,0.0016896465,0.026525028,0.008615536,0.032388724,0.030494148,0.045350976,-0.019694997,0.025068583,0.010365177,0.0033105216,-0.010750359,-0.009494368,-0.005265229,0.013753408,-0.002660697,0.008451358,0.018721174,-0.026185088,0.009418967,0.0123096695,0.014686959,-0.0040288935,0.005631898,-0.03616037,0.004133358,0.0042406353,-0.000677768,-0.008695124,0.020891327,0.024116848,-0.02079171,0.0038767406,-0.019487787,-0.0077089877,0.039981116,-0.013196716,0.015416436,-0.024278687,0.008313072,0.00548757,-0.0053444686,-0.013290553,-0.01360627,0.016077658,0.0018243855,0.001348839,-0.051844392,0.00021077284,0.021234553,0.0015293354,0.0074757915,0.01106609,-0.009176925,0.028782224,-0.033916812,-0.009839754,-0.010757212,-0.00446603,-0.024540447,-0.012741987,-0.002136403,-0.007662189,-0.0070610233,-0.005554471,-0.026454337,0.012338309,-0.002124287,-0.027002603,-0.023312757,-0.0072185295,-0.013605607,0.02057431,-0.027013632,0.02929665,-0.0049546594,-0.0026153983,-0.022988101,0.009706919,0.008946963,0.017420268,0.02529651,0.006483129,0.043320216,-0.041503176,-0.014214166,0.013279848,0.04940849,0.01573287,0.03441339,-0.0076628514,0.020995732,-0.006786744,0.000368935,-0.008901202,0.053212363,-0.009283523,0.012924928,0.036644865,0.012128163,-0.0026567196,0.011266521,0.024843728,-0.0075534405,0.004714968,0.008481152,0.011645012,-0.009172237,-0.013157341,0.0038694965,0.011807572,-0.0065508517,-0.040377878,-0.019526854,-0.018431252,-0.01234129,-0.005037632,0.014036834,-0.019043026,-0.009220592,-0.016897267,-0.020181196,-0.025510587,-0.006221499,0.0014767027,0.0024203015,-0.0026464947,0.024686653,-0.06213886,-0.022228135,-0.0033206642,-0.0024780594,0.01817314,-0.014643377,0.023391563,0.035721127,-0.03850532,0.0029014167,-0.032550037,-0.016040469,-0.004197777,-0.0075023747,0.0058805584,-0.00031646903,0.0014025214,0.0016629013,-0.018819133,0.015447234,0.015321006,0.022058355,-0.022814214,0.0008295938,-0.0062890737,-0.032049365,-0.034776337,0.026566464,-0.015305538,0.010921593,0.022762997,0.002440866,0.003825597,0.023384094,0.008261682,-0.030000009,0.007723392,-0.0024319196,-0.0073243766,0.002021978,0.012985258,0.009276084,-0.033964686,-0.010666637,-0.019542819,-0.0061613377,-0.0059172106,0.01029499,-0.027078131,-0.008728681,0.00963432,-0.010953684,0.0072198557,-0.009546969,-0.0005700206,0.02057699,0.015097877,-0.007793064,-0.010735052,0.0091534415,-0.011338441,0.0033414357,-0.0068679126,0.035584994,-0.023084054,-0.015907563,0.010907631,-0.021710845,-0.028694918,-0.0014060833,-0.0045234547,0.0070763156,-0.008650173,-0.036089346,0.013964896,-0.005335756,-0.0089945495,-0.016145164,-0.001543841,0.010019574,0.029114686,0.01804977,0.017643826,0.0051190923,0.0058458336,-0.0057048905,-0.013747993,0.0050398153,0.019241292,-0.015352586,-0.0052922233,0.02332054,-0.01417748,-0.02347262,0.0026693516,0.00064224517,0.0017716334,-0.0046747373,-0.013977851,-0.00043613304,0.0029338752,0.006162599,-0.035931077,-0.009228016,0.008053814,0.04100616,-0.0051523186,0.0030177317,-0.02108132,-0.0020358153,0.029465362,-0.018542921,-0.004717066,0.011459519,0.0065579438,0.008597536,0.014082714,0.017976789,-0.009243849,0.0018804793,-0.0036686324,0.011356672,-0.014502948,-0.0023564298,-0.027714899,-0.007886092,-0.0044539515,0.016855983,0.016578408,-0.015920786,0.010410159,0.007541974,-0.0041767196,0.007904621,-0.017328586,-0.0126199145,0.00807537,0.013977871,0.029537462,-0.0014721459,-0.013310031,0.020280665,0.008064548,-0.00086006674,0.017940532,0.01910877,-0.021272602,-0.019544803,0.0069689252,-0.007841158,-0.03714925,-0.018960375,-0.015554879,-0.02654696,0.043351617,0.023174044,0.0036578355,-0.0048416224,-0.02331702,-0.023402411,-0.011345674,-0.019356789,0.008324259,0.011757547,-0.033803254,-0.020548344,-0.0017956336,0.0025740303,0.0179781,-0.034950793,0.009047638,0.016158931,-0.036712147,-0.01329962,0.028578073,0.018082323,-0.018133143,-0.0107754655,0.010491474,-0.010056774,-0.018501349,0.03292506,-0.019741666,-0.031163532,-0.008850155,-0.019917328,0.003436102,0.0037772597,0.01840817,-0.028004603,-0.02600701,-0.005468925,-0.020171791,0.004899228,0.01722395,0.024738507,-0.04569725,-0.0018732679,-0.008004108,0.014778741,0.013237238,-0.00727192,0.010182799,-0.0033896985,0.018311862,0.013188034,0.016197953,-0.01817915,0.0105486885,0.01861109,-0.009692395,0.0042004874,-0.0037412927,0.010493354,0.0019023594,0.02455548,-0.015564559,0.0008337941,-0.0075129564,-0.029119901,-0.0015028797,-0.032048944,-0.0020052413,-0.019807333,-0.025003098,0.023500288,-0.012132467,0.016168522,0.0074429195,0.0031599782,0.009237094,0.0058180303,0.0011521284,7.7040495e-05,-0.01744239,0.0009565254,-0.018696902,-0.0043461635,-0.020699773,0.013303623,-0.0020424342,-0.0036132608,-0.012732365,-0.0001567054,0.013752369,-0.014883517,0.0006569399,0.006623192,0.0015883528,-0.02652192,0.018641451,0.010448406,0.026211932,0.023587078,0.013024303,0.02845427,-0.019263959,-0.02052142,0.011756032,-0.011667253,-0.0133765675,-0.0030706485,-0.001225048,-0.01699062,-0.008769492,-0.0067487233,-0.0041964506,0.003908674,0.014395181,-0.12348209,0.029532798,-0.014167424,-0.008988917,0.0067542517,0.01858133,0.004481314,-0.025140962,-0.014960614,0.0037786632,-0.0006723988,-0.0015693845,0.03861523,-0.0033780008,-0.0020529018,-0.015369122,-0.019338122,0.011618092,0.005916156,0.009625995,0.021595757,0.018715208,-0.03131553,0.03394723,-0.012743364,0.0047454946,0.04877748,0.024005273,-0.012989245,0.0015855518,-0.0040412704,0.003391243,0.029208755,0.008493154,0.015131168,-0.0013561295,0.033839602,-0.03999927,0.0024653978,0.013423028,0.022369599,0.004438753,-0.015027848,0.0054802685,-0.0009150835,0.012156367,-0.018438473,-0.012847953,0.00025207349,-0.00029955833,-0.0037884044,-0.029795436,0.0060662706,-0.022140615,0.0043983576,0.014714131,0.015630066,0.005548292,0.00073641544,-0.0016543121,0.000113745904,0.011172715,-0.022241853,0.009348066,-0.003124332,-0.007233281,0.009339995,0.0038216072,0.009673192,0.016666308,-0.0026134439,0.016439956,0.00078772346,-0.018596696,-0.01384956,0.019739825,-0.021223815,0.016557137,-0.007999586,0.004171911,-0.010083993,-0.0018758812,-0.060512185,-0.0016740354,-0.005156117,-0.017397411,0.014486498,0.00066393794,-0.009491687,0.0071944515,-0.0053159925,-0.0066132224,-0.035236116,-0.02310196,-0.026607078,0.0123808,0.012557178,-0.012468383,0.006942006,-0.02203015,0.017837271,-0.02317791,0.018806571,0.003950552,0.00044033525,-0.024605874,-0.02288524,0.018809808,-0.00752775,-0.00553928,-0.0026283753,-0.0018972014,0.0036515153,-0.12695913,-0.016071675,0.01564573,-0.0013565586,0.016146498,0.01531391,-0.019916868,-0.024558727,0.019151933,-0.012648997,-0.009154509,0.0056980355,-0.024157299,-0.01769365,0.00874633,0.12237528,-0.0075201658,-0.0145813,0.008507781,-0.043609306,0.004585962,-0.029581448,-0.022261431,0.009658365,0.0015208962,0.007048493,0.010407786,-0.018601242,0.0029801682,0.012389306,0.004346346,-0.0078104376,-0.022132933,-0.010816758,0.010083687,-0.021566492,-0.011497962,-0.019113446,0.014454856,-0.007907878,-0.013583597,0.00018970137,0.012359946,0.010430799,-0.010109313,0.013451566,-0.00927518,0.00896265,-0.006650711,-0.00421789,-0.015440039,-0.05809271,0.00018126865,-0.0214817,0.010033494,-0.0130344,-0.012554432,0.03536865,-0.0040451577,-0.0035332462,-0.01709732,0.011869143,0.03742495,0.019173773,-0.006238008,-0.014322829,0.026334591,0.047006376,0.0013870441,0.020935139,0.0034161005,0.026810622,-0.010601209,-0.013382851,0.029790847,0.0029173312,5.719004e-05,0.01511837,0.013892615,-0.015309035,0.018243777,0.0032335476,-0.006125065,4.1000403e-05,-0.0052167824,-0.032271195,0.034625623,0.030141728,-0.0010907564,-0.010408644,0.017888432,0.041196078,0.0027800503,0.049723666,0.0019476663,0.011656092,0.03229832,-0.0023606436,0.0031178799,-0.008767274,0.0029235294,-0.013477457,-0.0036922845,-0.018518306,0.00023047968,-0.01823167,0.021570658,-0.010391969,0.04523205,-0.0059137847]",{"tags":37,"relatedLang":48,"relatedPosts":52},[38,40,42,44,46],{"name":13,"slug":39},"distributed-systems",{"name":16,"slug":41},"cloudflare",{"name":17,"slug":43},"event-driven-architecture",{"name":15,"slug":45},"netflix",{"name":14,"slug":47},"martin-kleppmann",{"id":28,"slug":49,"title":50,"language":51},"weishenme-fensanshi-xitong-yanjiang-bi-buluoge-wenzhang-geng-zh","為什麼分散式系統演講比部落格文章更值得學","zh",[53,59,65,71,77,83],{"id":54,"slug":55,"title":56,"cover_image":57,"image_url":57,"created_at":58,"category":27},"3ab37b54-e52b-4118-a61b-b594973b3aa4","weak-rewards-persistent-llm-user-models-en","Weak Rewards for Persistent LLM User Models","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779084841156-q2lt.png","2026-05-18T06:13:34.268303+00:00",{"id":60,"slug":61,"title":62,"cover_image":63,"image_url":63,"created_at":64,"category":27},"8b3832ee-9b1b-4684-9d11-919559a92b28","marlin-greener-llm-inference-datacenters-en","MARLIN tackles greener LLM inference in datacenters","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779084239926-7642.png","2026-05-18T06:03:36.916559+00:00",{"id":66,"slug":67,"title":68,"cover_image":69,"image_url":69,"created_at":70,"category":27},"0c420bfd-1f0d-4479-ad22-d72542aa088b","why-sora-proves-video-ai-not-ready-mainstream-en","Why Sora proves video AI is not ready for the mainstream","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779059031638-34ua.png","2026-05-17T23:03:22.744251+00:00",{"id":72,"slug":73,"title":74,"cover_image":75,"image_url":75,"created_at":76,"category":27},"94f7efad-6f63-4873-9d18-62267154c2c7","microsoft-mdash-finds-16-windows-flaws-en","Microsoft’s MDASH finds 16 Windows flaws","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779041042789-ijfw.png","2026-05-17T18:03:36.342551+00:00",{"id":78,"slug":79,"title":80,"cover_image":81,"image_url":81,"created_at":82,"category":27},"75d7b925-0c14-4a30-b61f-0cdb2353fcd9","browser-exploit-benchmarks-prove-ai-security-here-en","Why browser exploit benchmarks prove AI security is already here","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779005019377-qbeh.png","2026-05-17T08:03:22.706296+00:00",{"id":84,"slug":85,"title":86,"cover_image":87,"image_url":87,"created_at":88,"category":27},"3cb0da95-801d-485d-9583-539027365723","why-ai-safety-teams-are-wrong-blame-only-alignment-en","Why AI safety teams are wrong to blame only alignment","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778947422376-naaj.png","2026-05-16T16:03:17.251356+00:00",[90,95,100,105,110,115,120,125,130,135],{"id":91,"slug":92,"title":93,"created_at":94},"a2715e72-1fe8-41b3-abb1-d0cf1f710189","ai-predictions-2026-big-changes-en","AI Predictions for 2026: Brace for Big Changes","2026-03-26T01:25:07.788356+00:00",{"id":96,"slug":97,"title":98,"created_at":99},"8404bd7b-4c2f-4109-9ec4-baf29d88af2b","ml-papers-of-the-week-github-research-desk-en","ML Papers of the Week Turns GitHub Into a Research Desk","2026-03-27T01:11:39.480259+00:00",{"id":101,"slug":102,"title":103,"created_at":104},"87897a94-8065-4464-a016-1f23e89e17cc","ai-ml-conferences-to-watch-in-2026-en","AI\u002FML Conferences to Watch in 2026","2026-03-27T01:51:54.184108+00:00",{"id":106,"slug":107,"title":108,"created_at":109},"6f1987cf-25f3-47a4-b3e6-db0997695be8","openclaw-agents-manipulated-self-sabotage-en","OpenClaw Agents Can Be Manipulated Into Failure","2026-03-28T03:03:18.899465+00:00",{"id":111,"slug":112,"title":113,"created_at":114},"a53571ad-735a-4178-9f93-cb09b699d99c","vega-driving-language-instructions-en","Vega: Driving with Natural Language Instructions","2026-03-28T14:54:04.698882+00:00",{"id":116,"slug":117,"title":118,"created_at":119},"a34581d6-f36e-46da-88bb-582fb3e7425c","personalizing-autonomous-driving-styles-en","Drive My Way: Personalizing Autonomous Driving Styles","2026-03-28T14:54:26.148181+00:00",{"id":121,"slug":122,"title":123,"created_at":124},"2bc1ad7f-26ce-4f02-9885-803b35fd229d","training-knowledge-bases-writeback-rag-en","Training Knowledge Bases with WriteBack-RAG","2026-03-28T14:54:45.643433+00:00",{"id":126,"slug":127,"title":128,"created_at":129},"71adc507-3c54-4605-bbe2-c966acd6187e","packforcing-long-video-generation-en","PackForcing: Efficient Long-Video Generation Method","2026-03-28T14:55:02.646943+00:00",{"id":131,"slug":132,"title":133,"created_at":134},"675942ef-b9ec-4c5f-a997-381250b6eacb","pixelsmile-facial-expression-editing-en","PixelSmile Framework Enhances Facial Expression Editing","2026-03-28T14:55:20.633463+00:00",{"id":136,"slug":137,"title":138,"created_at":139},"6954fa2b-8b66-4839-884b-e46f89fa1bc3","adaptive-block-scaled-data-types-en","IF4: Smarter 4-Bit Quantization That Adapts to Your Data","2026-03-31T06:00:36.65963+00:00"]