[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"summary-7d2fe37ae2641198-folders-turn-llms-into-specialized-agents-summary":3,"summaries-facets-categories":128,"summary-related-7d2fe37ae2641198-folders-turn-llms-into-specialized-agents-summary":3697},{"id":4,"title":5,"ai":6,"body":13,"categories":76,"created_at":78,"date_modified":78,"description":70,"extension":79,"faq":78,"featured":80,"kicker_label":78,"meta":81,"navigation":110,"path":111,"published_at":112,"question":78,"scraped_at":113,"seo":114,"sitemap":115,"source_id":116,"source_name":117,"source_type":118,"source_url":119,"stem":120,"tags":121,"thumbnail_url":78,"tldr":125,"tweet":78,"unknown_tags":126,"__hash__":127},"summaries\u002Fsummaries\u002F7d2fe37ae2641198-folders-turn-llms-into-specialized-agents-summary.md","Folders Turn LLMs into Specialized Agents",{"provider":7,"model":8,"input_tokens":9,"output_tokens":10,"processing_time_ms":11,"cost_usd":12},"openrouter","x-ai\u002Fgrok-4.1-fast",9427,2052,15307,0.00240455,{"type":14,"value":15,"toc":69},"minimark",[16,21,25,28,31,35,38,41,51,54,58,66],[17,18,20],"h2",{"id":19},"build-folder-based-agents-with-layered-context","Build Folder-Based Agents with Layered Context",[22,23,24],"p",{},"Point any LLM like Claude Opus at a project folder to instantiate a specialist agent: the folder provides all necessary context, turning a general model into an expert without re-explaining basics each time. Core components include a CLAUDE.md file defining conventions (e.g., Rails naming, deploy workflows, database patterns), docs\u002Fdeveloper-docs\u002F for architecture reports and pipelines, docs\u002Frunbooks\u002F and docs\u002Finvestigations\u002F for operational memory from incidents, and .claude\u002Fagents\u002F for refined specialists like reviewers or planners.",[22,26,27],{},"Specify a reading order—e.g., CLAUDE.md first, then architecture doc, system reports, prompts—to ensure consistent onboarding. Separate folders create distinct agents: ~\u002Fcora\u002F for feature building (inherits full app code and knowledge), ~\u002Fcora-agent\u002F for ops (no production code; includes skills for AppSignal error querying, Render log tailing, Postgres read-replica access, Intercom ticket reading, GitHub deploy correlation, plus bin\u002F daemons for scheduling\u002Finbox\u002Fhealth, postmortems, and deploy journals). This yields role-specific behavior: Rails engineer in one folder, ops engineer in another, all on the same model.",[22,29,30],{},"Result: Agents inherit months of compound engineering accumulation, enabling reliable work without swarms' coordination overhead. Anthropic research confirms multi-agent setups with Opus lead + Sonnet subs outperform single Opus by 90% on research but burn 15x tokens and struggle on coding's fewer parallel steps.",[17,32,34],{"id":33},"scale-with-file-based-dispatch-layer","Scale with File-Based Dispatch Layer",[22,36,37],{},"Manually juggling 44 agents across folders overwhelms humans (fine at 5 tabs, unsustainable at 44). Build a lightweight Ruby daemon as dispatch layer: watches a spawn-request directory, routes via file-based messaging (no custom protocols\u002Fnetworking). Workflow: \u002Forchestrate \"Fix GitHub issue #1765\" spawns lead agent to decompose into subtasks (written as files); daemon assigns to appropriate folder-workers; workers report via files; daemon polls status every 60s.",[22,39,40],{},"Key commands replace 20 tabs:",[42,43,44,48],"ul",{},[45,46,47],"li",{},"\u002Fhey: Morning briefing scans projects for completed\u002Ferrored\u002Fblocked tasks + high-priority issues, giving full attention map across codebases\u002Fops\u002Forchestration.",[45,49,50],{},"\u002Forchestrate: Delegates to context-aware workers; outputs PRs\u002FGitHub comments for async review.",[22,52,53],{},"Monitor via tmux panes for live agent views and agent-tree dashboard (statuses: working\u002Fwaiting\u002Fdone\u002Ferror). Humans retain control: decide tasks\u002Froutes, review outputs—dispatch just tracks.",[17,55,57],{"id":56},"avoid-failures-by-building-trust-first","Avoid Failures by Building Trust First",[22,59,60,61,65],{},"Scale exposes issues: encoding bugs (e.g., em-dashes\u002Fcurly quotes crash US-ASCII daemons), context drift (stale\u002Fdupe tasks requiring manual prune), agent stalls (indefinite 'working' from API floods\u002Finput waits). Core rule: Never 'vibe orchestrate'—mimic vibe-coding pitfalls. For new projects: Manually setup folder, iterate compound engineering loop (plan\u002Fuse\u002Ftrust), run flows yourself until predictable, ",[62,63,64],"em",{},"then"," dispatch. Skipping yields dupe PRs\u002Fissues.",[22,67,68],{},"Trade-offs: Folders scale simply (no Rube Goldberg swarms after 3 months failure), but demand upfront investment in context. Future: Pairs with managed services like Anthropic's Claude Managed Agents for sandboxing\u002Fstate\u002Ftools, focusing humans on specialization.",{"title":70,"searchDepth":71,"depth":71,"links":72},"",2,[73,74,75],{"id":19,"depth":71,"text":20},{"id":33,"depth":71,"text":34},{"id":56,"depth":71,"text":57},[77],"AI Automation",null,"md",false,{"content_references":82,"triage":105},[83,88,94,99,102],{"type":84,"title":85,"url":86,"context":87},"tool","Cora","https:\u002F\u002Fcora.computer\u002F","mentioned",{"type":89,"title":90,"author":91,"url":92,"context":93},"report","Multi-Agent Research System","Anthropic","https:\u002F\u002Fwww.anthropic.com\u002Fengineering\u002Fmulti-agent-research-system","cited",{"type":95,"title":96,"url":97,"context":98},"other","Compound Engineering Guide","https:\u002F\u002Fevery.to\u002Fguides\u002Fcompound-engineering","recommended",{"type":84,"title":100,"url":101,"context":98},"Compound Engineering Plugin","https:\u002F\u002Fgithub.com\u002FEveryInc\u002Fcompound-engineering-plugin",{"type":95,"title":103,"url":104,"context":87},"Claude Managed Agents","https:\u002F\u002Fplatform.claude.com\u002Fdocs\u002Fen\u002Fmanaged-agents\u002Foverview",{"relevance":106,"novelty":107,"quality":107,"actionability":106,"composite":108,"reasoning":109},5,4,4.55,"Category: AI Automation. The article provides a detailed method for creating specialized agents using LLMs by leveraging project folders, which directly addresses the audience's need for practical applications in AI integration. It offers a concrete framework for building and scaling agents, making it immediately actionable for developers looking to implement this in their workflows.",true,"\u002Fsummaries\u002F7d2fe37ae2641198-folders-turn-llms-into-specialized-agents-summary","2026-04-13 00:00:00","2026-04-13 17:53:28",{"title":5,"description":70},{"loc":111},"7d2fe37ae2641198","Source Code (Every.to)","article","https:\u002F\u002Fevery.to\u002Fsource-code\u002Fthe-folder-is-the-agent","summaries\u002F7d2fe37ae2641198-folders-turn-llms-into-specialized-agents-summary",[122,123,124],"agents","ai-automation","dev-productivity","Specialize LLMs by pointing them at project folders with CLAUDE.md instructions, docs, runbooks, and skills—creating agents that inherit your codebase's context. Scale to 44 parallel agents via a file-based dispatch layer using \u002Fhey for status and \u002Forchestrate for task routing.",[123,124],"yVWaTU1VEB8G9jk2clTINV031saRqUPKMLjnycwHzjM",[129,132,135,138,140,143,145,147,149,151,153,155,158,160,162,164,166,168,170,172,174,176,179,182,184,186,189,191,193,196,198,200,202,204,206,208,210,212,214,216,218,220,222,224,226,228,230,232,234,236,238,240,242,244,246,248,250,252,254,256,258,260,262,264,266,268,270,272,274,276,278,280,282,284,286,288,290,292,294,296,298,300,302,304,306,308,310,312,314,316,318,320,322,324,326,328,330,332,334,336,338,340,342,344,346,348,350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,451,453,455,457,459,461,463,465,467,469,471,473,475,477,479,481,483,485,487,489,491,493,495,497,499,501,503,505,507,509,511,513,515,517,519,521,523,525,527,529,531,533,535,537,539,541,543,545,547,549,551,553,555,557,559,561,563,565,567,569,571,573,575,577,579,581,583,585,587,589,591,593,595,597,599,601,603,605,607,609,611,613,615,617,619,621,623,625,627,629,631,633,635,637,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701,703,705,707,709,711,713,715,717,719,721,723,725,727,729,731,733,735,737,739,741,743,745,747,749,751,753,755,757,759,761,763,765,767,769,771,773,775,777,779,781,783,785,787,789,791,793,795,797,799,801,803,805,807,809,811,813,815,817,819,821,823,825,827,829,831,833,835,837,839,841,843,845,847,849,851,853,855,857,859,861,863,865,867,869,871,873,875,877,879,881,883,885,887,889,891,893,895,897,899,901,903,905,907,909,911,913,915,917,919,921,923,925,927,929,931,933,935,937,939,941,943,945,947,949,951,953,955,957,959,961,963,965,967,969,971,973,975,977,979,981,983,985,987,989,991,993,995,997,999,1001,1003,1005,1007,1009,1011,1013,1015,1017,1019,1021,1023,1025,1027,1029,1031,1033,1035,1037,1039,1041,1043,1045,1047,1049,1051,1053,1055,1057,1059,1061,1063,1065,1067,1069,1071,1073,1075,1077,1079,1081,1083,1085,1087,1089,1091,1093,1095,1097,1099,1101,1103,1105,1107,1109,1111,1113,1115,1117,1119,1121,1123,1125,1127,1129,1131,1133,1135,1137,1139,1141,1143,1145,1147,1149,1151,1153,1155,1157,1159,1161,1163,1165,1167,1169,1171,1173,1175,1177,1179,1181,1183,1185,1187,1189,1191,1193,1195,1197,1199,1201,1203,1205,1207,1209,1211,1213,1215,1217,1219,1221,1223,1225,1227,1229,1231,1233,1235,1237,1239,1241,1243,1245,1247,1249,1251,1253,1255,1257,1259,1261,1263,1265,1267,1269,1271,1273,1275,1277,1279,1281,1283,1285,1287,1289,1291,1293,1295,1297,1299,1301,1303,1305,1307,1309,1311,1313,1315,1317,1319,1321,1323,1325,1327,1329,1331,1333,1335,1337,1339,1341,1343,1345,1347,1349,1351,1353,1355,1357,1359,1361,1363,1365,1367,1369,1371,1373,1375,1377,1379,1381,1383,1385,1387,1389,1391,1393,1395,1397,1399,1401,1403,1405,1407,1409,1411,1413,1415,1417,1419,1421,1423,1425,1427,1429,1431,1433,1435,1437,1439,1441,1443,1445,1447,1449,1451,1453,1455,1457,1459,1461,1463,1465,1467,1469,1471,1473,1475,1477,1479,1481,1483,1485,1487,1489,1491,1493,1495,1497,1499,1501,1503,1505,1507,1509,1511,1513,1515,1517,1519,1521,1523,1525,1527,1529,1531,1533,1535,1537,1539,1541,1543,1545,1547,1549,1551,1553,1555,1557,1559,1561,1563,1565,1567,1569,1571,1573,1575,1577,1579,1581,1583,1585,1587,1589,1591,1593,1595,1597,1599,1601,1603,1605,1607,1609,1611,1613,1615,1617,1619,1621,1623,1625,1627,1629,1631,1633,1635,1637,1639,1641,1643,1645,1647,1649,1651,1653,1655,1657,1659,1661,1663,1665,1667,1669,1671,1673,1675,1677,1679,1681,1683,1685,1687,1689,1691,1693,1695,1697,1699,1701,1703,1705,1707,1709,1711,1713,1715,1717,1719,1721,1723,1725,1727,1729,1731,1733,1735,1737,1739,1741,1743,1745,1747,1749,1751,1753,1755,1757,1759,1761,1763,1765,1767,1769,1771,1773,1775,1777,1779,1781,1783,1785,1787,1789,1791,1793,1795,1797,1799,1801,1803,1805,1807,1809,1811,1813,1815,1817,1819,1821,1823,1825,1827,1829,1831,1833,1835,1837,1839,1841,1843,1845,1847,1849,1851,1853,1855,1857,1859,1861,1863,1865,1867,1869,1871,1873,1875,1877,1879,1881,1883,1885,1887,1889,1891,1893,1895,1897,1899,1901,1903,1905,1907,1909,1911,1913,1915,1917,1919,1921,1923,1925,1927,1929,1931,1933,1935,1937,1939,1941,1943,1945,1947,1949,1951,1953,1955,1957,1959,1961,1963,1965,1967,1969,1971,1973,1975,1977,1979,1981,1983,1985,1987,1989,1991,1993,1995,1997,1999,2001,2003,2005,2007,2009,2011,2013,2015,2017,2019,2021,2023,2025,2027,2029,2031,2033,2035,2037,2039,2041,2043,2045,2047,2049,2051,2053,2055,2057,2059,2061,2063,2065,2067,2069,2071,2073,2075,2077,2079,2081,2083,2085,2087,2089,2091,2093,2095,2097,2099,2101,2103,2105,2107,2109,2111,2113,2115,2117,2119,2121,2123,2125,2127,2129,2131,2133,2135,2137,2139,2141,2143,2145,2147,2149,2151,2153,2155,2157,2159,2161,2163,2165,2167,2169,2171,2173,2175,2177,2179,2181,2183,2185,2187,2189,2191,2193,2195,2197,2199,2201,2203,2205,2207,2209,2211,2213,2215,2217,2219,2221,2223,2225,2227,2229,2231,2233,2235,2237,2239,2241,2243,2245,2247,2249,2251,2253,2255,2257,2259,2261,2263,2265,2267,2269,2271,2273,2275,2277,2279,2281,2283,2285,2287,2289,2291,2293,2295,2297,2299,2301,2303,2305,2307,2309,2311,2313,2315,2317,2319,2321,2323,2325,2327,2329,2331,2333,2335,2337,2339,2341,2343,2345,2347,2349,2351,2353,2355,2357,2359,2361,2363,2365,2367,2369,2371,2373,2375,2377,2379,2381,2383,2385,2387,2389,2391,2393,2395,2397,2399,2401,2403,2405,2407,2409,2411,2413,2415,2417,2419,2421,2423,2425,2427,2429,2431,2433,2435,2437,2439,2441,2443,2445,2447,2449,2451,2453,2455,2457,2459,2461,2463,2465,2467,2469,2471,2473,2475,2477,2479,2481,2483,2485,2487,2489,2491,2493,2495,2497,2499,2501,2503,2505,2507,2509,2511,2513,2515,2517,2519,2521,2523,2525,2527,2529,2531,2533,2535,2537,2539,2541,2543,2545,2547,2549,2551,2553,2555,2557,2559,2561,2563,2565,2567,2569,2571,2573,2575,2577,2579,2581,2583,2585,2587,2589,2591,2593,2595,2597,2599,2601,2603,2605,2607,2609,2611,2613,2615,2617,2619,2621,2623,2625,2627,2629,2631,2633,2635,2637,2639,2641,2643,2645,2647,2649,2651,2653,2655,2657,2659,2661,2663,2665,2667,2669,2671,2673,2675,2677,2679,2681,2683,2685,2687,2689,2691,2693,2695,2697,2699,2701,2703,2705,2707,2709,2711,2713,2715,2717,2719,2721,2723,2725,2727,2729,2731,2733,2735,2737,2739,2741,2743,2745,2747,2749,2751,2753,2755,2757,2759,2761,2763,2765,2767,2769,2771,2773,2775,2777,2779,2781,2783,2785,2787,2789,2791,2793,2795,2797,2799,2801,2803,2805,2807,2809,2811,2813,2815,2817,2819,2821,2823,2825,2827,2829,2831,2833,2835,2837,2839,2841,2843,2845,2847,2849,2851,2853,2855,2857,2859,2861,2863,2865,2867,2869,2871,2873,2875,2877,2879,2881,2883,2885,2887,2889,2891,2893,2895,2897,2899,2901,2903,2905,2907,2909,2911,2913,2915,2917,2919,2921,2923,2925,2927,2929,2931,2933,2935,2937,2939,2941,2943,2945,2947,2949,2951,2953,2955,2957,2959,2961,2963,2965,2967,2969,2971,2973,2975,2977,2979,2981,2983,2985,2987,2989,2991,2993,2995,2997,2999,3001,3003,3005,3007,3009,3011,3013,3015,3017,3019,3021,3023,3025,3027,3029,3031,3033,3035,3037,3039,3041,3043,3045,3047,3049,3051,3053,3055,3057,3059,3061,3063,3065,3067,3069,3071,3073,3075,3077,3079,3081,3083,3085,3087,3089,3091,3093,3095,3097,3099,3101,3103,3105,3107,3109,3111,3113,3115,3117,3119,3121,3123,3125,3127,3129,3131,3133,3135,3137,3139,3141,3143,3145,3147,3149,3151,3153,3155,3157,3159,3161,3163,3165,3167,3169,3171,3173,3175,3177,3179,3181,3183,3185,3187,3189,3191,3193,3195,3197,3199,3201,3203,3205,3207,3209,3211,3213,3215,3217,3219,3221,3223,3225,3227,3229,3231,3233,3235,3237,3239,3241,3243,3245,3247,3249,3251,3253,3255,3257,3259,3261,3263,3265,3267,3269,3271,3273,3275,3277,3279,3281,3283,3285,3287,3289,3291,3293,3295,3297,3299,3301,3303,3305,3307,3309,3311,3313,3315,3317,3319,3321,3323,3325,3327,3329,3331,3333,3335,3337,3339,3341,3343,3345,3347,3349,3351,3353,3355,3357,3359,3361,3363,3365,3367,3369,3371,3373,3375,3377,3379,3381,3383,3385,3387,3389,3391,3393,3395,3397,3399,3401,3403,3405,3407,3409,3411,3413,3415,3417,3419,3421,3423,3425,3427,3429,3431,3433,3435,3437,3439,3441,3443,3445,3447,3449,3451,3453,3455,3457,3459,3461,3463,3465,3467,3469,3471,3473,3475,3477,3479,3481,3483,3485,3487,3489,3491,3493,3495,3497,3499,3501,3503,3505,3507,3509,3511,3513,3515,3517,3519,3521,3523,3525,3527,3529,3531,3533,3535,3537,3539,3541,3543,3545,3547,3549,3551,3553,3555,3557,3559,3561,3563,3565,3567,3569,3571,3573,3575,3577,3579,3581,3583,3585,3587,3589,3591,3593,3595,3597,3599,3601,3603,3605,3607,3609,3611,3613,3615,3617,3619,3621,3623,3625,3627,3629,3631,3633,3635,3637,3639,3641,3643,3645,3647,3649,3651,3653,3655,3657,3659,3661,3663,3665,3667,3669,3671,3673,3675,3677,3679,3681,3683,3685,3687,3689,3691,3693,3695],{"categories":130},[131],"Developer Productivity",{"categories":133},[134],"Business & SaaS",{"categories":136},[137],"AI & LLMs",{"categories":139},[77],{"categories":141},[142],"Product Strategy",{"categories":144},[137],{"categories":146},[131],{"categories":148},[134],{"categories":150},[],{"categories":152},[137],{"categories":154},[],{"categories":156},[157],"AI News & Trends",{"categories":159},[77],{"categories":161},[157],{"categories":163},[77],{"categories":165},[77],{"categories":167},[137],{"categories":169},[137],{"categories":171},[157],{"categories":173},[137],{"categories":175},[],{"categories":177},[178],"Design & Frontend",{"categories":180},[181],"Data Science & Visualization",{"categories":183},[157],{"categories":185},[],{"categories":187},[188],"Software Engineering",{"categories":190},[137],{"categories":192},[77],{"categories":194},[195],"Marketing & Growth",{"categories":197},[137],{"categories":199},[77],{"categories":201},[],{"categories":203},[],{"categories":205},[178],{"categories":207},[77],{"categories":209},[131],{"categories":211},[178],{"categories":213},[137],{"categories":215},[77],{"categories":217},[157],{"categories":219},[],{"categories":221},[],{"categories":223},[77],{"categories":225},[188],{"categories":227},[],{"categories":229},[134],{"categories":231},[],{"categories":233},[],{"categories":235},[77],{"categories":237},[77],{"categories":239},[137],{"categories":241},[],{"categories":243},[188],{"categories":245},[],{"categories":247},[],{"categories":249},[],{"categories":251},[137],{"categories":253},[195],{"categories":255},[178],{"categories":257},[178],{"categories":259},[137],{"categories":261},[77],{"categories":263},[137],{"categories":265},[137],{"categories":267},[77],{"categories":269},[77],{"categories":271},[181],{"categories":273},[157],{"categories":275},[77],{"categories":277},[195],{"categories":279},[77],{"categories":281},[142],{"categories":283},[],{"categories":285},[77],{"categories":287},[],{"categories":289},[77],{"categories":291},[188],{"categories":293},[178],{"categories":295},[137],{"categories":297},[],{"categories":299},[],{"categories":301},[77],{"categories":303},[],{"categories":305},[137],{"categories":307},[],{"categories":309},[131],{"categories":311},[188],{"categories":313},[134],{"categories":315},[157],{"categories":317},[137],{"categories":319},[],{"categories":321},[137],{"categories":323},[],{"categories":325},[188],{"categories":327},[181],{"categories":329},[],{"categories":331},[137],{"categories":333},[178],{"categories":335},[],{"categories":337},[178],{"categories":339},[77],{"categories":341},[],{"categories":343},[77],{"categories":345},[157],{"categories":347},[137],{"categories":349},[],{"categories":351},[77],{"categories":353},[137],{"categories":355},[142],{"categories":357},[],{"categories":359},[137],{"categories":361},[77],{"categories":363},[77],{"categories":365},[],{"categories":367},[181],{"categories":369},[137],{"categories":371},[],{"categories":373},[131],{"categories":375},[134],{"categories":377},[137],{"categories":379},[77],{"categories":381},[188],{"categories":383},[137],{"categories":385},[],{"categories":387},[],{"categories":389},[137],{"categories":391},[],{"categories":393},[178],{"categories":395},[],{"categories":397},[137],{"categories":399},[],{"categories":401},[77],{"categories":403},[137],{"categories":405},[178],{"categories":407},[],{"categories":409},[137],{"categories":411},[137],{"categories":413},[134],{"categories":415},[77],{"categories":417},[137],{"categories":419},[178],{"categories":421},[77],{"categories":423},[],{"categories":425},[],{"categories":427},[157],{"categories":429},[],{"categories":431},[137],{"categories":433},[134,195],{"categories":435},[],{"categories":437},[137],{"categories":439},[],{"categories":441},[],{"categories":443},[137],{"categories":445},[],{"categories":447},[137],{"categories":449},[450],"DevOps & Cloud",{"categories":452},[],{"categories":454},[157],{"categories":456},[178],{"categories":458},[],{"categories":460},[157],{"categories":462},[157],{"categories":464},[137],{"categories":466},[195],{"categories":468},[],{"categories":470},[134],{"categories":472},[],{"categories":474},[137,450],{"categories":476},[137],{"categories":478},[137],{"categories":480},[77],{"categories":482},[137,188],{"categories":484},[181],{"categories":486},[137],{"categories":488},[195],{"categories":490},[77],{"categories":492},[77],{"categories":494},[],{"categories":496},[77],{"categories":498},[137,134],{"categories":500},[],{"categories":502},[178],{"categories":504},[178],{"categories":506},[],{"categories":508},[],{"categories":510},[157],{"categories":512},[],{"categories":514},[131],{"categories":516},[188],{"categories":518},[137],{"categories":520},[178],{"categories":522},[77],{"categories":524},[188],{"categories":526},[157],{"categories":528},[178],{"categories":530},[],{"categories":532},[137],{"categories":534},[137],{"categories":536},[137],{"categories":538},[157],{"categories":540},[131],{"categories":542},[137],{"categories":544},[77],{"categories":546},[450],{"categories":548},[178],{"categories":550},[77],{"categories":552},[],{"categories":554},[],{"categories":556},[178],{"categories":558},[157],{"categories":560},[181],{"categories":562},[],{"categories":564},[137],{"categories":566},[137],{"categories":568},[134],{"categories":570},[137],{"categories":572},[137],{"categories":574},[157],{"categories":576},[],{"categories":578},[77],{"categories":580},[188],{"categories":582},[],{"categories":584},[137],{"categories":586},[137],{"categories":588},[77],{"categories":590},[],{"categories":592},[],{"categories":594},[137],{"categories":596},[],{"categories":598},[134],{"categories":600},[77],{"categories":602},[],{"categories":604},[131],{"categories":606},[137],{"categories":608},[134],{"categories":610},[157],{"categories":612},[],{"categories":614},[],{"categories":616},[],{"categories":618},[157],{"categories":620},[157],{"categories":622},[],{"categories":624},[],{"categories":626},[134],{"categories":628},[],{"categories":630},[],{"categories":632},[131],{"categories":634},[],{"categories":636},[195],{"categories":638},[77],{"categories":640},[134],{"categories":642},[77],{"categories":644},[],{"categories":646},[142],{"categories":648},[178],{"categories":650},[188],{"categories":652},[137],{"categories":654},[77],{"categories":656},[134],{"categories":658},[137],{"categories":660},[],{"categories":662},[],{"categories":664},[188],{"categories":666},[181],{"categories":668},[142],{"categories":670},[77],{"categories":672},[137],{"categories":674},[],{"categories":676},[450],{"categories":678},[],{"categories":680},[77],{"categories":682},[],{"categories":684},[],{"categories":686},[137],{"categories":688},[178],{"categories":690},[195],{"categories":692},[77],{"categories":694},[],{"categories":696},[131],{"categories":698},[],{"categories":700},[157],{"categories":702},[137,450],{"categories":704},[157],{"categories":706},[137],{"categories":708},[134],{"categories":710},[137],{"categories":712},[],{"categories":714},[134],{"categories":716},[],{"categories":718},[188],{"categories":720},[178],{"categories":722},[157],{"categories":724},[181],{"categories":726},[131],{"categories":728},[137],{"categories":730},[188],{"categories":732},[],{"categories":734},[],{"categories":736},[142],{"categories":738},[],{"categories":740},[137],{"categories":742},[],{"categories":744},[178],{"categories":746},[178],{"categories":748},[178],{"categories":750},[],{"categories":752},[],{"categories":754},[157],{"categories":756},[77],{"categories":758},[137],{"categories":760},[137],{"categories":762},[137],{"categories":764},[134],{"categories":766},[137],{"categories":768},[],{"categories":770},[188],{"categories":772},[188],{"categories":774},[134],{"categories":776},[],{"categories":778},[137],{"categories":780},[137],{"categories":782},[134],{"categories":784},[157],{"categories":786},[195],{"categories":788},[77],{"categories":790},[],{"categories":792},[178],{"categories":794},[],{"categories":796},[137],{"categories":798},[],{"categories":800},[134],{"categories":802},[77],{"categories":804},[],{"categories":806},[450],{"categories":808},[181],{"categories":810},[188],{"categories":812},[195],{"categories":814},[188],{"categories":816},[77],{"categories":818},[],{"categories":820},[],{"categories":822},[77],{"categories":824},[131],{"categories":826},[77],{"categories":828},[142],{"categories":830},[134],{"categories":832},[],{"categories":834},[137],{"categories":836},[142],{"categories":838},[137],{"categories":840},[137],{"categories":842},[195],{"categories":844},[178],{"categories":846},[77],{"categories":848},[],{"categories":850},[],{"categories":852},[450],{"categories":854},[188],{"categories":856},[],{"categories":858},[77],{"categories":860},[137],{"categories":862},[178,137],{"categories":864},[131],{"categories":866},[],{"categories":868},[137],{"categories":870},[131],{"categories":872},[178],{"categories":874},[77],{"categories":876},[188],{"categories":878},[],{"categories":880},[137],{"categories":882},[],{"categories":884},[131],{"categories":886},[],{"categories":888},[77],{"categories":890},[142],{"categories":892},[137],{"categories":894},[137],{"categories":896},[178],{"categories":898},[77],{"categories":900},[450],{"categories":902},[178],{"categories":904},[77],{"categories":906},[137],{"categories":908},[137],{"categories":910},[137],{"categories":912},[157],{"categories":914},[],{"categories":916},[142],{"categories":918},[77],{"categories":920},[178],{"categories":922},[77],{"categories":924},[188],{"categories":926},[178],{"categories":928},[77],{"categories":930},[157],{"categories":932},[],{"categories":934},[137],{"categories":936},[178],{"categories":938},[137],{"categories":940},[131],{"categories":942},[157],{"categories":944},[137],{"categories":946},[195],{"categories":948},[137],{"categories":950},[137],{"categories":952},[77],{"categories":954},[77],{"categories":956},[137],{"categories":958},[77],{"categories":960},[178],{"categories":962},[137],{"categories":964},[],{"categories":966},[],{"categories":968},[188],{"categories":970},[],{"categories":972},[131],{"categories":974},[450],{"categories":976},[],{"categories":978},[131],{"categories":980},[134],{"categories":982},[195],{"categories":984},[],{"categories":986},[134],{"categories":988},[],{"categories":990},[],{"categories":992},[],{"categories":994},[],{"categories":996},[],{"categories":998},[137],{"categories":1000},[77],{"categories":1002},[450],{"categories":1004},[131],{"categories":1006},[137],{"categories":1008},[188],{"categories":1010},[142],{"categories":1012},[137],{"categories":1014},[195],{"categories":1016},[137],{"categories":1018},[137],{"categories":1020},[137],{"categories":1022},[137,131],{"categories":1024},[188],{"categories":1026},[188],{"categories":1028},[178],{"categories":1030},[137],{"categories":1032},[],{"categories":1034},[],{"categories":1036},[],{"categories":1038},[188],{"categories":1040},[181],{"categories":1042},[157],{"categories":1044},[178],{"categories":1046},[],{"categories":1048},[137],{"categories":1050},[137],{"categories":1052},[],{"categories":1054},[],{"categories":1056},[77],{"categories":1058},[137],{"categories":1060},[134],{"categories":1062},[],{"categories":1064},[131],{"categories":1066},[137],{"categories":1068},[131],{"categories":1070},[137],{"categories":1072},[188],{"categories":1074},[195],{"categories":1076},[137,178],{"categories":1078},[157],{"categories":1080},[178],{"categories":1082},[],{"categories":1084},[450],{"categories":1086},[178],{"categories":1088},[77],{"categories":1090},[],{"categories":1092},[],{"categories":1094},[],{"categories":1096},[],{"categories":1098},[188],{"categories":1100},[77],{"categories":1102},[77],{"categories":1104},[137],{"categories":1106},[137],{"categories":1108},[],{"categories":1110},[178],{"categories":1112},[],{"categories":1114},[],{"categories":1116},[77],{"categories":1118},[],{"categories":1120},[],{"categories":1122},[195],{"categories":1124},[195],{"categories":1126},[77],{"categories":1128},[],{"categories":1130},[137],{"categories":1132},[137],{"categories":1134},[188],{"categories":1136},[178],{"categories":1138},[178],{"categories":1140},[77],{"categories":1142},[131],{"categories":1144},[137],{"categories":1146},[178],{"categories":1148},[178],{"categories":1150},[77],{"categories":1152},[77],{"categories":1154},[137],{"categories":1156},[],{"categories":1158},[],{"categories":1160},[137],{"categories":1162},[77],{"categories":1164},[157],{"categories":1166},[188],{"categories":1168},[131],{"categories":1170},[137],{"categories":1172},[],{"categories":1174},[77],{"categories":1176},[77],{"categories":1178},[],{"categories":1180},[131],{"categories":1182},[137],{"categories":1184},[131],{"categories":1186},[131],{"categories":1188},[],{"categories":1190},[],{"categories":1192},[77],{"categories":1194},[77],{"categories":1196},[137],{"categories":1198},[137],{"categories":1200},[157],{"categories":1202},[181],{"categories":1204},[142],{"categories":1206},[157],{"categories":1208},[178],{"categories":1210},[],{"categories":1212},[157],{"categories":1214},[],{"categories":1216},[],{"categories":1218},[],{"categories":1220},[],{"categories":1222},[188],{"categories":1224},[181],{"categories":1226},[],{"categories":1228},[137],{"categories":1230},[137],{"categories":1232},[181],{"categories":1234},[188],{"categories":1236},[],{"categories":1238},[],{"categories":1240},[77],{"categories":1242},[157],{"categories":1244},[157],{"categories":1246},[77],{"categories":1248},[131],{"categories":1250},[137,450],{"categories":1252},[],{"categories":1254},[178],{"categories":1256},[131],{"categories":1258},[77],{"categories":1260},[178],{"categories":1262},[],{"categories":1264},[77],{"categories":1266},[77],{"categories":1268},[137],{"categories":1270},[195],{"categories":1272},[188],{"categories":1274},[178],{"categories":1276},[],{"categories":1278},[77],{"categories":1280},[137],{"categories":1282},[77],{"categories":1284},[77],{"categories":1286},[77],{"categories":1288},[195],{"categories":1290},[77],{"categories":1292},[137],{"categories":1294},[],{"categories":1296},[195],{"categories":1298},[157],{"categories":1300},[77],{"categories":1302},[],{"categories":1304},[],{"categories":1306},[137],{"categories":1308},[77],{"categories":1310},[157],{"categories":1312},[77],{"categories":1314},[],{"categories":1316},[],{"categories":1318},[],{"categories":1320},[77],{"categories":1322},[],{"categories":1324},[],{"categories":1326},[181],{"categories":1328},[137],{"categories":1330},[181],{"categories":1332},[157],{"categories":1334},[137],{"categories":1336},[137],{"categories":1338},[77],{"categories":1340},[137],{"categories":1342},[],{"categories":1344},[],{"categories":1346},[450],{"categories":1348},[],{"categories":1350},[],{"categories":1352},[131],{"categories":1354},[],{"categories":1356},[],{"categories":1358},[],{"categories":1360},[],{"categories":1362},[188],{"categories":1364},[157],{"categories":1366},[195],{"categories":1368},[134],{"categories":1370},[137],{"categories":1372},[137],{"categories":1374},[134],{"categories":1376},[],{"categories":1378},[178],{"categories":1380},[77],{"categories":1382},[134],{"categories":1384},[137],{"categories":1386},[137],{"categories":1388},[131],{"categories":1390},[],{"categories":1392},[131],{"categories":1394},[137],{"categories":1396},[195],{"categories":1398},[77],{"categories":1400},[157],{"categories":1402},[134],{"categories":1404},[137],{"categories":1406},[77],{"categories":1408},[],{"categories":1410},[137],{"categories":1412},[131],{"categories":1414},[137],{"categories":1416},[],{"categories":1418},[157],{"categories":1420},[137],{"categories":1422},[],{"categories":1424},[134],{"categories":1426},[137],{"categories":1428},[],{"categories":1430},[],{"categories":1432},[],{"categories":1434},[137],{"categories":1436},[],{"categories":1438},[450],{"categories":1440},[137],{"categories":1442},[],{"categories":1444},[137],{"categories":1446},[137],{"categories":1448},[137],{"categories":1450},[137,450],{"categories":1452},[137],{"categories":1454},[137],{"categories":1456},[178],{"categories":1458},[77],{"categories":1460},[],{"categories":1462},[77],{"categories":1464},[137],{"categories":1466},[137],{"categories":1468},[137],{"categories":1470},[131],{"categories":1472},[131],{"categories":1474},[188],{"categories":1476},[178],{"categories":1478},[77],{"categories":1480},[],{"categories":1482},[137],{"categories":1484},[157],{"categories":1486},[137],{"categories":1488},[134],{"categories":1490},[],{"categories":1492},[450],{"categories":1494},[178],{"categories":1496},[178],{"categories":1498},[77],{"categories":1500},[157],{"categories":1502},[77],{"categories":1504},[137],{"categories":1506},[],{"categories":1508},[137],{"categories":1510},[],{"categories":1512},[],{"categories":1514},[137],{"categories":1516},[137],{"categories":1518},[137],{"categories":1520},[77],{"categories":1522},[137],{"categories":1524},[],{"categories":1526},[181],{"categories":1528},[77],{"categories":1530},[],{"categories":1532},[137],{"categories":1534},[157],{"categories":1536},[],{"categories":1538},[178],{"categories":1540},[450],{"categories":1542},[157],{"categories":1544},[188],{"categories":1546},[188],{"categories":1548},[157],{"categories":1550},[157],{"categories":1552},[450],{"categories":1554},[],{"categories":1556},[157],{"categories":1558},[137],{"categories":1560},[131],{"categories":1562},[157],{"categories":1564},[],{"categories":1566},[181],{"categories":1568},[157],{"categories":1570},[188],{"categories":1572},[157],{"categories":1574},[450],{"categories":1576},[137],{"categories":1578},[137],{"categories":1580},[],{"categories":1582},[134],{"categories":1584},[],{"categories":1586},[],{"categories":1588},[137],{"categories":1590},[137],{"categories":1592},[137],{"categories":1594},[137],{"categories":1596},[],{"categories":1598},[181],{"categories":1600},[131],{"categories":1602},[],{"categories":1604},[137],{"categories":1606},[137],{"categories":1608},[450],{"categories":1610},[450],{"categories":1612},[],{"categories":1614},[77],{"categories":1616},[157],{"categories":1618},[157],{"categories":1620},[137],{"categories":1622},[77],{"categories":1624},[],{"categories":1626},[178],{"categories":1628},[137],{"categories":1630},[137],{"categories":1632},[],{"categories":1634},[],{"categories":1636},[450],{"categories":1638},[137],{"categories":1640},[188],{"categories":1642},[134],{"categories":1644},[137],{"categories":1646},[],{"categories":1648},[77],{"categories":1650},[131],{"categories":1652},[131],{"categories":1654},[],{"categories":1656},[137],{"categories":1658},[178],{"categories":1660},[77],{"categories":1662},[],{"categories":1664},[137],{"categories":1666},[137],{"categories":1668},[77],{"categories":1670},[],{"categories":1672},[77],{"categories":1674},[188],{"categories":1676},[],{"categories":1678},[137],{"categories":1680},[],{"categories":1682},[137],{"categories":1684},[],{"categories":1686},[137],{"categories":1688},[137],{"categories":1690},[],{"categories":1692},[137],{"categories":1694},[157],{"categories":1696},[137],{"categories":1698},[137],{"categories":1700},[131],{"categories":1702},[137],{"categories":1704},[157],{"categories":1706},[77],{"categories":1708},[],{"categories":1710},[137],{"categories":1712},[195],{"categories":1714},[],{"categories":1716},[],{"categories":1718},[],{"categories":1720},[131],{"categories":1722},[157],{"categories":1724},[77],{"categories":1726},[137],{"categories":1728},[178],{"categories":1730},[77],{"categories":1732},[],{"categories":1734},[77],{"categories":1736},[],{"categories":1738},[137],{"categories":1740},[77],{"categories":1742},[137],{"categories":1744},[],{"categories":1746},[137],{"categories":1748},[137],{"categories":1750},[157],{"categories":1752},[178],{"categories":1754},[77],{"categories":1756},[178],{"categories":1758},[134],{"categories":1760},[],{"categories":1762},[],{"categories":1764},[137],{"categories":1766},[131],{"categories":1768},[157],{"categories":1770},[],{"categories":1772},[],{"categories":1774},[188],{"categories":1776},[178],{"categories":1778},[],{"categories":1780},[137],{"categories":1782},[],{"categories":1784},[195],{"categories":1786},[137],{"categories":1788},[450],{"categories":1790},[188],{"categories":1792},[],{"categories":1794},[77],{"categories":1796},[137],{"categories":1798},[77],{"categories":1800},[77],{"categories":1802},[137],{"categories":1804},[],{"categories":1806},[131],{"categories":1808},[137],{"categories":1810},[134],{"categories":1812},[188],{"categories":1814},[178],{"categories":1816},[],{"categories":1818},[],{"categories":1820},[],{"categories":1822},[77],{"categories":1824},[178],{"categories":1826},[157],{"categories":1828},[137],{"categories":1830},[157],{"categories":1832},[178],{"categories":1834},[],{"categories":1836},[178],{"categories":1838},[157],{"categories":1840},[134],{"categories":1842},[137],{"categories":1844},[157],{"categories":1846},[195],{"categories":1848},[],{"categories":1850},[],{"categories":1852},[181],{"categories":1854},[137,188],{"categories":1856},[157],{"categories":1858},[137],{"categories":1860},[77],{"categories":1862},[77],{"categories":1864},[137],{"categories":1866},[],{"categories":1868},[188],{"categories":1870},[137],{"categories":1872},[181],{"categories":1874},[77],{"categories":1876},[195],{"categories":1878},[450],{"categories":1880},[],{"categories":1882},[131],{"categories":1884},[77],{"categories":1886},[77],{"categories":1888},[188],{"categories":1890},[137],{"categories":1892},[137],{"categories":1894},[],{"categories":1896},[],{"categories":1898},[],{"categories":1900},[450],{"categories":1902},[157],{"categories":1904},[137],{"categories":1906},[137],{"categories":1908},[137],{"categories":1910},[],{"categories":1912},[181],{"categories":1914},[134],{"categories":1916},[],{"categories":1918},[77],{"categories":1920},[450],{"categories":1922},[],{"categories":1924},[178],{"categories":1926},[178],{"categories":1928},[],{"categories":1930},[188],{"categories":1932},[178],{"categories":1934},[137],{"categories":1936},[],{"categories":1938},[157],{"categories":1940},[137],{"categories":1942},[178],{"categories":1944},[77],{"categories":1946},[157],{"categories":1948},[],{"categories":1950},[77],{"categories":1952},[178],{"categories":1954},[137],{"categories":1956},[],{"categories":1958},[137],{"categories":1960},[137],{"categories":1962},[450],{"categories":1964},[157],{"categories":1966},[181],{"categories":1968},[181],{"categories":1970},[],{"categories":1972},[],{"categories":1974},[],{"categories":1976},[77],{"categories":1978},[188],{"categories":1980},[188],{"categories":1982},[],{"categories":1984},[],{"categories":1986},[137],{"categories":1988},[],{"categories":1990},[77],{"categories":1992},[137],{"categories":1994},[],{"categories":1996},[137],{"categories":1998},[134],{"categories":2000},[137],{"categories":2002},[195],{"categories":2004},[77],{"categories":2006},[137],{"categories":2008},[188],{"categories":2010},[157],{"categories":2012},[77],{"categories":2014},[],{"categories":2016},[157],{"categories":2018},[77],{"categories":2020},[77],{"categories":2022},[],{"categories":2024},[134],{"categories":2026},[77],{"categories":2028},[],{"categories":2030},[137],{"categories":2032},[131],{"categories":2034},[157],{"categories":2036},[450],{"categories":2038},[77],{"categories":2040},[77],{"categories":2042},[131],{"categories":2044},[137],{"categories":2046},[],{"categories":2048},[],{"categories":2050},[178],{"categories":2052},[137,134],{"categories":2054},[],{"categories":2056},[131],{"categories":2058},[181],{"categories":2060},[137],{"categories":2062},[188],{"categories":2064},[137],{"categories":2066},[77],{"categories":2068},[137],{"categories":2070},[137],{"categories":2072},[157],{"categories":2074},[77],{"categories":2076},[],{"categories":2078},[],{"categories":2080},[77],{"categories":2082},[137],{"categories":2084},[450],{"categories":2086},[],{"categories":2088},[137],{"categories":2090},[77],{"categories":2092},[],{"categories":2094},[137],{"categories":2096},[195],{"categories":2098},[181],{"categories":2100},[77],{"categories":2102},[137],{"categories":2104},[450],{"categories":2106},[],{"categories":2108},[137],{"categories":2110},[195],{"categories":2112},[178],{"categories":2114},[137],{"categories":2116},[],{"categories":2118},[195],{"categories":2120},[157],{"categories":2122},[137],{"categories":2124},[137],{"categories":2126},[131],{"categories":2128},[],{"categories":2130},[],{"categories":2132},[178],{"categories":2134},[137],{"categories":2136},[181],{"categories":2138},[195],{"categories":2140},[195],{"categories":2142},[157],{"categories":2144},[],{"categories":2146},[],{"categories":2148},[137],{"categories":2150},[],{"categories":2152},[137,188],{"categories":2154},[157],{"categories":2156},[77],{"categories":2158},[188],{"categories":2160},[137],{"categories":2162},[131],{"categories":2164},[],{"categories":2166},[],{"categories":2168},[131],{"categories":2170},[195],{"categories":2172},[137],{"categories":2174},[],{"categories":2176},[178,137],{"categories":2178},[450],{"categories":2180},[131],{"categories":2182},[],{"categories":2184},[134],{"categories":2186},[134],{"categories":2188},[137],{"categories":2190},[188],{"categories":2192},[77],{"categories":2194},[157],{"categories":2196},[195],{"categories":2198},[178],{"categories":2200},[137],{"categories":2202},[137],{"categories":2204},[137],{"categories":2206},[131],{"categories":2208},[137],{"categories":2210},[77],{"categories":2212},[157],{"categories":2214},[],{"categories":2216},[],{"categories":2218},[181],{"categories":2220},[188],{"categories":2222},[137],{"categories":2224},[178],{"categories":2226},[181],{"categories":2228},[137],{"categories":2230},[137],{"categories":2232},[77],{"categories":2234},[77],{"categories":2236},[137,134],{"categories":2238},[],{"categories":2240},[178],{"categories":2242},[],{"categories":2244},[137],{"categories":2246},[157],{"categories":2248},[131],{"categories":2250},[131],{"categories":2252},[77],{"categories":2254},[137],{"categories":2256},[134],{"categories":2258},[188],{"categories":2260},[195],{"categories":2262},[],{"categories":2264},[157],{"categories":2266},[137],{"categories":2268},[137],{"categories":2270},[157],{"categories":2272},[188],{"categories":2274},[137],{"categories":2276},[77],{"categories":2278},[157],{"categories":2280},[137],{"categories":2282},[178],{"categories":2284},[137],{"categories":2286},[137],{"categories":2288},[450],{"categories":2290},[142],{"categories":2292},[77],{"categories":2294},[137],{"categories":2296},[157],{"categories":2298},[77],{"categories":2300},[195],{"categories":2302},[137],{"categories":2304},[],{"categories":2306},[137],{"categories":2308},[],{"categories":2310},[],{"categories":2312},[],{"categories":2314},[134],{"categories":2316},[137],{"categories":2318},[77],{"categories":2320},[157],{"categories":2322},[157],{"categories":2324},[157],{"categories":2326},[157],{"categories":2328},[],{"categories":2330},[131],{"categories":2332},[77],{"categories":2334},[157],{"categories":2336},[131],{"categories":2338},[77],{"categories":2340},[137],{"categories":2342},[137,77],{"categories":2344},[77],{"categories":2346},[450],{"categories":2348},[157],{"categories":2350},[157],{"categories":2352},[77],{"categories":2354},[137],{"categories":2356},[],{"categories":2358},[157],{"categories":2360},[195],{"categories":2362},[131],{"categories":2364},[137],{"categories":2366},[137],{"categories":2368},[],{"categories":2370},[188],{"categories":2372},[],{"categories":2374},[131],{"categories":2376},[77],{"categories":2378},[157],{"categories":2380},[137],{"categories":2382},[157],{"categories":2384},[131],{"categories":2386},[157],{"categories":2388},[157],{"categories":2390},[],{"categories":2392},[134],{"categories":2394},[77],{"categories":2396},[157],{"categories":2398},[157],{"categories":2400},[157],{"categories":2402},[157],{"categories":2404},[157],{"categories":2406},[157],{"categories":2408},[157],{"categories":2410},[157],{"categories":2412},[157],{"categories":2414},[157],{"categories":2416},[181],{"categories":2418},[131],{"categories":2420},[137],{"categories":2422},[137],{"categories":2424},[],{"categories":2426},[137,131],{"categories":2428},[],{"categories":2430},[77],{"categories":2432},[157],{"categories":2434},[77],{"categories":2436},[137],{"categories":2438},[137],{"categories":2440},[137],{"categories":2442},[137],{"categories":2444},[137],{"categories":2446},[77],{"categories":2448},[134],{"categories":2450},[178],{"categories":2452},[157],{"categories":2454},[137],{"categories":2456},[],{"categories":2458},[],{"categories":2460},[77],{"categories":2462},[178],{"categories":2464},[137],{"categories":2466},[],{"categories":2468},[],{"categories":2470},[195],{"categories":2472},[137],{"categories":2474},[],{"categories":2476},[],{"categories":2478},[131],{"categories":2480},[134],{"categories":2482},[137],{"categories":2484},[134],{"categories":2486},[178],{"categories":2488},[],{"categories":2490},[157],{"categories":2492},[],{"categories":2494},[178],{"categories":2496},[137],{"categories":2498},[195],{"categories":2500},[],{"categories":2502},[195],{"categories":2504},[],{"categories":2506},[],{"categories":2508},[77],{"categories":2510},[],{"categories":2512},[134],{"categories":2514},[131],{"categories":2516},[178],{"categories":2518},[188],{"categories":2520},[],{"categories":2522},[],{"categories":2524},[137],{"categories":2526},[131],{"categories":2528},[195],{"categories":2530},[],{"categories":2532},[77],{"categories":2534},[77],{"categories":2536},[157],{"categories":2538},[137],{"categories":2540},[77],{"categories":2542},[137],{"categories":2544},[77],{"categories":2546},[137],{"categories":2548},[142],{"categories":2550},[157],{"categories":2552},[],{"categories":2554},[195],{"categories":2556},[188],{"categories":2558},[77],{"categories":2560},[],{"categories":2562},[137],{"categories":2564},[77],{"categories":2566},[134],{"categories":2568},[131],{"categories":2570},[137],{"categories":2572},[178],{"categories":2574},[188],{"categories":2576},[188],{"categories":2578},[137],{"categories":2580},[181],{"categories":2582},[137],{"categories":2584},[77],{"categories":2586},[134],{"categories":2588},[77],{"categories":2590},[137],{"categories":2592},[137],{"categories":2594},[77],{"categories":2596},[157],{"categories":2598},[],{"categories":2600},[131],{"categories":2602},[137],{"categories":2604},[77],{"categories":2606},[137],{"categories":2608},[137],{"categories":2610},[],{"categories":2612},[178],{"categories":2614},[134],{"categories":2616},[157],{"categories":2618},[137],{"categories":2620},[137],{"categories":2622},[178],{"categories":2624},[195],{"categories":2626},[181],{"categories":2628},[137],{"categories":2630},[157],{"categories":2632},[137],{"categories":2634},[77],{"categories":2636},[450],{"categories":2638},[137],{"categories":2640},[77],{"categories":2642},[181],{"categories":2644},[],{"categories":2646},[77],{"categories":2648},[188],{"categories":2650},[178],{"categories":2652},[137],{"categories":2654},[131],{"categories":2656},[134],{"categories":2658},[188],{"categories":2660},[],{"categories":2662},[77],{"categories":2664},[137],{"categories":2666},[],{"categories":2668},[157],{"categories":2670},[],{"categories":2672},[157],{"categories":2674},[137],{"categories":2676},[77],{"categories":2678},[77],{"categories":2680},[77],{"categories":2682},[],{"categories":2684},[],{"categories":2686},[137],{"categories":2688},[137],{"categories":2690},[],{"categories":2692},[178],{"categories":2694},[77],{"categories":2696},[195],{"categories":2698},[131],{"categories":2700},[],{"categories":2702},[],{"categories":2704},[157],{"categories":2706},[188],{"categories":2708},[137],{"categories":2710},[137],{"categories":2712},[137],{"categories":2714},[188],{"categories":2716},[157],{"categories":2718},[178],{"categories":2720},[137],{"categories":2722},[137],{"categories":2724},[137],{"categories":2726},[157],{"categories":2728},[137],{"categories":2730},[157],{"categories":2732},[77],{"categories":2734},[77],{"categories":2736},[188],{"categories":2738},[77],{"categories":2740},[137],{"categories":2742},[188],{"categories":2744},[178],{"categories":2746},[],{"categories":2748},[77],{"categories":2750},[],{"categories":2752},[],{"categories":2754},[134],{"categories":2756},[137],{"categories":2758},[77],{"categories":2760},[131],{"categories":2762},[77],{"categories":2764},[195],{"categories":2766},[],{"categories":2768},[77],{"categories":2770},[],{"categories":2772},[131],{"categories":2774},[77],{"categories":2776},[],{"categories":2778},[77],{"categories":2780},[137],{"categories":2782},[157],{"categories":2784},[137],{"categories":2786},[77],{"categories":2788},[157],{"categories":2790},[77],{"categories":2792},[188],{"categories":2794},[178],{"categories":2796},[131],{"categories":2798},[],{"categories":2800},[77],{"categories":2802},[178],{"categories":2804},[157],{"categories":2806},[137],{"categories":2808},[178],{"categories":2810},[131],{"categories":2812},[],{"categories":2814},[77],{"categories":2816},[77],{"categories":2818},[137],{"categories":2820},[],{"categories":2822},[77],{"categories":2824},[142],{"categories":2826},[157],{"categories":2828},[77],{"categories":2830},[134],{"categories":2832},[],{"categories":2834},[137],{"categories":2836},[142],{"categories":2838},[137],{"categories":2840},[77],{"categories":2842},[157],{"categories":2844},[131],{"categories":2846},[450],{"categories":2848},[137],{"categories":2850},[137],{"categories":2852},[137],{"categories":2854},[157],{"categories":2856},[134],{"categories":2858},[137],{"categories":2860},[178],{"categories":2862},[157],{"categories":2864},[450],{"categories":2866},[137],{"categories":2868},[],{"categories":2870},[],{"categories":2872},[450],{"categories":2874},[181],{"categories":2876},[77],{"categories":2878},[77],{"categories":2880},[157],{"categories":2882},[137],{"categories":2884},[131],{"categories":2886},[178],{"categories":2888},[77],{"categories":2890},[137],{"categories":2892},[195],{"categories":2894},[137],{"categories":2896},[77],{"categories":2898},[],{"categories":2900},[137],{"categories":2902},[137],{"categories":2904},[157],{"categories":2906},[131],{"categories":2908},[],{"categories":2910},[137],{"categories":2912},[137],{"categories":2914},[188],{"categories":2916},[178],{"categories":2918},[137,77],{"categories":2920},[195,134],{"categories":2922},[137],{"categories":2924},[],{"categories":2926},[77],{"categories":2928},[],{"categories":2930},[188],{"categories":2932},[137],{"categories":2934},[157],{"categories":2936},[],{"categories":2938},[77],{"categories":2940},[],{"categories":2942},[77],{"categories":2944},[131],{"categories":2946},[77],{"categories":2948},[137],{"categories":2950},[450],{"categories":2952},[195],{"categories":2954},[134],{"categories":2956},[134],{"categories":2958},[131],{"categories":2960},[131],{"categories":2962},[137],{"categories":2964},[77],{"categories":2966},[137],{"categories":2968},[137],{"categories":2970},[131],{"categories":2972},[137],{"categories":2974},[195],{"categories":2976},[157],{"categories":2978},[137],{"categories":2980},[77],{"categories":2982},[137],{"categories":2984},[],{"categories":2986},[188],{"categories":2988},[],{"categories":2990},[77],{"categories":2992},[131],{"categories":2994},[],{"categories":2996},[450],{"categories":2998},[137],{"categories":3000},[],{"categories":3002},[157],{"categories":3004},[77],{"categories":3006},[188],{"categories":3008},[137],{"categories":3010},[77],{"categories":3012},[188],{"categories":3014},[77],{"categories":3016},[157],{"categories":3018},[131],{"categories":3020},[157],{"categories":3022},[188],{"categories":3024},[137],{"categories":3026},[178],{"categories":3028},[137],{"categories":3030},[137],{"categories":3032},[137],{"categories":3034},[137],{"categories":3036},[77],{"categories":3038},[137],{"categories":3040},[77],{"categories":3042},[137],{"categories":3044},[131],{"categories":3046},[137],{"categories":3048},[77],{"categories":3050},[178],{"categories":3052},[131],{"categories":3054},[77],{"categories":3056},[178],{"categories":3058},[],{"categories":3060},[137],{"categories":3062},[137],{"categories":3064},[188],{"categories":3066},[],{"categories":3068},[77],{"categories":3070},[195],{"categories":3072},[137],{"categories":3074},[157],{"categories":3076},[195],{"categories":3078},[77],{"categories":3080},[134],{"categories":3082},[134],{"categories":3084},[137],{"categories":3086},[131],{"categories":3088},[],{"categories":3090},[137],{"categories":3092},[],{"categories":3094},[131],{"categories":3096},[137],{"categories":3098},[77],{"categories":3100},[77],{"categories":3102},[],{"categories":3104},[188],{"categories":3106},[188],{"categories":3108},[195],{"categories":3110},[178],{"categories":3112},[],{"categories":3114},[137],{"categories":3116},[131],{"categories":3118},[137],{"categories":3120},[188],{"categories":3122},[131],{"categories":3124},[157],{"categories":3126},[157],{"categories":3128},[],{"categories":3130},[157],{"categories":3132},[77],{"categories":3134},[178],{"categories":3136},[181],{"categories":3138},[137],{"categories":3140},[],{"categories":3142},[157],{"categories":3144},[188],{"categories":3146},[134],{"categories":3148},[137],{"categories":3150},[131],{"categories":3152},[450],{"categories":3154},[131],{"categories":3156},[],{"categories":3158},[],{"categories":3160},[157],{"categories":3162},[],{"categories":3164},[77],{"categories":3166},[77],{"categories":3168},[77],{"categories":3170},[],{"categories":3172},[137],{"categories":3174},[],{"categories":3176},[157],{"categories":3178},[131],{"categories":3180},[178],{"categories":3182},[137],{"categories":3184},[157],{"categories":3186},[157],{"categories":3188},[],{"categories":3190},[157],{"categories":3192},[131],{"categories":3194},[137],{"categories":3196},[],{"categories":3198},[77],{"categories":3200},[77],{"categories":3202},[131],{"categories":3204},[],{"categories":3206},[],{"categories":3208},[],{"categories":3210},[178],{"categories":3212},[77],{"categories":3214},[137],{"categories":3216},[],{"categories":3218},[],{"categories":3220},[],{"categories":3222},[178],{"categories":3224},[],{"categories":3226},[131],{"categories":3228},[],{"categories":3230},[],{"categories":3232},[178],{"categories":3234},[137],{"categories":3236},[157],{"categories":3238},[],{"categories":3240},[195],{"categories":3242},[157],{"categories":3244},[195],{"categories":3246},[137],{"categories":3248},[],{"categories":3250},[],{"categories":3252},[77],{"categories":3254},[],{"categories":3256},[],{"categories":3258},[77],{"categories":3260},[137],{"categories":3262},[],{"categories":3264},[77],{"categories":3266},[157],{"categories":3268},[195],{"categories":3270},[181],{"categories":3272},[77],{"categories":3274},[77],{"categories":3276},[],{"categories":3278},[],{"categories":3280},[],{"categories":3282},[157],{"categories":3284},[],{"categories":3286},[],{"categories":3288},[178],{"categories":3290},[131],{"categories":3292},[],{"categories":3294},[134],{"categories":3296},[195],{"categories":3298},[137],{"categories":3300},[188],{"categories":3302},[131],{"categories":3304},[181],{"categories":3306},[134],{"categories":3308},[188],{"categories":3310},[],{"categories":3312},[],{"categories":3314},[77],{"categories":3316},[131],{"categories":3318},[178],{"categories":3320},[131],{"categories":3322},[77],{"categories":3324},[450],{"categories":3326},[77],{"categories":3328},[],{"categories":3330},[137],{"categories":3332},[157],{"categories":3334},[188],{"categories":3336},[],{"categories":3338},[178],{"categories":3340},[157],{"categories":3342},[131],{"categories":3344},[77],{"categories":3346},[137],{"categories":3348},[134],{"categories":3350},[77,450],{"categories":3352},[77],{"categories":3354},[188],{"categories":3356},[137],{"categories":3358},[181],{"categories":3360},[195],{"categories":3362},[77],{"categories":3364},[],{"categories":3366},[77],{"categories":3368},[137],{"categories":3370},[134],{"categories":3372},[],{"categories":3374},[],{"categories":3376},[137],{"categories":3378},[181],{"categories":3380},[137],{"categories":3382},[],{"categories":3384},[157],{"categories":3386},[],{"categories":3388},[157],{"categories":3390},[188],{"categories":3392},[77],{"categories":3394},[137],{"categories":3396},[195],{"categories":3398},[188],{"categories":3400},[],{"categories":3402},[157],{"categories":3404},[137],{"categories":3406},[],{"categories":3408},[137],{"categories":3410},[77],{"categories":3412},[137],{"categories":3414},[77],{"categories":3416},[137],{"categories":3418},[137],{"categories":3420},[137],{"categories":3422},[137],{"categories":3424},[134],{"categories":3426},[],{"categories":3428},[142],{"categories":3430},[157],{"categories":3432},[137],{"categories":3434},[],{"categories":3436},[188],{"categories":3438},[137],{"categories":3440},[137],{"categories":3442},[77],{"categories":3444},[157],{"categories":3446},[137],{"categories":3448},[137],{"categories":3450},[134],{"categories":3452},[77],{"categories":3454},[178],{"categories":3456},[],{"categories":3458},[181],{"categories":3460},[137],{"categories":3462},[],{"categories":3464},[157],{"categories":3466},[195],{"categories":3468},[],{"categories":3470},[],{"categories":3472},[157],{"categories":3474},[157],{"categories":3476},[195],{"categories":3478},[131],{"categories":3480},[77],{"categories":3482},[77],{"categories":3484},[137],{"categories":3486},[134],{"categories":3488},[],{"categories":3490},[],{"categories":3492},[157],{"categories":3494},[181],{"categories":3496},[188],{"categories":3498},[77],{"categories":3500},[178],{"categories":3502},[181],{"categories":3504},[181],{"categories":3506},[],{"categories":3508},[157],{"categories":3510},[137],{"categories":3512},[137],{"categories":3514},[188],{"categories":3516},[],{"categories":3518},[157],{"categories":3520},[157],{"categories":3522},[157],{"categories":3524},[],{"categories":3526},[77],{"categories":3528},[137],{"categories":3530},[],{"categories":3532},[131],{"categories":3534},[134],{"categories":3536},[],{"categories":3538},[137],{"categories":3540},[137],{"categories":3542},[],{"categories":3544},[188],{"categories":3546},[],{"categories":3548},[],{"categories":3550},[],{"categories":3552},[],{"categories":3554},[137],{"categories":3556},[157],{"categories":3558},[],{"categories":3560},[],{"categories":3562},[137],{"categories":3564},[137],{"categories":3566},[137],{"categories":3568},[181],{"categories":3570},[137],{"categories":3572},[181],{"categories":3574},[],{"categories":3576},[181],{"categories":3578},[181],{"categories":3580},[450],{"categories":3582},[77],{"categories":3584},[188],{"categories":3586},[],{"categories":3588},[],{"categories":3590},[181],{"categories":3592},[188],{"categories":3594},[188],{"categories":3596},[188],{"categories":3598},[],{"categories":3600},[131],{"categories":3602},[188],{"categories":3604},[188],{"categories":3606},[131],{"categories":3608},[188],{"categories":3610},[134],{"categories":3612},[188],{"categories":3614},[188],{"categories":3616},[188],{"categories":3618},[181],{"categories":3620},[157],{"categories":3622},[157],{"categories":3624},[137],{"categories":3626},[188],{"categories":3628},[181],{"categories":3630},[450],{"categories":3632},[181],{"categories":3634},[181],{"categories":3636},[181],{"categories":3638},[],{"categories":3640},[134],{"categories":3642},[],{"categories":3644},[450],{"categories":3646},[188],{"categories":3648},[188],{"categories":3650},[188],{"categories":3652},[77],{"categories":3654},[157,134],{"categories":3656},[181],{"categories":3658},[],{"categories":3660},[],{"categories":3662},[181],{"categories":3664},[],{"categories":3666},[181],{"categories":3668},[157],{"categories":3670},[77],{"categories":3672},[],{"categories":3674},[188],{"categories":3676},[137],{"categories":3678},[178],{"categories":3680},[],{"categories":3682},[137],{"categories":3684},[],{"categories":3686},[157],{"categories":3688},[131],{"categories":3690},[181],{"categories":3692},[],{"categories":3694},[188],{"categories":3696},[157],[3698,3774,3916,4036],{"id":3699,"title":3700,"ai":3701,"body":3706,"categories":3734,"created_at":78,"date_modified":78,"description":70,"extension":79,"faq":78,"featured":80,"kicker_label":78,"meta":3735,"navigation":110,"path":3761,"published_at":3762,"question":78,"scraped_at":3763,"seo":3764,"sitemap":3765,"source_id":3766,"source_name":3767,"source_type":118,"source_url":3768,"stem":3769,"tags":3770,"thumbnail_url":78,"tldr":3771,"tweet":78,"unknown_tags":3772,"__hash__":3773},"summaries\u002Fsummaries\u002F23bc0205949accea-agents-as-scaffolding-code-controls-flow-for-relia-summary.md","Agents as Scaffolding: Code Controls Flow for Reliable Automation",{"provider":7,"model":8,"input_tokens":3702,"output_tokens":3703,"processing_time_ms":3704,"cost_usd":3705},4642,1881,17230,0.0018464,{"type":14,"value":3707,"toc":3729},[3708,3712,3715,3719,3722,3726],[17,3709,3711],{"id":3710},"standalone-agents-fail-reliability-for-interruptions","Standalone Agents Fail Reliability for Interruptions",[22,3713,3714],{},"Pure agent setups for recurring tasks like security vulnerability alerts often underperform because they lack near-perfect accuracy. In one case, an agent processed GitHub Dependabot webhooks, filtering to critical issues and using GitHub APIs (checking CODEOWNERS files and recent commits) to assign owners, piping results to Slack. Despite prompt iterations with \"CRITICAL: you must...\" directives and model upgrades from GPT-4o-mini (\"GPT 4.1\") to GPT-4o (\"GPT 5.4\"), it included high and medium severity alerts ~20-30% of the time. This imperfection blocks rollout, as false positives would spam teams, unlike humans deterred by DM feedback. Verification evals (e.g., checking for non-critical mentions) add cost without full satisfaction, especially for unstructured tasks lacking tests or linting.",[17,3716,3718],{"id":3717},"code-driven-scaffolding-delivers-100-reliability","Code-Driven Scaffolding Delivers 100% Reliability",[22,3720,3721],{},"Shift to code-first workflows where software manages flow control by default, invoking agents only for non-deterministic steps like ownership inference. Feed Dependabot webhooks into a scripted pipeline: code deterministically filters to critical severity only, then calls the agent solely for owner lookup via GitHub APIs. Post-agent, code validates and posts to Slack. This hybrid runs perfectly every time, enabling aggressive rollout without babysitting. Extend with weekly pings on open criticals using the same split. Next: auto-generate fixes for human review\u002Fmerge, building on existing Dependabot PR auto-merge (which solves a subset of issues).",[17,3723,3725],{"id":3724},"pattern-scales-across-recurring-tasks","Pattern Scales Across Recurring Tasks",[22,3727,3728],{},"Generalize as: (1) Log recent human\u002Fagent runs, prompts, instructions; (2) Prompt Claude\u002FCodex for code-scaffolded replacement (minutes to prototype); (3) Deterministic code for all verifiable steps (filtering, sequencing); (4) Agents for judgment calls (e.g., ownership). Benefits: 100% uptime vs. agent flakiness, lower cost (fewer tokens), easier maintenance\u002Fdebugging. Applied 5-6 months after initial agent (1 month post-model upgrade), it eliminated manual dashboard checks, minimizing human handoffs entirely for this process.",{"title":70,"searchDepth":71,"depth":71,"links":3730},[3731,3732,3733],{"id":3710,"depth":71,"text":3711},{"id":3717,"depth":71,"text":3718},{"id":3724,"depth":71,"text":3725},[77],{"content_references":3736,"triage":3759},[3737,3743,3746,3750,3753,3756],{"type":3738,"title":3739,"author":3740,"publisher":70,"url":3741,"isbn":3742,"context":87},"book","An Elegant Puzzle","Will Larson","https:\u002F\u002Fwww.amazon.com\u002FElegant-Puzzle-Systems-Engineering-Management\u002Fdp\u002F1732265186","1732265186",{"type":3738,"title":3744,"author":3740,"url":3745,"context":87},"Staff Engineer","https:\u002F\u002Fstaffeng.com\u002Fbook",{"type":3738,"title":3747,"author":3740,"url":3748,"isbn":3749,"context":87},"The Engineering Executive's Primer","https:\u002F\u002Fwww.amazon.com\u002FEngineering-Executives-Primer-Impactful-Leadership\u002Fdp\u002F1098149483\u002F","1098149483",{"type":3738,"title":3751,"author":3740,"url":3752,"context":87},"Crafting Engineering Strategy","https:\u002F\u002Fcraftingengstrategy.com\u002F",{"type":95,"title":3754,"author":3740,"url":3755,"context":93},"Agents as Coordinators","https:\u002F\u002Flethain.com\u002Fagents-coordinators\u002F",{"type":95,"title":3757,"author":3740,"url":3758,"context":93},"Dependabot Auto-Merge","https:\u002F\u002Flethain.com\u002Fdependabot-auto-merge\u002F",{"relevance":106,"novelty":107,"quality":107,"actionability":106,"composite":108,"reasoning":3760},"Category: AI Automation. The article provides a detailed framework for improving the reliability of automation through code-driven scaffolding, addressing a specific pain point of the audience regarding the limitations of pure agents. It offers actionable steps for implementing this approach, making it highly relevant and practical for builders of AI-powered products.","\u002Fsummaries\u002F23bc0205949accea-agents-as-scaffolding-code-controls-flow-for-relia-summary","2026-04-12 17:00:00","2026-04-13 17:53:30",{"title":3700,"description":70},{"loc":3761},"23bc0205949accea","Will Larson (Irrational Exuberance)","https:\u002F\u002Flethain.com\u002Fagents-as-scaffolding\u002F","summaries\u002F23bc0205949accea-agents-as-scaffolding-code-controls-flow-for-relia-summary",[122,123,124],"Replace pure agents with code-driven scaffolding: deterministic code handles filtering and flow, agents only infer ownership, achieving 100% reliability for recurring tasks like security patching—faster, cheaper, maintainable.",[123,124],"sdZjD1gN0e2SD4o8uyNhBAs1O7IUoBh20LZVxn7Td58",{"id":3775,"title":3776,"ai":3777,"body":3782,"categories":3899,"created_at":78,"date_modified":78,"description":3900,"extension":79,"faq":78,"featured":80,"kicker_label":78,"meta":3901,"navigation":110,"path":3902,"published_at":3903,"question":78,"scraped_at":3904,"seo":3905,"sitemap":3906,"source_id":3907,"source_name":3908,"source_type":3909,"source_url":3910,"stem":3911,"tags":3912,"thumbnail_url":78,"tldr":3913,"tweet":78,"unknown_tags":3914,"__hash__":3915},"summaries\u002Fsummaries\u002Fa08933526788c326-every-employee-s-ai-agent-what-actually-works-summary.md","Every Employee's AI Agent: What Actually Works",{"provider":7,"model":8,"input_tokens":3778,"output_tokens":3779,"processing_time_ms":3780,"cost_usd":3781},8687,2031,18343,0.00273025,{"type":14,"value":3783,"toc":3892},[3784,3788,3791,3794,3797,3800,3804,3807,3810,3813,3816,3820,3823,3826,3829,3833,3836,3839,3842,3846,3875,3878],[17,3785,3787],{"id":3786},"from-household-helper-to-work-supercharger","From Household Helper to Work Supercharger",[22,3789,3790],{},"Brandon Gell, COO of Every, kickstarted the AI agent rollout by building Zosia, his OpenClaw instance, to manage household \"computer errands\" after having a newborn. Zosia handled Amazon and Whole Foods orders (like ad-hoc butter restocks), paid the nanny via her own debit card and bank account, scheduled hours, and answered queries faster than Google or ChatGPT via iMessage. Lydia, Brandon's wife, even used Zosia for research, like newborn swimming lessons—though it hilariously suggested options for the baby first.",[22,3792,3793],{},"The pivotal shift to work came during a 28-minute walk to the office. Brandon prompted Zosia via Bland.ai voice integration: \"Call me and walk through my emails one by one.\" She summarized each, took instructions, and executed them. Upon arrival, Brandon checked Gmail—everything was done perfectly. \"My jaw is on the floor,\" he messaged the team. This untaught capability proved agents excel at real-time, context-heavy tasks.",[22,3795,3796],{},"Willie Williams, head of platform, saw the potential beyond personal use. Inspired by Brandon, he created a \"Claws Only\" Slack channel (migrated from Discord) for agents to interact. Early chaos ensued: When Jack's agent Pip errored, others like Zosia, Clant (Kieran's agent), and Margot intervened supportively. Clant recommended breathing exercises—mirroring Kieran's personal habit—highlighting how agents absorb and reflect owners' traits.",[22,3798,3799],{},"\"Claude is not mine. Claude is everybody's. A claw or a plus one is mine because you develop a personal relationship with your claw and your claw can modify itself in response to talking to you. It becomes this like reflection of you,\" Brandon explained.",[17,3801,3803],{"id":3802},"emergent-specialization-and-parallel-org-chart","Emergent Specialization and Parallel Org Chart",[22,3805,3806],{},"Every employee now runs their own agent (OpenClaw or hosted Plus One), rejecting a single org-wide bot. Through micro-interactions, agents specialize: R2C2 (Willie's) manages Proof, Every's agent-native doc editor (like Google Docs for AI writing—collaborative, fast, free). Users file bugs\u002Ffeature requests with R2C2, which prioritizes, schedules Willie's work, and often codes fixes—offloading what used to clog Willie's brain.",[22,3808,3809],{},"Austin's agent Montaine handles growth queries; Marcus (Spiral GM) built a product marketing skill shared via agents. Willie tasked Milo (his Plus One) to merge it with Iris's version, tagging both agents to collaborate autonomously in Proof. Humans defer routine tasks to agents: \"If something is already written down or discussed and needs to be used... it should always go to a plus one and never to the person.\"",[22,3811,3812],{},"This creates a \"parallel org chart\" of trusted specialists. People remember agents' names and roles effortlessly—you won't track 1,000 coworkers anyway, just 20-50 plus their agents, doubling effective communication. Agents share knowledge instantly: One learns a skill, documents it, and broadcasts—Matrix-style \"I know kung fu.\"",[22,3814,3815],{},"\"If you're known for something inside of your org and you're using your claw publicly... your claw then becomes known for that same kind of thing and people trust it for that,\" Brandon noted. Compound Engineering (Kieran's framework) proves this: Daily codebase interactions distill philosophy without exhaustive documentation.",[17,3817,3819],{"id":3818},"public-work-builds-trust-and-scales-capacity","Public Work Builds Trust and Scales Capacity",[22,3821,3822],{},"Agents work in public Slack channels, inheriting owners' reputations. This visibility fosters trust—e.g., tag R2C2 for Proof issues, not Willie. Etiquette evolves: Nuanced decisions on human vs. agent (e.g., customer service to Galilea's L or her directly?). Proposal: Route documented\u002Freusable tasks to agents first.",[22,3824,3825],{},"Proof enables multi-agent collaboration on docs like coding plans. Plus One, Every's hosted OpenClaw (launched waitlist last week), simplifies setup—raw OpenClaw demands Mac Mini tinkering amid breakage. Yet tuning agents to excel remains hard; personal relationships via voice, iMessage, and iterations make them shine.",[22,3827,3828],{},"Willie marveled at capacity: \"We actually all have capacity to double the amount of people that we can communicate with.\"",[17,3830,3832],{"id":3831},"persistent-challenges-and-open-questions","Persistent Challenges and Open Questions",[22,3834,3835],{},"Agents falter on memory (gaps in long contexts), group chat etiquette (overtalking), and the \"ant death spiral\"—endless low-value loops without human intervention. Voice sounds robotic (e.g., Progressive insurance call needed Brandon's verification). No codified rules yet for agent-human boundaries, but public work mitigates trust issues.",[22,3837,3838],{},"Cultural shift is key: Teams must embrace agents as extensions, not replacements. Early \"Claws Only\" peeks showed collaboration potential amid chaos. Every filters AI hype by daily use—OpenClaw isn't plug-and-play but transforms via iteration.",[22,3840,3841],{},"\"Getting an open claw is easy. Getting your open claw to be like an amazing worker for you is pretty hard,\" Brandon cautioned.",[17,3843,3845],{"id":3844},"key-takeaways","Key Takeaways",[42,3847,3848,3851,3854,3857,3860,3863,3866,3869,3872],{},[45,3849,3850],{},"Start with personal \"computer errands\" to build agent intuition before work tasks—household wins like ordering groceries reveal untapped potential.",[45,3852,3853],{},"Use voice (Bland.ai) for hands-free execution; Brandon's email walkthrough during a walk processed a full inbox autonomously.",[45,3855,3856],{},"Run agents publicly in dedicated channels (e.g., \"Claws Only\") to enable knowledge sharing and emergent collaboration.",[45,3858,3859],{},"Let agents specialize via micro-interactions—avoid one org bot; personal ones mirror personalities and create a trusted parallel structure.",[45,3861,3862],{},"Defer documented tasks to agents: \"If it's written down... go to a plus one, never the person\" to scale human bandwidth.",[45,3864,3865],{},"Build tools like Proof for agent-native docs and Plus One for easy hosting—raw OpenClaw setup is brittle.",[45,3867,3868],{},"Watch for pitfalls: Memory gaps, chat spirals, etiquette—iterate with owners for refinement.",[45,3870,3871],{},"Double your team's effective size: Humans + specialized agents = 2x communication capacity within natural Dunbar limits.",[45,3873,3874],{},"Test production readiness: \"Would you stake a business decision on what I just told you?\"",[22,3876,3877],{},"Notable quotes:",[42,3879,3880,3883,3886,3889],{},[45,3881,3882],{},"\"My jaw is on the floor\" – Brandon Gell, after Zosia handled his emails via phone during a walk, confirming execution on arrival.",[45,3884,3885],{},"\"It becomes this like reflection of you and who you are and your personality\" – Brandon on how personal relationships make agents specialize and earn org trust.",[45,3887,3888],{},"\"We actually all have capacity to double the amount of people that we can communicate with\" – Willie Williams, on remembering and using 20-50 agents alongside humans.",[45,3890,3891],{},"\"Getting your open claw to be like an amazing worker for you is pretty hard\" – Brandon, distinguishing setup ease from tuning expertise.",{"title":70,"searchDepth":71,"depth":71,"links":3893},[3894,3895,3896,3897,3898],{"id":3786,"depth":71,"text":3787},{"id":3802,"depth":71,"text":3803},{"id":3818,"depth":71,"text":3819},{"id":3831,"depth":71,"text":3832},{"id":3844,"depth":71,"text":3845},[77],"While walking to the office, our COO Brandon Gell had his AI agent call him and go over his emails in his inbox one by one. When he arrived, he opened Gmail and confirmed she'd done everything he'd asked. \"My jaw is on the floor,\" he messaged me.\nThat was the moment Every got serious about setting up each employee with their own agent. Today, it's a reality—and it has completely changed how we work.\nDan Shipper talked to Every COO Brandon Gell and head of platform Willie Williams for Every's AI & I about what happens when everyone at a company gets their own AI sidekick. \n\nIf you found this episode interesting, please like, subscribe, comment, and share!\n\nTo hear more from Dan Shipper:\nSubscribe to Every: https:\u002F\u002Fevery.to\u002Fsubscribe \nFollow him on X: https:\u002F\u002Ftwitter.com\u002Fdanshipper \nVisit https:\u002F\u002Fscl.ai\u002Fdialect to learn more about Dialect, a new system from Scale AI.\n\nTimestamps:  \n00:00 Introduction\n00:02:21 How Brandon built Zosia, an AI agent to run his household\n00:07:09 Brandon's aha moment re: using agents for work\n00:09:39 What happened when everyone on the team got their own agent\n00:12:42 How agents take on their owners' personalities, and why that matters inside an org\n00:23:51 Why it's important for agents to do work in public\n00:30:51 What we're still figuring out when it comes to agent behavior, including memory gaps, group chat etiquette, and the \"ant death spiral\" problem\n00:40:45 How we built Plus One, our hosted OpenClaw product\n00:47:27 The cultural shift required to make agents work at scale",{},"\u002Fsummaries\u002Fa08933526788c326-every-employee-s-ai-agent-what-actually-works-summary","2026-04-08 15:00:55","2026-04-10 03:07:54",{"title":3776,"description":3900},{"loc":3902},"a08933526788c326","Every","video","https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=SRlTgIhESjw","summaries\u002Fa08933526788c326-every-employee-s-ai-agent-what-actually-works-summary",[122,123,124],"Personalized OpenClaw agents mirror employees' personalities, specialize in domains, and handle tasks publicly—boosting capacity without one shared bot.",[123,124],"JLduACSYSsEpXcYwLDhTLWz4F-xPM7MvwkLDAp5wVQk",{"id":3917,"title":3918,"ai":3919,"body":3924,"categories":4009,"created_at":78,"date_modified":78,"description":70,"extension":79,"faq":78,"featured":80,"kicker_label":78,"meta":4010,"navigation":110,"path":4024,"published_at":78,"question":78,"scraped_at":4025,"seo":4026,"sitemap":4027,"source_id":4028,"source_name":4029,"source_type":118,"source_url":4030,"stem":4031,"tags":4032,"thumbnail_url":78,"tldr":4033,"tweet":78,"unknown_tags":4034,"__hash__":4035},"summaries\u002Fsummaries\u002Fb23e69dcdbf6e791-adlc-lifecycle-for-reliable-ai-agents-summary.md","ADLC: Lifecycle for Reliable AI Agents",{"provider":7,"model":8,"input_tokens":3920,"output_tokens":3921,"processing_time_ms":3922,"cost_usd":3923},5647,1517,15905,0.00138105,{"type":14,"value":3925,"toc":4004},[3926,3930,3933,3936,3940,3943,3971,3974,3978,3981,4001],[17,3927,3929],{"id":3928},"why-adlc-beats-sdlc-for-probabilistic-agents","Why ADLC Beats SDLC for Probabilistic Agents",[22,3931,3932],{},"Traditional SDLC works for deterministic software but fails for agentic AI's chaos—probabilistic reasoning demands constant tuning post-functional completion. ADLC rethinks this: agents wire up fast to end-to-end functionality, but reliability requires 10x more effort without methodical evals. Core claim: a curated eval suite unlocks success by turning vibes into metrics, preventing regressions as you add prompts, tools, or RAG. Use ADLC to guarantee robust results in mission-critical systems like finance or airlines.",[22,3934,3935],{},"Planning mirrors SDLC but accelerates: align on goals, behaviors, success metrics (e.g., business KPIs), then prototype with internal tests. Skip exhaustive specs—focus on quick functional pilots.",[17,3937,3939],{"id":3938},"master-reliability-with-the-agent-flywheel","Master Reliability with the Agent Flywheel",[22,3941,3942],{},"The Flywheel's continuous loop transforms unreliable pilots into production systems:",[3944,3945,3946,3953,3959,3965],"ol",{},[45,3947,3948,3952],{},[3949,3950,3951],"strong",{},"Gather Data",": Deploy gradually (internal → pilots → production) plus simulated runs for edge cases, tools, prompts. This yields behavioral traces tied to KPIs.",[45,3954,3955,3958],{},[3949,3956,3957],{},"Pinpoint Failures",": Trace decisions to expose hotspots—brittle prompts, bad retrievals, poor orchestration. Correlate with benchmarks to quantify underperformance.",[45,3960,3961,3964],{},[3949,3962,3963],{},"Build Evolving Evals",": Feed failures into your suite as a 'control system' safety net. Ensures issues never recur silently.",[45,3966,3967,3970],{},[3949,3968,3969],{},"Experiment Safely",": Update prompts, retrieval, tools with eval-backed metrics—no blind ships. Track regressions before user impact.",[22,3972,3973],{},"Arthur's platform simplifies eval curation; start small, it becomes routine. Result: trustworthy agents under stress.",[17,3975,3977],{"id":3976},"enforce-governance-for-production-safety","Enforce Governance for Production Safety",[22,3979,3980],{},"Govern agents with three automated pillars:",[42,3982,3983,3989,3995],{},[45,3984,3985,3988],{},[3949,3986,3987],{},"Real-time Monitoring",": Alert on anomalies, drift in prompts\u002Fretrievals\u002Ftools.",[45,3990,3991,3994],{},[3949,3992,3993],{},"Change Approvals",": Eval-gate updates to block regressions.",[45,3996,3997,4000],{},[3949,3998,3999],{},"Compliance Logging",": Audit traces for regulations.",[22,4002,4003],{},"Automation makes this scalable; forward-deployed engineers at Arthur stand up pipelines from day one.",{"title":70,"searchDepth":71,"depth":71,"links":4005},[4006,4007,4008],{"id":3928,"depth":71,"text":3929},{"id":3938,"depth":71,"text":3939},{"id":3976,"depth":71,"text":3977},[137],{"content_references":4011,"triage":4021},[4012,4015,4018],{"type":95,"title":4013,"url":4014,"context":93},"Moving Beyond Vibe Checks: Going from Guesswork to Reliable Agents","https:\u002F\u002Fwww.arthur.ai\u002Fblog\u002Fmoving-beyond-vibe-checks-going-from-guesswork-to-reliable-agents?referrer=introducing-adlc-blog",{"type":84,"title":4016,"url":4017,"context":87},"Arthur Platform","https:\u002F\u002Fwww.arthur.ai",{"type":95,"title":4019,"url":4020,"context":98},"Agentic Development Lifecycle","https:\u002F\u002Fwww.arthur.ai\u002Fagentic-development-lifecycle?referrer=introducing-adlc-blog",{"relevance":106,"novelty":107,"quality":107,"actionability":107,"composite":4022,"reasoning":4023},4.35,"Category: AI Automation. The article introduces the ADLC framework specifically designed for managing AI agents, addressing the audience's need for practical methodologies in AI product development. It provides a structured approach to improving reliability in AI systems, which is actionable through its outlined Flywheel process.","\u002Fsummaries\u002Fb23e69dcdbf6e791-adlc-lifecycle-for-reliable-ai-agents-summary","2026-04-15 15:28:34",{"title":3918,"description":70},{"loc":4024},"b23e69dcdbf6e791","__oneoff__","https:\u002F\u002Fwww.arthur.ai\u002Fblog\u002Fintroducing-adlc?referrer=aeo-blogs","summaries\u002Fb23e69dcdbf6e791-adlc-lifecycle-for-reliable-ai-agents-summary",[122,123,124],"Replace SDLC with ADLC for agents: Plan quickly, iterate via Flywheel (usage data → failures → evals → improvements), and govern with monitoring, approvals, and compliance to achieve production reliability.",[123,124],"l4Z0Xx6ruxJOkOipUv8ByekUhuEDB4OlguicQAa-NS4",{"id":4037,"title":4038,"ai":4039,"body":4044,"categories":4072,"created_at":78,"date_modified":78,"description":70,"extension":79,"faq":78,"featured":80,"kicker_label":78,"meta":4073,"navigation":110,"path":4089,"published_at":4090,"question":78,"scraped_at":4091,"seo":4092,"sitemap":4093,"source_id":4094,"source_name":4095,"source_type":118,"source_url":4096,"stem":4097,"tags":4098,"thumbnail_url":78,"tldr":4100,"tweet":4101,"unknown_tags":4102,"__hash__":4103},"summaries\u002Fsummaries\u002Fd65f2a40a441061a-verdent-manager-ai-cto-builds-apps-from-one-prompt-summary.md","Verdent Manager: AI CTO Builds Apps from One Prompt",{"provider":7,"model":8,"input_tokens":4040,"output_tokens":4041,"processing_time_ms":4042,"cost_usd":4043},5621,1512,27348,0.0018577,{"type":14,"value":4045,"toc":4067},[4046,4050,4053,4057,4060,4064],[17,4047,4049],{"id":4048},"delegate-full-project-execution-to-escape-manual-oversight","Delegate Full Project Execution to Escape Manual Oversight",[22,4051,4052],{},"Verdent Manager sits above standard agent workflows, transforming vague ideas like \"build a waitlist app with landing page, email capture, admin view, and deployment\" into structured plans. It breaks work into phases—requirements, UI, logic, storage, testing—then dispatches parallel workers for each, tracking progress on a board (in progress, review, done). This shifts you from micromanaging steps (picking modes, fixing outputs, running tests) to high-level outcomes, mimicking a tiny software team. Non-technical founders validate ideas quickly without debating stacks (e.g., Next.js, Supabase) or order (landing page first?), while technical users offload coordination noise. Result: Order an app, get it shipped and ready for review, freeing time for business decisions like customer fit and monetization.",[17,4054,4056],{"id":4055},"long-term-memory-and-auto-specialist-skills-apply-your-preferences-consistently","Long-Term Memory and Auto-Specialist Skills Apply Your Preferences Consistently",[22,4058,4059],{},"Manager's persistent memory stores your stack (e.g., TypeScript, Tailwind, Supabase, Vercel), naming styles, pet peeves (overengineered architecture), and feedback across projects, eliminating repetitive explanations. It applies this automatically—e.g., always adding tests pre-deployment or enforcing code style—making repeated use smarter, like a familiar intern who improves. Pair this with \"skills\" (reusable packs for testing, deployment, frontend polish, security, GitHub workflows): Manager detects needs and invokes the right one without your input, as a CTO would assign specialists. Say \"ship it,\" and it knows your full process (style, tests, deploy). Trade-off: Relies on Verdent's ecosystem; custom skills need setup, but built-ins cover common flows like QA checklists or security reviews.",[17,4061,4063],{"id":4062},"remote-access-and-cost-controls-make-it-a-practical-teammate","Remote Access and Cost Controls Make It a Practical Teammate",[22,4065,4066],{},"Connect Manager to Slack or Telegram for on-the-go tasks: Ping from a meeting (\"quick dashboard change\"), lunch (bug fix), or bed (prep tomorrow's work), and it structures into tasks, reports back (e.g., \"deploy to staging, risks?\"). Personalize with nickname\u002Favatar for team recognition in channels, building trust over generic bots. Cost-wise, Eco Mode uses cheaper models for iterative\u002Fpolishing work (copy, ideas, light changes), preserving credits for heavy lifts—advanced features may skip it. BYOK supports your Anthropic, OpenAI, or OpenRouter keys in chats, agents, reviewers, giving direct cost control without full unlimited access. Access via Discord\u002Fwebsite invites. Overall, for prototypes, PR reviews, internal tools, or routine work, this enables async execution; still review critical deploys manually.",{"title":70,"searchDepth":71,"depth":71,"links":4068},[4069,4070,4071],{"id":4048,"depth":71,"text":4049},{"id":4055,"depth":71,"text":4056},{"id":4062,"depth":71,"text":4063},[77],{"content_references":4074,"triage":4087},[4075,4078,4080,4082,4083,4085],{"type":84,"title":4076,"url":4077,"context":98},"Verdent","https:\u002F\u002Fwww.verdent.ai\u002F?id=700712",{"type":84,"title":4079,"context":87},"Slack",{"type":84,"title":4081,"context":87},"Telegram",{"type":84,"title":91,"context":87},{"type":84,"title":4084,"context":87},"OpenAI",{"type":84,"title":4086,"context":87},"OpenRouter",{"relevance":106,"novelty":107,"quality":107,"actionability":106,"composite":108,"reasoning":4088},"Category: AI Automation. The article discusses Verdent Manager, an AI tool that automates project management and app development, addressing the pain point of non-technical founders needing to validate ideas quickly. It provides actionable insights on how to delegate tasks and manage projects efficiently, making it highly relevant for builders looking to streamline their workflows.","\u002Fsummaries\u002Fd65f2a40a441061a-verdent-manager-ai-cto-builds-apps-from-one-prompt-summary","2026-05-09 09:41:09","2026-05-09 15:19:29",{"title":4038,"description":70},{"loc":4089},"4e21d3a8298b7b4a","AICodeKing","https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=LftNThg_0jk","summaries\u002Fd65f2a40a441061a-verdent-manager-ai-cto-builds-apps-from-one-prompt-summary",[4099,122,123,124],"ai-tools","Verdent Manager decomposes high-level ideas into parallel tasks, remembers your stack and preferences, pulls specialist skills, integrates with Slack\u002FTelegram, and deploys apps—handling project management so you focus on business.","Overview of [Verdent Manager](https:\u002F\u002Fwww.verdent.ai\u002F?id=700712), a coordinator layer for Verdent's AI coding agents that decomposes ideas into parallel tasks, applies long-term memory and specialist skills (testing, deployment), and supports Slack\u002FTelegram messaging plus Eco Mode\u002FBYOK for costs. Speaker explains features without demoing app builds.",[123,124],"jQmDyO8v-eJPpfHbwtdmeM5849yMWeuhqUwqJ3tVjEo"]