[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"summary-e9ab165cc65c6ecf-codex-build-full-se-systems-with-agents-plugins-summary":3,"summaries-facets-categories":210,"summary-related-e9ab165cc65c6ecf-codex-build-full-se-systems-with-agents-plugins-summary":3780},{"id":4,"title":5,"ai":6,"body":13,"categories":169,"created_at":170,"date_modified":170,"description":161,"extension":171,"faq":170,"featured":172,"kicker_label":170,"meta":173,"navigation":191,"path":192,"published_at":193,"question":170,"scraped_at":194,"seo":195,"sitemap":196,"source_id":197,"source_name":198,"source_type":199,"source_url":200,"stem":201,"tags":202,"thumbnail_url":170,"tldr":207,"tweet":170,"unknown_tags":208,"__hash__":209},"summaries\u002Fsummaries\u002Fe9ab165cc65c6ecf-codex-build-full-se-systems-with-agents-plugins-summary.md","Codex: Build Full SE Systems with Agents & Plugins",{"provider":7,"model":8,"input_tokens":9,"output_tokens":10,"processing_time_ms":11,"cost_usd":12},"openrouter","x-ai\u002Fgrok-4.1-fast",8850,2493,20592,0.002994,{"type":14,"value":15,"toc":160},"minimark",[16,21,25,28,31,34,38,41,44,61,64,67,70,74,77,79,99,102,105,108,112,115,118,121,124,127,130,134],[17,18,20],"h2",{"id":19},"codex-architecture-models-power-a-unified-agent-harness","Codex Architecture: Models Power a Unified Agent Harness",[22,23,24],"p",{},"Codex operates as a full software engineering agent, not just a code writer—it explores codebases, runs commands\u002Ftests, and handles engineer workflows. Built on frontier models like GPT-5.3 (previous), Spark (fast variant), GPT-5.4 (state-of-the-art), GPT-5.4 Mini (new, for short tasks\u002Fsubagents). Improvements include websockets for 1.75x faster tokens and Fast Mode for 2x more speed on top. A unified agent harness wraps models for tool execution, environment setup, behavior evaluation, and embedded safety.",[22,26,27],{},"Interact via Codex app (projects\u002Fwork trees for multi-tasking without context switches, native Git support, Mac\u002FWindows sandboxes), CLI, IDE extensions, Slack\u002FGitHub. App supports work trees: e.g., separate branches for features\u002Fbugs\u002FQ&A in one project. Recent features: better automations, mini models for cost-efficient subagents, plugins bundling skills\u002Fapps\u002FMCP servers.",[22,29,30],{},"\"Codex is our open software engineering agent. So it's not just a coding agent. It can do much more than that. It can run commands. It can run tests. It can explore code bases. It can really do everything that a software engineer would do.\"",[22,32,33],{},"Key principle: Model-harness flywheel—better models + faster serving directly boost all surfaces. Trade-off: Larger models excel at long\u002Fcomplex tasks; minis for quick\u002Fparallel ones. Prerequisite: Basic OpenAI API familiarity; workshop assumes laptops for following demos.",[17,35,37],{"id":36},"plugins-bundle-skills-apps-and-mcps-for-reusable-workflows","Plugins: Bundle Skills, Apps, and MCPs for Reusable Workflows",[22,39,40],{},"Plugins package skills (reusable instructions\u002Fscripts\u002Fresources for repetitive processes), apps (connections to services like Notion\u002FLinear\u002FFigma), and MCP servers (expose external tools) into installable bundles for nuanced model matching. Avoid manual setup—add one plugin, get everything.",[22,42,43],{},"Demos:",[45,46,47,55],"ul",{},[48,49,50,54],"li",{},[51,52,53],"strong",{},"Game Studio Plugin",": Bundles Playwright Interactive (headless browser for clicking\u002Fnavigating\u002Fscreenshot analysis) + ImageGen (asset generation). Prompt: \"Build platformer game with brick platforms.\" Codex generates sprites (e.g., 5 character variants), assembles game, debugs visually. Took ~1 hour autonomously; output: playable game with custom assets. Iterate by feeding personal images.",[48,56,57,60],{},[51,58,59],{},"Google Drive Plugin",": Access Drive spreadsheets. Analyzed codebase YAML (57 Codex events), updated sheet with name\u002Fdate\u002Fcity in 2 minutes.",[22,62,63],{},"Create skills on-the-fly: Ask Codex to package workflows. For web\u002Fgame dev, pre-built plugins save repetition. Principle: Visual tools like Playwright fix blind code changes—agent sees\u002Finteracts with UI. Common mistake: Over-relying on text prompts without visuals; use interactive browser to verify.",[22,65,66],{},"Quality criteria: Plugins should reduce setup time, enable end-to-end (e.g., gen → debug → deploy). Exercise: Install Game Studio, prompt a simple app\u002Fgame; inspect work tree.",[22,68,69],{},"\"Skills are essentially reusable instructions packaged for specific processes... every time you have a sort of neat workflow that is always the same, you can package that into a skill.\"",[17,71,73],{"id":72},"automations-background-cron-jobs-with-appplugin-integration","Automations: Background Cron Jobs with App\u002FPlugin Integration",[22,75,76],{},"Set non-interactive tasks to run scheduled\u002Fbackground: Connect apps\u002Fplugins, define instructions, frequency (e.g., daily 9AM), project. Codex executes autonomously.",[22,78,43],{},[45,80,81,87,93],{},[48,82,83,86],{},[51,84,85],{},"Slack",": Daily summary of replies (flag time-sensitive\u002Furgent), topic-bucketing since yesterday, important channels alert. \"Check messages I should reply to... bucket per topic.\"",[48,88,89,92],{},[51,90,91],{},"Gmail",": Scan for legit\u002Ftime-sensitive replies amid high volume—saves hours\u002Fday.",[48,94,95,98],{},[51,96,97],{},"Custom",": \"Create automation to scan Slack for Codex use cases, list for website.\" Codex proposes popup for approval\u002Fscheduling.",[22,100,101],{},"Manual setup: Select apps (Slack), instructions, frequency, project. Runs in app sandbox. Principle: Offload repetitive monitoring\u002Fdata tasks; combine with codebase access for syncs (e.g., repo → Drive). Trade-off: Live demos can be chatty—use Spark for speed.",[22,103,104],{},"Common mistake: Vague instructions—specify bucketing\u002Fprioritization. Fits early in workflow: Automate intake before manual review.",[22,106,107],{},"\"Automations is again something that you can just set up using apps... set it to run on a scheduled time. So for example... every day at a certain time and it's just an instruction that Codex will run in the background.\"",[17,109,111],{"id":110},"subagents-and-parallel-execution-custom-personas-for-speedsafety","Subagents and Parallel Execution: Custom Personas for Speed\u002FSafety",[22,113,114],{},"Subagents parallelize tasks with specialized models\u002Fpermissions\u002Ftools\u002Fpersonas. Use minis for cost\u002Fspeed on short runs; mains for complex. E.g., spawn subagents for review\u002Fresearch\u002Fdebug while main oversees.",[22,116,117],{},"Demos: Review persona files—subagents handle parallel checks. Custom creation: Define model (e.g., Mini), tools, permissions. Bleeding-edge: Guardian approvals (human gate for actions), hooks (custom triggers), personality settings.",[22,119,120],{},"Code Review: GitHub integration—explores\u002Fpulls, suggests fixes. Security: Cloud Code plugin, native sandboxes (Windows first). 3M weekly users (tripled since Jan).",[22,122,123],{},"Principle: Parallelism scales solo work; personas enforce safety (e.g., read-only subagents). Mistake: No permissions—risks unsafe executes. Quality: Measurable speed\u002Fcost wins; evaluate via work trees.",[22,125,126],{},"Exercise: In app, spawn subagent for bug hunt; approve via Guardian.",[22,128,129],{},"\"Subagents... allow you to parallelize a particular feature or bug request... at a faster rate all whilst making sure that you don't pay as much cost.\"",[17,131,133],{"id":132},"key-takeaways","Key Takeaways",[45,135,136,139,142,145,148,151,154,157],{},[48,137,138],{},"Start with Codex app for multi-project\u002Fwork tree support; CLI\u002FIDE for targeted use—reduces context switches.",[48,140,141],{},"Install plugins like Game Studio\u002FGoogle Drive to bundle visuals\u002Fdata tools; prompt end-to-end (gen → test → sync).",[48,143,144],{},"Build automations for daily drudgery (Slack\u002FGmail summaries)—specify priorities\u002Ffrequency for reliability.",[48,146,147],{},"Use subagents with Mini models for parallel review\u002Fdebug; set custom personas\u002Fpermissions for control.",[48,149,150],{},"Leverage Fast Mode\u002FSpark for speed; always embed safety via harness\u002FGuardians—test in sandbox.",[48,152,153],{},"For games\u002Fweb: Combine ImageGen + Playwright Interactive; iterate visually, not just code.",[48,155,156],{},"Scale with GitHub\u002FSlack integrations; monitor via work trees for quality.",[48,158,159],{},"Experiment: Recreate demos on your repo—measure time saved vs. manual.",{"title":161,"searchDepth":162,"depth":162,"links":163},"",2,[164,165,166,167,168],{"id":19,"depth":162,"text":20},{"id":36,"depth":162,"text":37},{"id":72,"depth":162,"text":73},{"id":110,"depth":162,"text":111},{"id":132,"depth":162,"text":133},[],null,"md",false,{"content_references":174,"triage":186},[175,179,181,183,184],{"type":176,"title":177,"context":178},"tool","Playwright Interactive","recommended",{"type":176,"title":180,"context":178},"Image Gen",{"type":176,"title":59,"context":182},"mentioned",{"type":176,"title":53,"context":178},{"type":176,"title":185,"context":178},"Codex App",{"relevance":187,"novelty":188,"quality":188,"actionability":188,"composite":189,"reasoning":190},5,4,4.35,"Category: AI & LLMs. The article provides a comprehensive overview of Codex as a full software engineering agent, addressing practical applications for building AI-powered products, which aligns with the audience's needs. It includes specific examples of plugins and automations that can be implemented, making it actionable for developers.",true,"\u002Fsummaries\u002Fe9ab165cc65c6ecf-codex-build-full-se-systems-with-agents-plugins-summary","2026-04-29 16:00:06","2026-05-03 16:43:13",{"title":5,"description":161},{"loc":192},"7ebe60936c200b62","AI Engineer","article","https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=MhHEGMFCEB0","summaries\u002Fe9ab165cc65c6ecf-codex-build-full-se-systems-with-agents-plugins-summary",[203,204,205,206],"agents","ai-tools","automation","dev-productivity","Transform Codex from code assistant to complete software engineering agent using frontier models, plugins for tools like Playwright\u002FImageGen, automations for Slack\u002FGmail, and subagents for parallel code review\u002Fdebugging—demos show building games and syncing data autonomously.",[206],"Bl0cZ58nF6BT0jLH4HKqPJQtlSP7yySuWfw6W0ixPO8",[211,214,217,220,223,226,228,230,232,234,236,238,241,243,245,247,249,251,253,255,257,259,262,265,267,269,272,274,276,279,281,283,285,287,289,291,293,295,297,299,301,303,305,307,309,311,313,315,317,319,321,323,325,327,329,331,333,335,337,339,341,343,345,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,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,534,536,538,540,542,544,546,548,550,552,554,556,558,560,562,564,566,568,570,572,574,576,578,580,582,584,586,588,590,592,594,596,598,600,602,604,606,608,610,612,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,704,706,708,710,712,714,716,718,720,722,724,726,728,730,732,734,736,738,740,742,744,746,748,750,752,754,756,758,760,762,764,766,768,770,772,774,776,778,780,782,784,786,788,790,792,794,796,798,800,802,804,806,808,810,812,814,816,818,820,822,824,826,828,830,832,834,836,838,840,842,844,846,848,850,852,854,856,858,860,862,864,866,868,870,872,874,876,878,880,882,884,886,888,890,892,894,896,898,900,902,904,906,908,910,912,914,916,918,920,922,924,926,928,930,932,934,936,938,940,942,944,946,948,950,952,954,956,958,960,962,964,966,968,970,972,974,976,978,980,982,984,986,988,990,992,994,996,998,1000,1002,1004,1006,1008,1010,1012,1014,1016,1018,1020,1022,1024,1026,1028,1030,1032,1034,1036,1038,1040,1042,1044,1046,1048,1050,1052,1054,1056,1058,1060,1062,1064,1066,1068,1070,1072,1074,1076,1078,1080,1082,1084,1086,1088,1090,1092,1094,1096,1098,1100,1102,1104,1106,1108,1110,1112,1114,1116,1118,1120,1122,1124,1126,1128,1130,1132,1134,1136,1138,1140,1142,1144,1146,1148,1150,1152,1154,1156,1158,1160,1162,1164,1166,1168,1170,1172,1174,1176,1178,1180,1182,1184,1186,1188,1190,1192,1194,1196,1198,1200,1202,1204,1206,1208,1210,1212,1214,1216,1218,1220,1222,1224,1226,1228,1230,1232,1234,1236,1238,1240,1242,1244,1246,1248,1250,1252,1254,1256,1258,1260,1262,1264,1266,1268,1270,1272,1274,1276,1278,1280,1282,1284,1286,1288,1290,1292,1294,1296,1298,1300,1302,1304,1306,1308,1310,1312,1314,1316,1318,1320,1322,1324,1326,1328,1330,1332,1334,1336,1338,1340,1342,1344,1346,1348,1350,1352,1354,1356,1358,1360,1362,1364,1366,1368,1370,1372,1374,1376,1378,1380,1382,1384,1386,1388,1390,1392,1394,1396,1398,1400,1402,1404,1406,1408,1410,1412,1414,1416,1418,1420,1422,1424,1426,1428,1430,1432,1434,1436,1438,1440,1442,1444,1446,1448,1450,1452,1454,1456,1458,1460,1462,1464,1466,1468,1470,1472,1474,1476,1478,1480,1482,1484,1486,1488,1490,1492,1494,1496,1498,1500,1502,1504,1506,1508,1510,1512,1514,1516,1518,1520,1522,1524,1526,1528,1530,1532,1534,1536,1538,1540,1542,1544,1546,1548,1550,1552,1554,1556,1558,1560,1562,1564,1566,1568,1570,1572,1574,1576,1578,1580,1582,1584,1586,1588,1590,1592,1594,1596,1598,1600,1602,1604,1606,1608,1610,1612,1614,1616,1618,1620,1622,1624,1626,1628,1630,1632,1634,1636,1638,1640,1642,1644,1646,1648,1650,1652,1654,1656,1658,1660,1662,1664,1666,1668,1670,1672,1674,1676,1678,1680,1682,1684,1686,1688,1690,1692,1694,1696,1698,1700,1702,1704,1706,1708,1710,1712,1714,1716,1718,1720,1722,1724,1726,1728,1730,1732,1734,1736,1738,1740,1742,1744,1746,1748,1750,1752,1754,1756,1758,1760,1762,1764,1766,1768,1770,1772,1774,1776,1778,1780,1782,1784,1786,1788,1790,1792,1794,1796,1798,1800,1802,1804,1806,1808,1810,1812,1814,1816,1818,1820,1822,1824,1826,1828,1830,1832,1834,1836,1838,1840,1842,1844,1846,1848,1850,1852,1854,1856,1858,1860,1862,1864,1866,1868,1870,1872,1874,1876,1878,1880,1882,1884,1886,1888,1890,1892,1894,1896,1898,1900,1902,1904,1906,1908,1910,1912,1914,1916,1918,1920,1922,1924,1926,1928,1930,1932,1934,1936,1938,1940,1942,1944,1946,1948,1950,1952,1954,1956,1958,1960,1962,1964,1966,1968,1970,1972,1974,1976,1978,1980,1982,1984,1986,1988,1990,1992,1994,1996,1998,2000,2002,2004,2006,2008,2010,2012,2014,2016,2018,2020,2022,2024,2026,2028,2030,2032,2034,2036,2038,2040,2042,2044,2046,2048,2050,2052,2054,2056,2058,2060,2062,2064,2066,2068,2070,2072,2074,2076,2078,2080,2082,2084,2086,2088,2090,2092,2094,2096,2098,2100,2102,2104,2106,2108,2110,2112,2114,2116,2118,2120,2122,2124,2126,2128,2130,2132,2134,2136,2138,2140,2142,2144,2146,2148,2150,2152,2154,2156,2158,2160,2162,2164,2166,2168,2170,2172,2174,2176,2178,2180,2182,2184,2186,2188,2190,2192,2194,2196,2198,2200,2202,2204,2206,2208,2210,2212,2214,2216,2218,2220,2222,2224,2226,2228,2230,2232,2234,2236,2238,2240,2242,2244,2246,2248,2250,2252,2254,2256,2258,2260,2262,2264,2266,2268,2270,2272,2274,2276,2278,2280,2282,2284,2286,2288,2290,2292,2294,2296,2298,2300,2302,2304,2306,2308,2310,2312,2314,2316,2318,2320,2322,2324,2326,2328,2330,2332,2334,2336,2338,2340,2342,2344,2346,2348,2350,2352,2354,2356,2358,2360,2362,2364,2366,2368,2370,2372,2374,2376,2378,2380,2382,2384,2386,2388,2390,2392,2394,2396,2398,2400,2402,2404,2406,2408,2410,2412,2414,2416,2418,2420,2422,2424,2426,2428,2430,2432,2434,2436,2438,2440,2442,2444,2446,2448,2450,2452,2454,2456,2458,2460,2462,2464,2466,2468,2470,2472,2474,2476,2478,2480,2482,2484,2486,2488,2490,2492,2494,2496,2498,2500,2502,2504,2506,2508,2510,2512,2514,2516,2518,2520,2522,2524,2526,2528,2530,2532,2534,2536,2538,2540,2542,2544,2546,2548,2550,2552,2554,2556,2558,2560,2562,2564,2566,2568,2570,2572,2574,2576,2578,2580,2582,2584,2586,2588,2590,2592,2594,2596,2598,2600,2602,2604,2606,2608,2610,2612,2614,2616,2618,2620,2622,2624,2626,2628,2630,2632,2634,2636,2638,2640,2642,2644,2646,2648,2650,2652,2654,2656,2658,2660,2662,2664,2666,2668,2670,2672,2674,2676,2678,2680,2682,2684,2686,2688,2690,2692,2694,2696,2698,2700,2702,2704,2706,2708,2710,2712,2714,2716,2718,2720,2722,2724,2726,2728,2730,2732,2734,2736,2738,2740,2742,2744,2746,2748,2750,2752,2754,2756,2758,2760,2762,2764,2766,2768,2770,2772,2774,2776,2778,2780,2782,2784,2786,2788,2790,2792,2794,2796,2798,2800,2802,2804,2806,2808,2810,2812,2814,2816,2818,2820,2822,2824,2826,2828,2830,2832,2834,2836,2838,2840,2842,2844,2846,2848,2850,2852,2854,2856,2858,2860,2862,2864,2866,2868,2870,2872,2874,2876,2878,2880,2882,2884,2886,2888,2890,2892,2894,2896,2898,2900,2902,2904,2906,2908,2910,2912,2914,2916,2918,2920,2922,2924,2926,2928,2930,2932,2934,2936,2938,2940,2942,2944,2946,2948,2950,2952,2954,2956,2958,2960,2962,2964,2966,2968,2970,2972,2974,2976,2978,2980,2982,2984,2986,2988,2990,2992,2994,2996,2998,3000,3002,3004,3006,3008,3010,3012,3014,3016,3018,3020,3022,3024,3026,3028,3030,3032,3034,3036,3038,3040,3042,3044,3046,3048,3050,3052,3054,3056,3058,3060,3062,3064,3066,3068,3070,3072,3074,3076,3078,3080,3082,3084,3086,3088,3090,3092,3094,3096,3098,3100,3102,3104,3106,3108,3110,3112,3114,3116,3118,3120,3122,3124,3126,3128,3130,3132,3134,3136,3138,3140,3142,3144,3146,3148,3150,3152,3154,3156,3158,3160,3162,3164,3166,3168,3170,3172,3174,3176,3178,3180,3182,3184,3186,3188,3190,3192,3194,3196,3198,3200,3202,3204,3206,3208,3210,3212,3214,3216,3218,3220,3222,3224,3226,3228,3230,3232,3234,3236,3238,3240,3242,3244,3246,3248,3250,3252,3254,3256,3258,3260,3262,3264,3266,3268,3270,3272,3274,3276,3278,3280,3282,3284,3286,3288,3290,3292,3294,3296,3298,3300,3302,3304,3306,3308,3310,3312,3314,3316,3318,3320,3322,3324,3326,3328,3330,3332,3334,3336,3338,3340,3342,3344,3346,3348,3350,3352,3354,3356,3358,3360,3362,3364,3366,3368,3370,3372,3374,3376,3378,3380,3382,3384,3386,3388,3390,3392,3394,3396,3398,3400,3402,3404,3406,3408,3410,3412,3414,3416,3418,3420,3422,3424,3426,3428,3430,3432,3434,3436,3438,3440,3442,3444,3446,3448,3450,3452,3454,3456,3458,3460,3462,3464,3466,3468,3470,3472,3474,3476,3478,3480,3482,3484,3486,3488,3490,3492,3494,3496,3498,3500,3502,3504,3506,3508,3510,3512,3514,3516,3518,3520,3522,3524,3526,3528,3530,3532,3534,3536,3538,3540,3542,3544,3546,3548,3550,3552,3554,3556,3558,3560,3562,3564,3566,3568,3570,3572,3574,3576,3578,3580,3582,3584,3586,3588,3590,3592,3594,3596,3598,3600,3602,3604,3606,3608,3610,3612,3614,3616,3618,3620,3622,3624,3626,3628,3630,3632,3634,3636,3638,3640,3642,3644,3646,3648,3650,3652,3654,3656,3658,3660,3662,3664,3666,3668,3670,3672,3674,3676,3678,3680,3682,3684,3686,3688,3690,3692,3694,3696,3698,3700,3702,3704,3706,3708,3710,3712,3714,3716,3718,3720,3722,3724,3726,3728,3730,3732,3734,3736,3738,3740,3742,3744,3746,3748,3750,3752,3754,3756,3758,3760,3762,3764,3766,3768,3770,3772,3774,3776,3778],{"categories":212},[213],"Developer Productivity",{"categories":215},[216],"Business & SaaS",{"categories":218},[219],"AI & LLMs",{"categories":221},[222],"AI Automation",{"categories":224},[225],"Product Strategy",{"categories":227},[219],{"categories":229},[213],{"categories":231},[216],{"categories":233},[],{"categories":235},[219],{"categories":237},[],{"categories":239},[240],"AI News & Trends",{"categories":242},[222],{"categories":244},[240],{"categories":246},[222],{"categories":248},[222],{"categories":250},[219],{"categories":252},[219],{"categories":254},[240],{"categories":256},[219],{"categories":258},[],{"categories":260},[261],"Design & Frontend",{"categories":263},[264],"Data Science & Visualization",{"categories":266},[240],{"categories":268},[],{"categories":270},[271],"Software Engineering",{"categories":273},[219],{"categories":275},[222],{"categories":277},[278],"Marketing & Growth",{"categories":280},[219],{"categories":282},[222],{"categories":284},[],{"categories":286},[],{"categories":288},[261],{"categories":290},[222],{"categories":292},[213],{"categories":294},[261],{"categories":296},[219],{"categories":298},[222],{"categories":300},[240],{"categories":302},[],{"categories":304},[],{"categories":306},[222],{"categories":308},[271],{"categories":310},[],{"categories":312},[216],{"categories":314},[],{"categories":316},[],{"categories":318},[222],{"categories":320},[222],{"categories":322},[219],{"categories":324},[],{"categories":326},[271],{"categories":328},[],{"categories":330},[],{"categories":332},[],{"categories":334},[219],{"categories":336},[278],{"categories":338},[261],{"categories":340},[261],{"categories":342},[219],{"categories":344},[222],{"categories":346},[219],{"categories":348},[219],{"categories":350},[222],{"categories":352},[222],{"categories":354},[264],{"categories":356},[240],{"categories":358},[222],{"categories":360},[278],{"categories":362},[222],{"categories":364},[225],{"categories":366},[],{"categories":368},[222],{"categories":370},[],{"categories":372},[222],{"categories":374},[271],{"categories":376},[261],{"categories":378},[219],{"categories":380},[],{"categories":382},[],{"categories":384},[222],{"categories":386},[],{"categories":388},[219],{"categories":390},[],{"categories":392},[213],{"categories":394},[271],{"categories":396},[216],{"categories":398},[240],{"categories":400},[219],{"categories":402},[],{"categories":404},[219],{"categories":406},[],{"categories":408},[271],{"categories":410},[264],{"categories":412},[],{"categories":414},[219],{"categories":416},[261],{"categories":418},[],{"categories":420},[261],{"categories":422},[222],{"categories":424},[],{"categories":426},[222],{"categories":428},[240],{"categories":430},[219],{"categories":432},[],{"categories":434},[222],{"categories":436},[219],{"categories":438},[225],{"categories":440},[],{"categories":442},[219],{"categories":444},[222],{"categories":446},[222],{"categories":448},[],{"categories":450},[264],{"categories":452},[219],{"categories":454},[],{"categories":456},[213],{"categories":458},[216],{"categories":460},[219],{"categories":462},[222],{"categories":464},[271],{"categories":466},[219],{"categories":468},[],{"categories":470},[],{"categories":472},[219],{"categories":474},[],{"categories":476},[261],{"categories":478},[],{"categories":480},[219],{"categories":482},[],{"categories":484},[222],{"categories":486},[219],{"categories":488},[261],{"categories":490},[],{"categories":492},[219],{"categories":494},[219],{"categories":496},[216],{"categories":498},[222],{"categories":500},[219],{"categories":502},[261],{"categories":504},[222],{"categories":506},[],{"categories":508},[],{"categories":510},[240],{"categories":512},[],{"categories":514},[219],{"categories":516},[216,278],{"categories":518},[],{"categories":520},[219],{"categories":522},[],{"categories":524},[],{"categories":526},[219],{"categories":528},[],{"categories":530},[219],{"categories":532},[533],"DevOps & Cloud",{"categories":535},[],{"categories":537},[240],{"categories":539},[261],{"categories":541},[],{"categories":543},[240],{"categories":545},[240],{"categories":547},[219],{"categories":549},[278],{"categories":551},[],{"categories":553},[216],{"categories":555},[],{"categories":557},[219,533],{"categories":559},[219],{"categories":561},[219],{"categories":563},[222],{"categories":565},[219,271],{"categories":567},[264],{"categories":569},[219],{"categories":571},[278],{"categories":573},[222],{"categories":575},[222],{"categories":577},[],{"categories":579},[222],{"categories":581},[219,216],{"categories":583},[],{"categories":585},[261],{"categories":587},[261],{"categories":589},[],{"categories":591},[],{"categories":593},[240],{"categories":595},[],{"categories":597},[213],{"categories":599},[271],{"categories":601},[219],{"categories":603},[261],{"categories":605},[222],{"categories":607},[271],{"categories":609},[240],{"categories":611},[261],{"categories":613},[],{"categories":615},[219],{"categories":617},[219],{"categories":619},[219],{"categories":621},[240],{"categories":623},[213],{"categories":625},[219],{"categories":627},[222],{"categories":629},[533],{"categories":631},[261],{"categories":633},[222],{"categories":635},[],{"categories":637},[],{"categories":639},[261],{"categories":641},[240],{"categories":643},[264],{"categories":645},[],{"categories":647},[219],{"categories":649},[219],{"categories":651},[216],{"categories":653},[219],{"categories":655},[219],{"categories":657},[240],{"categories":659},[],{"categories":661},[222],{"categories":663},[271],{"categories":665},[],{"categories":667},[219],{"categories":669},[219],{"categories":671},[222],{"categories":673},[],{"categories":675},[],{"categories":677},[219],{"categories":679},[],{"categories":681},[216],{"categories":683},[222],{"categories":685},[],{"categories":687},[213],{"categories":689},[219],{"categories":691},[216],{"categories":693},[240],{"categories":695},[],{"categories":697},[],{"categories":699},[],{"categories":701},[240],{"categories":703},[240],{"categories":705},[],{"categories":707},[],{"categories":709},[216],{"categories":711},[],{"categories":713},[],{"categories":715},[213],{"categories":717},[],{"categories":719},[278],{"categories":721},[222],{"categories":723},[216],{"categories":725},[222],{"categories":727},[],{"categories":729},[225],{"categories":731},[261],{"categories":733},[271],{"categories":735},[219],{"categories":737},[222],{"categories":739},[216],{"categories":741},[219],{"categories":743},[],{"categories":745},[],{"categories":747},[271],{"categories":749},[264],{"categories":751},[225],{"categories":753},[222],{"categories":755},[219],{"categories":757},[],{"categories":759},[533],{"categories":761},[],{"categories":763},[222],{"categories":765},[],{"categories":767},[],{"categories":769},[219],{"categories":771},[261],{"categories":773},[278],{"categories":775},[222],{"categories":777},[],{"categories":779},[213],{"categories":781},[],{"categories":783},[240],{"categories":785},[219,533],{"categories":787},[240],{"categories":789},[219],{"categories":791},[216],{"categories":793},[219],{"categories":795},[],{"categories":797},[216],{"categories":799},[],{"categories":801},[271],{"categories":803},[261],{"categories":805},[240],{"categories":807},[264],{"categories":809},[213],{"categories":811},[219],{"categories":813},[271],{"categories":815},[],{"categories":817},[],{"categories":819},[225],{"categories":821},[],{"categories":823},[219],{"categories":825},[],{"categories":827},[261],{"categories":829},[261],{"categories":831},[261],{"categories":833},[],{"categories":835},[],{"categories":837},[240],{"categories":839},[222],{"categories":841},[219],{"categories":843},[219],{"categories":845},[219],{"categories":847},[216],{"categories":849},[219],{"categories":851},[],{"categories":853},[271],{"categories":855},[271],{"categories":857},[216],{"categories":859},[],{"categories":861},[219],{"categories":863},[219],{"categories":865},[216],{"categories":867},[240],{"categories":869},[278],{"categories":871},[222],{"categories":873},[],{"categories":875},[261],{"categories":877},[],{"categories":879},[219],{"categories":881},[],{"categories":883},[216],{"categories":885},[222],{"categories":887},[],{"categories":889},[533],{"categories":891},[264],{"categories":893},[271],{"categories":895},[278],{"categories":897},[271],{"categories":899},[222],{"categories":901},[],{"categories":903},[],{"categories":905},[222],{"categories":907},[213],{"categories":909},[222],{"categories":911},[225],{"categories":913},[216],{"categories":915},[],{"categories":917},[219],{"categories":919},[225],{"categories":921},[219],{"categories":923},[219],{"categories":925},[278],{"categories":927},[261],{"categories":929},[222],{"categories":931},[],{"categories":933},[],{"categories":935},[533],{"categories":937},[271],{"categories":939},[],{"categories":941},[222],{"categories":943},[219],{"categories":945},[261,219],{"categories":947},[213],{"categories":949},[],{"categories":951},[219],{"categories":953},[213],{"categories":955},[261],{"categories":957},[222],{"categories":959},[271],{"categories":961},[],{"categories":963},[219],{"categories":965},[],{"categories":967},[213],{"categories":969},[],{"categories":971},[222],{"categories":973},[225],{"categories":975},[219],{"categories":977},[219],{"categories":979},[261],{"categories":981},[222],{"categories":983},[533],{"categories":985},[261],{"categories":987},[222],{"categories":989},[219],{"categories":991},[219],{"categories":993},[219],{"categories":995},[240],{"categories":997},[],{"categories":999},[225],{"categories":1001},[222],{"categories":1003},[261],{"categories":1005},[222],{"categories":1007},[271],{"categories":1009},[261],{"categories":1011},[222],{"categories":1013},[240],{"categories":1015},[],{"categories":1017},[219],{"categories":1019},[261],{"categories":1021},[219],{"categories":1023},[213],{"categories":1025},[240],{"categories":1027},[219],{"categories":1029},[278],{"categories":1031},[219],{"categories":1033},[219],{"categories":1035},[222],{"categories":1037},[222],{"categories":1039},[219],{"categories":1041},[222],{"categories":1043},[261],{"categories":1045},[219],{"categories":1047},[],{"categories":1049},[],{"categories":1051},[271],{"categories":1053},[],{"categories":1055},[213],{"categories":1057},[533],{"categories":1059},[],{"categories":1061},[213],{"categories":1063},[216],{"categories":1065},[278],{"categories":1067},[],{"categories":1069},[216],{"categories":1071},[],{"categories":1073},[],{"categories":1075},[],{"categories":1077},[],{"categories":1079},[],{"categories":1081},[219],{"categories":1083},[222],{"categories":1085},[533],{"categories":1087},[213],{"categories":1089},[219],{"categories":1091},[271],{"categories":1093},[225],{"categories":1095},[219],{"categories":1097},[278],{"categories":1099},[219],{"categories":1101},[219],{"categories":1103},[219],{"categories":1105},[219,213],{"categories":1107},[271],{"categories":1109},[271],{"categories":1111},[261],{"categories":1113},[219],{"categories":1115},[],{"categories":1117},[],{"categories":1119},[],{"categories":1121},[271],{"categories":1123},[264],{"categories":1125},[240],{"categories":1127},[261],{"categories":1129},[],{"categories":1131},[219],{"categories":1133},[219],{"categories":1135},[],{"categories":1137},[],{"categories":1139},[222],{"categories":1141},[219],{"categories":1143},[216],{"categories":1145},[],{"categories":1147},[213],{"categories":1149},[219],{"categories":1151},[213],{"categories":1153},[219],{"categories":1155},[271],{"categories":1157},[278],{"categories":1159},[219,261],{"categories":1161},[240],{"categories":1163},[261],{"categories":1165},[],{"categories":1167},[533],{"categories":1169},[261],{"categories":1171},[222],{"categories":1173},[],{"categories":1175},[],{"categories":1177},[],{"categories":1179},[],{"categories":1181},[271],{"categories":1183},[222],{"categories":1185},[222],{"categories":1187},[219],{"categories":1189},[219],{"categories":1191},[],{"categories":1193},[261],{"categories":1195},[],{"categories":1197},[],{"categories":1199},[222],{"categories":1201},[],{"categories":1203},[],{"categories":1205},[278],{"categories":1207},[278],{"categories":1209},[222],{"categories":1211},[],{"categories":1213},[219],{"categories":1215},[219],{"categories":1217},[271],{"categories":1219},[261],{"categories":1221},[261],{"categories":1223},[222],{"categories":1225},[213],{"categories":1227},[219],{"categories":1229},[261],{"categories":1231},[261],{"categories":1233},[222],{"categories":1235},[222],{"categories":1237},[219],{"categories":1239},[],{"categories":1241},[],{"categories":1243},[219],{"categories":1245},[222],{"categories":1247},[240],{"categories":1249},[271],{"categories":1251},[213],{"categories":1253},[219],{"categories":1255},[],{"categories":1257},[222],{"categories":1259},[222],{"categories":1261},[],{"categories":1263},[213],{"categories":1265},[219],{"categories":1267},[213],{"categories":1269},[213],{"categories":1271},[],{"categories":1273},[],{"categories":1275},[222],{"categories":1277},[222],{"categories":1279},[219],{"categories":1281},[219],{"categories":1283},[240],{"categories":1285},[264],{"categories":1287},[225],{"categories":1289},[240],{"categories":1291},[261],{"categories":1293},[],{"categories":1295},[240],{"categories":1297},[],{"categories":1299},[],{"categories":1301},[],{"categories":1303},[],{"categories":1305},[271],{"categories":1307},[264],{"categories":1309},[],{"categories":1311},[219],{"categories":1313},[219],{"categories":1315},[264],{"categories":1317},[271],{"categories":1319},[],{"categories":1321},[],{"categories":1323},[222],{"categories":1325},[240],{"categories":1327},[240],{"categories":1329},[222],{"categories":1331},[213],{"categories":1333},[219,533],{"categories":1335},[],{"categories":1337},[261],{"categories":1339},[213],{"categories":1341},[222],{"categories":1343},[261],{"categories":1345},[],{"categories":1347},[222],{"categories":1349},[222],{"categories":1351},[219],{"categories":1353},[278],{"categories":1355},[271],{"categories":1357},[261],{"categories":1359},[],{"categories":1361},[222],{"categories":1363},[219],{"categories":1365},[222],{"categories":1367},[222],{"categories":1369},[222],{"categories":1371},[278],{"categories":1373},[222],{"categories":1375},[219],{"categories":1377},[],{"categories":1379},[278],{"categories":1381},[240],{"categories":1383},[222],{"categories":1385},[],{"categories":1387},[],{"categories":1389},[219],{"categories":1391},[222],{"categories":1393},[240],{"categories":1395},[222],{"categories":1397},[],{"categories":1399},[],{"categories":1401},[],{"categories":1403},[222],{"categories":1405},[],{"categories":1407},[],{"categories":1409},[264],{"categories":1411},[219],{"categories":1413},[264],{"categories":1415},[240],{"categories":1417},[219],{"categories":1419},[219],{"categories":1421},[222],{"categories":1423},[219],{"categories":1425},[],{"categories":1427},[],{"categories":1429},[533],{"categories":1431},[],{"categories":1433},[],{"categories":1435},[213],{"categories":1437},[],{"categories":1439},[],{"categories":1441},[],{"categories":1443},[],{"categories":1445},[271],{"categories":1447},[240],{"categories":1449},[278],{"categories":1451},[216],{"categories":1453},[219],{"categories":1455},[219],{"categories":1457},[216],{"categories":1459},[],{"categories":1461},[261],{"categories":1463},[222],{"categories":1465},[216],{"categories":1467},[219],{"categories":1469},[219],{"categories":1471},[213],{"categories":1473},[],{"categories":1475},[213],{"categories":1477},[219],{"categories":1479},[278],{"categories":1481},[222],{"categories":1483},[240],{"categories":1485},[216],{"categories":1487},[219],{"categories":1489},[222],{"categories":1491},[],{"categories":1493},[219],{"categories":1495},[213],{"categories":1497},[219],{"categories":1499},[],{"categories":1501},[240],{"categories":1503},[219],{"categories":1505},[],{"categories":1507},[216],{"categories":1509},[219],{"categories":1511},[],{"categories":1513},[],{"categories":1515},[],{"categories":1517},[219],{"categories":1519},[],{"categories":1521},[533],{"categories":1523},[219],{"categories":1525},[],{"categories":1527},[219],{"categories":1529},[219],{"categories":1531},[219],{"categories":1533},[219,533],{"categories":1535},[219],{"categories":1537},[219],{"categories":1539},[261],{"categories":1541},[222],{"categories":1543},[],{"categories":1545},[222],{"categories":1547},[219],{"categories":1549},[219],{"categories":1551},[219],{"categories":1553},[213],{"categories":1555},[213],{"categories":1557},[271],{"categories":1559},[261],{"categories":1561},[222],{"categories":1563},[],{"categories":1565},[219],{"categories":1567},[240],{"categories":1569},[219],{"categories":1571},[216],{"categories":1573},[],{"categories":1575},[533],{"categories":1577},[261],{"categories":1579},[261],{"categories":1581},[222],{"categories":1583},[240],{"categories":1585},[222],{"categories":1587},[219],{"categories":1589},[],{"categories":1591},[219],{"categories":1593},[],{"categories":1595},[],{"categories":1597},[219],{"categories":1599},[219],{"categories":1601},[219],{"categories":1603},[222],{"categories":1605},[219],{"categories":1607},[],{"categories":1609},[264],{"categories":1611},[222],{"categories":1613},[],{"categories":1615},[219],{"categories":1617},[240],{"categories":1619},[],{"categories":1621},[261],{"categories":1623},[533],{"categories":1625},[240],{"categories":1627},[271],{"categories":1629},[271],{"categories":1631},[240],{"categories":1633},[240],{"categories":1635},[533],{"categories":1637},[],{"categories":1639},[240],{"categories":1641},[219],{"categories":1643},[213],{"categories":1645},[240],{"categories":1647},[],{"categories":1649},[264],{"categories":1651},[240],{"categories":1653},[271],{"categories":1655},[240],{"categories":1657},[533],{"categories":1659},[219],{"categories":1661},[219],{"categories":1663},[],{"categories":1665},[216],{"categories":1667},[],{"categories":1669},[],{"categories":1671},[219],{"categories":1673},[219],{"categories":1675},[219],{"categories":1677},[219],{"categories":1679},[],{"categories":1681},[264],{"categories":1683},[213],{"categories":1685},[],{"categories":1687},[219],{"categories":1689},[219],{"categories":1691},[533],{"categories":1693},[533],{"categories":1695},[],{"categories":1697},[222],{"categories":1699},[240],{"categories":1701},[240],{"categories":1703},[219],{"categories":1705},[222],{"categories":1707},[],{"categories":1709},[261],{"categories":1711},[219],{"categories":1713},[219],{"categories":1715},[],{"categories":1717},[],{"categories":1719},[533],{"categories":1721},[219],{"categories":1723},[271],{"categories":1725},[216],{"categories":1727},[219],{"categories":1729},[],{"categories":1731},[222],{"categories":1733},[213],{"categories":1735},[213],{"categories":1737},[],{"categories":1739},[219],{"categories":1741},[261],{"categories":1743},[222],{"categories":1745},[],{"categories":1747},[219],{"categories":1749},[219],{"categories":1751},[222],{"categories":1753},[],{"categories":1755},[222],{"categories":1757},[271],{"categories":1759},[],{"categories":1761},[219],{"categories":1763},[],{"categories":1765},[219],{"categories":1767},[],{"categories":1769},[219],{"categories":1771},[219],{"categories":1773},[],{"categories":1775},[219],{"categories":1777},[240],{"categories":1779},[219],{"categories":1781},[219],{"categories":1783},[213],{"categories":1785},[219],{"categories":1787},[240],{"categories":1789},[222],{"categories":1791},[],{"categories":1793},[219],{"categories":1795},[278],{"categories":1797},[],{"categories":1799},[],{"categories":1801},[],{"categories":1803},[213],{"categories":1805},[240],{"categories":1807},[222],{"categories":1809},[219],{"categories":1811},[261],{"categories":1813},[222],{"categories":1815},[],{"categories":1817},[222],{"categories":1819},[],{"categories":1821},[219],{"categories":1823},[222],{"categories":1825},[219],{"categories":1827},[],{"categories":1829},[219],{"categories":1831},[219],{"categories":1833},[240],{"categories":1835},[261],{"categories":1837},[222],{"categories":1839},[261],{"categories":1841},[216],{"categories":1843},[],{"categories":1845},[],{"categories":1847},[219],{"categories":1849},[213],{"categories":1851},[240],{"categories":1853},[],{"categories":1855},[],{"categories":1857},[271],{"categories":1859},[261],{"categories":1861},[],{"categories":1863},[219],{"categories":1865},[],{"categories":1867},[278],{"categories":1869},[219],{"categories":1871},[533],{"categories":1873},[271],{"categories":1875},[],{"categories":1877},[222],{"categories":1879},[219],{"categories":1881},[222],{"categories":1883},[222],{"categories":1885},[219],{"categories":1887},[],{"categories":1889},[213],{"categories":1891},[219],{"categories":1893},[216],{"categories":1895},[271],{"categories":1897},[261],{"categories":1899},[],{"categories":1901},[],{"categories":1903},[],{"categories":1905},[222],{"categories":1907},[261],{"categories":1909},[240],{"categories":1911},[219],{"categories":1913},[240],{"categories":1915},[261],{"categories":1917},[],{"categories":1919},[261],{"categories":1921},[240],{"categories":1923},[216],{"categories":1925},[219],{"categories":1927},[240],{"categories":1929},[278],{"categories":1931},[],{"categories":1933},[],{"categories":1935},[264],{"categories":1937},[219,271],{"categories":1939},[240],{"categories":1941},[219],{"categories":1943},[222],{"categories":1945},[222],{"categories":1947},[219],{"categories":1949},[],{"categories":1951},[271],{"categories":1953},[219],{"categories":1955},[264],{"categories":1957},[222],{"categories":1959},[278],{"categories":1961},[533],{"categories":1963},[],{"categories":1965},[213],{"categories":1967},[222],{"categories":1969},[222],{"categories":1971},[271],{"categories":1973},[219],{"categories":1975},[219],{"categories":1977},[],{"categories":1979},[],{"categories":1981},[],{"categories":1983},[533],{"categories":1985},[240],{"categories":1987},[219],{"categories":1989},[219],{"categories":1991},[219],{"categories":1993},[],{"categories":1995},[264],{"categories":1997},[216],{"categories":1999},[],{"categories":2001},[222],{"categories":2003},[533],{"categories":2005},[],{"categories":2007},[261],{"categories":2009},[261],{"categories":2011},[],{"categories":2013},[271],{"categories":2015},[261],{"categories":2017},[219],{"categories":2019},[],{"categories":2021},[240],{"categories":2023},[219],{"categories":2025},[261],{"categories":2027},[222],{"categories":2029},[240],{"categories":2031},[],{"categories":2033},[222],{"categories":2035},[261],{"categories":2037},[219],{"categories":2039},[],{"categories":2041},[219],{"categories":2043},[219],{"categories":2045},[533],{"categories":2047},[240],{"categories":2049},[264],{"categories":2051},[264],{"categories":2053},[],{"categories":2055},[],{"categories":2057},[],{"categories":2059},[222],{"categories":2061},[271],{"categories":2063},[271],{"categories":2065},[],{"categories":2067},[],{"categories":2069},[219],{"categories":2071},[],{"categories":2073},[222],{"categories":2075},[219],{"categories":2077},[],{"categories":2079},[219],{"categories":2081},[216],{"categories":2083},[219],{"categories":2085},[278],{"categories":2087},[222],{"categories":2089},[219],{"categories":2091},[271],{"categories":2093},[240],{"categories":2095},[222],{"categories":2097},[],{"categories":2099},[240],{"categories":2101},[222],{"categories":2103},[222],{"categories":2105},[],{"categories":2107},[216],{"categories":2109},[222],{"categories":2111},[],{"categories":2113},[219],{"categories":2115},[213],{"categories":2117},[240],{"categories":2119},[533],{"categories":2121},[222],{"categories":2123},[222],{"categories":2125},[213],{"categories":2127},[219],{"categories":2129},[],{"categories":2131},[],{"categories":2133},[261],{"categories":2135},[219,216],{"categories":2137},[],{"categories":2139},[213],{"categories":2141},[264],{"categories":2143},[219],{"categories":2145},[271],{"categories":2147},[219],{"categories":2149},[222],{"categories":2151},[219],{"categories":2153},[219],{"categories":2155},[240],{"categories":2157},[222],{"categories":2159},[],{"categories":2161},[],{"categories":2163},[222],{"categories":2165},[219],{"categories":2167},[533],{"categories":2169},[],{"categories":2171},[219],{"categories":2173},[222],{"categories":2175},[],{"categories":2177},[219],{"categories":2179},[278],{"categories":2181},[264],{"categories":2183},[222],{"categories":2185},[219],{"categories":2187},[533],{"categories":2189},[],{"categories":2191},[219],{"categories":2193},[278],{"categories":2195},[261],{"categories":2197},[219],{"categories":2199},[],{"categories":2201},[278],{"categories":2203},[240],{"categories":2205},[219],{"categories":2207},[219],{"categories":2209},[213],{"categories":2211},[],{"categories":2213},[],{"categories":2215},[261],{"categories":2217},[219],{"categories":2219},[264],{"categories":2221},[278],{"categories":2223},[278],{"categories":2225},[240],{"categories":2227},[],{"categories":2229},[],{"categories":2231},[219],{"categories":2233},[],{"categories":2235},[219,271],{"categories":2237},[240],{"categories":2239},[222],{"categories":2241},[271],{"categories":2243},[219],{"categories":2245},[213],{"categories":2247},[],{"categories":2249},[],{"categories":2251},[213],{"categories":2253},[278],{"categories":2255},[219],{"categories":2257},[],{"categories":2259},[261,219],{"categories":2261},[533],{"categories":2263},[213],{"categories":2265},[],{"categories":2267},[216],{"categories":2269},[216],{"categories":2271},[219],{"categories":2273},[271],{"categories":2275},[222],{"categories":2277},[240],{"categories":2279},[278],{"categories":2281},[261],{"categories":2283},[219],{"categories":2285},[219],{"categories":2287},[219],{"categories":2289},[213],{"categories":2291},[219],{"categories":2293},[222],{"categories":2295},[240],{"categories":2297},[],{"categories":2299},[],{"categories":2301},[264],{"categories":2303},[271],{"categories":2305},[219],{"categories":2307},[261],{"categories":2309},[264],{"categories":2311},[219],{"categories":2313},[219],{"categories":2315},[222],{"categories":2317},[222],{"categories":2319},[219,216],{"categories":2321},[],{"categories":2323},[261],{"categories":2325},[],{"categories":2327},[219],{"categories":2329},[240],{"categories":2331},[213],{"categories":2333},[213],{"categories":2335},[222],{"categories":2337},[219],{"categories":2339},[216],{"categories":2341},[271],{"categories":2343},[278],{"categories":2345},[],{"categories":2347},[240],{"categories":2349},[219],{"categories":2351},[219],{"categories":2353},[240],{"categories":2355},[271],{"categories":2357},[219],{"categories":2359},[222],{"categories":2361},[240],{"categories":2363},[219],{"categories":2365},[261],{"categories":2367},[219],{"categories":2369},[219],{"categories":2371},[533],{"categories":2373},[225],{"categories":2375},[222],{"categories":2377},[219],{"categories":2379},[240],{"categories":2381},[222],{"categories":2383},[278],{"categories":2385},[219],{"categories":2387},[],{"categories":2389},[219],{"categories":2391},[],{"categories":2393},[],{"categories":2395},[],{"categories":2397},[216],{"categories":2399},[219],{"categories":2401},[222],{"categories":2403},[240],{"categories":2405},[240],{"categories":2407},[240],{"categories":2409},[240],{"categories":2411},[],{"categories":2413},[213],{"categories":2415},[222],{"categories":2417},[240],{"categories":2419},[213],{"categories":2421},[222],{"categories":2423},[219],{"categories":2425},[219,222],{"categories":2427},[222],{"categories":2429},[533],{"categories":2431},[240],{"categories":2433},[240],{"categories":2435},[222],{"categories":2437},[219],{"categories":2439},[],{"categories":2441},[240],{"categories":2443},[278],{"categories":2445},[213],{"categories":2447},[219],{"categories":2449},[219],{"categories":2451},[],{"categories":2453},[271],{"categories":2455},[],{"categories":2457},[213],{"categories":2459},[222],{"categories":2461},[240],{"categories":2463},[219],{"categories":2465},[240],{"categories":2467},[213],{"categories":2469},[240],{"categories":2471},[240],{"categories":2473},[],{"categories":2475},[216],{"categories":2477},[222],{"categories":2479},[240],{"categories":2481},[240],{"categories":2483},[240],{"categories":2485},[240],{"categories":2487},[240],{"categories":2489},[240],{"categories":2491},[240],{"categories":2493},[240],{"categories":2495},[240],{"categories":2497},[240],{"categories":2499},[264],{"categories":2501},[213],{"categories":2503},[219],{"categories":2505},[219],{"categories":2507},[],{"categories":2509},[219,213],{"categories":2511},[],{"categories":2513},[222],{"categories":2515},[240],{"categories":2517},[222],{"categories":2519},[219],{"categories":2521},[219],{"categories":2523},[219],{"categories":2525},[219],{"categories":2527},[219],{"categories":2529},[222],{"categories":2531},[216],{"categories":2533},[261],{"categories":2535},[240],{"categories":2537},[219],{"categories":2539},[],{"categories":2541},[],{"categories":2543},[222],{"categories":2545},[261],{"categories":2547},[219],{"categories":2549},[],{"categories":2551},[],{"categories":2553},[278],{"categories":2555},[219],{"categories":2557},[],{"categories":2559},[],{"categories":2561},[213],{"categories":2563},[216],{"categories":2565},[219],{"categories":2567},[216],{"categories":2569},[261],{"categories":2571},[],{"categories":2573},[240],{"categories":2575},[],{"categories":2577},[261],{"categories":2579},[219],{"categories":2581},[278],{"categories":2583},[],{"categories":2585},[278],{"categories":2587},[],{"categories":2589},[],{"categories":2591},[222],{"categories":2593},[],{"categories":2595},[216],{"categories":2597},[213],{"categories":2599},[261],{"categories":2601},[271],{"categories":2603},[],{"categories":2605},[],{"categories":2607},[219],{"categories":2609},[213],{"categories":2611},[278],{"categories":2613},[],{"categories":2615},[222],{"categories":2617},[222],{"categories":2619},[240],{"categories":2621},[219],{"categories":2623},[222],{"categories":2625},[219],{"categories":2627},[222],{"categories":2629},[219],{"categories":2631},[225],{"categories":2633},[240],{"categories":2635},[],{"categories":2637},[278],{"categories":2639},[271],{"categories":2641},[222],{"categories":2643},[],{"categories":2645},[219],{"categories":2647},[222],{"categories":2649},[216],{"categories":2651},[213],{"categories":2653},[219],{"categories":2655},[261],{"categories":2657},[271],{"categories":2659},[271],{"categories":2661},[219],{"categories":2663},[264],{"categories":2665},[219],{"categories":2667},[222],{"categories":2669},[216],{"categories":2671},[222],{"categories":2673},[219],{"categories":2675},[219],{"categories":2677},[222],{"categories":2679},[240],{"categories":2681},[],{"categories":2683},[213],{"categories":2685},[219],{"categories":2687},[222],{"categories":2689},[219],{"categories":2691},[219],{"categories":2693},[],{"categories":2695},[261],{"categories":2697},[216],{"categories":2699},[240],{"categories":2701},[219],{"categories":2703},[219],{"categories":2705},[261],{"categories":2707},[278],{"categories":2709},[264],{"categories":2711},[219],{"categories":2713},[240],{"categories":2715},[219],{"categories":2717},[222],{"categories":2719},[533],{"categories":2721},[219],{"categories":2723},[222],{"categories":2725},[264],{"categories":2727},[],{"categories":2729},[222],{"categories":2731},[271],{"categories":2733},[261],{"categories":2735},[219],{"categories":2737},[213],{"categories":2739},[216],{"categories":2741},[271],{"categories":2743},[],{"categories":2745},[222],{"categories":2747},[219],{"categories":2749},[],{"categories":2751},[240],{"categories":2753},[],{"categories":2755},[240],{"categories":2757},[219],{"categories":2759},[222],{"categories":2761},[222],{"categories":2763},[222],{"categories":2765},[],{"categories":2767},[],{"categories":2769},[219],{"categories":2771},[219],{"categories":2773},[],{"categories":2775},[261],{"categories":2777},[222],{"categories":2779},[278],{"categories":2781},[213],{"categories":2783},[],{"categories":2785},[],{"categories":2787},[240],{"categories":2789},[271],{"categories":2791},[219],{"categories":2793},[219],{"categories":2795},[219],{"categories":2797},[271],{"categories":2799},[240],{"categories":2801},[261],{"categories":2803},[219],{"categories":2805},[219],{"categories":2807},[219],{"categories":2809},[240],{"categories":2811},[219],{"categories":2813},[240],{"categories":2815},[222],{"categories":2817},[222],{"categories":2819},[271],{"categories":2821},[222],{"categories":2823},[219],{"categories":2825},[271],{"categories":2827},[261],{"categories":2829},[],{"categories":2831},[222],{"categories":2833},[],{"categories":2835},[],{"categories":2837},[216],{"categories":2839},[219],{"categories":2841},[222],{"categories":2843},[213],{"categories":2845},[222],{"categories":2847},[278],{"categories":2849},[],{"categories":2851},[222],{"categories":2853},[],{"categories":2855},[213],{"categories":2857},[222],{"categories":2859},[],{"categories":2861},[222],{"categories":2863},[219],{"categories":2865},[240],{"categories":2867},[219],{"categories":2869},[222],{"categories":2871},[240],{"categories":2873},[222],{"categories":2875},[271],{"categories":2877},[261],{"categories":2879},[213],{"categories":2881},[],{"categories":2883},[222],{"categories":2885},[261],{"categories":2887},[240],{"categories":2889},[219],{"categories":2891},[261],{"categories":2893},[213],{"categories":2895},[],{"categories":2897},[222],{"categories":2899},[222],{"categories":2901},[219],{"categories":2903},[],{"categories":2905},[222],{"categories":2907},[225],{"categories":2909},[240],{"categories":2911},[222],{"categories":2913},[216],{"categories":2915},[],{"categories":2917},[219],{"categories":2919},[225],{"categories":2921},[219],{"categories":2923},[222],{"categories":2925},[240],{"categories":2927},[213],{"categories":2929},[533],{"categories":2931},[219],{"categories":2933},[219],{"categories":2935},[219],{"categories":2937},[240],{"categories":2939},[216],{"categories":2941},[219],{"categories":2943},[261],{"categories":2945},[240],{"categories":2947},[533],{"categories":2949},[219],{"categories":2951},[],{"categories":2953},[],{"categories":2955},[533],{"categories":2957},[264],{"categories":2959},[222],{"categories":2961},[222],{"categories":2963},[240],{"categories":2965},[219],{"categories":2967},[213],{"categories":2969},[261],{"categories":2971},[222],{"categories":2973},[219],{"categories":2975},[278],{"categories":2977},[219],{"categories":2979},[222],{"categories":2981},[],{"categories":2983},[219],{"categories":2985},[219],{"categories":2987},[240],{"categories":2989},[213],{"categories":2991},[],{"categories":2993},[219],{"categories":2995},[219],{"categories":2997},[271],{"categories":2999},[261],{"categories":3001},[219,222],{"categories":3003},[278,216],{"categories":3005},[219],{"categories":3007},[],{"categories":3009},[222],{"categories":3011},[],{"categories":3013},[271],{"categories":3015},[219],{"categories":3017},[240],{"categories":3019},[],{"categories":3021},[222],{"categories":3023},[],{"categories":3025},[222],{"categories":3027},[213],{"categories":3029},[222],{"categories":3031},[219],{"categories":3033},[533],{"categories":3035},[278],{"categories":3037},[216],{"categories":3039},[216],{"categories":3041},[213],{"categories":3043},[213],{"categories":3045},[219],{"categories":3047},[222],{"categories":3049},[219],{"categories":3051},[219],{"categories":3053},[213],{"categories":3055},[219],{"categories":3057},[278],{"categories":3059},[240],{"categories":3061},[219],{"categories":3063},[222],{"categories":3065},[219],{"categories":3067},[],{"categories":3069},[271],{"categories":3071},[],{"categories":3073},[222],{"categories":3075},[213],{"categories":3077},[],{"categories":3079},[533],{"categories":3081},[219],{"categories":3083},[],{"categories":3085},[240],{"categories":3087},[222],{"categories":3089},[271],{"categories":3091},[219],{"categories":3093},[222],{"categories":3095},[271],{"categories":3097},[222],{"categories":3099},[240],{"categories":3101},[213],{"categories":3103},[240],{"categories":3105},[271],{"categories":3107},[219],{"categories":3109},[261],{"categories":3111},[219],{"categories":3113},[219],{"categories":3115},[219],{"categories":3117},[219],{"categories":3119},[222],{"categories":3121},[219],{"categories":3123},[222],{"categories":3125},[219],{"categories":3127},[213],{"categories":3129},[219],{"categories":3131},[222],{"categories":3133},[261],{"categories":3135},[213],{"categories":3137},[222],{"categories":3139},[261],{"categories":3141},[],{"categories":3143},[219],{"categories":3145},[219],{"categories":3147},[271],{"categories":3149},[],{"categories":3151},[222],{"categories":3153},[278],{"categories":3155},[219],{"categories":3157},[240],{"categories":3159},[278],{"categories":3161},[222],{"categories":3163},[216],{"categories":3165},[216],{"categories":3167},[219],{"categories":3169},[213],{"categories":3171},[],{"categories":3173},[219],{"categories":3175},[],{"categories":3177},[213],{"categories":3179},[219],{"categories":3181},[222],{"categories":3183},[222],{"categories":3185},[],{"categories":3187},[271],{"categories":3189},[271],{"categories":3191},[278],{"categories":3193},[261],{"categories":3195},[],{"categories":3197},[219],{"categories":3199},[213],{"categories":3201},[219],{"categories":3203},[271],{"categories":3205},[213],{"categories":3207},[240],{"categories":3209},[240],{"categories":3211},[],{"categories":3213},[240],{"categories":3215},[222],{"categories":3217},[261],{"categories":3219},[264],{"categories":3221},[219],{"categories":3223},[],{"categories":3225},[240],{"categories":3227},[271],{"categories":3229},[216],{"categories":3231},[219],{"categories":3233},[213],{"categories":3235},[533],{"categories":3237},[213],{"categories":3239},[],{"categories":3241},[],{"categories":3243},[240],{"categories":3245},[],{"categories":3247},[222],{"categories":3249},[222],{"categories":3251},[222],{"categories":3253},[],{"categories":3255},[219],{"categories":3257},[],{"categories":3259},[240],{"categories":3261},[213],{"categories":3263},[261],{"categories":3265},[219],{"categories":3267},[240],{"categories":3269},[240],{"categories":3271},[],{"categories":3273},[240],{"categories":3275},[213],{"categories":3277},[219],{"categories":3279},[],{"categories":3281},[222],{"categories":3283},[222],{"categories":3285},[213],{"categories":3287},[],{"categories":3289},[],{"categories":3291},[],{"categories":3293},[261],{"categories":3295},[222],{"categories":3297},[219],{"categories":3299},[],{"categories":3301},[],{"categories":3303},[],{"categories":3305},[261],{"categories":3307},[],{"categories":3309},[213],{"categories":3311},[],{"categories":3313},[],{"categories":3315},[261],{"categories":3317},[219],{"categories":3319},[240],{"categories":3321},[],{"categories":3323},[278],{"categories":3325},[240],{"categories":3327},[278],{"categories":3329},[219],{"categories":3331},[],{"categories":3333},[],{"categories":3335},[222],{"categories":3337},[],{"categories":3339},[],{"categories":3341},[222],{"categories":3343},[219],{"categories":3345},[],{"categories":3347},[222],{"categories":3349},[240],{"categories":3351},[278],{"categories":3353},[264],{"categories":3355},[222],{"categories":3357},[222],{"categories":3359},[],{"categories":3361},[],{"categories":3363},[],{"categories":3365},[240],{"categories":3367},[],{"categories":3369},[],{"categories":3371},[261],{"categories":3373},[213],{"categories":3375},[],{"categories":3377},[216],{"categories":3379},[278],{"categories":3381},[219],{"categories":3383},[271],{"categories":3385},[213],{"categories":3387},[264],{"categories":3389},[216],{"categories":3391},[271],{"categories":3393},[],{"categories":3395},[],{"categories":3397},[222],{"categories":3399},[213],{"categories":3401},[261],{"categories":3403},[213],{"categories":3405},[222],{"categories":3407},[533],{"categories":3409},[222],{"categories":3411},[],{"categories":3413},[219],{"categories":3415},[240],{"categories":3417},[271],{"categories":3419},[],{"categories":3421},[261],{"categories":3423},[240],{"categories":3425},[213],{"categories":3427},[222],{"categories":3429},[219],{"categories":3431},[216],{"categories":3433},[222,533],{"categories":3435},[222],{"categories":3437},[271],{"categories":3439},[219],{"categories":3441},[264],{"categories":3443},[278],{"categories":3445},[222],{"categories":3447},[],{"categories":3449},[222],{"categories":3451},[219],{"categories":3453},[216],{"categories":3455},[],{"categories":3457},[],{"categories":3459},[219],{"categories":3461},[264],{"categories":3463},[219],{"categories":3465},[],{"categories":3467},[240],{"categories":3469},[],{"categories":3471},[240],{"categories":3473},[271],{"categories":3475},[222],{"categories":3477},[219],{"categories":3479},[278],{"categories":3481},[271],{"categories":3483},[],{"categories":3485},[240],{"categories":3487},[219],{"categories":3489},[],{"categories":3491},[219],{"categories":3493},[222],{"categories":3495},[219],{"categories":3497},[222],{"categories":3499},[219],{"categories":3501},[219],{"categories":3503},[219],{"categories":3505},[219],{"categories":3507},[216],{"categories":3509},[],{"categories":3511},[225],{"categories":3513},[240],{"categories":3515},[219],{"categories":3517},[],{"categories":3519},[271],{"categories":3521},[219],{"categories":3523},[219],{"categories":3525},[222],{"categories":3527},[240],{"categories":3529},[219],{"categories":3531},[219],{"categories":3533},[216],{"categories":3535},[222],{"categories":3537},[261],{"categories":3539},[],{"categories":3541},[264],{"categories":3543},[219],{"categories":3545},[],{"categories":3547},[240],{"categories":3549},[278],{"categories":3551},[],{"categories":3553},[],{"categories":3555},[240],{"categories":3557},[240],{"categories":3559},[278],{"categories":3561},[213],{"categories":3563},[222],{"categories":3565},[222],{"categories":3567},[219],{"categories":3569},[216],{"categories":3571},[],{"categories":3573},[],{"categories":3575},[240],{"categories":3577},[264],{"categories":3579},[271],{"categories":3581},[222],{"categories":3583},[261],{"categories":3585},[264],{"categories":3587},[264],{"categories":3589},[],{"categories":3591},[240],{"categories":3593},[219],{"categories":3595},[219],{"categories":3597},[271],{"categories":3599},[],{"categories":3601},[240],{"categories":3603},[240],{"categories":3605},[240],{"categories":3607},[],{"categories":3609},[222],{"categories":3611},[219],{"categories":3613},[],{"categories":3615},[213],{"categories":3617},[216],{"categories":3619},[],{"categories":3621},[219],{"categories":3623},[219],{"categories":3625},[],{"categories":3627},[271],{"categories":3629},[],{"categories":3631},[],{"categories":3633},[],{"categories":3635},[],{"categories":3637},[219],{"categories":3639},[240],{"categories":3641},[],{"categories":3643},[],{"categories":3645},[219],{"categories":3647},[219],{"categories":3649},[219],{"categories":3651},[264],{"categories":3653},[219],{"categories":3655},[264],{"categories":3657},[],{"categories":3659},[264],{"categories":3661},[264],{"categories":3663},[533],{"categories":3665},[222],{"categories":3667},[271],{"categories":3669},[],{"categories":3671},[],{"categories":3673},[264],{"categories":3675},[271],{"categories":3677},[271],{"categories":3679},[271],{"categories":3681},[],{"categories":3683},[213],{"categories":3685},[271],{"categories":3687},[271],{"categories":3689},[213],{"categories":3691},[271],{"categories":3693},[216],{"categories":3695},[271],{"categories":3697},[271],{"categories":3699},[271],{"categories":3701},[264],{"categories":3703},[240],{"categories":3705},[240],{"categories":3707},[219],{"categories":3709},[271],{"categories":3711},[264],{"categories":3713},[533],{"categories":3715},[264],{"categories":3717},[264],{"categories":3719},[264],{"categories":3721},[],{"categories":3723},[216],{"categories":3725},[],{"categories":3727},[533],{"categories":3729},[271],{"categories":3731},[271],{"categories":3733},[271],{"categories":3735},[222],{"categories":3737},[240,216],{"categories":3739},[264],{"categories":3741},[],{"categories":3743},[],{"categories":3745},[264],{"categories":3747},[],{"categories":3749},[264],{"categories":3751},[240],{"categories":3753},[222],{"categories":3755},[],{"categories":3757},[271],{"categories":3759},[219],{"categories":3761},[261],{"categories":3763},[],{"categories":3765},[219],{"categories":3767},[],{"categories":3769},[240],{"categories":3771},[213],{"categories":3773},[264],{"categories":3775},[],{"categories":3777},[271],{"categories":3779},[240],[3781,3863,3986,4126],{"id":3782,"title":3783,"ai":3784,"body":3789,"categories":3828,"created_at":170,"date_modified":170,"description":161,"extension":171,"faq":170,"featured":172,"kicker_label":170,"meta":3829,"navigation":191,"path":3847,"published_at":3848,"question":170,"scraped_at":3849,"seo":3850,"sitemap":3851,"source_id":3852,"source_name":3853,"source_type":3854,"source_url":3855,"stem":3856,"tags":3857,"thumbnail_url":3858,"tldr":3859,"tweet":3860,"unknown_tags":3861,"__hash__":3862},"summaries\u002Fsummaries\u002Fa61330f91a7858ee-archon-fixes-ai-agent-randomness-with-harness-engi-summary.md","Archon Fixes AI Agent Randomness with Harness Engineering",{"provider":7,"model":8,"input_tokens":3785,"output_tokens":3786,"processing_time_ms":3787,"cost_usd":3788},4924,1623,22927,0.0017738,{"type":14,"value":3790,"toc":3823},[3791,3795,3798,3806,3810,3813,3816,3820],[17,3792,3794],{"id":3793},"harness-engineering-eliminates-agent-chaos","Harness Engineering Eliminates Agent Chaos",[22,3796,3797],{},"AI agents like those in Claude Code, Cursor, and Codex produce inconsistent outputs on repeated runs—different code, plans, and quality—due to drifting context and mid-task direction changes. Scaling to multiple agents creates repo messes with merge conflicts, wasting time on reruns and fixes. Archon introduces harness engineering: define the entire process (planning, coding, testing, review) in YAML DAG workflows that mix AI steps with fixed actions, acting as a reliable checklist. Agents follow this system instead of guessing, removing randomness. Agent skills are reusable YAML instruction packs that load automatically based on repo needs, preserving knowledge outside chat history for consistent execution.",[22,3799,3800,3801,3805],{},"In practice, run ",[3802,3803,3804],"code",{},"archon serve"," locally (e.g., on M4 Pro, no cloud needed) to launch a UI. Install skills into a repo, then trigger workflows via simple commands. The agent detects issues, loads the skill, and executes step-by-step, visible in terminal or UI logs showing prompts, outputs, and failures. This transparency pinpoints breaks without sifting through confused chat histories.",[17,3807,3809],{"id":3808},"git-worktrees-enable-parallel-conflict-free-runs","Git Worktrees Enable Parallel, Conflict-Free Runs",[22,3811,3812],{},"Every Archon run isolates in its own git worktree, preventing overwrites or conflicts even with multiple parallel agents. This keeps main branch untouched while generating clean PRs with identical structure and results every time—same input yields same output. Unlike raw agents or scripting, workflows are versioned, discoverable, and reusable. Compared to LangChain (better for general bots, not code-specific), Archon targets coding pipelines, outperforming on repo safety and predictability.",[22,3814,3815],{},"Demo shows fixing an issue: agent plans, codes, tests in isolation, then PRs cleanly. Parallel agents scale without repo breakage, turning agents from unreliable demos into shippable tools.",[17,3817,3819],{"id":3818},"trade-offs-upfront-design-for-production-reliability","Trade-offs: Upfront Design for Production Reliability",[22,3821,3822],{},"Archon excels locally on M chips (no VPS needed), is open-source, and makes processes visible via YAML. Git worktrees solve real isolation problems, yielding predictable PRs and no knowledge loss. However, designing workflows requires upfront effort—think like building a system, not quick prompts. It's evolving, so not for one-offs or experiments (waste of time there). Model quality still matters; better models improve outputs. Use it when tired of agent fixes or scaling seriously: highest leverage for production AI coding, shifting from 'hoping agents behave' to defining how they work.",{"title":161,"searchDepth":162,"depth":162,"links":3824},[3825,3826,3827],{"id":3793,"depth":162,"text":3794},{"id":3808,"depth":162,"text":3809},{"id":3818,"depth":162,"text":3819},[222],{"content_references":3830,"triage":3844},[3831,3834,3836,3838,3840,3842],{"type":176,"title":3832,"url":3833,"context":182},"Archon","https:\u002F\u002Fgithub.com\u002Fcoleam00\u002Farchon",{"type":176,"title":3832,"url":3835,"context":182},"https:\u002F\u002Farchon.diy\u002F",{"type":176,"title":3837,"context":182},"Claude Code",{"type":176,"title":3839,"context":182},"Cursor",{"type":176,"title":3841,"context":182},"Codex",{"type":176,"title":3843,"context":182},"LangChain",{"relevance":187,"novelty":188,"quality":188,"actionability":187,"composite":3845,"reasoning":3846},4.55,"Category: AI Automation. The article provides a detailed explanation of harness engineering to improve the reliability of AI agents, addressing a specific pain point of inconsistent outputs in AI coding. It offers actionable steps for implementation, such as using YAML DAG workflows and git worktrees, making it highly relevant and practical for the target audience.","\u002Fsummaries\u002Fa61330f91a7858ee-archon-fixes-ai-agent-randomness-with-harness-engi-summary","2026-05-09 17:45:00","2026-05-10 15:11:09",{"title":3783,"description":161},{"loc":3847},"4783342660aff88a","Better Stack","video","https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=-1BOhPOcEb8","summaries\u002Fa61330f91a7858ee-archon-fixes-ai-agent-randomness-with-harness-engi-summary",[203,204,205,206],"https:\u002F\u002Fi.ytimg.com\u002Fvi\u002F-1BOhPOcEb8\u002Fhqdefault.jpg","Archon uses YAML DAG workflows, isolated git worktrees, and auto-loading agent skills to make AI coding agents produce consistent, repeatable results with clean PRs, even in parallel runs on local hardware like M4 Pro.","Live demo of [Archon](https:\u002F\u002Farchon.diy\u002F) ([repo](https:\u002F\u002Fgithub.com\u002Fcoleam00\u002Farchon)), a local framework for AI coding agents that uses YAML DAG workflows, git worktrees for parallel runs, and auto-loading skills to produce consistent PRs without repo conflicts. Covers setup on M4 Pro, transparency features, and tradeoffs like upfront workflow design.",[206],"RYwsLtVukAfkN1TmJIUK538EG0icaZD6HZF_zkx0UuE",{"id":3864,"title":3865,"ai":3866,"body":3871,"categories":3955,"created_at":170,"date_modified":170,"description":161,"extension":171,"faq":170,"featured":172,"kicker_label":170,"meta":3956,"navigation":191,"path":3971,"published_at":3972,"question":170,"scraped_at":3973,"seo":3974,"sitemap":3975,"source_id":3976,"source_name":3977,"source_type":3854,"source_url":3978,"stem":3979,"tags":3980,"thumbnail_url":3981,"tldr":3982,"tweet":3983,"unknown_tags":3984,"__hash__":3985},"summaries\u002Fsummaries\u002F2fdb243679e085f9-pi-obsidian-cli-builds-agent-powered-second-brain-summary.md","Pi + Obsidian CLI Builds Agent-Powered Second Brain",{"provider":7,"model":8,"input_tokens":3867,"output_tokens":3868,"processing_time_ms":3869,"cost_usd":3870},6744,1979,25588,0.00231595,{"type":14,"value":3872,"toc":3949},[3873,3877,3904,3908,3915,3919,3942,3946],[17,3874,3876],{"id":3875},"obsidian-cli-turns-notes-into-agent-accessible-knowledge-base","Obsidian CLI Turns Notes into Agent-Accessible Knowledge Base",[22,3878,3879,3880,3883,3884,3887,3888,3891,3892,3895,3896,3899,3900,3903],{},"Obsidian CLI exposes markdown vaults for scripting, letting agents create, append, search, and manage notes with semantic awareness. Instead of dumb text scans yielding 200 irrelevant lines for \"Kubernetes,\" CLI search ranks by note titles, tags, frontmatter, paths, and links—delivering structured results like relevant note names. Use ",[3802,3881,3882],{},"obsidian new --title \"Daily Note\""," to generate daily journals with tasks, or ",[3802,3885,3886],{},"obsidian search \"meeting notes\""," for ranked matches. Append content via ",[3802,3889,3890],{},"obsidian notes \"path\u002Fto\u002Fnote\" --append \"- [ ] Task\"",", which auto-formats as markdown checklists. Fetch tasks with ",[3802,3893,3894],{},"obsidian tasks --status todo --file daily",", filter unresolved items, or query links\u002Fbacklinks to build graph-like context: ",[3802,3897,3898],{},"obsidian links \"project-note\""," reveals connected resources, projects, and areas per PARA method. Screenshot active UI via CLI for visual debugging—",[3802,3901,3902],{},"obsidian screenshot","—giving agents full context on tabs\u002Fmenus. Pipe results to TUIs like tv for fuzzy terminal search with previews, Neovim opens, or tagging. This grounds agents in your existing vault, avoiding chat history bloat or manual MD dumps.",[17,3905,3907],{"id":3906},"pi-agent-extension-enables-on-demand-vault-queries","Pi Agent Extension Enables On-Demand Vault Queries",[22,3909,3910,3911,3914],{},"Install Pi's Obsidian package (",[3802,3912,3913],{},"pi install pi-obsidian",") to grant the agent CLI access, letting it query\u002Fsearch\u002Fcreate notes inline. Pi self-adapts: it taught itself CLI usage, compared it to direct file access (favoring CLI for structure), and handles 20-second queries on high-reasoning models by opening notes directly. Script morning routines: open daily note, add inbox-check todo, fetch random old note for recall. Agents now treat Obsidian as an IDE for editing\u002Freviewing LLM outputs, storing \"lessons learned\" alongside handwritten notes. Links provide smarter context—agents traverse connections for richer responses, turning flat files into a queryable graph without rebuilding from scratch.",[17,3916,3918],{"id":3917},"graphifi-adds-knowledge-graph-for-token-efficient-retrieval","Graphifi Adds  Knowledge Graph for Token-Efficient Retrieval",[22,3920,3921,3922,3925,3926,3929,3930,3933,3934,3937,3938,3941],{},"Run Graphifi (",[3802,3923,3924],{},"pipx install graphifi",") on your vault to generate a knowledge graph via Tree-sitter parsing, indexing nodes, edges, tags, and semantics—originally for code repos, it adapts to notes. It identifies \"god nodes\" (highly connected), surprising links (e.g., course launch semantically near DevOps notes), and cohesion scores. Outputs: JSON wiki index, HTML viz, report. Pi's Graphifi package (",[3802,3927,3928],{},"pi install graphifi-pi",") instructs agents to traverse the graph pre-query: ",[3802,3931,3932],{},"graphifi build"," on full vault takes 5+ minutes but caps at safe sizes; benchmark shows token reduction per query (less than promised 70x on large note bases, but measurable vs. raw scans). Query ",[3802,3935,3936],{},"explain kubernetes"," for connected nodes; ",[3802,3939,3940],{},"everything I know about Kubernetes"," compiles structured responses with references. This maximizes Q&A on Karpathy's three-layer stack (notes → storage → query), cutting confusion from weak retrieval.",[17,3943,3945],{"id":3944},"markdown-portability-beats-ai-native-note-apps","Markdown Portability Beats AI-Native Note Apps",[22,3947,3948],{},"Skip subscription-locked AI tools promising auto-summaries—they impose proprietary graphs\u002Fmemories. Obsidian's plain markdown stays portable, git-diffable, editable in Neovim, and future-proof. Agents enhance your system without replacing thinking: manually review\u002Fcompile notes to cement knowledge, or graphs waste tokens on unprocessed data. Trade-off: CLI syntax feels like curl (verbose params), no fuzzy UI for results, but scripting efficiency trumps it for automation.",{"title":161,"searchDepth":162,"depth":162,"links":3950},[3951,3952,3953,3954],{"id":3875,"depth":162,"text":3876},{"id":3906,"depth":162,"text":3907},{"id":3917,"depth":162,"text":3918},{"id":3944,"depth":162,"text":3945},[222],{"content_references":3957,"triage":3969},[3958,3963,3965,3967],{"type":3959,"title":3960,"author":3961,"url":3962,"context":178},"other","Agents Memory","Oracle AI","https:\u002F\u002Ffandf.co\u002F4dd3HOw",{"type":176,"title":3964,"context":182},"Graphifi",{"type":176,"title":3966,"context":182},"Pi",{"type":176,"title":3968,"context":182},"Obsidian CLI",{"relevance":187,"novelty":188,"quality":188,"actionability":187,"composite":3845,"reasoning":3970},"Category: AI Automation. The article provides a detailed integration of Pi AI agent with Obsidian's CLI, addressing practical applications for automating note management and retrieval, which is highly relevant for product builders. It offers specific commands and workflows that users can implement immediately, such as generating daily notes and querying tasks, making it actionable.","\u002Fsummaries\u002F2fdb243679e085f9-pi-obsidian-cli-builds-agent-powered-second-brain-summary","2026-05-08 13:30:19","2026-05-10 15:24:18",{"title":3865,"description":161},{"loc":3971},"2fdb243679e085f9","AI Summaries (evaluation playlist)","https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=JnQcPzjC6Vo","summaries\u002F2fdb243679e085f9-pi-obsidian-cli-builds-agent-powered-second-brain-summary",[203,204,205,206],"https:\u002F\u002Fi.ytimg.com\u002Fvi\u002FJnQcPzjC6Vo\u002Fhqdefault.jpg","Integrate Pi AI agent with Obsidian's CLI and Graphifi to query markdown notes via structured search, links, and knowledge graphs—reducing token waste and enabling context-aware retrieval without proprietary lock-in.","Walkthrough of Obsidian's new CLI for terminal note automation (create, search, tasks, screenshots, backlinks), integrated with the Pi AI agent via its Obsidian package for vault querying—plus plugs for the creator's [Neovim second-brain course](https:\u002F\u002Flearn.dotb.sh\u002Fcourses\u002Fsecond-brain-neovim) and [Oracle agent memory post](https:\u002F\u002Ffandf.co\u002F4dd3HOw).",[206],"RpuM1WDpT6gtrEYc018chNjpayH07YkGkVm3pYVC_5Q",{"id":3987,"title":3988,"ai":3989,"body":3994,"categories":4090,"created_at":170,"date_modified":170,"description":161,"extension":171,"faq":170,"featured":172,"kicker_label":170,"meta":4091,"navigation":191,"path":4112,"published_at":4113,"question":170,"scraped_at":4114,"seo":4115,"sitemap":4116,"source_id":4117,"source_name":4118,"source_type":199,"source_url":4119,"stem":4120,"tags":4121,"thumbnail_url":170,"tldr":4122,"tweet":4123,"unknown_tags":4124,"__hash__":4125},"summaries\u002Fsummaries\u002F9134936de8e5f8a6-build-videos-with-html-ai-agents-via-hyperframes-summary.md","Build Videos with HTML + AI Agents via HyperFrames",{"provider":7,"model":8,"input_tokens":3990,"output_tokens":3991,"processing_time_ms":3992,"cost_usd":3993},5154,1529,16723,0.00150445,{"type":14,"value":3995,"toc":4085},[3996,4000,4027,4034,4038,4064,4067,4071,4082],[17,3997,3999],{"id":3998},"quick-setup-for-cross-platform-video-rendering","Quick Setup for Cross-Platform Video Rendering",[22,4001,4002,4003,4006,4007,4010,4011,4014,4015,4018,4019,4022,4023,4026],{},"Install Node.js 22 (winget on Windows: ",[3802,4004,4005],{},"winget install OpenJS.NodeJS.LTS","; nvm on macOS\u002FLinux) and FFmpeg 7 (winget\u002Fapt\u002Fbrew installs). Verify with ",[3802,4008,4009],{},"node --version"," and ",[3802,4012,4013],{},"ffmpeg -version",". Choose an AI code agent: Claude Code (Anthropic native installer) or Codex CLI (",[3802,4016,4017],{},"npm install -g @openai\u002Fcodex","). Add HyperFrames skills via ",[3802,4020,4021],{},"npx skills add heygen-com\u002Fhyperframes","—these teach agents framework patterns like data-attributes, paused GSAP timelines, and sub-composition wiring. Initialize a project with ",[3802,4024,4025],{},"npx hyperframes init my-video",", selecting starters like blank, warm grain, or Swiss grid.",[22,4028,4029,4030,4033],{},"This skips React build pipelines (unlike Remotion), enabling agent-driven edits to plain ",[3802,4031,4032],{},"index.html"," files.",[17,4035,4037],{"id":4036},"agentic-iteration-with-live-preview","Agentic Iteration with Live Preview",[22,4039,4040,4041,4044,4045,4048,4049,4052,4053,4056,4057,4059,4060,4063],{},"Launch your agent in the project directory (",[3802,4042,4043],{},"cd my-video"," then ",[3802,4046,4047],{},"claude","). Prefix prompts with ",[3802,4050,4051],{},"\u002Fhyperframes"," for skill context, e.g., ",[3802,4054,4055],{},"\u002Fhyperframes Build a 5-second intro saying 'Hello HyperFrames' with fade-in",". Agent edits ",[3802,4058,4032],{},"; run ",[3802,4061,4062],{},"npx hyperframes preview"," in another terminal for a browser studio that auto-reloads on saves—no rebuild loop.",[22,4065,4066],{},"Iterate conversationally: prompt for bigger title + subtitle like 'Made with HyperFrames', and preview updates instantly. Agents leverage skills for correct patterns, producing clean, centered animations in seconds.",[17,4068,4070],{"id":4069},"validation-and-deterministic-rendering","Validation and Deterministic Rendering",[22,4072,4073,4074,4077,4078,4081],{},"Before rendering, run ",[3802,4075,4076],{},"npx hyperframes check",": lints for missing data-attributes, validates WCAG AA contrast in headless Chrome, and inspects for layout overflow. Zero errors? Render with ",[3802,4079,4080],{},"npx hyperframes render",": headless Chromium steps frames deterministically (pausing time), FFmpeg encodes to MP4. A 5-second clip renders in ~6 seconds.",[22,4083,4084],{},"This pipeline—prompt → preview → check → render—ensures production-ready videos without broken frames, all open-source and fully deterministic.",{"title":161,"searchDepth":162,"depth":162,"links":4086},[4087,4088,4089],{"id":3998,"depth":162,"text":3999},{"id":4036,"depth":162,"text":4037},{"id":4069,"depth":162,"text":4070},[222],{"content_references":4092,"triage":4110},[4093,4096,4099,4102,4105,4107],{"type":176,"title":4094,"url":4095,"context":178},"HyperFrames Quickstart","https:\u002F\u002Fhyperframes.heygen.com\u002Fquickstart",{"type":3959,"title":4097,"url":4098,"context":178},"HyperFrames docs index (machine-readable)","https:\u002F\u002Fhyperframes.heygen.com\u002Fllms.txt",{"type":176,"title":4100,"url":4101,"context":182},"Node.js 22","https:\u002F\u002Fnodejs.org\u002Fen\u002Fdownload",{"type":176,"title":4103,"url":4104,"context":182},"FFmpeg","https:\u002F\u002Fffmpeg.org\u002Fdownload.html",{"type":176,"title":3837,"url":4106,"context":178},"https:\u002F\u002Fclaude.com\u002Fclaude-code",{"type":176,"title":4108,"url":4109,"context":178},"Codex CLI","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fcodex",{"relevance":187,"novelty":188,"quality":188,"actionability":187,"composite":3845,"reasoning":4111},"Category: AI Automation. The article provides a detailed guide on using AI agents to create videos with HTML, addressing practical applications for developers looking to integrate AI into their workflows. It includes specific commands and steps for setup and execution, making it immediately actionable for the target audience.","\u002Fsummaries\u002F9134936de8e5f8a6-build-videos-with-html-ai-agents-via-hyperframes-summary","2026-05-07 19:52:01","2026-05-08 11:20:38",{"title":3988,"description":161},{"loc":4112},"20741eb03a51c501","DIY Smart Code","https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=uKnJGspGguI","summaries\u002F9134936de8e5f8a6-build-videos-with-html-ai-agents-via-hyperframes-summary",[203,204,205,206],"Create 5-second videos using plain HTML + GSAP, live browser preview, WCAG AA validation, and deterministic MP4 rendering—no React or build steps. Setup Node 22 + FFmpeg 7, add HyperFrames skills to Claude Code or Codex CLI agents.","Step-by-step beginner guide to installing Node.js 22, FFmpeg 7, and HyperFrames (with Claude Code or Codex CLI) on Windows\u002FmacOS\u002FLinux, then generating and rendering a simple 5-second HTML\u002FGSAP intro video to MP4 via live preview and agent prompts. Includes a short sponsor break for an AI coding community.",[206],"_F8xEe8GZvL1fnCcrc_024Xmj038kkLjAJhx-f0w12M",{"id":4127,"title":4128,"ai":4129,"body":4133,"categories":4291,"created_at":170,"date_modified":170,"description":161,"extension":171,"faq":170,"featured":172,"kicker_label":170,"meta":4292,"navigation":191,"path":4305,"published_at":4306,"question":170,"scraped_at":4307,"seo":4308,"sitemap":4309,"source_id":4310,"source_name":4311,"source_type":199,"source_url":4312,"stem":4313,"tags":4314,"thumbnail_url":170,"tldr":4315,"tweet":170,"unknown_tags":4316,"__hash__":4317},"summaries\u002Fsummaries\u002F05441ce41695a054-codex-edges-out-claude-code-as-knowledge-work-os-summary.md","Codex Edges Out Claude Code as Knowledge Work OS",{"provider":7,"model":8,"input_tokens":9,"output_tokens":4130,"processing_time_ms":4131,"cost_usd":4132},3228,59282,0.00309255,{"type":14,"value":4134,"toc":4283},[4135,4139,4142,4145,4148,4151,4155,4158,4161,4164,4167,4171,4174,4194,4197,4203,4206,4209,4213,4216,4219,4227,4230,4233,4237,4240,4243,4246,4249,4251],[17,4136,4138],{"id":4137},"coding-agents-unlock-all-knowledge-work","Coding Agents Unlock All Knowledge Work",[22,4140,4141],{},"Dan Shipper argues that a strong general-purpose coding agent on your desktop transforms any knowledge work because \"If it can write software on its own, it can do any kind of knowledge work on its own.\" He traces Codex's rapid evolution: six months ago, it was \"trash\"—argumentative, lacking emotional intelligence, suited only for senior engineers doing pair programming. OpenAI initially siloed vibe coding to ChatGPT while sandboxing Codex. But Anthropic's Claude Code proved the model: fast, smart, emotionally intelligent access to your computer let programmers ditch traditional IDEs, typing natural commands into a terminal instead.",[22,4143,4144],{},"This insight flipped the script. Knowledge workers like Austin Tedesco started delegating non-coding tasks—strategic planning, data analysis, marketing—in Claude Code. OpenAI pivoted hard over three months with GPT-5.5, turning Codex into a versatile daily driver. Dan calls it the \"agent management interface\"—a desktop app wrapping a programming agent that accesses files, browsers, and APIs—emerging as the new operating system. Competitors race: Anthropic (Claude Code\u002FCopilot Work), OpenAI (Codex), xAI (Cursor acquisition), Google looming. Bounce between them to stay ahead, as each unlocks agent-first workflows where your agent interfaces with software on your behalf.",[22,4146,4147],{},"Austin's \"agent pill moment\" hit in December-January: a weekend deep dive into Claude Code CLI via Warp terminal, automating personal and work tasks across apps. It became his thought partner for strategic thinking, data, and shipping copy, consolidating scattered tools. Parity arrived with GPT-5.5—Opus edges design, but Codex wins overall for Austin's needs.",[22,4149,4150],{},"\"When I sign on during the day, Codex is the first thing I open. It is pulling in whatever I need from Gmail, Slack, Notion, Stripe... it's where I spend like 80% of my time working overwhelmingly because the app itself is just so good.\"",[17,4152,4154],{"id":4153},"desktop-app-superiority-drives-the-switch","Desktop App Superiority Drives the Switch",[22,4156,4157],{},"Austin switched fully to Codex despite initial resistance—friends in New York reacted with \"horror\" at migrating from Claude's game-changing desktop app. Emotional friction is high: Claude felt revolutionary, so 30-40% better feels like massive rework. But Codex's desktop app crushes on speed, sub-agents, automation suggestions, and organization. Claude's desktop (Copilot Work) never clicked for him; recent updates lagged in stress tests like multi-chat GTM planning plus PR shipping to Sparkle.",[22,4159,4160],{},"Key diffs: Codex folders persist chats, handle engineering-to-growth seamlessly without app-switching. It's \"much better organized than the Claude Desktop app.\" Migrations are straightforward—Claude Code built his \"Every Growth OS\" folder (a .claude MD synced to GitHub), which Codex imported effortlessly. No lock-in; ask Codex to \"grab all my Claude stuff.\"",[22,4162,4163],{},"Dan agrees: both companies see the endgame, trading leads every few weeks. For now, switch easily to benchmark. Austin pushes team trials: \"You really should right now. You would get a big benefit.\"",[22,4165,4166],{},"Past Codex humbled him—building a personal app left him \"feeling more stupid than\" anything, with the agent snapping \"Why? Why don't you just do what I'm recommending?\" Results were good, but Claude won 80% of reaches.",[17,4168,4170],{"id":4169},"every-growth-os-folders-keys-and-reviewer-agents","Every Growth OS: Folders, Keys, and Reviewer Agents",[22,4172,4173],{},"Austin's setup is a blueprint for knowledge workers. Core: \"Every Growth OS\" folder with:",[45,4175,4176,4182,4188],{},[48,4177,4178,4181],{},[51,4179,4180],{},"Secrets\u002Fkeys",": Gmail, Slack, Notion, Stripe—manual plugin setup, then persistent.",[48,4183,4184,4187],{},[51,4185,4186],{},"Project files",": Every's business context, work styles.",[48,4189,4190,4193],{},[51,4191,4192],{},"Reviewer agents",": Forked from Compound Engineering plugin (by Kieran Classen). Custom for growth: strategic alignment to company goals, data accuracy. Trigger post-plan: \"reviews for security... not as helpful for strategic plans.\" Targeted feedback loops beat generic checks.",[22,4195,4196],{},"Recommended starter prompt (Austin shares for copy-paste):",[4198,4199,4200],"blockquote",{},[22,4201,4202],{},"Through the plugin tool with Codex, connect tools like Gmail, Slack, Notion. Start compound engineering brainstorm: \"Go take a look at the things I use most (Notion, Slack, Gmail) and think of automations that would help my work.\"",[22,4204,4205],{},"Let the frontier model teach you—\"Having a very smart... model tell me how to use it... is exactly where I want to start.\"",[22,4207,4208],{},"This yields triage automations (follow-ups across sources), event command centers (camps with moving parts), recruiting pipelines (Notion-synced, skipping Ashby).",[17,4210,4212],{"id":4211},"automations-that-just-workdumb-and-smart-agents","Automations That Just Work—Dumb and Smart Agents",[22,4214,4215],{},"Codex excels at shipping automations with minimal tweaks. Brainstorm prompts surface ideas like daily unresponded triage (drafts replies; thumbs-up Slack reaction executes). Dumb agents: reliable, rule-based (\"do the right thing every time\"). Smart ones: creative partners like OpenClaw or upcoming Plus One.",[22,4217,4218],{},"Examples:",[45,4220,4221,4224],{},[48,4222,4223],{},"Morning: \"Make the run of show\" for camp—pulls prior chats, pushes to Notion\u002FSlack. Perfect on first try.",[48,4225,4226],{},"End-of-day: Compiles loose ends, drafts replies.",[22,4228,4229],{},"\"I do find that they just work incredibly well... there's this set of instructions... I can change when it runs... but mostly it just works.\"",[22,4231,4232],{},"Stress test: Kate (editor-in-chief) onboarding—Codex brainstormed her automations flawlessly.",[17,4234,4236],{"id":4235},"from-transcripts-to-gtm-plans-and-kpi-dashboards","From Transcripts to GTM Plans and KPI Dashboards",[22,4238,4239],{},"Codex synthesizes chaos into action. Austin fed meeting transcripts\u002FSlack threads; it output a full GTM plan—strategic, data-backed, reviewer-passed. Faster than Claude's clunky multi-chat equivalent.",[22,4241,4242],{},"KPI dashboard: Rebuilt company's live Notion tracker agents can read. Pulls Stripe data, updates dynamically. Dan uses for recruiting: deep engineering, writing, pipelines.",[22,4244,4245],{},"Inspired by product exec Claire Vo: Specialized agents for growth tasks. E.g., synthesize transcripts into plans rivaling human output.",[22,4247,4248],{},"\"Codex for everything from deep engineering stuff to writing to recruiting... It's really good for that.\"",[17,4250,133],{"id":132},[45,4252,4253,4256,4259,4262,4265,4268,4271,4274,4277,4280],{},[48,4254,4255],{},"Start with a brainstorm prompt in Codex\u002FClaude desktop: Connect your top 3 tools (e.g., Gmail\u002FSlack\u002FNotion), ask for automations tailored to your work—models surface surprises you miss.",[48,4257,4258],{},"Build a persistent folder like \"Growth OS\": Keys for APIs, context files, custom reviewers (strategic alignment, data accuracy)—enables targeted feedback without context loss.",[48,4260,4261],{},"Prioritize desktop apps over CLI\u002Fchat: Speed and sub-agents make 80% workflow shift feasible; test Codex vs. Claude weekly as they leapfrog.",[48,4263,4264],{},"Classify agents: Dumb (scheduled triage\u002Freplies) for reliability; smart (GTM brainstorming) for strategy—Codex builds both seamlessly.",[48,4266,4267],{},"Migrate fearlessly: Import Claude setups directly; 30-40% gains compound daily (e.g., run-of-show in seconds).",[48,4269,4270],{},"For recruiting\u002Fhiring: Skip Ashby; Notion + agent pipelines track everything—query naturally.",[48,4272,4273],{},"Synthesize inputs ruthlessly: Transcripts + threads → GTM plans with reviewers; build readable KPI Notion pages for agent loops.",[48,4275,4276],{},"Bounce tools: Use Codex for speed\u002Fengineering, Claude for design—parity means no loyalty yet.",[48,4278,4279],{},"Agent interfaces are the new OS: Delegate to agents interfacing software; unlocks pre-agent impossibilities.",[48,4281,4282],{},"Emotional resistance is normal—push through; friends' horror fades post-demo.",{"title":161,"searchDepth":162,"depth":162,"links":4284},[4285,4286,4287,4288,4289,4290],{"id":4137,"depth":162,"text":4138},{"id":4153,"depth":162,"text":4154},{"id":4169,"depth":162,"text":4170},{"id":4211,"depth":162,"text":4212},{"id":4235,"depth":162,"text":4236},{"id":132,"depth":162,"text":133},[222],{"content_references":4293,"triage":4301},[4294,4298],{"type":3959,"title":4295,"author":4296,"url":4297,"context":182},"OpenAI has some catching up to do","Dan Shipper","https:\u002F\u002Fevery.to\u002Fchain-of-thought\u002Fopenai-has-some-catching-up-to-do",{"type":3959,"title":4299,"url":4300,"context":182},"GPT-5.5","https:\u002F\u002Fevery.to\u002Fvibe-check\u002Fgpt-5-5",{"relevance":188,"novelty":4302,"quality":188,"actionability":4302,"composite":4303,"reasoning":4304},3,3.6,"Category: AI Automation. The article discusses the practical application of Codex as a tool for automating knowledge work, addressing the audience's need for actionable insights on AI tools. It provides a concrete example of how a user integrates Codex into their workflow, which is relevant for builders looking to enhance productivity.","\u002Fsummaries\u002F05441ce41695a054-codex-edges-out-claude-code-as-knowledge-work-os-summary","2026-05-06 15:01:45","2026-05-06 16:10:43",{"title":4128,"description":161},{"loc":4305},"bfc07d6a08295aa6","Every","https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=x9BNBcP_C7Q","summaries\u002F05441ce41695a054-codex-edges-out-claude-code-as-knowledge-work-os-summary",[203,204,205,206],"Austin Tedesco switched to Codex desktop app for 80% of his growth work—automations, GTM plans, KPIs—praising its speed and interface over Claude Code, signaling agent apps as the new OS.",[206],"76TXFYE5WBgClG311f6IK6mRA6SlUC1w4du-CL7n0Fc"]