[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"article-longmemeval-v2-agent-memory-web-workflows-en":3,"tags-longmemeval-v2-agent-memory-web-workflows-en":36,"related-lang-longmemeval-v2-agent-memory-web-workflows-en":46,"related-posts-longmemeval-v2-agent-memory-web-workflows-en":50,"series-research-442f0ac0-6fd2-460b-83ab-694f0627d98f":87},{"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":20},"442f0ac0-6fd2-460b-83ab-694f0627d98f","LongMemEval-V2 tests agent memory in web workflows","\u003Cp data-speakable=\"summary\">LongMemEval-V2 benchmarks whether \u003Ca href=\"\u002Ftag\u002Fagent\">agent\u003C\u002Fa> memory can retain web-environment experience.\u003C\u002Fp>\u003Cp>Long-term memory is one of the missing pieces for agents that work inside specialized web environments. The point is not just remembering what a user said, but recalling interface behavior, workflow patterns, and the kinds of failures that keep showing up in the same environment.\u003C\u002Fp>\u003Cp>The paper \u003Ca href=\"https:\u002F\u002Farxiv.org\u002Fabs\u002F2605.12493\">LongMemEval-V2: Evaluating Long-Term Agent Memory Toward Experienced Colleagues\u003C\u002Fa> tries to measure that directly. Instead of judging memory only by downstream task success or short interaction traces, it asks a sharper question: can a memory system help an agent accumulate the kind of experience that makes it behave like a knowledgeable colleague?\u003C\u002Fp>\u003Ch2>What problem this paper is trying to fix\u003C\u002Fh2>\u003Cp>Most existing memory benchmarks for agents focus on user histories, short traces, or whether a task was completed. That leaves a gap. In real web environments, success often depends on remembering environment-specific details that are not obvious from a single session.\u003C\u002Fp>\n\u003Cfigure class=\"my-6\">\u003Cimg src=\"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778653256519-96ad.png\" alt=\"LongMemEval-V2 tests agent memory in web workflows\" class=\"rounded-xl w-full\" loading=\"lazy\" \u002F>\u003C\u002Ffigure>\n\u003Cp>Those details include static interface facts, how the environment changes over time, what workflows tend to work, which mistakes are easy to repeat, and what assumptions are safe to make. If a \u003Ca href=\"\u002Ftag\u002Fbenchmark\">benchmark\u003C\u002Fa> does not test those things, it can overstate how useful a memory system really is.\u003C\u002Fp>\u003Cp>LME-V2 is designed to close that gap. The benchmark is built around the idea that an agent should not just store facts; it should internalize experience from repeated exposure to the environment.\u003C\u002Fp>\u003Ch2>How the method works in plain English\u003C\u002Fh2>\u003Cp>LongMemEval-V2 contains 451 manually curated questions. They are organized around five memory abilities for web agents: static state recall, dynamic state tracking, workflow knowledge, environment gotchas, and premise awareness.\u003C\u002Fp>\u003Cp>Each question is paired with history trajectories. The paper says these histories can include up to 500 trajectories and 115M tokens, which makes this a genuinely long-context memory problem rather than a toy recall test.\u003C\u002Fp>\u003Cp>The setup uses what the authors call a context gathering formulation. In practice, that means memory systems read the history trajectories and then return compact evidence that can be used for downstream question answering. So the benchmark is not only asking whether a model can store information, but whether it can retrieve the right slice of experience when needed.\u003C\u002Fp>\u003Cp>The paper evaluates two memory methods under this setup:\u003C\u002Fp>\u003Cul>\u003Cli>\u003Cstrong>AgentRunbook-R\u003C\u002Fstrong>, an efficient RAG-based memory with knowledge pools for raw state observations, events, and strategy notes\u003C\u002Fli>\u003Cli>\u003Cstrong>AgentRunbook-C\u003C\u002Fstrong>, which stores trajectories as files and uses a coding agent to gather evidence in an augmented sandbox\u003C\u002Fli>\u003C\u002Ful>\u003Cp>That split is useful for practitioners because it compares a retrieval-heavy approach with a more tool-driven one. In other words, it asks whether classic \u003Ca href=\"\u002Ftag\u002Frag\">RAG\u003C\u002Fa>-style memory is enough, or whether agents need a more active evidence-gathering workflow to handle long-term experience.\u003C\u002Fp>\u003Ch2>What the paper actually shows\u003C\u002Fh2>\u003Cp>The strongest result in the abstract is that AgentRunbook-C reaches 72.5% average accuracy. That beats the strongest RAG baseline, which gets 48.5%, and also outperforms the off-the-shelf coding agent baseline at 69.3%.\u003C\u002Fp>\n\u003Cfigure class=\"my-6\">\u003Cimg src=\"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778653261673-6crb.png\" alt=\"LongMemEval-V2 tests agent memory in web workflows\" class=\"rounded-xl w-full\" loading=\"lazy\" \u002F>\u003C\u002Ffigure>\n\u003Cp>Those numbers matter because they show a meaningful gap between simply retrieving stored information and using a coding agent to collect evidence from stored trajectories. The paper frames AgentRunbook-C as the best performer on the benchmark, and it says this also advances the accuracy-latency Pareto frontier.\u003C\u002Fp>\u003Cp>At the same time, the paper is explicit about the tradeoff: coding-agent-based methods have high latency costs. So while AgentRunbook-C is better on accuracy, it is not free. For systems that need fast responses, that delay could be a serious engineering constraint.\u003C\u002Fp>\u003Cp>The abstract does not provide more detailed benchmark breakdowns beyond the average accuracy figures, so there is not enough here to compare results across the five memory abilities individually. What the source does make clear is that LME-V2 is meant to be challenging, and that even the strongest approach still leaves substantial room for improvement.\u003C\u002Fp>\u003Ch2>Why developers should care\u003C\u002Fh2>\u003Cp>If you are building agents for specialized web environments, this paper is a reminder that memory is not just a storage problem. The useful unit of memory may be experience: state changes, workflow habits, recurring traps, and assumptions that are only visible after many trajectories.\u003C\u002Fp>\u003Cp>That matters for any agent architecture that relies on retrieval, runbooks, or long-lived operational memory. A system that remembers the user but forgets the environment will still fail in the same places. LME-V2 gives teams a way to test whether their memory stack actually captures the environment knowledge that \u003Ca href=\"\u002Fnews\u002Fsaga-workflow-atomic-scheduling-gpu-clusters-en\">makes agent\u003C\u002Fa>s more competent over time.\u003C\u002Fp>\u003Cp>The benchmark also highlights a practical design question: do you want faster retrieval from structured memory pools, or slower but more capable evidence gathering with a coding agent? The paper’s results suggest that the answer may depend on your latency budget and how much accuracy you need.\u003C\u002Fp>\u003Cp>There are still open questions. The abstract does not say how well these methods transfer outside the benchmark, how sensitive the results are to the specific environment setup, or which of the five memory abilities is hardest. It also does not show whether the coding-agent approach remains practical under tight production latency constraints.\u003C\u002Fp>\u003Cp>Even with those limits, LME-V2 looks useful as a stress test for long-term agent memory. It pushes the conversation away from “can the agent remember?” and toward a more operational question: can it actually learn the environment well enough to act like an experienced teammate?\u003C\u002Fp>","A new benchmark checks whether agent memory can retain web-environment experience, not just user history, and improve long-term task recall.","arxiv.org","https:\u002F\u002Farxiv.org\u002Fabs\u002F2605.12493",null,"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778653256519-96ad.png",[13,14,15,16,17],"agent memory","web agents","RAG","long-context evaluation","benchmark","en",1,false,"2026-05-13T06:20:30.047955+00:00","2026-05-13T06:20:29.984+00:00","done","8343003c-562a-4a51-b1d5-7902c7450d63","longmemeval-v2-agent-memory-web-workflows-en","research","cec2d028-df49-4444-a0e2-e857109414bf","published","2026-05-13T09:00:10.199+00:00",[31,32,33],"LME-V2 tests environment experience, not just user history or short traces.","AgentRunbook-C gets the best reported average accuracy at 72.5%.","Higher accuracy comes with latency costs, so memory design remains a tradeoff.","3103988e-c4fe-45e3-98ab-846500c9d507","[-0.02791939,0.007709502,0.027442146,-0.092174314,-0.011118495,-0.04198439,-0.016851233,0.008642541,0.005972679,0.026702357,-0.017573886,0.002695945,0.006268817,0.0075672655,0.13306594,0.038778465,-0.0030877606,0.013404411,-0.0030763648,-0.04516053,0.0011341914,0.004520488,-0.007651613,-0.01865349,-0.005145649,0.0065126675,0.012322018,-0.0006487006,0.0678483,0.01312296,-0.0042625773,0.01241284,-0.0008363994,-0.007251453,0.022793042,0.021333285,0.02012396,0.01416881,-0.0025930805,0.012822882,0.0059968345,-0.035960205,-0.0030817296,-0.014325412,-0.044477977,0.010274941,-0.005270462,-0.022050822,-0.00830064,0.025759133,-0.0065220706,0.024500366,0.004177319,-0.15095948,0.003316616,-0.01600817,-0.0068708644,0.028265946,-0.018973187,0.0007738619,-0.0074171294,-0.006766307,-0.02733372,-0.03497086,0.006077507,-0.011110915,0.013815469,-0.018562458,-0.027505692,0.0006640229,-0.025466073,-0.0032351024,-0.0010976698,-0.029896948,0.0035144452,-0.058388658,-0.020710748,0.004584574,0.0022946917,0.021743046,-0.0045212223,-0.01883205,0.010582365,-0.0037634424,-0.00039399246,0.0008441815,-0.005063947,-0.011910205,0.00801942,-0.0042045563,0.008119048,0.02854941,0.012894571,0.006876962,-0.003256315,-0.01671366,-0.017960379,0.022853788,0.0013185157,0.025501804,-0.025369477,-0.0369126,0.007975151,0.029224869,0.020313708,-0.029549291,-0.0076656956,-0.018083949,0.014747233,0.010563352,0.0056713885,0.0012882479,-0.008229004,0.0048976084,-0.034805663,-0.12805368,0.011326997,-0.0042907204,-0.020220906,-0.006622582,-0.033110093,0.029712709,-0.004197148,0.03673717,0.013132024,0.001158387,0.026264498,-0.016379166,0.008374316,0.016776875,-0.04414928,0.0075989636,0.0035709594,0.0035634967,-0.02560178,0.010803663,0.0044034054,-0.008709208,0.008664117,-0.011406801,0.009846225,0.045650095,0.014043454,-0.0061652185,-0.018074922,-0.019649638,-0.03865131,0.008960437,0.014387255,0.00053686666,0.016004564,-0.013889457,0.0030794595,0.009883931,0.036849253,-0.016571753,0.0053791367,0.006103588,-0.015459946,0.03930776,0.01873416,0.0068300245,0.018206578,0.007154252,0.004969703,0.006782007,-0.00083652994,-0.030921485,-0.0007230523,0.020796465,-0.0024292697,-0.016806213,-7.052849e-06,-0.011297307,0.027360767,-0.020711157,-0.003697476,0.0013774994,-0.008467563,-0.01906845,0.0017720273,-0.0015738101,-0.011092088,0.008816992,0.010630774,0.0041790023,0.00807284,0.028686734,0.02214324,0.029162943,-0.028825432,-0.020696778,0.0113467835,-0.015610406,-0.023764499,-0.005502471,0.011350068,0.0029307385,0.0116547365,0.0056371386,0.005034843,-0.0022221764,0.01511502,-0.0047957194,-0.002605043,0.003273857,-4.1691776e-05,0.012090787,0.015490905,-0.0131151555,-0.021211931,0.010627649,-0.00014164124,0.009192523,-0.014941829,-0.018900389,-0.013631866,0.0019798356,0.0130846575,-0.014013548,0.010449972,-0.009027364,0.027094128,-0.01153841,-0.0055465093,0.002035548,-0.0033607702,-0.026405985,-0.00077774574,0.019768914,-0.028847946,0.036087837,-0.039182242,0.01077504,0.013684952,-0.006535778,-0.011150732,0.0052755387,0.03624464,0.024983471,0.0040351055,0.004798764,-0.012278807,0.012553616,0.034992352,-0.030340035,0.007016139,-0.0070393924,-0.005662975,0.016681325,-0.007796755,-0.002989458,0.003937747,-0.019123126,0.0011533635,0.0017191158,0.004742523,0.00031401467,-0.018126663,-0.020063953,-0.0033609364,0.011689633,-0.023145938,-0.0133911185,-0.017001646,-0.0065832967,0.019279152,0.005861078,-0.029601132,-0.0070381933,-0.017763631,0.009847443,0.024281407,0.009324879,0.018246599,-0.016168162,-0.03270882,-0.01831856,0.006507233,0.016581807,0.0028801532,-0.0057448903,0.01545866,-0.0022965842,-0.0065193875,0.011332177,-0.0069603017,-0.026706569,-0.011414651,0.005835687,-0.0037765007,0.00810536,0.020179458,0.011211863,-0.026546555,-0.030184064,0.010530357,0.021760441,0.014111282,-0.010700849,0.017509442,0.0044386075,-0.0124541195,0.032561235,-0.017429933,-0.010788354,-0.009010015,0.031470027,-0.015036154,-0.01230066,0.003222403,-0.0056905965,-0.02533881,-0.03379788,0.0051743453,-0.01779356,-0.030308053,-0.0072252112,-0.0046347477,-0.016749108,0.02717881,-0.023590796,-0.0012278123,0.008793398,0.0008125255,-0.018015057,-0.0012223376,0.011783807,0.02615544,-0.028683295,0.0016911713,0.024714584,0.034823284,-0.03007365,0.020424563,0.0060478873,0.010886371,-0.02347524,0.014782603,0.014495785,0.0019109721,-0.016137952,-0.018003559,0.0029138073,-0.005480738,0.04732679,0.016897453,0.010028691,-0.02153529,-0.0075929505,0.00527069,-0.005369404,0.011609808,-0.03437455,-0.019222151,0.01936271,-0.034421925,0.004398984,0.029117625,0.031625852,-0.020734124,0.0002604452,0.011586944,0.0038375983,0.009881053,-0.017226012,0.010046146,0.01471571,-0.019355223,0.017746335,-0.005574628,0.0030188614,0.00943011,0.002544079,0.021406488,-0.005969243,-0.015932795,0.012166034,0.0020627955,-0.000576478,-0.01352353,0.036627207,-0.02773995,-0.022430316,-0.006064867,0.033609066,0.0037563522,0.02967302,0.018398328,0.022430085,0.006003508,0.018392056,-0.032637496,0.0040117046,0.007797112,0.010177896,0.013388499,0.02421756,0.0060707205,-0.00798523,-0.007223554,0.0029176602,-0.03149439,-0.007385896,0.017120358,0.025830911,0.010453124,0.016274026,0.009083506,0.003948168,0.010295606,0.012104225,0.026884273,-0.012263878,0.025758617,0.033965632,-0.011909899,-0.0021413823,0.0024019445,0.020338288,-0.016114563,0.02505715,-0.0022791943,-0.016312378,-0.019050261,-0.00520076,-0.0020288175,-0.020433525,-0.005020015,-0.03261057,0.00089541794,0.016352447,-0.027380956,-0.009034843,-0.0015145767,-0.032086052,-0.01887616,-0.0059368876,-0.032983407,-0.021885144,-0.012666027,-0.015811237,-0.017519688,0.020963922,0.0104634585,0.003655122,-0.008236235,-0.011079481,-0.021350693,0.011049837,0.023284655,0.028030183,0.005710239,0.00021411417,-0.015796699,-0.020873528,-0.007046041,0.0050422703,-0.015623718,-0.0017963737,0.026587587,-0.014124579,-0.018476544,0.018624134,0.013121981,0.005329825,-0.0096743535,-0.015393004,0.0047108824,0.027362512,-0.009542524,0.033722125,0.030213328,0.0033592118,0.0092081,-0.0033605923,-0.0042102262,0.006246227,0.016155591,0.011324458,0.007640014,0.0054660705,0.016836617,-0.036870603,-0.00058494846,0.03649634,-0.019195149,0.014479802,-0.011477294,0.02908413,0.035800345,0.027912166,-0.010495221,0.0013936249,-0.027602466,-0.020378297,-0.0025536423,-0.0118795745,-0.0030077132,0.007684587,0.0017407398,-0.0068724463,-0.00077639933,0.009636259,-0.009391645,0.0039355084,-0.0013077413,0.01664974,0.013221116,-0.0022730448,-0.026674876,0.006909073,0.03145192,0.032180987,-0.01095411,-0.021539379,0.015053071,0.005050356,0.015510224,-0.007889098,-0.013440538,0.014534869,-0.006025498,0.021758627,-0.02094985,-0.030919475,0.004806664,0.0048381374,0.03296282,0.0451709,-0.013975175,0.025104724,0.0018531573,-0.02991973,-0.004140162,-0.021196412,0.019707398,0.00937805,-0.0010493917,0.035511527,-0.018981298,0.011223848,-0.03082552,-0.00883326,0.011439043,-0.09607001,-0.0010487175,0.0017625372,0.0023655908,-0.027707608,0.01644734,0.0029588796,-0.009407391,0.0045664106,0.0065253098,-0.008717135,-0.022136927,0.011728148,0.019056221,-0.023159537,-0.015047867,-0.009712145,0.012967932,0.016165698,-0.013672258,0.023345128,-0.0007148215,0.010742186,0.005327839,-0.000555495,-0.025549725,0.026594177,0.014062231,0.02691819,-0.018158153,-0.008644748,0.0013545752,-0.0052903728,0.022658808,0.008269711,-0.00047235386,0.040687006,-0.008860571,0.0055464236,0.008819116,0.0021787877,0.015881028,-0.015068428,-0.03307777,-0.021881856,0.015080914,-0.014817286,0.017522855,0.0047967453,0.02261973,-0.027326116,0.0052006026,0.0063323476,-0.003159356,-0.015361,-0.016326906,-0.041083597,-0.027818875,-0.018464945,-0.006157646,-0.0009028623,-0.003156272,0.013543185,0.014831238,-0.000112663845,0.012604202,0.012389119,0.01992895,-0.0011478079,0.012854639,-0.022086747,-0.028422944,0.0069052624,0.025953747,-0.0047112103,0.0054293317,0.006803031,0.024242712,-0.00027146688,0.01023889,-0.018395321,-0.027189696,-0.0679005,-0.025142832,0.014095814,-0.027772432,0.006203793,-0.017788365,0.014484698,-0.021700451,0.0072171674,0.010280322,0.0063248007,0.007282669,-0.021815844,-0.008716195,0.010666523,0.012955223,0.008593197,0.018920815,0.0019901064,-0.06739634,0.0047982866,-0.016802048,0.017093955,-0.021885833,-0.01315617,0.0047384985,-0.026171776,0.016736543,0.008829515,-0.0051194555,-0.01800273,-0.14221129,0.014320816,-0.0033713668,0.01838796,0.0059084217,-0.021091433,0.009844578,0.028149689,0.026676571,0.006044767,0.011099866,-0.036827195,-0.00763777,-0.0013656832,-0.0213289,0.10254062,0.0034238729,0.0067627924,-0.03015627,-0.04253162,0.004670853,-0.04761082,-0.013130576,0.0063057714,-0.008465299,-0.0046555735,0.015463301,-0.009938909,-0.014941277,0.025474904,0.016534204,0.0033283262,-0.0095920535,-0.014097443,0.0048951316,-0.006929608,-0.0005221908,-0.02327061,0.0021081946,0.0035184158,0.005208745,0.028497318,-0.00023303648,-0.019017017,0.014491032,-0.010077773,-0.015596046,-0.022535875,0.013466091,-0.0146667035,-0.024043199,-0.0691667,-0.01109554,-0.008933054,-0.0067060795,-0.015246588,0.022267507,0.0146480175,0.0062497463,0.02770539,0.016637778,-0.0012689874,-0.004694923,0.014917343,-0.015956124,-0.009620379,0.007929679,0.016760394,0.005769816,0.0036468129,-0.013762508,0.0109907705,0.00041630084,-0.019317027,-0.0126896165,0.0077615515,0.009469601,0.0099605005,0.02956222,-0.0076171146,0.023846615,0.011422118,0.014596402,0.014930013,0.0055256994,-0.029048186,-0.016719002,-0.0068552634,0.022760393,-0.015389214,-0.015676174,0.00633577,0.0048124394,0.022361742,0.017610945,0.03718833,0.0014524942,-0.021554802,-0.0074877865,-0.019802254,-0.022407861,-0.01894276,0.010177153,-0.023253495,0.0064998902,0.02924033,0.0225465,-0.0067022513,0.030962694,-0.017447824]",[37,39,41,43,44],{"name":14,"slug":38},"web-agents",{"name":15,"slug":40},"rag",{"name":13,"slug":42},"agent-memory",{"name":17,"slug":17},{"name":16,"slug":45},"long-context-evaluation",{"id":27,"slug":47,"title":48,"language":49},"longmemeval-v2-agent-memory-web-workflows-zh","LongMemEval-V2：測 agent 長期記憶","zh",[51,57,63,69,75,81],{"id":52,"slug":53,"title":54,"cover_image":55,"image_url":55,"created_at":56,"category":26},"94994abd-e24d-4fd1-b941-942d03d19acf","turboquant-seo-shift-small-sites-en","TurboQuant and the SEO Shift for Small Sites","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778840455122-jfce.png","2026-05-15T10:20:28.134545+00:00",{"id":58,"slug":59,"title":60,"cover_image":61,"image_url":61,"created_at":62,"category":26},"670a7f69-911f-41e8-a18b-7d3491253a19","turboquant-vllm-comparison-fp8-kv-cache-en","TurboQuant vs FP8: vLLM’s first broad test","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778839858405-b5ao.png","2026-05-15T10:10:37.219158+00:00",{"id":64,"slug":65,"title":66,"cover_image":67,"image_url":67,"created_at":68,"category":26},"5aef1c57-961f-49f7-8277-f83f7336799a","llmbda-calculus-agent-safety-rules-en","LLMbda calculus gives agents safety rules","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778825459914-obkf.png","2026-05-15T06:10:36.242145+00:00",{"id":70,"slug":71,"title":72,"cover_image":73,"image_url":73,"created_at":74,"category":26},"712a0357-f7cd-48f2-adde-c2691da0815f","low-complexity-beamspace-denoiser-mmwave-mimo-en","A simpler beamspace denoiser for mmWave MIMO","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778814646705-e7mx.png","2026-05-15T03:10:31.764301+00:00",{"id":76,"slug":77,"title":78,"cover_image":79,"image_url":79,"created_at":80,"category":26},"f595f949-6ea1-4b0e-a632-f1832ef26e36","ai-benchmark-wins-cyber-scare-defenders-en","Why AI benchmark wins in cyber should scare defenders","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778807444539-gz7f.png","2026-05-15T01:10:30.04579+00:00",{"id":82,"slug":83,"title":84,"cover_image":85,"image_url":85,"created_at":86,"category":26},"3ad202d1-9e5f-49c5-8383-02fcf1a23cf2","why-linux-security-needs-patch-wave-mindset-en","Why Linux security needs a patch-wave mindset","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778741441493-ikl6.png","2026-05-14T06:50:25.906256+00:00",[88,93,98,103,108,113,118,123,128,133],{"id":89,"slug":90,"title":91,"created_at":92},"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":94,"slug":95,"title":96,"created_at":97},"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":99,"slug":100,"title":101,"created_at":102},"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":104,"slug":105,"title":106,"created_at":107},"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":109,"slug":110,"title":111,"created_at":112},"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":114,"slug":115,"title":116,"created_at":117},"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":119,"slug":120,"title":121,"created_at":122},"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":124,"slug":125,"title":126,"created_at":127},"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":129,"slug":130,"title":131,"created_at":132},"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":134,"slug":135,"title":136,"created_at":137},"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"]