نظرة عامة

رصد مجتمع Hacker News هذا الخبر الذي حصد 17 نقطة و5 تعليق خلال ساعات قليلة، مما يجعله من أبرز أخبار الذكاء الاصطناعي اليوم. المصدر الأصلي: pu.dev.

في هذا المقال نستعرض أبرز ما جاء في هذا الخبر، تحليله من منظور عربي، وما يعنيه للمستخدمين العرب المهتمين بأدوات الذكاء الاصطناعي.

التفاصيل

I originally was just messing with pi-autoresearch. Gave it a sample task to build the most portable coding agent.<p>First cut was 6 KB of shell. Great for one-shots, unusable interactively. I was shocked it actually worked.<p>Started building up -- adding features — but with a self-imposed rule: no new dependencies, and sub 500 LOC. This thing had to be truly portable. Just sh, curl, awk. System primitives only.<p>Which means I did some genuinely disgusting things in awk, including JSON parsing and the OpenAI Responses tool loop with reasoning items carried across turns.<p>It&#x27;s now ~400 lines. In the box: Anthropic + OpenAI, 7 tools (bash, read, write, edit, grep, find, ls), REPL, auto-compaction, checkpoint&#x2F;resume, pipe mode, 90 no-API tests. Not in the box: TUI, streaming, images, OAuth, Windows, dignity.<p>Two honest things:<p>1. I stole&#x2F;modified the system prompt and the architecture. Pi&#x2F;Claude&#x2F;Codex wrote the awk. I cannot read most of this code. This wasn&#x27;t possible for me a year ago.<p>2. Heavily inspired by Pi (pi.dev) — same 7-tool surface, same exact-text edit model. Credit where it&#x27;s due. Pi is awesome -- you should probably use them.<p>The agent loop itself is tiny. Almost everything else in a &quot;real&quot; agent CLI is DX and hardening. You can probably build your own harness exactly how you like it. Mario Zechner&#x27;s AI Engineer talk on taking back control of your tools nudged me here.<p>The name is because it&#x27;s a .sh file. The other thing it sounds like is, regrettably, also accurate.

المصدر الأصلي

هذا الخبر مأخوذ من منصة Hacker News — المجتمع التقني الأكثر متابعة في العالم.