[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"summary-a5b5a76c067657a2-verifier-agent-crushes-ai-coding-review-bottleneck-summary":3,"summaries-facets-categories":175,"summary-related-a5b5a76c067657a2-verifier-agent-crushes-ai-coding-review-bottleneck-summary":3744},{"id":4,"title":5,"ai":6,"body":13,"categories":123,"created_at":125,"date_modified":125,"description":115,"extension":126,"faq":125,"featured":127,"kicker_label":125,"meta":128,"navigation":156,"path":157,"published_at":158,"question":125,"scraped_at":159,"seo":160,"sitemap":161,"source_id":162,"source_name":163,"source_type":164,"source_url":165,"stem":166,"tags":167,"thumbnail_url":125,"tldr":172,"tweet":125,"unknown_tags":173,"__hash__":174},"summaries\u002Fsummaries\u002Fa5b5a76c067657a2-verifier-agent-crushes-ai-coding-review-bottleneck-summary.md","Verifier Agent Crushes AI Coding Review Bottleneck",{"provider":7,"model":8,"input_tokens":9,"output_tokens":10,"processing_time_ms":11,"cost_usd":12},"openrouter","x-ai\u002Fgrok-4.1-fast",8937,2336,24649,0.00293275,{"type":14,"value":15,"toc":114},"minimark",[16,21,25,28,32,35,38,41,44,47,51,54,57,60,63,67,70,73,76,79,83,111],[17,18,20],"h2",{"id":19},"llm-benchmarks-miss-multi-agent-stacking","LLM Benchmarks Miss Multi-Agent Stacking",[22,23,24],"p",{},"Current benchmarks test models in isolation like Opus 4.7 or GPT-5.5, ignoring real engineering: stacking models for compounded intelligence. IndyDevDan argues April 2026's release frenzy (Opus 4.7, GPT-5.5, Deepseek V4, GLM 5.1, Kimi-K 2.6, Qwen series) shifts bottlenecks from model performance to human orchestration of agentic systems. Single-model tests overlook agent-to-agent validation, the key to scaling safely. He demos two PI agents: builder (Opus 4.7) generates outputs unprompted by user; verifier (GPT-5.5) auto-triggers on completion via Unix socket, validating without manual intervention.",[22,26,27],{},"\"Real intelligence isn't GPT 5.5 OR Opus 4.7. It's GPT 5.5 AND Opus 4.7. Stack intelligence. Orchestrate intelligence.\" This quote from IndyDevDan highlights why benchmarks feel incomplete—engineers win by combining models, not picking one.",[17,29,31],{"id":30},"verifier-mechanics-atomic-validation-and-reprompting","Verifier Mechanics: Atomic Validation and Reprompting",[22,33,34],{},"The verifier observes builder outputs via session files in PI harness (pi.dev), checking atomic claims: script run, file existence\u002Fsize\u002Ftype, visual content match. It enforces rules like \"max 10 text blocks per image\" for readability. Failure triggers reprompt via Unix socket—hands-off loop until pass.",[22,36,37],{},"Demo: Builder generates architecture diagram of verifier system using GPT Image 2 (openai.com\u002Findex\u002Fintroducing-chatgpt-images-2-0\u002F). First output: detailed JPG (70s gen), but verifier rejects for 11+ text blocks (\"violates readability contract\"). Reprompts builder: \"exceeding 10 distinct blocks.\" Second: simplified, 9 blocks, 7\u002F7 claims verified (e.g., \"visually shows verifier 2 agent system\"). No further action needed.",[22,39,40],{},"SQL example (GLM 5.1 builder): Finds repo SQLite DBs, maps tables\u002Fcolumns\u002Frelationships. Verifier independently audits sets of outputs, independent of builder harness.",[22,42,43],{},"Reports standardize: claims verified\u002Ffailed\u002Funverified, feedback given, \"what could you not verify?\" (for iteration). Restricted bash policies limit tool risks.",[22,45,46],{},"\"The verifier agent attacks the review constraint head-on. You spend tokens to save time. You template your engineering into the system prompt by force, because the harness won't let you fire one-off prompts. No vibe coding allowed.\"",[17,48,50],{"id":49},"two-core-constraints-review-over-planning","Two Core Constraints: Review Over Planning",[22,52,53],{},"Agentic coding bottlenecks: planning (future focus) and reviewing (current emphasis). Verifier targets review by delegating to specialized agent: one purpose (e.g., image rules, SQL schemas). Builder handles creation; verifier reads artifacts, only reprompts on violations.",[22,55,56],{},"Tradeoffs explicit: 5x tokens (4% Opus, 23% GPT-5.5 per cycle) for time savings. IndyDevDan values time infinitely: \"How much is your time worth? If you ask me, your time is worth a ton.\" Scales impact by offloading manual checks, enabling pair-programming agents.",[22,58,59],{},"Positive loops: Unverifiable items logged (\"what do you need from me?\"); template into system prompt front-matter. Custom PI harness blocks ad-hoc prompts, forcing engineering via core four (context, model, prompt, tools). No \"vibe coding\"—builds habit of templating.",[22,61,62],{},"\"In agentic coding, there are two constraints. If you're agentic engineering properly, you have already noticed this. Planning and reviewing. With the verifier agent, we can improve our review constraint.\"",[17,64,66],{"id":65},"harness-ownership-and-extensibility","Harness Ownership and Extensibility",[22,68,69],{},"PI harness customized: prime command loads codebase context; skills like GPT Image 2 scripted for model prompting. Verifier layers atop any builder (Claude, Codex, Gemini)—owns workflow, survives model changes. Free GitHub version (github.com\u002Fdisler\u002Fthe-verifier-agent); paid adds specialized verifiers, Image 2 skill (agenticengineer.com\u002Ftactical-agentic-coding).",[22,71,72],{},"Compares to complex teams (orchestrator\u002Fleads\u002Fworkers, per prior video youtu.be\u002FRairMJflUSA) or Stripe blueprints (youtu.be\u002FV5A1IU8VVp4): Verifier is minimal viable multi-agent, pocketable for daily use. Gaps engineers: prompters vs. system-builders.",[22,74,75],{},"\"There's an increasing gap between the two key sets of engineers... stuck prompting back and forth... and those building systems like the verifier agent that scale far beyond ai coding.\"",[22,77,78],{},"Extends to stacks: image verifier, SQL verifier—focus agents compound. Deterministic (rules) + nondeterministic (claims) checks.",[17,80,82],{"id":81},"key-takeaways","Key Takeaways",[84,85,86,90,93,96,99,102,105,108],"ul",{},[87,88,89],"li",{},"Stack builder + verifier agents via PI harness and Unix sockets to automate reviews, reprompting only on failures.",[87,91,92],{},"Enforce rules like \"max 10 text blocks\u002Fimage\" in verifier system prompt; validate atomic claims (file exists, visual match).",[87,94,95],{},"Spend 5x tokens upfront to eliminate manual review time—prioritize time over compute costs.",[87,97,98],{},"Log unverifiable items for templating into prompts, creating positive feedback loops.",[87,100,101],{},"Customize harness to block one-off prompts, forcing templated engineering (no vibe coding).",[87,103,104],{},"Independent verifier works atop any builder model\u002Fharness; survives API changes.",[87,106,107],{},"Target review constraint first (vs. planning); scale with specialized verifiers per task (images, SQL).",[87,109,110],{},"Test multi-model stacking—benchmarks miss this; real wins from orchestration.",[22,112,113],{},"\"Prompting back and forth with a single agent in 2026, will be like writing code by hand in 2025. You'll be FAR FAR BEHIND.\"",{"title":115,"searchDepth":116,"depth":116,"links":117},"",2,[118,119,120,121,122],{"id":19,"depth":116,"text":20},{"id":30,"depth":116,"text":31},{"id":49,"depth":116,"text":50},{"id":65,"depth":116,"text":66},{"id":81,"depth":116,"text":82},[124],"AI & LLMs",null,"md",false,{"content_references":129,"triage":151},[130,135,138,141,144,148],{"type":131,"title":132,"url":133,"context":134},"tool","the-verifier-agent","https:\u002F\u002Fgithub.com\u002Fdisler\u002Fthe-verifier-agent","mentioned",{"type":131,"title":136,"url":137,"context":134},"Tactical Agentic Coding","https:\u002F\u002Fagenticengineer.com\u002Ftactical-agentic-coding?y=EnXKysJNz_8",{"type":131,"title":139,"url":140,"context":134},"PI Dev","https:\u002F\u002Fpi.dev\u002F",{"type":131,"title":142,"url":143,"context":134},"ChatGPT Image 2","https:\u002F\u002Fopenai.com\u002Findex\u002Fintroducing-chatgpt-images-2-0\u002F",{"type":145,"title":146,"url":147,"context":134},"other","Stripe Blueprint Agents","https:\u002F\u002Fyoutu.be\u002FV5A1IU8VVp4",{"type":145,"title":149,"url":150,"context":134},"Multi-Agent Teams","https:\u002F\u002Fyoutu.be\u002FRairMJflUSA",{"relevance":152,"novelty":153,"quality":153,"actionability":153,"composite":154,"reasoning":155},5,4,4.35,"Category: AI Automation. The article discusses a practical application of stacking AI agents to automate coding reviews, addressing a specific pain point for developers overwhelmed by manual validation processes. It provides concrete examples of how to implement this system, making it actionable for the target audience.",true,"\u002Fsummaries\u002Fa5b5a76c067657a2-verifier-agent-crushes-ai-coding-review-bottleneck-summary","2026-05-04 13:00:00","2026-05-04 16:08:01",{"title":5,"description":115},{"loc":157},"b3943ef84e10c0b0","IndyDevDan","article","https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=EnXKysJNz_8","summaries\u002Fa5b5a76c067657a2-verifier-agent-crushes-ai-coding-review-bottleneck-summary",[168,169,170,171],"agents","llm","prompt-engineering","ai-automation","Stack a verifier agent (GPT-5.5) on your builder (Opus 4.7) to auto-validate outputs via atomic claims, reprompt on failures, and template engineering rules—spending tokens to save review time.",[171],"1z2N5Ca9zKxZvoXnswFPZmkxk1Kg8mEV7PEpVw8tPnI",[176,179,182,184,187,190,192,194,196,198,200,202,205,207,209,211,213,215,217,219,221,223,226,229,231,233,236,238,240,243,245,247,249,251,253,255,257,259,261,263,265,267,269,271,273,275,277,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,498,500,502,504,506,508,510,512,514,516,518,520,522,524,526,528,530,532,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],{"categories":177},[178],"Developer Productivity",{"categories":180},[181],"Business & SaaS",{"categories":183},[124],{"categories":185},[186],"AI Automation",{"categories":188},[189],"Product Strategy",{"categories":191},[124],{"categories":193},[178],{"categories":195},[181],{"categories":197},[],{"categories":199},[124],{"categories":201},[],{"categories":203},[204],"AI News & Trends",{"categories":206},[186],{"categories":208},[204],{"categories":210},[186],{"categories":212},[186],{"categories":214},[124],{"categories":216},[124],{"categories":218},[204],{"categories":220},[124],{"categories":222},[],{"categories":224},[225],"Design & Frontend",{"categories":227},[228],"Data Science & Visualization",{"categories":230},[204],{"categories":232},[],{"categories":234},[235],"Software Engineering",{"categories":237},[124],{"categories":239},[186],{"categories":241},[242],"Marketing & Growth",{"categories":244},[124],{"categories":246},[186],{"categories":248},[],{"categories":250},[],{"categories":252},[225],{"categories":254},[186],{"categories":256},[178],{"categories":258},[225],{"categories":260},[124],{"categories":262},[186],{"categories":264},[204],{"categories":266},[],{"categories":268},[],{"categories":270},[186],{"categories":272},[235],{"categories":274},[],{"categories":276},[181],{"categories":278},[],{"categories":280},[],{"categories":282},[186],{"categories":284},[186],{"categories":286},[124],{"categories":288},[],{"categories":290},[235],{"categories":292},[],{"categories":294},[],{"categories":296},[],{"categories":298},[124],{"categories":300},[242],{"categories":302},[225],{"categories":304},[225],{"categories":306},[124],{"categories":308},[186],{"categories":310},[124],{"categories":312},[124],{"categories":314},[186],{"categories":316},[186],{"categories":318},[228],{"categories":320},[204],{"categories":322},[186],{"categories":324},[242],{"categories":326},[186],{"categories":328},[189],{"categories":330},[],{"categories":332},[186],{"categories":334},[],{"categories":336},[186],{"categories":338},[235],{"categories":340},[225],{"categories":342},[124],{"categories":344},[],{"categories":346},[],{"categories":348},[186],{"categories":350},[],{"categories":352},[124],{"categories":354},[],{"categories":356},[178],{"categories":358},[235],{"categories":360},[181],{"categories":362},[204],{"categories":364},[124],{"categories":366},[],{"categories":368},[124],{"categories":370},[],{"categories":372},[235],{"categories":374},[228],{"categories":376},[],{"categories":378},[124],{"categories":380},[225],{"categories":382},[],{"categories":384},[225],{"categories":386},[186],{"categories":388},[],{"categories":390},[186],{"categories":392},[204],{"categories":394},[124],{"categories":396},[],{"categories":398},[186],{"categories":400},[124],{"categories":402},[189],{"categories":404},[],{"categories":406},[124],{"categories":408},[186],{"categories":410},[186],{"categories":412},[],{"categories":414},[228],{"categories":416},[124],{"categories":418},[],{"categories":420},[178],{"categories":422},[181],{"categories":424},[124],{"categories":426},[186],{"categories":428},[235],{"categories":430},[124],{"categories":432},[],{"categories":434},[],{"categories":436},[124],{"categories":438},[],{"categories":440},[225],{"categories":442},[],{"categories":444},[124],{"categories":446},[],{"categories":448},[186],{"categories":450},[124],{"categories":452},[225],{"categories":454},[],{"categories":456},[124],{"categories":458},[124],{"categories":460},[181],{"categories":462},[186],{"categories":464},[124],{"categories":466},[225],{"categories":468},[186],{"categories":470},[],{"categories":472},[],{"categories":474},[204],{"categories":476},[],{"categories":478},[124],{"categories":480},[181,242],{"categories":482},[],{"categories":484},[124],{"categories":486},[],{"categories":488},[],{"categories":490},[124],{"categories":492},[],{"categories":494},[124],{"categories":496},[497],"DevOps & Cloud",{"categories":499},[],{"categories":501},[204],{"categories":503},[225],{"categories":505},[],{"categories":507},[204],{"categories":509},[204],{"categories":511},[124],{"categories":513},[242],{"categories":515},[],{"categories":517},[181],{"categories":519},[],{"categories":521},[124,497],{"categories":523},[124],{"categories":525},[124],{"categories":527},[186],{"categories":529},[124,235],{"categories":531},[228],{"categories":533},[124],{"categories":535},[242],{"categories":537},[186],{"categories":539},[186],{"categories":541},[],{"categories":543},[186],{"categories":545},[124,181],{"categories":547},[],{"categories":549},[225],{"categories":551},[225],{"categories":553},[],{"categories":555},[],{"categories":557},[204],{"categories":559},[],{"categories":561},[178],{"categories":563},[235],{"categories":565},[124],{"categories":567},[225],{"categories":569},[186],{"categories":571},[235],{"categories":573},[204],{"categories":575},[225],{"categories":577},[],{"categories":579},[124],{"categories":581},[124],{"categories":583},[124],{"categories":585},[204],{"categories":587},[178],{"categories":589},[124],{"categories":591},[186],{"categories":593},[497],{"categories":595},[225],{"categories":597},[186],{"categories":599},[],{"categories":601},[],{"categories":603},[225],{"categories":605},[204],{"categories":607},[228],{"categories":609},[],{"categories":611},[124],{"categories":613},[124],{"categories":615},[181],{"categories":617},[124],{"categories":619},[124],{"categories":621},[204],{"categories":623},[],{"categories":625},[186],{"categories":627},[235],{"categories":629},[],{"categories":631},[124],{"categories":633},[124],{"categories":635},[186],{"categories":637},[],{"categories":639},[],{"categories":641},[124],{"categories":643},[],{"categories":645},[181],{"categories":647},[186],{"categories":649},[],{"categories":651},[178],{"categories":653},[124],{"categories":655},[181],{"categories":657},[204],{"categories":659},[],{"categories":661},[],{"categories":663},[],{"categories":665},[204],{"categories":667},[204],{"categories":669},[],{"categories":671},[],{"categories":673},[181],{"categories":675},[],{"categories":677},[],{"categories":679},[178],{"categories":681},[],{"categories":683},[242],{"categories":685},[186],{"categories":687},[181],{"categories":689},[186],{"categories":691},[],{"categories":693},[189],{"categories":695},[225],{"categories":697},[235],{"categories":699},[124],{"categories":701},[186],{"categories":703},[181],{"categories":705},[124],{"categories":707},[],{"categories":709},[],{"categories":711},[235],{"categories":713},[228],{"categories":715},[189],{"categories":717},[186],{"categories":719},[124],{"categories":721},[],{"categories":723},[497],{"categories":725},[],{"categories":727},[186],{"categories":729},[],{"categories":731},[],{"categories":733},[124],{"categories":735},[225],{"categories":737},[242],{"categories":739},[186],{"categories":741},[],{"categories":743},[178],{"categories":745},[],{"categories":747},[204],{"categories":749},[124,497],{"categories":751},[204],{"categories":753},[124],{"categories":755},[181],{"categories":757},[124],{"categories":759},[],{"categories":761},[181],{"categories":763},[],{"categories":765},[235],{"categories":767},[225],{"categories":769},[204],{"categories":771},[228],{"categories":773},[178],{"categories":775},[124],{"categories":777},[235],{"categories":779},[],{"categories":781},[],{"categories":783},[189],{"categories":785},[],{"categories":787},[124],{"categories":789},[],{"categories":791},[225],{"categories":793},[225],{"categories":795},[225],{"categories":797},[],{"categories":799},[],{"categories":801},[204],{"categories":803},[186],{"categories":805},[124],{"categories":807},[124],{"categories":809},[124],{"categories":811},[181],{"categories":813},[124],{"categories":815},[],{"categories":817},[235],{"categories":819},[235],{"categories":821},[181],{"categories":823},[],{"categories":825},[124],{"categories":827},[124],{"categories":829},[181],{"categories":831},[204],{"categories":833},[242],{"categories":835},[186],{"categories":837},[],{"categories":839},[225],{"categories":841},[],{"categories":843},[124],{"categories":845},[],{"categories":847},[181],{"categories":849},[186],{"categories":851},[],{"categories":853},[497],{"categories":855},[228],{"categories":857},[235],{"categories":859},[242],{"categories":861},[235],{"categories":863},[186],{"categories":865},[],{"categories":867},[],{"categories":869},[186],{"categories":871},[178],{"categories":873},[186],{"categories":875},[189],{"categories":877},[181],{"categories":879},[],{"categories":881},[124],{"categories":883},[189],{"categories":885},[124],{"categories":887},[124],{"categories":889},[242],{"categories":891},[225],{"categories":893},[186],{"categories":895},[],{"categories":897},[],{"categories":899},[497],{"categories":901},[235],{"categories":903},[],{"categories":905},[186],{"categories":907},[124],{"categories":909},[225,124],{"categories":911},[178],{"categories":913},[],{"categories":915},[124],{"categories":917},[178],{"categories":919},[225],{"categories":921},[186],{"categories":923},[235],{"categories":925},[],{"categories":927},[124],{"categories":929},[],{"categories":931},[178],{"categories":933},[],{"categories":935},[186],{"categories":937},[189],{"categories":939},[124],{"categories":941},[124],{"categories":943},[225],{"categories":945},[186],{"categories":947},[497],{"categories":949},[225],{"categories":951},[186],{"categories":953},[124],{"categories":955},[124],{"categories":957},[124],{"categories":959},[204],{"categories":961},[],{"categories":963},[189],{"categories":965},[186],{"categories":967},[225],{"categories":969},[186],{"categories":971},[235],{"categories":973},[225],{"categories":975},[186],{"categories":977},[204],{"categories":979},[],{"categories":981},[124],{"categories":983},[225],{"categories":985},[124],{"categories":987},[178],{"categories":989},[204],{"categories":991},[124],{"categories":993},[242],{"categories":995},[124],{"categories":997},[124],{"categories":999},[186],{"categories":1001},[186],{"categories":1003},[124],{"categories":1005},[186],{"categories":1007},[225],{"categories":1009},[124],{"categories":1011},[],{"categories":1013},[],{"categories":1015},[235],{"categories":1017},[],{"categories":1019},[178],{"categories":1021},[497],{"categories":1023},[],{"categories":1025},[178],{"categories":1027},[181],{"categories":1029},[242],{"categories":1031},[],{"categories":1033},[181],{"categories":1035},[],{"categories":1037},[],{"categories":1039},[],{"categories":1041},[],{"categories":1043},[],{"categories":1045},[124],{"categories":1047},[186],{"categories":1049},[497],{"categories":1051},[178],{"categories":1053},[124],{"categories":1055},[235],{"categories":1057},[189],{"categories":1059},[124],{"categories":1061},[242],{"categories":1063},[124],{"categories":1065},[124],{"categories":1067},[124],{"categories":1069},[124,178],{"categories":1071},[235],{"categories":1073},[235],{"categories":1075},[225],{"categories":1077},[124],{"categories":1079},[],{"categories":1081},[],{"categories":1083},[],{"categories":1085},[235],{"categories":1087},[228],{"categories":1089},[204],{"categories":1091},[225],{"categories":1093},[],{"categories":1095},[124],{"categories":1097},[124],{"categories":1099},[],{"categories":1101},[],{"categories":1103},[186],{"categories":1105},[124],{"categories":1107},[181],{"categories":1109},[],{"categories":1111},[178],{"categories":1113},[124],{"categories":1115},[178],{"categories":1117},[124],{"categories":1119},[235],{"categories":1121},[242],{"categories":1123},[124,225],{"categories":1125},[204],{"categories":1127},[225],{"categories":1129},[],{"categories":1131},[497],{"categories":1133},[225],{"categories":1135},[186],{"categories":1137},[],{"categories":1139},[],{"categories":1141},[],{"categories":1143},[],{"categories":1145},[235],{"categories":1147},[186],{"categories":1149},[186],{"categories":1151},[124],{"categories":1153},[124],{"categories":1155},[],{"categories":1157},[225],{"categories":1159},[],{"categories":1161},[],{"categories":1163},[186],{"categories":1165},[],{"categories":1167},[],{"categories":1169},[242],{"categories":1171},[242],{"categories":1173},[186],{"categories":1175},[],{"categories":1177},[124],{"categories":1179},[124],{"categories":1181},[235],{"categories":1183},[225],{"categories":1185},[225],{"categories":1187},[186],{"categories":1189},[178],{"categories":1191},[124],{"categories":1193},[225],{"categories":1195},[225],{"categories":1197},[186],{"categories":1199},[186],{"categories":1201},[124],{"categories":1203},[],{"categories":1205},[],{"categories":1207},[124],{"categories":1209},[186],{"categories":1211},[204],{"categories":1213},[235],{"categories":1215},[178],{"categories":1217},[124],{"categories":1219},[],{"categories":1221},[186],{"categories":1223},[186],{"categories":1225},[],{"categories":1227},[178],{"categories":1229},[124],{"categories":1231},[178],{"categories":1233},[178],{"categories":1235},[],{"categories":1237},[],{"categories":1239},[186],{"categories":1241},[186],{"categories":1243},[124],{"categories":1245},[124],{"categories":1247},[204],{"categories":1249},[228],{"categories":1251},[189],{"categories":1253},[204],{"categories":1255},[225],{"categories":1257},[],{"categories":1259},[204],{"categories":1261},[],{"categories":1263},[],{"categories":1265},[],{"categories":1267},[],{"categories":1269},[235],{"categories":1271},[228],{"categories":1273},[],{"categories":1275},[124],{"categories":1277},[124],{"categories":1279},[228],{"categories":1281},[235],{"categories":1283},[],{"categories":1285},[],{"categories":1287},[186],{"categories":1289},[204],{"categories":1291},[204],{"categories":1293},[186],{"categories":1295},[178],{"categories":1297},[124,497],{"categories":1299},[],{"categories":1301},[225],{"categories":1303},[178],{"categories":1305},[186],{"categories":1307},[225],{"categories":1309},[],{"categories":1311},[186],{"categories":1313},[186],{"categories":1315},[124],{"categories":1317},[242],{"categories":1319},[235],{"categories":1321},[225],{"categories":1323},[],{"categories":1325},[186],{"categories":1327},[124],{"categories":1329},[186],{"categories":1331},[186],{"categories":1333},[186],{"categories":1335},[242],{"categories":1337},[186],{"categories":1339},[124],{"categories":1341},[],{"categories":1343},[242],{"categories":1345},[204],{"categories":1347},[186],{"categories":1349},[],{"categories":1351},[],{"categories":1353},[124],{"categories":1355},[186],{"categories":1357},[204],{"categories":1359},[186],{"categories":1361},[],{"categories":1363},[],{"categories":1365},[],{"categories":1367},[186],{"categories":1369},[],{"categories":1371},[],{"categories":1373},[228],{"categories":1375},[124],{"categories":1377},[228],{"categories":1379},[204],{"categories":1381},[124],{"categories":1383},[124],{"categories":1385},[186],{"categories":1387},[124],{"categories":1389},[],{"categories":1391},[],{"categories":1393},[497],{"categories":1395},[],{"categories":1397},[],{"categories":1399},[178],{"categories":1401},[],{"categories":1403},[],{"categories":1405},[],{"categories":1407},[],{"categories":1409},[235],{"categories":1411},[204],{"categories":1413},[242],{"categories":1415},[181],{"categories":1417},[124],{"categories":1419},[124],{"categories":1421},[181],{"categories":1423},[],{"categories":1425},[225],{"categories":1427},[186],{"categories":1429},[181],{"categories":1431},[124],{"categories":1433},[124],{"categories":1435},[178],{"categories":1437},[],{"categories":1439},[178],{"categories":1441},[124],{"categories":1443},[242],{"categories":1445},[186],{"categories":1447},[204],{"categories":1449},[181],{"categories":1451},[124],{"categories":1453},[186],{"categories":1455},[],{"categories":1457},[124],{"categories":1459},[178],{"categories":1461},[124],{"categories":1463},[],{"categories":1465},[204],{"categories":1467},[124],{"categories":1469},[],{"categories":1471},[181],{"categories":1473},[124],{"categories":1475},[],{"categories":1477},[],{"categories":1479},[],{"categories":1481},[124],{"categories":1483},[],{"categories":1485},[497],{"categories":1487},[124],{"categories":1489},[],{"categories":1491},[124],{"categories":1493},[124],{"categories":1495},[124],{"categories":1497},[124,497],{"categories":1499},[124],{"categories":1501},[124],{"categories":1503},[225],{"categories":1505},[186],{"categories":1507},[],{"categories":1509},[186],{"categories":1511},[124],{"categories":1513},[124],{"categories":1515},[124],{"categories":1517},[178],{"categories":1519},[178],{"categories":1521},[235],{"categories":1523},[225],{"categories":1525},[186],{"categories":1527},[],{"categories":1529},[124],{"categories":1531},[204],{"categories":1533},[124],{"categories":1535},[181],{"categories":1537},[],{"categories":1539},[497],{"categories":1541},[225],{"categories":1543},[225],{"categories":1545},[186],{"categories":1547},[204],{"categories":1549},[186],{"categories":1551},[124],{"categories":1553},[],{"categories":1555},[124],{"categories":1557},[],{"categories":1559},[],{"categories":1561},[124],{"categories":1563},[124],{"categories":1565},[124],{"categories":1567},[186],{"categories":1569},[124],{"categories":1571},[],{"categories":1573},[228],{"categories":1575},[186],{"categories":1577},[],{"categories":1579},[124],{"categories":1581},[204],{"categories":1583},[],{"categories":1585},[225],{"categories":1587},[497],{"categories":1589},[204],{"categories":1591},[235],{"categories":1593},[235],{"categories":1595},[204],{"categories":1597},[204],{"categories":1599},[497],{"categories":1601},[],{"categories":1603},[204],{"categories":1605},[124],{"categories":1607},[178],{"categories":1609},[204],{"categories":1611},[],{"categories":1613},[228],{"categories":1615},[204],{"categories":1617},[235],{"categories":1619},[204],{"categories":1621},[497],{"categories":1623},[124],{"categories":1625},[124],{"categories":1627},[],{"categories":1629},[181],{"categories":1631},[],{"categories":1633},[],{"categories":1635},[124],{"categories":1637},[124],{"categories":1639},[124],{"categories":1641},[124],{"categories":1643},[],{"categories":1645},[228],{"categories":1647},[178],{"categories":1649},[],{"categories":1651},[124],{"categories":1653},[124],{"categories":1655},[497],{"categories":1657},[497],{"categories":1659},[],{"categories":1661},[186],{"categories":1663},[204],{"categories":1665},[204],{"categories":1667},[124],{"categories":1669},[186],{"categories":1671},[],{"categories":1673},[225],{"categories":1675},[124],{"categories":1677},[124],{"categories":1679},[],{"categories":1681},[],{"categories":1683},[497],{"categories":1685},[124],{"categories":1687},[235],{"categories":1689},[181],{"categories":1691},[124],{"categories":1693},[],{"categories":1695},[186],{"categories":1697},[178],{"categories":1699},[178],{"categories":1701},[],{"categories":1703},[124],{"categories":1705},[225],{"categories":1707},[186],{"categories":1709},[],{"categories":1711},[124],{"categories":1713},[124],{"categories":1715},[186],{"categories":1717},[],{"categories":1719},[186],{"categories":1721},[235],{"categories":1723},[],{"categories":1725},[124],{"categories":1727},[],{"categories":1729},[124],{"categories":1731},[],{"categories":1733},[124],{"categories":1735},[124],{"categories":1737},[],{"categories":1739},[124],{"categories":1741},[204],{"categories":1743},[124],{"categories":1745},[124],{"categories":1747},[178],{"categories":1749},[124],{"categories":1751},[204],{"categories":1753},[186],{"categories":1755},[],{"categories":1757},[124],{"categories":1759},[242],{"categories":1761},[],{"categories":1763},[],{"categories":1765},[],{"categories":1767},[178],{"categories":1769},[204],{"categories":1771},[186],{"categories":1773},[124],{"categories":1775},[225],{"categories":1777},[186],{"categories":1779},[],{"categories":1781},[186],{"categories":1783},[],{"categories":1785},[124],{"categories":1787},[186],{"categories":1789},[124],{"categories":1791},[],{"categories":1793},[124],{"categories":1795},[124],{"categories":1797},[204],{"categories":1799},[225],{"categories":1801},[186],{"categories":1803},[225],{"categories":1805},[181],{"categories":1807},[],{"categories":1809},[],{"categories":1811},[124],{"categories":1813},[178],{"categories":1815},[204],{"categories":1817},[],{"categories":1819},[],{"categories":1821},[235],{"categories":1823},[225],{"categories":1825},[],{"categories":1827},[124],{"categories":1829},[],{"categories":1831},[242],{"categories":1833},[124],{"categories":1835},[497],{"categories":1837},[235],{"categories":1839},[],{"categories":1841},[186],{"categories":1843},[124],{"categories":1845},[186],{"categories":1847},[186],{"categories":1849},[124],{"categories":1851},[],{"categories":1853},[178],{"categories":1855},[124],{"categories":1857},[181],{"categories":1859},[235],{"categories":1861},[225],{"categories":1863},[],{"categories":1865},[],{"categories":1867},[],{"categories":1869},[186],{"categories":1871},[225],{"categories":1873},[204],{"categories":1875},[124],{"categories":1877},[204],{"categories":1879},[225],{"categories":1881},[],{"categories":1883},[225],{"categories":1885},[204],{"categories":1887},[181],{"categories":1889},[124],{"categories":1891},[204],{"categories":1893},[242],{"categories":1895},[],{"categories":1897},[],{"categories":1899},[228],{"categories":1901},[124,235],{"categories":1903},[204],{"categories":1905},[124],{"categories":1907},[186],{"categories":1909},[186],{"categories":1911},[124],{"categories":1913},[],{"categories":1915},[235],{"categories":1917},[124],{"categories":1919},[228],{"categories":1921},[186],{"categories":1923},[242],{"categories":1925},[497],{"categories":1927},[],{"categories":1929},[178],{"categories":1931},[186],{"categories":1933},[186],{"categories":1935},[235],{"categories":1937},[124],{"categories":1939},[124],{"categories":1941},[],{"categories":1943},[],{"categories":1945},[],{"categories":1947},[497],{"categories":1949},[204],{"categories":1951},[124],{"categories":1953},[124],{"categories":1955},[124],{"categories":1957},[],{"categories":1959},[228],{"categories":1961},[181],{"categories":1963},[],{"categories":1965},[186],{"categories":1967},[497],{"categories":1969},[],{"categories":1971},[225],{"categories":1973},[225],{"categories":1975},[],{"categories":1977},[235],{"categories":1979},[225],{"categories":1981},[124],{"categories":1983},[],{"categories":1985},[204],{"categories":1987},[124],{"categories":1989},[225],{"categories":1991},[186],{"categories":1993},[204],{"categories":1995},[],{"categories":1997},[186],{"categories":1999},[225],{"categories":2001},[124],{"categories":2003},[],{"categories":2005},[124],{"categories":2007},[124],{"categories":2009},[497],{"categories":2011},[204],{"categories":2013},[228],{"categories":2015},[228],{"categories":2017},[],{"categories":2019},[],{"categories":2021},[],{"categories":2023},[186],{"categories":2025},[235],{"categories":2027},[235],{"categories":2029},[],{"categories":2031},[],{"categories":2033},[124],{"categories":2035},[],{"categories":2037},[186],{"categories":2039},[124],{"categories":2041},[],{"categories":2043},[124],{"categories":2045},[181],{"categories":2047},[124],{"categories":2049},[242],{"categories":2051},[186],{"categories":2053},[124],{"categories":2055},[235],{"categories":2057},[204],{"categories":2059},[186],{"categories":2061},[],{"categories":2063},[204],{"categories":2065},[186],{"categories":2067},[186],{"categories":2069},[],{"categories":2071},[181],{"categories":2073},[186],{"categories":2075},[],{"categories":2077},[124],{"categories":2079},[178],{"categories":2081},[204],{"categories":2083},[497],{"categories":2085},[186],{"categories":2087},[186],{"categories":2089},[178],{"categories":2091},[124],{"categories":2093},[],{"categories":2095},[],{"categories":2097},[225],{"categories":2099},[124,181],{"categories":2101},[],{"categories":2103},[178],{"categories":2105},[228],{"categories":2107},[124],{"categories":2109},[235],{"categories":2111},[124],{"categories":2113},[186],{"categories":2115},[124],{"categories":2117},[124],{"categories":2119},[204],{"categories":2121},[186],{"categories":2123},[],{"categories":2125},[],{"categories":2127},[186],{"categories":2129},[124],{"categories":2131},[497],{"categories":2133},[],{"categories":2135},[124],{"categories":2137},[186],{"categories":2139},[],{"categories":2141},[124],{"categories":2143},[242],{"categories":2145},[228],{"categories":2147},[186],{"categories":2149},[124],{"categories":2151},[497],{"categories":2153},[],{"categories":2155},[124],{"categories":2157},[242],{"categories":2159},[225],{"categories":2161},[124],{"categories":2163},[],{"categories":2165},[242],{"categories":2167},[204],{"categories":2169},[124],{"categories":2171},[124],{"categories":2173},[178],{"categories":2175},[],{"categories":2177},[],{"categories":2179},[225],{"categories":2181},[124],{"categories":2183},[228],{"categories":2185},[242],{"categories":2187},[242],{"categories":2189},[204],{"categories":2191},[],{"categories":2193},[],{"categories":2195},[124],{"categories":2197},[],{"categories":2199},[124,235],{"categories":2201},[204],{"categories":2203},[186],{"categories":2205},[235],{"categories":2207},[124],{"categories":2209},[178],{"categories":2211},[],{"categories":2213},[],{"categories":2215},[178],{"categories":2217},[242],{"categories":2219},[124],{"categories":2221},[],{"categories":2223},[225,124],{"categories":2225},[497],{"categories":2227},[178],{"categories":2229},[],{"categories":2231},[181],{"categories":2233},[181],{"categories":2235},[124],{"categories":2237},[235],{"categories":2239},[186],{"categories":2241},[204],{"categories":2243},[242],{"categories":2245},[225],{"categories":2247},[124],{"categories":2249},[124],{"categories":2251},[124],{"categories":2253},[178],{"categories":2255},[124],{"categories":2257},[186],{"categories":2259},[204],{"categories":2261},[],{"categories":2263},[],{"categories":2265},[228],{"categories":2267},[235],{"categories":2269},[124],{"categories":2271},[225],{"categories":2273},[228],{"categories":2275},[124],{"categories":2277},[124],{"categories":2279},[186],{"categories":2281},[186],{"categories":2283},[124,181],{"categories":2285},[],{"categories":2287},[225],{"categories":2289},[],{"categories":2291},[124],{"categories":2293},[204],{"categories":2295},[178],{"categories":2297},[178],{"categories":2299},[186],{"categories":2301},[124],{"categories":2303},[181],{"categories":2305},[235],{"categories":2307},[242],{"categories":2309},[],{"categories":2311},[204],{"categories":2313},[124],{"categories":2315},[124],{"categories":2317},[204],{"categories":2319},[235],{"categories":2321},[124],{"categories":2323},[186],{"categories":2325},[204],{"categories":2327},[124],{"categories":2329},[225],{"categories":2331},[124],{"categories":2333},[124],{"categories":2335},[497],{"categories":2337},[189],{"categories":2339},[186],{"categories":2341},[124],{"categories":2343},[204],{"categories":2345},[186],{"categories":2347},[242],{"categories":2349},[124],{"categories":2351},[],{"categories":2353},[124],{"categories":2355},[],{"categories":2357},[],{"categories":2359},[],{"categories":2361},[181],{"categories":2363},[124],{"categories":2365},[186],{"categories":2367},[204],{"categories":2369},[204],{"categories":2371},[204],{"categories":2373},[204],{"categories":2375},[],{"categories":2377},[178],{"categories":2379},[186],{"categories":2381},[204],{"categories":2383},[178],{"categories":2385},[186],{"categories":2387},[124],{"categories":2389},[124,186],{"categories":2391},[186],{"categories":2393},[497],{"categories":2395},[204],{"categories":2397},[204],{"categories":2399},[186],{"categories":2401},[124],{"categories":2403},[],{"categories":2405},[204],{"categories":2407},[242],{"categories":2409},[178],{"categories":2411},[124],{"categories":2413},[124],{"categories":2415},[],{"categories":2417},[235],{"categories":2419},[],{"categories":2421},[178],{"categories":2423},[186],{"categories":2425},[204],{"categories":2427},[124],{"categories":2429},[204],{"categories":2431},[178],{"categories":2433},[204],{"categories":2435},[204],{"categories":2437},[],{"categories":2439},[181],{"categories":2441},[186],{"categories":2443},[204],{"categories":2445},[204],{"categories":2447},[204],{"categories":2449},[204],{"categories":2451},[204],{"categories":2453},[204],{"categories":2455},[204],{"categories":2457},[204],{"categories":2459},[204],{"categories":2461},[204],{"categories":2463},[228],{"categories":2465},[178],{"categories":2467},[124],{"categories":2469},[124],{"categories":2471},[],{"categories":2473},[124,178],{"categories":2475},[],{"categories":2477},[186],{"categories":2479},[204],{"categories":2481},[186],{"categories":2483},[124],{"categories":2485},[124],{"categories":2487},[124],{"categories":2489},[124],{"categories":2491},[124],{"categories":2493},[186],{"categories":2495},[181],{"categories":2497},[225],{"categories":2499},[204],{"categories":2501},[124],{"categories":2503},[],{"categories":2505},[],{"categories":2507},[186],{"categories":2509},[225],{"categories":2511},[124],{"categories":2513},[],{"categories":2515},[],{"categories":2517},[242],{"categories":2519},[124],{"categories":2521},[],{"categories":2523},[],{"categories":2525},[178],{"categories":2527},[181],{"categories":2529},[124],{"categories":2531},[181],{"categories":2533},[225],{"categories":2535},[],{"categories":2537},[204],{"categories":2539},[],{"categories":2541},[225],{"categories":2543},[124],{"categories":2545},[242],{"categories":2547},[],{"categories":2549},[242],{"categories":2551},[],{"categories":2553},[],{"categories":2555},[186],{"categories":2557},[],{"categories":2559},[181],{"categories":2561},[178],{"categories":2563},[225],{"categories":2565},[235],{"categories":2567},[],{"categories":2569},[],{"categories":2571},[124],{"categories":2573},[178],{"categories":2575},[242],{"categories":2577},[],{"categories":2579},[186],{"categories":2581},[186],{"categories":2583},[204],{"categories":2585},[124],{"categories":2587},[186],{"categories":2589},[124],{"categories":2591},[186],{"categories":2593},[124],{"categories":2595},[189],{"categories":2597},[204],{"categories":2599},[],{"categories":2601},[242],{"categories":2603},[235],{"categories":2605},[186],{"categories":2607},[],{"categories":2609},[124],{"categories":2611},[186],{"categories":2613},[181],{"categories":2615},[178],{"categories":2617},[124],{"categories":2619},[225],{"categories":2621},[235],{"categories":2623},[235],{"categories":2625},[124],{"categories":2627},[228],{"categories":2629},[124],{"categories":2631},[186],{"categories":2633},[181],{"categories":2635},[186],{"categories":2637},[124],{"categories":2639},[124],{"categories":2641},[186],{"categories":2643},[204],{"categories":2645},[],{"categories":2647},[178],{"categories":2649},[124],{"categories":2651},[186],{"categories":2653},[124],{"categories":2655},[124],{"categories":2657},[],{"categories":2659},[225],{"categories":2661},[181],{"categories":2663},[204],{"categories":2665},[124],{"categories":2667},[124],{"categories":2669},[225],{"categories":2671},[242],{"categories":2673},[228],{"categories":2675},[124],{"categories":2677},[204],{"categories":2679},[124],{"categories":2681},[186],{"categories":2683},[497],{"categories":2685},[124],{"categories":2687},[186],{"categories":2689},[228],{"categories":2691},[],{"categories":2693},[186],{"categories":2695},[235],{"categories":2697},[225],{"categories":2699},[124],{"categories":2701},[178],{"categories":2703},[181],{"categories":2705},[235],{"categories":2707},[],{"categories":2709},[186],{"categories":2711},[124],{"categories":2713},[],{"categories":2715},[204],{"categories":2717},[],{"categories":2719},[204],{"categories":2721},[124],{"categories":2723},[186],{"categories":2725},[186],{"categories":2727},[186],{"categories":2729},[],{"categories":2731},[],{"categories":2733},[124],{"categories":2735},[124],{"categories":2737},[],{"categories":2739},[225],{"categories":2741},[186],{"categories":2743},[242],{"categories":2745},[178],{"categories":2747},[],{"categories":2749},[],{"categories":2751},[204],{"categories":2753},[235],{"categories":2755},[124],{"categories":2757},[124],{"categories":2759},[124],{"categories":2761},[235],{"categories":2763},[204],{"categories":2765},[225],{"categories":2767},[124],{"categories":2769},[124],{"categories":2771},[124],{"categories":2773},[204],{"categories":2775},[124],{"categories":2777},[204],{"categories":2779},[186],{"categories":2781},[186],{"categories":2783},[235],{"categories":2785},[186],{"categories":2787},[124],{"categories":2789},[235],{"categories":2791},[225],{"categories":2793},[],{"categories":2795},[186],{"categories":2797},[],{"categories":2799},[],{"categories":2801},[181],{"categories":2803},[124],{"categories":2805},[186],{"categories":2807},[178],{"categories":2809},[186],{"categories":2811},[242],{"categories":2813},[],{"categories":2815},[186],{"categories":2817},[],{"categories":2819},[178],{"categories":2821},[186],{"categories":2823},[],{"categories":2825},[186],{"categories":2827},[124],{"categories":2829},[204],{"categories":2831},[124],{"categories":2833},[186],{"categories":2835},[204],{"categories":2837},[186],{"categories":2839},[235],{"categories":2841},[225],{"categories":2843},[178],{"categories":2845},[],{"categories":2847},[186],{"categories":2849},[225],{"categories":2851},[204],{"categories":2853},[124],{"categories":2855},[225],{"categories":2857},[178],{"categories":2859},[],{"categories":2861},[186],{"categories":2863},[186],{"categories":2865},[124],{"categories":2867},[],{"categories":2869},[186],{"categories":2871},[189],{"categories":2873},[204],{"categories":2875},[186],{"categories":2877},[181],{"categories":2879},[],{"categories":2881},[124],{"categories":2883},[189],{"categories":2885},[124],{"categories":2887},[186],{"categories":2889},[204],{"categories":2891},[178],{"categories":2893},[497],{"categories":2895},[124],{"categories":2897},[124],{"categories":2899},[124],{"categories":2901},[204],{"categories":2903},[181],{"categories":2905},[124],{"categories":2907},[225],{"categories":2909},[204],{"categories":2911},[497],{"categories":2913},[124],{"categories":2915},[],{"categories":2917},[],{"categories":2919},[497],{"categories":2921},[228],{"categories":2923},[186],{"categories":2925},[186],{"categories":2927},[204],{"categories":2929},[124],{"categories":2931},[178],{"categories":2933},[225],{"categories":2935},[186],{"categories":2937},[124],{"categories":2939},[242],{"categories":2941},[124],{"categories":2943},[186],{"categories":2945},[],{"categories":2947},[124],{"categories":2949},[124],{"categories":2951},[204],{"categories":2953},[178],{"categories":2955},[],{"categories":2957},[124],{"categories":2959},[124],{"categories":2961},[235],{"categories":2963},[225],{"categories":2965},[124,186],{"categories":2967},[242,181],{"categories":2969},[124],{"categories":2971},[],{"categories":2973},[186],{"categories":2975},[],{"categories":2977},[235],{"categories":2979},[124],{"categories":2981},[204],{"categories":2983},[],{"categories":2985},[186],{"categories":2987},[],{"categories":2989},[186],{"categories":2991},[178],{"categories":2993},[186],{"categories":2995},[124],{"categories":2997},[497],{"categories":2999},[242],{"categories":3001},[181],{"categories":3003},[181],{"categories":3005},[178],{"categories":3007},[178],{"categories":3009},[124],{"categories":3011},[186],{"categories":3013},[124],{"categories":3015},[124],{"categories":3017},[178],{"categories":3019},[124],{"categories":3021},[242],{"categories":3023},[204],{"categories":3025},[124],{"categories":3027},[186],{"categories":3029},[124],{"categories":3031},[],{"categories":3033},[235],{"categories":3035},[],{"categories":3037},[186],{"categories":3039},[178],{"categories":3041},[],{"categories":3043},[497],{"categories":3045},[124],{"categories":3047},[],{"categories":3049},[204],{"categories":3051},[186],{"categories":3053},[235],{"categories":3055},[124],{"categories":3057},[186],{"categories":3059},[235],{"categories":3061},[186],{"categories":3063},[204],{"categories":3065},[178],{"categories":3067},[204],{"categories":3069},[235],{"categories":3071},[124],{"categories":3073},[225],{"categories":3075},[124],{"categories":3077},[124],{"categories":3079},[124],{"categories":3081},[124],{"categories":3083},[186],{"categories":3085},[124],{"categories":3087},[186],{"categories":3089},[124],{"categories":3091},[178],{"categories":3093},[124],{"categories":3095},[186],{"categories":3097},[225],{"categories":3099},[178],{"categories":3101},[186],{"categories":3103},[225],{"categories":3105},[],{"categories":3107},[124],{"categories":3109},[124],{"categories":3111},[235],{"categories":3113},[],{"categories":3115},[186],{"categories":3117},[242],{"categories":3119},[124],{"categories":3121},[204],{"categories":3123},[242],{"categories":3125},[186],{"categories":3127},[181],{"categories":3129},[181],{"categories":3131},[124],{"categories":3133},[178],{"categories":3135},[],{"categories":3137},[124],{"categories":3139},[],{"categories":3141},[178],{"categories":3143},[124],{"categories":3145},[186],{"categories":3147},[186],{"categories":3149},[],{"categories":3151},[235],{"categories":3153},[235],{"categories":3155},[242],{"categories":3157},[225],{"categories":3159},[],{"categories":3161},[124],{"categories":3163},[178],{"categories":3165},[124],{"categories":3167},[235],{"categories":3169},[178],{"categories":3171},[204],{"categories":3173},[204],{"categories":3175},[],{"categories":3177},[204],{"categories":3179},[186],{"categories":3181},[225],{"categories":3183},[228],{"categories":3185},[124],{"categories":3187},[],{"categories":3189},[204],{"categories":3191},[235],{"categories":3193},[181],{"categories":3195},[124],{"categories":3197},[178],{"categories":3199},[497],{"categories":3201},[178],{"categories":3203},[],{"categories":3205},[],{"categories":3207},[204],{"categories":3209},[],{"categories":3211},[186],{"categories":3213},[186],{"categories":3215},[186],{"categories":3217},[],{"categories":3219},[124],{"categories":3221},[],{"categories":3223},[204],{"categories":3225},[178],{"categories":3227},[225],{"categories":3229},[124],{"categories":3231},[204],{"categories":3233},[204],{"categories":3235},[],{"categories":3237},[204],{"categories":3239},[178],{"categories":3241},[124],{"categories":3243},[],{"categories":3245},[186],{"categories":3247},[186],{"categories":3249},[178],{"categories":3251},[],{"categories":3253},[],{"categories":3255},[],{"categories":3257},[225],{"categories":3259},[186],{"categories":3261},[124],{"categories":3263},[],{"categories":3265},[],{"categories":3267},[],{"categories":3269},[225],{"categories":3271},[],{"categories":3273},[178],{"categories":3275},[],{"categories":3277},[],{"categories":3279},[225],{"categories":3281},[124],{"categories":3283},[204],{"categories":3285},[],{"categories":3287},[242],{"categories":3289},[204],{"categories":3291},[242],{"categories":3293},[124],{"categories":3295},[],{"categories":3297},[],{"categories":3299},[186],{"categories":3301},[],{"categories":3303},[],{"categories":3305},[186],{"categories":3307},[124],{"categories":3309},[],{"categories":3311},[186],{"categories":3313},[204],{"categories":3315},[242],{"categories":3317},[228],{"categories":3319},[186],{"categories":3321},[186],{"categories":3323},[],{"categories":3325},[],{"categories":3327},[],{"categories":3329},[204],{"categories":3331},[],{"categories":3333},[],{"categories":3335},[225],{"categories":3337},[178],{"categories":3339},[],{"categories":3341},[181],{"categories":3343},[242],{"categories":3345},[124],{"categories":3347},[235],{"categories":3349},[178],{"categories":3351},[228],{"categories":3353},[181],{"categories":3355},[235],{"categories":3357},[],{"categories":3359},[],{"categories":3361},[186],{"categories":3363},[178],{"categories":3365},[225],{"categories":3367},[178],{"categories":3369},[186],{"categories":3371},[497],{"categories":3373},[186],{"categories":3375},[],{"categories":3377},[124],{"categories":3379},[204],{"categories":3381},[235],{"categories":3383},[],{"categories":3385},[225],{"categories":3387},[204],{"categories":3389},[178],{"categories":3391},[186],{"categories":3393},[124],{"categories":3395},[181],{"categories":3397},[186,497],{"categories":3399},[186],{"categories":3401},[235],{"categories":3403},[124],{"categories":3405},[228],{"categories":3407},[242],{"categories":3409},[186],{"categories":3411},[],{"categories":3413},[186],{"categories":3415},[124],{"categories":3417},[181],{"categories":3419},[],{"categories":3421},[],{"categories":3423},[124],{"categories":3425},[228],{"categories":3427},[124],{"categories":3429},[],{"categories":3431},[204],{"categories":3433},[],{"categories":3435},[204],{"categories":3437},[235],{"categories":3439},[186],{"categories":3441},[124],{"categories":3443},[242],{"categories":3445},[235],{"categories":3447},[],{"categories":3449},[204],{"categories":3451},[124],{"categories":3453},[],{"categories":3455},[124],{"categories":3457},[186],{"categories":3459},[124],{"categories":3461},[186],{"categories":3463},[124],{"categories":3465},[124],{"categories":3467},[124],{"categories":3469},[124],{"categories":3471},[181],{"categories":3473},[],{"categories":3475},[189],{"categories":3477},[204],{"categories":3479},[124],{"categories":3481},[],{"categories":3483},[235],{"categories":3485},[124],{"categories":3487},[124],{"categories":3489},[186],{"categories":3491},[204],{"categories":3493},[124],{"categories":3495},[124],{"categories":3497},[181],{"categories":3499},[186],{"categories":3501},[225],{"categories":3503},[],{"categories":3505},[228],{"categories":3507},[124],{"categories":3509},[],{"categories":3511},[204],{"categories":3513},[242],{"categories":3515},[],{"categories":3517},[],{"categories":3519},[204],{"categories":3521},[204],{"categories":3523},[242],{"categories":3525},[178],{"categories":3527},[186],{"categories":3529},[186],{"categories":3531},[124],{"categories":3533},[181],{"categories":3535},[],{"categories":3537},[],{"categories":3539},[204],{"categories":3541},[228],{"categories":3543},[235],{"categories":3545},[186],{"categories":3547},[225],{"categories":3549},[228],{"categories":3551},[228],{"categories":3553},[],{"categories":3555},[204],{"categories":3557},[124],{"categories":3559},[124],{"categories":3561},[235],{"categories":3563},[],{"categories":3565},[204],{"categories":3567},[204],{"categories":3569},[204],{"categories":3571},[],{"categories":3573},[186],{"categories":3575},[124],{"categories":3577},[],{"categories":3579},[178],{"categories":3581},[181],{"categories":3583},[],{"categories":3585},[124],{"categories":3587},[124],{"categories":3589},[],{"categories":3591},[235],{"categories":3593},[],{"categories":3595},[],{"categories":3597},[],{"categories":3599},[],{"categories":3601},[124],{"categories":3603},[204],{"categories":3605},[],{"categories":3607},[],{"categories":3609},[124],{"categories":3611},[124],{"categories":3613},[124],{"categories":3615},[228],{"categories":3617},[124],{"categories":3619},[228],{"categories":3621},[],{"categories":3623},[228],{"categories":3625},[228],{"categories":3627},[497],{"categories":3629},[186],{"categories":3631},[235],{"categories":3633},[],{"categories":3635},[],{"categories":3637},[228],{"categories":3639},[235],{"categories":3641},[235],{"categories":3643},[235],{"categories":3645},[],{"categories":3647},[178],{"categories":3649},[235],{"categories":3651},[235],{"categories":3653},[178],{"categories":3655},[235],{"categories":3657},[181],{"categories":3659},[235],{"categories":3661},[235],{"categories":3663},[235],{"categories":3665},[228],{"categories":3667},[204],{"categories":3669},[204],{"categories":3671},[124],{"categories":3673},[235],{"categories":3675},[228],{"categories":3677},[497],{"categories":3679},[228],{"categories":3681},[228],{"categories":3683},[228],{"categories":3685},[],{"categories":3687},[181],{"categories":3689},[],{"categories":3691},[497],{"categories":3693},[235],{"categories":3695},[235],{"categories":3697},[235],{"categories":3699},[186],{"categories":3701},[204,181],{"categories":3703},[228],{"categories":3705},[],{"categories":3707},[],{"categories":3709},[228],{"categories":3711},[],{"categories":3713},[228],{"categories":3715},[204],{"categories":3717},[186],{"categories":3719},[],{"categories":3721},[235],{"categories":3723},[124],{"categories":3725},[225],{"categories":3727},[],{"categories":3729},[124],{"categories":3731},[],{"categories":3733},[204],{"categories":3735},[178],{"categories":3737},[228],{"categories":3739},[],{"categories":3741},[235],{"categories":3743},[204],[3745,4297,4367,4468],{"id":3746,"title":3747,"ai":3748,"body":3753,"categories":4269,"created_at":125,"date_modified":125,"description":115,"extension":126,"faq":125,"featured":127,"kicker_label":125,"meta":4270,"navigation":156,"path":4281,"published_at":4282,"question":125,"scraped_at":4283,"seo":4284,"sitemap":4285,"source_id":4286,"source_name":4287,"source_type":4288,"source_url":4289,"stem":4290,"tags":4291,"thumbnail_url":4292,"tldr":4293,"tweet":4294,"unknown_tags":4295,"__hash__":4296},"summaries\u002Fsummaries\u002F05800069e15ecf07-agentic-search-powers-80-of-llm-context-engineerin-summary.md","Agentic Search Powers 80% of LLM Context Engineering",{"provider":7,"model":8,"input_tokens":3749,"output_tokens":3750,"processing_time_ms":3751,"cost_usd":3752},8105,2819,34902,0.00273965,{"type":14,"value":3754,"toc":4261},[3755,3759,3771,3786,3794,3798,3801,3822,3831,3834,3896,3899,3902,3906,3909,3938,3941,3944,3947,3951,3958,3975,4186,4189,4192,4196,4214,4220,4223,4225,4257],[17,3756,3758],{"id":3757},"context-engineering-demystified-agentic-search-at-the-core","Context Engineering Demystified: Agentic Search at the Core",[22,3760,3761,3762,3766,3767,3770],{},"Context engineering selects what enters an LLM's context window from diverse sources like local files, databases, web, working memory, agent skills, and long-term memory. Leonie argues it's 80% agentic search—the mechanisms deciding ",[3763,3764,3765],"em",{},"what"," and ",[3763,3768,3769],{},"how"," to retrieve—over model choice. Early RAG used fixed vector search on user queries, retrieving irrelevant chunks or missing multi-hop needs. Agentic RAG introduces tools letting agents decide: retrieve? Rewrite query? Multi-round? This evolves retrieval from rigid pipelines to dynamic decisions.",[22,3772,3773,3774,3778,3779,3778,3782,3785],{},"Key principle: No single tool suffices. Native tools handle sources (e.g., file search for codebases, SQL\u002FESQL for DBs, web scrapers), but shell tools (LangChain's shell, Anthropic's bash, OpenAI's exec) add versatility via CLI commands like ",[3775,3776,3777],"code",{},"ls",", ",[3775,3780,3781],{},"grep",[3775,3783,3784],{},"curl",". Combine them: Vector for semantics, keyword for exact matches, general-purpose for complex filters. Trade-off: Shell is flexible but risky (security, errors); specialized tools are reliable but narrow.",[22,3787,3788,3789,3793],{},"\"Context engineering is about 80% agentic search because it's this little box right here ",[3790,3791,3792],"span",{},"arrow from sources to window",".\"",[17,3795,3797],{"id":3796},"building-reliable-search-tools-descriptions-and-parameters","Building Reliable Search Tools: Descriptions and Parameters",[22,3799,3800],{},"Effective tools start with precise descriptions. Poor ones: One-sentence generics (\"Search the database\"). Good ones specify:",[84,3802,3803,3810,3816],{},[87,3804,3805,3809],{},[3806,3807,3808],"strong",{},"Core purpose",": What it does.",[87,3811,3812,3815],{},[3806,3813,3814],{},"Triggers",": When to use (e.g., \"For conference sessions on AI constraints\"), avoid (e.g., \"Not for web data\").",[87,3817,3818,3821],{},[3806,3819,3820],{},"Relationships",": Sequence (e.g., \"Load ESQL skill first\").",[22,3823,3824,3825,3827,3828,3793],{},"Reinforce in system prompts: \"You are a search agent... decide if retrieval needed. Use ",[3790,3826,131],{}," for ",[3790,3829,3830],{},"condition",[22,3832,3833],{},"Parameter complexity scales failure risk:",[3835,3836,3837,3853],"table",{},[3838,3839,3840],"thead",{},[3841,3842,3843,3847,3850],"tr",{},[3844,3845,3846],"th",{},"Complexity",[3844,3848,3849],{},"Example",[3844,3851,3852],{},"Agent Challenge",[3854,3855,3856,3870,3883],"tbody",{},[3841,3857,3858,3862,3867],{},[3859,3860,3861],"td",{},"Low",[3859,3863,3864],{},[3775,3865,3866],{},"get_customer(id: str)",[3859,3868,3869],{},"Easy ID generation.",[3841,3871,3872,3875,3880],{},[3859,3873,3874],{},"Medium",[3859,3876,3877],{},[3775,3878,3879],{},"semantic_search(query: str, k: int=3, filters: dict)",[3859,3881,3882],{},"Balancing params.",[3841,3884,3885,3888,3893],{},[3859,3886,3887],{},"High",[3859,3889,3890],{},[3775,3891,3892],{},"execute_esql(query: str)",[3859,3894,3895],{},"Full query syntax.",[22,3897,3898],{},"Always add try-except for self-correction: Return errors to agent (e.g., invalid wildcard) instead of crashing. Test tools standalone before agent integration.",[22,3900,3901],{},"\"Tool description is the most important aspect... add trigger conditions, relationships.\"",[17,3903,3905],{"id":3904},"diagnosing-and-fixing-agent-failure-modes","Diagnosing and Fixing Agent Failure Modes",[22,3907,3908],{},"Agents fail in predictable ways—address systematically:",[3910,3911,3912,3918,3924],"ol",{},[87,3913,3914,3917],{},[3806,3915,3916],{},"No tool called",": Relies on parametric knowledge. Fix: Prompt \"Always retrieve for factual queries.\"",[87,3919,3920,3923],{},[3806,3921,3922],{},"Wrong tool",": Picks web over DB. Fix: Detailed descriptions + system prompt prioritization.",[87,3925,3926,3929,3930,3933,3934,3937],{},[3806,3927,3928],{},"Wrong parameters",": E.g., SQL ",[3775,3931,3932],{},"%"," wildcard vs. ",[3775,3935,3936],{},"*"," in ESQL. Fix: Skills for docs.",[22,3939,3940],{},"Quality criteria: Tool returns relevant, non-zero results (zero may signal rewrite). Evaluate: Does output cite retrieved context? Multi-turn coherence?",[22,3942,3943],{},"Common mistake: Over-relying on semantics—fails keywords (\"GPA\" matches \"Gemma\" via tokens). Solution: Hybrid stacks.",[22,3945,3946],{},"\"The most challenging aspect... was getting the agent to not call the web search tool but the database search tool.\"",[17,3948,3950],{"id":3949},"step-by-step-semantic-to-general-purpose-retrieval-with-skills","Step-by-Step: Semantic to General-Purpose Retrieval with Skills",[22,3952,3953,3954,3957],{},"Assumes: Python\u002FLangChain basics, local ElasticSearch cluster, chunked\u002Findexed data (e.g., conference sessions: ",[3775,3955,3956],{},"text"," embedded, metadata filterable).",[22,3959,3960,3963,3964,3778,3967,3970,3971,3974],{},[3806,3961,3962],{},"Prerequisites",": Mid-level (built basic agents); install ",[3775,3965,3966],{},"langchain",[3775,3968,3969],{},"elasticsearch",", embedding model (e.g., ",[3775,3972,3973],{},"gte-large-en-v1.5",").",[3910,3976,3977,4054,4122],{},[87,3978,3979,3982,3983,4043,4046,4047,4049,4050,4053],{},[3806,3980,3981],{},"Vanilla Semantic Tool"," (Brittle baseline):",[3984,3985,3989],"pre",{"className":3986,"code":3987,"language":3988,"meta":115,"style":115},"language-python shiki shiki-themes github-light github-dark","from langchain_community.vectorstores import ElasticVectorSearch\nfrom langchain.tools import tool\nembeddings = HuggingFaceEmbeddings(model_name=\"thenlper\u002Fgte-large\")\nvectorstore = ElasticVectorSearch(elasticsearch_url, index_name, embeddings)\n@tool\ndef semantic_search(query: str) -> str:\n    \"\"\"Search conference sessions semantically.\"\"\"\n    docs = vectorstore.similarity_search(query, k=3)\n    return \"\\n\".join([doc.page_content for doc in docs])\n","python",[3775,3990,3991,3998,4003,4009,4014,4019,4025,4031,4037],{"__ignoreMap":115},[3790,3992,3995],{"class":3993,"line":3994},"line",1,[3790,3996,3997],{},"from langchain_community.vectorstores import ElasticVectorSearch\n",[3790,3999,4000],{"class":3993,"line":116},[3790,4001,4002],{},"from langchain.tools import tool\n",[3790,4004,4006],{"class":3993,"line":4005},3,[3790,4007,4008],{},"embeddings = HuggingFaceEmbeddings(model_name=\"thenlper\u002Fgte-large\")\n",[3790,4010,4011],{"class":3993,"line":153},[3790,4012,4013],{},"vectorstore = ElasticVectorSearch(elasticsearch_url, index_name, embeddings)\n",[3790,4015,4016],{"class":3993,"line":152},[3790,4017,4018],{},"@tool\n",[3790,4020,4022],{"class":3993,"line":4021},6,[3790,4023,4024],{},"def semantic_search(query: str) -> str:\n",[3790,4026,4028],{"class":3993,"line":4027},7,[3790,4029,4030],{},"    \"\"\"Search conference sessions semantically.\"\"\"\n",[3790,4032,4034],{"class":3993,"line":4033},8,[3790,4035,4036],{},"    docs = vectorstore.similarity_search(query, k=3)\n",[3790,4038,4040],{"class":3993,"line":4039},9,[3790,4041,4042],{},"    return \"\\n\".join([doc.page_content for doc in docs])\n",[4044,4045],"br",{},"Works: \"Regulatory constraints\" → relevant talks.\nFails: \"GPA\" → Gemma models (semantic drift).",[4044,4048],{},"Agent: ",[3775,4051,4052],{},"create_react_agent(llm, [semantic_search], system_prompt)",".",[87,4055,4056,4059,4060,4115,4117,4118,4121],{},[3806,4057,4058],{},"General-Purpose ESQL Tool"," (More flexible, error-prone):\nSwitch to GPT-4o-mini (nano too weak for query gen).",[3984,4061,4063],{"className":3986,"code":4062,"language":3988,"meta":115,"style":115},"from elasticsearch import Elasticsearch\nclient = Elasticsearch(\"http:\u002F\u002Flocalhost:9200\")\n@tool\ndef execute_esql_query(esql_query: str) -> str:\n    \"\"\"Execute ESQL against conference index. Use ESQL skill first.\"\"\"\n    try:\n        response = client.esql.query(esql={\"query\": esql_query})\n        return json.dumps(response)\n    except Exception as e:\n        return f\"Error: {str(e)}\"\n",[3775,4064,4065,4070,4075,4079,4084,4089,4094,4099,4104,4109],{"__ignoreMap":115},[3790,4066,4067],{"class":3993,"line":3994},[3790,4068,4069],{},"from elasticsearch import Elasticsearch\n",[3790,4071,4072],{"class":3993,"line":116},[3790,4073,4074],{},"client = Elasticsearch(\"http:\u002F\u002Flocalhost:9200\")\n",[3790,4076,4077],{"class":3993,"line":4005},[3790,4078,4018],{},[3790,4080,4081],{"class":3993,"line":153},[3790,4082,4083],{},"def execute_esql_query(esql_query: str) -> str:\n",[3790,4085,4086],{"class":3993,"line":152},[3790,4087,4088],{},"    \"\"\"Execute ESQL against conference index. Use ESQL skill first.\"\"\"\n",[3790,4090,4091],{"class":3993,"line":4021},[3790,4092,4093],{},"    try:\n",[3790,4095,4096],{"class":3993,"line":4027},[3790,4097,4098],{},"        response = client.esql.query(esql={\"query\": esql_query})\n",[3790,4100,4101],{"class":3993,"line":4033},[3790,4102,4103],{},"        return json.dumps(response)\n",[3790,4105,4106],{"class":3993,"line":4039},[3790,4107,4108],{},"    except Exception as e:\n",[3790,4110,4112],{"class":3993,"line":4111},10,[3790,4113,4114],{},"        return f\"Error: {str(e)}\"\n",[4044,4116],{},"Agent generates: ",[3775,4119,4120],{},"from conference_sessions where text like '%GPA%'"," → Error (wrong wildcard). Self-corrects next turn.",[87,4123,4124,4127,4128],{},[3806,4125,4126],{},"Agent Skills for Progressive Disclosure",":",[84,4129,4130,4172,4179],{},[87,4131,4132,4133,4136],{},"Markdown file: ",[3775,4134,4135],{},"skills\u002Fesql.md",[3984,4137,4141],{"className":4138,"code":4139,"language":4140,"meta":115,"style":115},"language-markdown shiki shiki-themes github-light github-dark","---\nname: ESQL Skill\ndescription: Generate ESQL queries.\n---\nStructure: from index | where condition | limit k\nStrings: double quotes. Wildcards: * not %.\n","markdown",[3775,4142,4143,4148,4153,4158,4162,4167],{"__ignoreMap":115},[3790,4144,4145],{"class":3993,"line":3994},[3790,4146,4147],{},"---\n",[3790,4149,4150],{"class":3993,"line":116},[3790,4151,4152],{},"name: ESQL Skill\n",[3790,4154,4155],{"class":3993,"line":4005},[3790,4156,4157],{},"description: Generate ESQL queries.\n",[3790,4159,4160],{"class":3993,"line":153},[3790,4161,4147],{},[3790,4163,4164],{"class":3993,"line":152},[3790,4165,4166],{},"Structure: from index | where condition | limit k\n",[3790,4168,4169],{"class":3993,"line":4021},[3790,4170,4171],{},"Strings: double quotes. Wildcards: * not %.\n",[87,4173,4174,4175,4178],{},"Tools: ",[3775,4176,4177],{},"create_openai_functions_agent"," + skill loader middleware.",[87,4180,4181,4182,4185],{},"Updated prompt\u002Ftool: \"Load ESQL skill before execute_esql_query.\"\nResult: Agent loads skill → ",[3775,4183,4184],{},"from conference_sessions where text like '*GPA*' | limit 3"," → Exact match (Samuel's talk).",[22,4187,4188],{},"Fits in workflow: Post-indexing, pre-agent loop. Practice: Index your data, break semantic tool, iterate fixes.",[22,4190,4191],{},"\"Doing good search is incredibly difficult... curate your own stack.\"",[17,4193,4195],{"id":4194},"shell-tools-filesystem-and-beyond","Shell Tools: Filesystem and Beyond",[22,4197,4198,4199,3778,4201,3778,4203,4206,4207,4210,4211,4053],{},"Shell unlocks local files: ",[3775,4200,3777],{},[3775,4202,3781],{},[3775,4204,4205],{},"cat",". LangChain ",[3775,4208,4209],{},"@tool"," wraps ",[3775,4212,4213],{},"subprocess",[22,4215,4216,4217,4219],{},"Limitations: No built-in semantics; security (sandbox). Extend: Custom CLIs (e.g., DB CLI, ",[3775,4218,3784],{}," for web).",[22,4221,4222],{},"Teaser: File search beats naive recursion for code agents; combine with skills for CLI docs.",[17,4224,82],{"id":81},[84,4226,4227,4230,4233,4236,4239,4242,4245,4248,4251,4254],{},[87,4228,4229],{},"Prioritize agentic search: 80% of context engineering success.",[87,4231,4232],{},"Craft tool descriptions with purpose, triggers, relationships; reinforce in prompts.",[87,4234,4235],{},"Add try-except everywhere—let agents self-correct from errors.",[87,4237,4238],{},"Use skills for complex params (e.g., query langs); progressive disclosure scales docs.",[87,4240,4241],{},"Hybrid tools: Semantic for concepts, keyword\u002FESQL for exact, shell for files\u002Fweb.",[87,4243,4244],{},"Test standalone: Break with keywords\u002Ffilters before agent.",[87,4246,4247],{},"Model matters: Nano for simple, mini+ for query gen.",[87,4249,4250],{},"Zero results? Rewrite, don't answer.",[87,4252,4253],{},"Sequence tools: Skills → General query → Shell fallback.",[87,4255,4256],{},"Build stacks, not silos: Match source to tool.",[4258,4259,4260],"style",{},"html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":115,"searchDepth":116,"depth":116,"links":4262},[4263,4264,4265,4266,4267,4268],{"id":3757,"depth":116,"text":3758},{"id":3796,"depth":116,"text":3797},{"id":3904,"depth":116,"text":3905},{"id":3949,"depth":116,"text":3950},{"id":4194,"depth":116,"text":4195},{"id":81,"depth":116,"text":82},[124],{"content_references":4271,"triage":4279},[4272,4274,4277],{"type":131,"title":4273,"context":134},"LangChain",{"type":131,"title":4275,"author":4276,"context":134},"ElasticSearch","Elastic",{"type":145,"title":4278,"author":4276,"context":134},"ESQL",{"relevance":152,"novelty":153,"quality":153,"actionability":153,"composite":154,"reasoning":4280},"Category: AI & LLMs. The article provides a deep dive into context engineering and agentic search, which are crucial for building AI-powered products. It offers practical insights on tool descriptions and retrieval strategies that can be directly applied by developers and product builders.","\u002Fsummaries\u002F05800069e15ecf07-agentic-search-powers-80-of-llm-context-engineerin-summary","2026-05-08 13:00:06","2026-05-10 15:05:55",{"title":3747,"description":115},{"loc":4281},"de920282ce217f10","AI Engineer","video","https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=ynJyIKwjonM","summaries\u002F05800069e15ecf07-agentic-search-powers-80-of-llm-context-engineerin-summary",[168,169,170,171],"https:\u002F\u002Fi.ytimg.com\u002Fvi\u002FynJyIKwjonM\u002Fhqdefault.jpg","Context engineering relies on agentic search tools to pull relevant data from files, DBs, web, and memory. Master tool descriptions, skills, and shell tools to avoid brittle retrieval—demoed with ElasticSearch and LangChain.","Practical workshop by Elastic's Leonie Monigatti on building reliable agentic search stacks for LLM context engineering—demos semantic search, database queries (e.g., ESQL\u002FSQL), shell tools, and hybrids, plus tool description tips and failure mode fixes with live code.",[171],"petQDU6OhxttglviH_WlFwK-aisF7C8n9iqKN9uDLhw",{"id":4298,"title":4299,"ai":4300,"body":4305,"categories":4333,"created_at":125,"date_modified":125,"description":115,"extension":126,"faq":125,"featured":127,"kicker_label":125,"meta":4334,"navigation":156,"path":4354,"published_at":4355,"question":125,"scraped_at":4356,"seo":4357,"sitemap":4358,"source_id":4359,"source_name":4360,"source_type":164,"source_url":4361,"stem":4362,"tags":4363,"thumbnail_url":125,"tldr":4364,"tweet":125,"unknown_tags":4365,"__hash__":4366},"summaries\u002Fsummaries\u002F37647e6f3737af38-fix-prompt-fragility-by-decomposing-agents-into-mi-summary.md","Fix Prompt Fragility by Decomposing Agents into Microservices",{"provider":7,"model":8,"input_tokens":4301,"output_tokens":4302,"processing_time_ms":4303,"cost_usd":4304},6924,1734,18216,0.00174495,{"type":14,"value":4306,"toc":4328},[4307,4311,4314,4318,4321,4325],[17,4308,4310],{"id":4309},"monolithic-prompts-cause-nonlinear-failures-from-tiny-changes","Monolithic Prompts Cause Nonlinear Failures from Tiny Changes",[22,4312,4313],{},"Single LLMs in production agents handle 5-6 tasks simultaneously—routing intent, reasoning over data, tool calling, schema validation, next-turn decisions, and history management—all in one context window. Adding one instruction shifts attention across everything, causing prompt fragility: semantically equivalent rewrites destabilize outputs, with accuracy dropping up to 54% unpredictably. A Palo Alto Networks Unit 42 study fuzzing LLMs found 97-99% of meaning-preserving prompt variants evaded content filters, and one model bypassed its safety policy 75\u002F100 times. Multi-agent studies confirm single agents suffer attention dilution, task interference, and error propagation; an essay-grading benchmark improved 26.6 and 10.8 percentage points by splitting into content, structure, and language specialists. Context bloat worsens this—reasoning degrades nonlinearly beyond 100k tokens per Anthropic research; one case cut from 140k to 6k tokens, boosting accuracy from 70% to 90%+ while slashing latency to single digits. Monoliths turn prompts into junk drawers, making every change a regression risk.",[17,4315,4317],{"id":4316},"decompose-into-sub-agents-nano-models-and-context-quarantine","Decompose into Sub-Agents, Nano Models, and Context Quarantine",[22,4319,4320],{},"Cognitive decomposition fragments tasks: use small language models (SLMs) or nano models for non-frontier work like routing, classification, validation, and formatting, reserving frontier models for core reasoning. NVIDIA's position paper argues SLMs suffice for agentic tasks, run 10-50x cheaper with lower latency and predictable behavior; examples include NVIDIA Nemotron 3 Nano (1M-token context), Microsoft Phi-4 (multimodal reasoning), and Anthropic Haiku 4.5 ($1\u002FM input tokens). Multi-model routing (70% cheap models, 10% frontier) with caching cuts spend 60-80%. Key wedges: (1) Nano-classifier for routing removes full option menus from main prompts, enabling network-gapped UI to isolate PII from compliance boundaries—vital for regulated sectors per 2026 guidance from CDC, UK CMA, Singapore IMDA, EU AI Act. (2) Post-hoc nano-model or function for schema\u002FJSON validation eliminates malformed outputs. (3) Dedicated agent for follow-up queries from UI clicks, using element metadata, screen state, and history. Context quarantine isolates sub-agents, preventing cross-contamination; e.g., per-company sub-agents in enterprise workflows avoid conflating data.",[17,4322,4324],{"id":4323},"production-wins-shrunk-prompts-costs-and-regressions","Production Wins: Shrunk Prompts, Costs, and Regressions",[22,4326,4327],{},"Decomposition yields 50-80% smaller main prompts, 60-80% lower per-query costs, and sharp regression drops by minimizing fragility surfaces. Customer-support agents route via nano-classifier (refunds, billing, etc.) to sub-agents, isolating new instructions. Coding assistants use intent classifiers for language-specific prompts, easing new support. RAG splits retrieval ranking, citation validation (nano), and generation (frontier). Generative UI filters element catalogs\u002Fexamples\u002Finstructions per-query and offloads click handling to small agents, avoiding regressions. Promptfoo-like tools test but don't prevent; architecture does. Labs signal the shift: Anthropic deprecated 1M-token betas, capped APIs at 300k tokens, calling infinite context an anti-pattern. Frontier models for frontier problems; SLMs for the rest.",{"title":115,"searchDepth":116,"depth":116,"links":4329},[4330,4331,4332],{"id":4309,"depth":116,"text":4310},{"id":4316,"depth":116,"text":4317},{"id":4323,"depth":116,"text":4324},[124],{"content_references":4335,"triage":4352},[4336,4342,4347,4350],{"type":4337,"title":4338,"author":4339,"publisher":4340,"context":4341},"report","Palo Alto Networks Unit 42 study","Palo Alto Networks Unit 42","Palo Alto Networks","cited",{"type":4343,"title":4344,"author":4345,"publisher":4346,"context":4341},"paper","Small Language Models Are the Future of Agentic AI","NVIDIA Research","NVIDIA",{"type":145,"title":4348,"author":4349,"publisher":4349,"context":4341},"Effective Context Engineering for AI Agents","Anthropic",{"type":131,"title":4351,"context":134},"Promptfoo",{"relevance":152,"novelty":153,"quality":153,"actionability":153,"composite":154,"reasoning":4353},"Category: AI & LLMs. The article provides a deep dive into the concept of prompt fragility and offers a practical solution by decomposing agents into microservices, which directly addresses the pain point of building reliable AI features. It includes specific examples and data points that enhance its applicability.","\u002Fsummaries\u002F37647e6f3737af38-fix-prompt-fragility-by-decomposing-agents-into-mi-summary","2026-05-04 14:48:23","2026-05-04 16:13:14",{"title":4299,"description":115},{"loc":4354},"37647e6f3737af38","Level Up Coding","https:\u002F\u002Flevelup.gitconnected.com\u002Fadded-one-line-to-your-prompt-and-everything-broke-youre-hitting-prompt-fragility-b2dcc4ff570e?source=rss----5517fd7b58a6---4","summaries\u002F37647e6f3737af38-fix-prompt-fragility-by-decomposing-agents-into-mi-summary",[169,168,170,171],"Monolithic LLM prompts fail unpredictably from tiny changes because one model juggles routing, reasoning, validation, and more—decompose into sub-agents and nano models to shrink context 50-80%, cut costs 60-80%, and eliminate cascades.",[171],"wsWkF4OdnDT_z4Q2Oz1pwkJuUnE8AHWaaRU9uGkIIwM",{"id":4368,"title":4369,"ai":4370,"body":4375,"categories":4430,"created_at":125,"date_modified":125,"description":115,"extension":126,"faq":125,"featured":127,"kicker_label":125,"meta":4431,"navigation":156,"path":4455,"published_at":4456,"question":125,"scraped_at":4457,"seo":4458,"sitemap":4459,"source_id":4460,"source_name":4461,"source_type":164,"source_url":4462,"stem":4463,"tags":4464,"thumbnail_url":125,"tldr":4465,"tweet":125,"unknown_tags":4466,"__hash__":4467},"summaries\u002Fsummaries\u002Ffad759706da4042f-slash-98-mcp-tokens-via-code-execution-9-more-tric-summary.md","Slash 98% MCP Tokens via Code Execution & 9 More Tricks",{"provider":7,"model":8,"input_tokens":4371,"output_tokens":4372,"processing_time_ms":4373,"cost_usd":4374},6330,1846,17693,0.00168215,{"type":14,"value":4376,"toc":4424},[4377,4381,4384,4387,4390,4393,4397,4404,4407,4411,4414,4417,4421],[17,4378,4380],{"id":4379},"progressive-disclosure-crushes-input-token-waste","Progressive Disclosure Crushes Input Token Waste",[22,4382,4383],{},"MCP servers waste half your context on tool definitions—up to 150K tokens before any agent action. Code execution fixes this by turning servers into explorable file systems: tools become TypeScript files in folders (e.g., Google Drive and Salesforce). Agents ls directories, read only relevant files, and execute locally. Anthropic's example moves a Drive doc to Salesforce using 2K tokens total (98% reduction from 150K). Benefits include pre-model data filtering via loops\u002Fconditionals, keeping sensitive info (emails, phones) out of context, and fewer model roundtrips. Requires sandbox with isolation\u002Flimits, but Cloudflare's code mode validates the pattern.",[22,4385,4386],{},"Tool search dynamically loads from catalogs using regex or BM25 ranking, like Claude file search. Add search tool, set non-essential tools to lazy-load (default_loading: true). Cuts 55K baseline by 85%, boosts accuracy beyond 30-50 tools where selection degrades.",[22,4388,4389],{},"Scoped loading groups similar tools (e.g., BrightData's 60 tools in 11 groups: e-commerce, finance). Specify via URL (?groups=...) or env var; load multiples per session. Pin exact tools (tools=tool1,tool2) for production—ideal post-discovery, loading 4\u002F60 saves massively.",[22,4391,4392],{},"Dynamic context adds 3 levels: (1) list servers, (2) tool summaries per server, (3) full schema on demand. Pairs with groups for layered savings. BrightData skills (skill.md YAML+markdown) enable this across 40+ agents via Open Agent Skill Ecosystem.",[17,4394,4396],{"id":4395},"programmatic-calling-architecture-keep-context-pristine","Programmatic Calling & Architecture Keep Context Pristine",[22,4398,4399,4400,4403],{},"Programmatic tool calling lets Claude write Python to invoke tools; intermediates skip model context, only final output enters. Add code_execution tool, mark tools with allowed_callers: ",[3790,4401,4402],{},"\"code_execution\"",". Unlocks agent benchmarks (browse, comp, deep search QA). Gap: no MCP support yet.",[22,4405,4406],{},"Layered servers split discovery\u002Fplanning\u002Fexecution into sub-agents. Orchestrator stays lean, passing inputs\u002Freceiving results—scales for many servers or team silos.",[17,4408,4410],{"id":4409},"output-tweaks-yield-30-60-extra-savings","Output Tweaks Yield 30-60% Extra Savings",[22,4412,4413],{},"Strip markdown\u002Fformatting from web\u002Fdoc results before model—smart systems handle plain text well. For Google search, parse top organics, drop ads\u002Frelated (page-dependent savings).",[22,4415,4416],{},"TOON (Token Oriented Object Notation) declares keys once, streams CSV-like values. Beats JSON 30-60% on flat lists (e.g., 3 products: no repeated ID\u002Fname\u002Fprice). Fails on nested data like profiles.",[17,4418,4420],{"id":4419},"stack-for-98-total-groups-search-calling-stripping","Stack for 98% Total: Groups + Search + Calling + Stripping",[22,4422,4423],{},"Combine: groups at connection, search for outliers, programmatic for multi-step, strip outputs, TOON tabulars. Code execution replaces calls entirely. All open-source; BrightData offers 5K free reqs\u002Fmo (MIT GitHub).",{"title":115,"searchDepth":116,"depth":116,"links":4425},[4426,4427,4428,4429],{"id":4379,"depth":116,"text":4380},{"id":4395,"depth":116,"text":4396},{"id":4409,"depth":116,"text":4410},{"id":4419,"depth":116,"text":4420},[124],{"content_references":4432,"triage":4452},[4433,4437,4440,4443,4446,4449],{"type":131,"title":4434,"url":4435,"context":4436},"BrightData MCP Server","https:\u002F\u002Fgithub.com\u002Fbrightdata\u002Fbrightdata-mcp","recommended",{"type":145,"title":4438,"url":4439,"context":4341},"Model Context Protocol","https:\u002F\u002Fwww.anthropic.com\u002Fnews\u002Fmodel-context-protocol",{"type":145,"title":4441,"url":4442,"context":4341},"Code Execution with MCP","https:\u002F\u002Fwww.anthropic.com\u002Fengineering\u002Fcode-execution-with-mcp",{"type":145,"title":4444,"url":4445,"context":134},"MCP Specification 2025-11-25","https:\u002F\u002Fmodelcontextprotocol.io\u002Fspecification\u002F2025-11-25",{"type":145,"title":4447,"url":4448,"context":4341},"Tool Search Tool Docs","https:\u002F\u002Fplatform.claude.com\u002Fdocs\u002Fen\u002Fagents-and-tools\u002Ftool-use\u002Ftool-search-tool",{"type":131,"title":4450,"url":4451,"context":134},"BrightData MCP Tools Docs","https:\u002F\u002Fdocs.brightdata.com\u002Fai\u002Fmcp-server\u002Ftools",{"relevance":152,"novelty":153,"quality":153,"actionability":152,"composite":4453,"reasoning":4454},4.55,"Category: AI Automation. The article provides actionable techniques for reducing token usage in AI agents, addressing a specific pain point for developers working with LLMs. It details methods like code execution and dynamic loading, which can be directly implemented to optimize AI-powered product performance.","\u002Fsummaries\u002Ffad759706da4042f-slash-98-mcp-tokens-via-code-execution-9-more-tric-summary","2026-04-28 13:01:44","2026-05-03 16:54:18",{"title":4369,"description":115},{"loc":4455},"0212f58c2a2baad3","Prompt Engineering","https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=rU6IYiQ1SdQ","summaries\u002Ffad759706da4042f-slash-98-mcp-tokens-via-code-execution-9-more-tric-summary",[168,169,170,171],"Code execution treats MCP servers as file systems, loading only needed tool files (150K to 2K tokens, 98% cut). Stack with tool search (85% off 55K baseline), scoped groups, and output stripping for cheapest agents.",[171],"AKJstzf0ryqB4j_JRRwaKcmR7THlLqoiq2oNI9KT_8M",{"id":4469,"title":4470,"ai":4471,"body":4476,"categories":4513,"created_at":125,"date_modified":125,"description":4514,"extension":126,"faq":125,"featured":127,"kicker_label":125,"meta":4515,"navigation":156,"path":4516,"published_at":4517,"question":125,"scraped_at":4518,"seo":4519,"sitemap":4520,"source_id":4521,"source_name":4461,"source_type":4288,"source_url":4522,"stem":4523,"tags":4524,"thumbnail_url":125,"tldr":4525,"tweet":125,"unknown_tags":4526,"__hash__":4527},"summaries\u002Fsummaries\u002F46d804540459dac8-claude-s-advisor-monitor-and-agents-cut-costs-and--summary.md","Claude's Advisor, Monitor, and Agents Cut Costs and Infra Pain",{"provider":7,"model":8,"input_tokens":4472,"output_tokens":4473,"processing_time_ms":4474,"cost_usd":4475},5675,1298,12824,0.00131675,{"type":14,"value":4477,"toc":4508},[4478,4482,4485,4488,4492,4495,4498,4502,4505],[17,4479,4481],{"id":4480},"advisor-strategy-boosts-performance-while-slashing-costs","Advisor Strategy Boosts Performance While Slashing Costs",[22,4483,4484],{},"Delegate execution to cheaper, faster models like Sonnet or Haiku while using Opus as an on-demand advisor with shared context. The executor handles tool calls and code writing but escalates via tool calls when stuck—Opus reviews progress and gives feedback without taking over. This mimics a junior engineer consulting a senior, avoiding full decomposition like in sub-agents.",[22,4486,4487],{},"On multilingual sweep bench, Sonnet + Opus advisor scores 72% vs. Sonnet's 70% (2% gain) at 11% lower cost due to fewer Opus tokens and its slower speed. Haiku + Opus trades some performance for even bigger savings. Implement via Anthropic's Messages API: specify executor model, advisor (Opus 4.6k context), and max advisor uses. Overhead stays minimal, matching executor costs closely. Use in Claude Code by prompting plan mode and switching executors—ideal for scaling agent intelligence without proportional expense.",[17,4489,4491],{"id":4490},"monitor-tool-ends-polling-loops-saving-tokens-and-cycles","Monitor Tool Ends Polling Loops, Saving Tokens and Cycles",[22,4493,4494],{},"Traditional sub-processes force Claude Code into constant status checks, burning tokens on repetitive polling with no real insights into progress or errors. The new monitor tool runs background scripts that track processes, capture outputs\u002Ferrors, and interrupt Claude only when complete—freeing it for core tasks.",[22,4496,4497],{},"Prompt explicitly: \"Start dev server and use monitor tool to observe for errors.\" This enables more parallel background work, cuts token waste dramatically, and scales Claude Code beyond other assistants. Impact: Run complex, async operations reliably without efficiency-killing loops.",[17,4499,4501],{"id":4500},"managed-agents-offload-production-infrastructure","Managed Agents Offload Production Infrastructure",[22,4503,4504],{},"Agent logic is easy; surrounding harness—infrastructure, permissions, logging, auth, sandboxing—is the real hurdle. Anthropic's managed agents let you define tools, sandbox, and behavior; they handle secure execution, long-running sessions (hours of autonomy with persistent progress), and multi-agent coordination where one spins up\u002Fdirects others for parallel complex work.",[22,4506,4507],{},"Users set outcomes and success criteria—Claude self-evaluates and iterates (like Karpathy's auto research). Pricing: standard tokens + $0.08 per active session-hour (negligible vs. tokens). Perfect for enterprises\u002Fnon-devs deploying without grunt work; resonates with Anthropic's enterprise focus. Start with their notebooks for custom setups—deploy production-grade agents faster than building from scratch.",{"title":115,"searchDepth":116,"depth":116,"links":4509},[4510,4511,4512],{"id":4480,"depth":116,"text":4481},{"id":4490,"depth":116,"text":4491},{"id":4500,"depth":116,"text":4501},[124],"Anthropic's new advisor strategy lets you pair Opus with Sonnet for better results at lower cost, the monitor tool kills wasteful polling loops in Claude Code, and managed agents handle the infrastructure grunt work for you. I walk through how each one works and when you should actually use them.\n\nhttps:\u002F\u002Fclaude.com\u002Fblog\u002Fclaude-managed-agents\nhttps:\u002F\u002Fclaude.com\u002Fblog\u002Fthe-advisor-strategy\nhttps:\u002F\u002Fx.com\u002Fnoahzweben\u002Fstatus\u002F2042332268450963774\n\nMy Dictation App: www.whryte.com\nWebsite: https:\u002F\u002Fengineerprompt.ai\u002F\nRAG Beyond Basics Course:\nhttps:\u002F\u002Fprompt-s-site.thinkific.com\u002Fcourses\u002Frag\nSignup for Newsletter, localgpt: https:\u002F\u002Ftally.so\u002Fr\u002F3y9bb0\n\nLet's Connect: \n🦾 Discord: https:\u002F\u002Fdiscord.com\u002Finvite\u002Ft4eYQRUcXB\n☕ Buy me a Coffee: https:\u002F\u002Fko-fi.com\u002Fpromptengineering\n|🔴 Patreon: https:\u002F\u002Fwww.patreon.com\u002FPromptEngineering\n💼Consulting: https:\u002F\u002Fcalendly.com\u002Fengineerprompt\u002Fconsulting-call\n📧 Business Contact: engineerprompt@gmail.com\nBecome Member: http:\u002F\u002Ftinyurl.com\u002Fy5h28s6h\n\n💻 Pre-configured localGPT VM: https:\u002F\u002Fbit.ly\u002FlocalGPT (use Code: PromptEngineering for 50% off).  \n\nSignup for Newsletter, localgpt:\nhttps:\u002F\u002Ftally.so\u002Fr\u002F3y9bb0",{},"\u002Fsummaries\u002F46d804540459dac8-claude-s-advisor-monitor-and-agents-cut-costs-and-summary","2026-04-10 13:15:03","2026-04-10 15:02:10",{"title":4470,"description":4514},{"loc":4516},"46d804540459dac8","https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=Q-QznaH1WS0","summaries\u002F46d804540459dac8-claude-s-advisor-monitor-and-agents-cut-costs-and--summary",[168,169,170,171],"Pair Sonnet\u002FHaiku executors with Opus advisor for 11% lower costs and 2% better multilingual sweep bench scores; monitor tool ends wasteful polling; managed agents handle sandboxing, auth, and long-running sessions for $0.08\u002Fsession-hour.",[171],"5QlylRo0fEh5NdAJsUaQHbpcpXmXlj3PQew_FE0Ltas"]