🚨 فريق Anthropic يقول إن Fable 5 هو أفضل نموذج لديهم لبناء وكلاء يطورون أنفسهم ذاتيًا. ومع دمجه مع /loops وDynamic Workflows وDreaming، يمكن إنشاء أنظمة أكثر استقلالية وفعالية. شرح عملي مجاني في 13 دقيقة من فعالية Anthropic في اليابان. ��
We've just added two new Claude Managed Agents features:
1. Scheduled deployments - run tasks on a schedule
2. Environment variables - expose vault credentials for CLIs as environment variables
Claude Fable 5 changed how we work on the Claude Code team day to day.
We used to verify that Claude did the work right. Now we verify that it's doing the right work.
Here’s the 3 biggest changes:
ملف CLAUDE.md مال كارباثي (Karpathy) وصل للمرتبة الأولى بـ GitHub، وتخطى الـ 220 ألف نجمة.. بس الصدمة إن أغلب المبرمجين بعدهم ما ق��ريه! 💻🚀
حسب @anyelamarillo
تخيلوا، 65 سطر بس، رفعت دقة البرمجة بالـ AI من 65% إلى 94%. وهذي هي 'الزبدة' بـ 4 قواعد:
1️⃣ فكر قبل لا تكتب: لا تحزر، وضح فرضياتك واسأل إذا مو متأكد.
2️⃣ البساطة أولاً: اكتب أقل كود يحل المشكلة، بلا تعقيدات ما حد طلبها.
3️⃣ تغييرات جراحية: لا تعدل على كود ما له علاقة بالطلب، كل سطر يتغير لازم يكون إله سبب.
4️⃣ الهدف أولاً: حول الطلبات الغامضة إلى معايير نجاح واضحة قبل لا تبدأ بأي سطر كود.
65 سطر، 4 قواعد، ونقلة نوعية بمستوى شغلك. احفظ هذا المنشور عندك، لأنك راح تحتاجه بمشروعك الجاي. 💡
#برمجة #ذكاء_اصطناعي #Claude #Karpathy #تطوير #برمجيات
شرح كامل لأقوى منصة ذكاء اصطناعي في العالم Claude (جزء الـ Chat) وكيف تسفيد منه صح ✅
كلود أداة خارقة جدًا، يخليك تسوي مواقع ضخمة، أبحاث ومشاريع بيزنس، عروض باوربوينت وحملات تسويقية..الخ
بدون أي خبرة
أيضًا يعتبر المنصة الأقوى عالمياً في تصميم وبناء الـ Agents (الوكلاء)
🚨 إذا كنت تستخدم Hermes Agent أو ناوي تبدأ فيه، فهذا التحديث يستحق انتباهك.
أصبح ربط Hermes Agent أسهل من أي وقت مضى.
✅ أكثر من 900 أداة جاهزة للربط
✅ مباشرة من المتصفح
✅ بشكل آمن عبر https://t.co/3apKlW4pLQ
بدون VPS
بدون SSH
بدون Tailscale
فقط اربط الأدوات وابدأ تنجز مهامك.
🚨 الشركة اللي عملت Claude لسه حالا مغيره مفهوم الذكاء الاصطناعي تماماً وحولته لـ Git Repos!
الشركة أطلقت أداة ant وهي CLI بتخليك تشغل كل الـ Claude API من الترمنال، وبقيت تقدر تعمل Version-Control لأنظمة الذكاء الاصطناعي بتاعتك كملف YAML جوه الـ Git بالظبط زي ما بترفع الكود!
احفظ البوست ده عندك فوراً قبل ما تنسى ويضيع منك في وسط الزحمة!
الأداة دي بتغير اللعبة لأنها بتحول أنظمة الذكاء الاصطناعي من مجرد برومبتس بتقعد تتابعها، لبنية تحتية (Infrastructure) حقيقية بتعمل لها Deploy، وكمان أداة Claude Code بتتعامل معاها تلقائياً من بره الصندوق ومن غير كود ربط زيادة!
الذكاء الاصطناعي مبقاش مجرد كلام، بقى كود حقيقي بيتفرع ويتحدث بأمر واحد.
لايك وفولو واحفظ البوست عشان يوصلك كل جديد!
We've updated /fork in Claude Code
/fork now runs a background agent with your exact context (system prompt, tools, history, model) and prompt cache. The result gets returned to your session.
/branch (the old /fork) still copies the transcript to a new session you drive.
Someone just made Claude instances talk to each other.
Not APIs.
Not agents.
Not orchestrators.
Just multiple Claude Code sessions… messaging each other like coworkers.
It’s called claude-peers — and it turns one Claude into a team.
Here’s what’s happening:
Run 5 Claude Code sessions across different projects
Each one auto-discovers the others
They send messages instantly
Ask questions
Share context
Coordinate work
Your AI tools literally collaborate.
Example:
Claude A (poker-engine):
"what files are you editing?"
Claude B (frontend):
"working on auth.ts + UI state"
Claude A:
"ok I'll avoid touching auth logic"
No conflicts. No manual coordination. Just AI syncing itself.
Under the hood:
• Local broker daemon (localhost)
• SQLite peer registry
• MCP servers per session
• Instant channel push messaging
• Auto peer discovery
• Cross-project communication
Everything runs locally. No cloud. No latency.
What it unlocks:
• Multi-agent coding without frameworks
• One Claude writes backend, another frontend
• One debugs while another refactors
• Research Claude feeds builder Claude
• Large projects split across AI workers
This is basically:
"spawn 5 Claudes and let them coordinate themselves"
Even crazier:
Each instance auto-summarizes what it's doing
Other Claudes can see:
• working directory
• git repo
• current task
• active files
They know what the others are working on.
Commands:
• list_peers → find all Claude sessions
• send_message → talk to another Claude
• set_summary → describe your task
• check_messages → manual fallback
So you can literally say:
"message peer 3: what are you working on?"
…and it responds instantly.
No orchestration layer.
No agent framework.
Just Claudes… talking.
This is the cleanest multi-agent system I've seen.
We're moving from:
1 AI assistant →
to
AI teams that coordinate themselves.
And it's all running on your machine.
Wild.
We’ve added a CLI for Claude Platform to make every API endpoint runnable from your terminal.
Call the Messages API, stand up Claude Managed Agents, pipe results straight into your shell.
The ant CLI is well understood by coding agents (Claude Code) using the claude-api skill.
إذا كنت تبني وكلاء ذكاء اصطناعي (AI Agents)، فمدونة LangChain كنز حقيقي.
المحتوى لا يتحدث عن البرومبتات فقط، بل عن ما يحدث بعد ذلك:
• كيف تبني Agent يعمل فعلاً
• متى تستخدم Agent واحد أو عدة Agents
• إدارة الذاكرة والسياق
• مراقبة أداء الوكلاء
• تقييم النتائج بدل الانبهار بالمخرجات
أكثر ما أعجبني أنهم يناقشون مشاكل الأنظمة الحقيقية، وليس مجرد عروض تجريبية.
إذا كنت ��عمل على Claude Code أو n8n أو MCP أو أي نظام متعدد الوكلاء، خصص ساعة لقراءة قسم Agent Architecture.
ستوفر على نفسك أسابيع من التجارب الخاطئة.
Claude Code صار أخطر بكثير بعد هذا التحديث.
غيّر فقط:
/model opus
/effort ultracode
وفجأة Claude يبدأ يكتشف المهام المعقدة بنفسه،
يبني orchestration script،
ثم يطلق agent swarm كامل للعمل بشكل autonomous.
صار يدير فريق كامل من الـ agents داخل المشروع.
🚨كيفية كتابة Systematic Literature Review خلال ساعة بدل 4–6 أشهر؟
1️⃣ ادخل إلى https://t.co/NQE7QIUjY1
2️⃣ اختر Gatsbi Reviewer
3️⃣ اكتب موضوع الـ Literature Review
4️⃣ سيقوم الذكاء الاصطناعي بإنشاء Outline كامل
5️⃣ اضغط Write Manuscript
6️⃣ يتم توليد مراجعة أدبية ��تكاملة تلقائيًا
تشمل:
✓ Title
✓ Abstract
✓ Introduction
✓ Methodology
✓ Results
✓ Discussion
✓ Conclusion
✓ References
كما يضيف:
↳ جداول ورسوم بيانية
↳ معادلات ومخططات
↳ تنسيق أكاديمي جاهز
ويمكن تحميل البحث بصيغ:
• Word
• LaTeX
• Markdown
كما يوفر أدوات أخرى مثل:
→ Gatsbi Innovator لتوليد الأفكار البحثية
→ Gatsbi Writer لكتابة الأوراق العلمية
👇🏼
New in Claude Code (research preview): dynamic workflows.
Claude writes an orchestration script on the fly, then spins up a large fleet of coordinated subagents in parallel to take on your most complex tasks.
Use the word "workflow" in a prompt to get started.
١١ دقيقة فيديو، والمؤلف يركّب Claude Code مع DeepSeek V4 من الصفر على جهاز عادي.
مو شرح نظري، خطوة بخطوة كأنك جالس جنبه.
النتيجة: مساعد يكتب كود ويدير مهام لحاله، بدون اشتراك Claude الرسمي.
مين جرّب يربط DeepSeek بـ Claude Code فعلاً؟
Claude Code feels completely different once you install this.
Anthropic quietly released an official plugin called claude-code-setup and it basically turns Claude Code from “pretty good” into an actual AI dev environment.
It scans your project and recommends:
→ hooks
→ skills
→ MCP servers
→ subagents
→ automations
Then sets everything up step-by-step for you.
Most people are using Claude Code completely vanilla…
which is why their experience feels messy.
The real power comes from the ecosystem around it.
Install:
/plugin install claude-code-setup@claude-plugins-official
Bookmark this before you forget it.