2 مستودعات
Structured methodologies for solving complex tasks using generative AI and multimodal prompting.
Distinct from Problem Solving Methodologies: Candidates focus on software architecture or interview prep, not AI prompt refinement for multimodal tasks.
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Generative Problem Solving. Refine with filters or upvote what's useful.
Learn_Prompting هو مشروع تعليمي يركز على هندسة المطالبات (prompt engineering)، ويوفر المبادئ والتقنيات المطلوبة لصياغة مدخلات فعالة وتحسين جودة مخرجات الذكاء الاصطناعي التوليدي. يغطي المشروع استراتيجيات مطالبات متقدمة لتعزيز التفكير، والموثوقية، وجودة المخرجات. يتضمن ذلك تقنيات لتفكيك المهام، وتفكير سلسلة الأفكار (chain-of-thought)، واستخدام التوجيه بلقطات قليلة أو بدون لقطات (few-shot/zero-shot). كما يتناول أمان النموذج من خلال دراسة اختراق المطالبات، وتحليل الثغرات، وتدقيق الخصوصية لمنع تسرب البيانات الحساسة. يمتد النطاق إلى التطبيق العملي للذكاء الاصطناعي التوليدي عبر وسائط وسير عمل متنوعة، بما في ذلك توليد النصوص، وإنشاء صور واقعية، والإنتاج السمعي البصري. كما يغطي تطوير الوكلاء المستقلين، والبرمجة بمساعدة الذكاء الاصطناعي، وأتمتة سير عمل الأعمال للتسويق والاتصالات. يوفر المشروع موارد لتحسين النماذج، والتقييم، وإدارة دورات حياة المطالبات داخل بيئة تجريبية تفاعلية.
Implements a structured methodology to identify tools and refine prompts for multimodal tasks.
AlphaCodium is an LLM code generation framework and automated programming benchmark designed to solve programming problems through iterative generation and testing. It functions as an iterative code refinement system that improves the precision of generated code by comparing outputs against expected results and re-prompting the model. The project implements a flow engineering pipeline, using a structured sequence of prompting stages to refine code through a cycle of generation, evaluation, and correction. This approach allows the system to process programming datasets and measure the accuracy
Processes batches of programming problems and saves results to a database for bulk performance analysis.