The AIN file format is a lightweight, human-readable format designed for storing instructions, prompts, and pseudo-code that guide AI models in performing tasks. It is optimized for clarity, simplicity, and versatility, making it easy for both humans and machines to interpret and use.
- Human-Readable: The format uses simple and minimal syntax, making it easy for both humans and AI systems to write, read, and edit.
- Versatile: Suitable for a variety of AI tasks such as code generation, problem-solving, and data processing.
- Multiple Format Support: Can be saved as plain text (.txt), Markdown (.md), YAML (.yaml), or JSON (.json) for easy integration with different tools.
Each AIN file consists of:
- Instructions/Prompts: Concise tasks or instructions for the AI, with examples when applicable.
- Data: Input-output pairs or sample data that help AI understand the tasks.
- Context: Information specific to the project or environment that provides context to AI instructions for more accurate results.
# Manifest Instructions for AI Task
## Overview:
This repository contains TypeScript code that interacts with Azure Blob Storage and processes YAML data.
## Specific Instructions:
- Always use the `@azure/storage-blob` package for Blob Storage.
- Use `js-yaml` for parsing and writing YAML data.
- JavaScript code should follow the convention of double quotes for strings and tabs for indentation.
## Example Task:
1. Upload a file to Azure Blob Storage using the `uploadFile()` method.
2. Parse a YAML file to extract user data and process it.
The AIN file format can be written in different formats, including:
- YAML: For structured data with clear key-value pairs.
- Markdown (MD): Ideal for documentation-style instructions and easy readability.
- Text (TXT): Simple, unformatted instructions.
- JSON: Machine-readable format for AI to process directly.
task: "Upload file to Azure Blob Storage"
container_name: "user-files"
file_path: "/path/to/file.txt"
# Task Description
Upload a file to Azure Blob Storage using `@azure/storage-blob`.
## Requirements:
- **Container Name**: user-files
- **File Path**: /path/to/file.txt
{
"task": "Upload file to Azure Blob Storage",
"container_name": "user-files",
"file_path": "/path/to/file.txt"
}
- Organize AI Tasks: Use AIN files to define task-specific instructions for the AI.
- Hierarchical Organization: Store AIN files in a structured folder system. Lower-level files can inherit or override instructions from higher-level files, providing flexibility for project-specific tasks.
/.github
└── /copilot-instructions.md <- General instructions for Copilot
/root
├── /manifest.ain <- General manifest for AI tasks
└── /project-specific.ain <- Custom instructions for project-specific tasks
/scripts
└── /scripts.ain <- Instructions for scripting tasks
/docs
└── /docs.ain <- Documentation creation guidelines
/examples
└── /examples.ain <- Example generation guidelines
- Improved AI Efficiency: Clear, structured context allows AI to generate more accurate and relevant responses.
- Easy Collaboration: Provides clarity and consistency, making team collaboration more efficient.
- Scalability: The format adapts well to both small and large projects, offering flexibility in complexity and task detail.
- Keep instructions clear and concise: Simplicity helps AI perform better.
- Avoid conflicting instructions: Ensure that AIN files do not contradict each other to prevent confusion.
- Modular Structure: Break down large tasks into smaller, manageable instructions for easier AI processing.
- Create a new AIN file in your repository (e.g.,
manifest.ain
). - Define the tasks, instructions, or prompts you want to provide to the AI.
- Choose your preferred format (YAML, Markdown, JSON, or TXT).
- Integrate the AIN files with your AI-powered tools (e.g., GitHub Copilot, OpenAI).
- Use AIN files to ensure consistent, context-aware responses from AI models.
The AIN file format is a simple yet powerful way to structure instructions and data for AI-driven projects. It supports multiple formats (YAML, Markdown, JSON) and provides organized, scalable, and context-driven interactions that enhance AI workflows.
The AIN format is like COBOL for the age of AI—timeless, yet modern, and built to adapt to the needs of the future! It combines the simplicity and clarity of classic formats with the power and flexibility required for working with AI agents.
The ultimate goal of the AIN format is to create a framework for working with AI agents like GitHub Copilot to guide and enhance project development. This format enables seamless collaboration between humans and AI, improving workflows, productivity, and results.
-
Model-Driven Engineering + DSL for AI
Przegląd systematyczny użycia metajęzyków w inżynierii oprogramowania AI – głównie w fazach modelowania i treningu. -
RAFT: Retrieval-Augmented Fine Tuning
Strategia łączenia podejścia RAG z dostosowaniem do domenowych danych dla LLM. -
GitHub Copilot Agent Mode
Nowy tryb działania Copilota jako agenta wykonującego polecenia użytkownika w IDE. -
Claude 3.5 Sonnet Agents in IDE
Integracja agentów Claude Sonnet w IDE do wykonywania zadań projektowych z własną bazą kodu. -
LLM Multi-Agent Analysis of Requirements
Badania nad analizą wymagań projektowych przez zespoły agentów AI, np. GPT i Mixtral. -
Model Context Protocol (MCP)
Otwarty standard do integracji LLM z zewnętrznymi narzędziami i danymi przez spójny interfejs. -
Data Format Description Language (DFDL)
ISO standard do definiowania struktury danych tekstowych/binarnych w sposób zrozumiały dla AI. -
AutomationML
Format wymiany danych inżynierii oparty na XML, do opisu geometrii, topologii, logiki i więcej.