Skip to main content

40 docs tagged with "ai"

View all tags

[DRAFT] Crawl 4 AI

Crawl 4 AI is a versatile open-source web scraping tool designed explicitly for gathering data to train AI models. It offers a suite of features tailored to handle the challenges of web data extraction, cleaning, and formatting for use in machine learning. This documentation is a work in progress.

[DRAFT] CrewAI

CrewAI is a framework designed to orchestrate autonomous AI agents to work collaboratively on complex tasks. It empowers you to create sophisticated workflows where multiple AI agents, each with specific roles and responsibilities, operate together to achieve a common goal.

[DRAFT] Kiro AI

Kiro AI is AWS's AI-first IDE and agent platform (introduced mid-2025, GA announced Nov–Dec 2025). It pairs a spec-driven workflow with multi-agent automation so you can move from prompt → spec → code → tests with cloud integrations baked in.

[DRAFT] MinerU

MinerU is an open-source, high-quality tool for converting PDF documents to Markdown and JSON formats. It's designed to provide precise document content extraction with advanced AI-powered parsing capabilities.

[DRAFT] n8n

n8n is an open-source workflow automation tool that allows you to connect different services and automate tasks without writing code. It provides a visual interface for building workflows, making it accessible for both technical and non-technical users to create complex automation pipelines.

Agent Skills - Dynamic Instructions for Claude

Key Point: Skills are folders of instructions, scripts, and resources that Claude loads dynamically to improve performance on specialized tasks. They teach Claude how to complete specific tasks in a repeatable way, from company branding to technical workflows to personal automation.

CLI AI Code Assistants

Overview of CLI-based AI coding assistants, focusing on Aider with Gemini setup instructions.

Flowise

my rating for best coding tools assistant

Generative AI

Generative artificial intelligence (AI) is a type of AI that can create new content, such as text, images, music, and code. It works by learning the patterns and structures of existing data and then using that knowledge to generate new, original content.

MCP Inspector

The MCP Inspector is a specialized tool designed to monitor, debug, and analyze interactions within the Model Context Protocol (MCP) ecosystem. It helps developers and AI system administrators understand data flows, identify bottlenecks, and ensure secure and efficient communication between AI assistants and data sources.

Model Context Protocol (MCP)

The Model Context Protocol (MCP) is an open standard designed to connect AI assistants with data sources like content repositories and business tools. It aims to improve the relevance and quality of AI responses by providing a universal protocol for data access.

OpenAI Codex CLI

OpenAI Codex CLI is a lightweight coding agent that runs locally on your computer, providing AI-powered assistance directly in your terminal. It's part of OpenAI's suite of developer tools and integrates with your ChatGPT plan for seamless usage.

PageIndex - Vectorless Reasoning-based RAG

Key Point: Vectorless, reasoning-based RAG that simulates human expert document navigation. No vector DB, no chunking, just hierarchical tree-based retrieval with 98.7% accuracy on FinanceBench.

Qwen-AI

Qwen, developed by Alibaba Group, is a series of large language models (LLMs). These models are available in various sizes and have gained recognition for their strong performance across several benchmarks and applications.

RAGAS: LLM Evaluation Framework

RAGAS is a comprehensive framework for evaluating Retrieval-Augmented Generation (RAG) systems. It provides a suite of metrics to assess the quality of RAG pipelines, helping developers and researchers understand how well their systems perform across different dimensions.

Repomix

Repomix is a powerful tool for interacting with Large Language Models (LLMs) on your codebase. Instead of feeding LLMs individual files, Repomix packages your entire repository into a single, structured text file, making it easier for LLMs to understand the context and relationships within your project. This streamlined approach can lead to more accurate and helpful insights from AI assistants.

Repomix - AI-Friendly Codebase Packer

Key Point: Pack your entire repository into a single AI-friendly file. Perfect for feeding codebases to Claude, ChatGPT, DeepSeek, and other LLMs for code review, documentation, and analysis.