Tag
Sim is an open-source visual AI workspace that lets you run enrichment and workflow logic directly inside database tables, collapsing multi-step CRM pipelines into a single table without external services or webhooks.
An open-source Python library that creates an AI-powered data science team to automate workflows from data loading to modeling, with a visual pipeline studio for reproducibility.
Matthias Endler recounts the five-year struggle to implement recursion in lychee, a Rust link checker used by major tech companies, detailing architectural challenges and multiple failed attempts.
ACO System is an open-source multi-agent framework that autonomously manages the software development pipeline from GitHub Issue to merged PR using six specialized AI agents, with a deterministic architect gate to prevent bad PRs.
OmniParse es un repositorio que ingiere casi cualquier archivo y lo convierte en Markdown limpio y estructurado, totalmente local y sin APIs externas, ideal para pipelines de RAG y agentes locales.
A detailed guide explaining the five-stage pipeline for building large language models, emphasizing that data quality and engineering matter more than architecture.
Ormedo is a product that lets AI agents handle your entire outbound pipeline.
A developer built a quarantine pipeline using two LLM reviewers (Claude and Codex) to detect injection attacks in OpenClaw skills, achieving 93.75% detection rate with zero false negatives. The system uses a dual mandate of checklist-based pattern matching and open analysis to catch both known and novel injection techniques.
A developer built an end-to-end AI Customer Support Automation System using Google Gemini 2.0 Flash, FastAPI, PostgreSQL, React, and Docker, capable of classifying, generating responses, and auto-resolving repetitive support tickets with a human fallback.
llmff v0.1.2 is released, offering an FFmpeg-inspired command-line interface for building composable LLM inference pipelines. This release focuses on distribution and installability across Linux, macOS, and Windows.
Pipecat is an open-source Python framework for building real-time voice AI agents, integrating STT, TTS, LLMs, and conversation pipelines with pluggable components and low-latency audio/video transport.
A Twitter thread outlines a system design for a RAG pipeline handling 10 million documents with zero hallucination, covering steps from ingestion to observability, as reportedly asked in a Google L5 interview.
PASC proposes a conformal prediction method for multi-stage NLP and LLM pipelines that provides finite-sample, distribution-free joint coverage guarantees across all stages, achieving higher empirical coverage and efficiency than baselines like Bonferroni and independent CP.
Built an open-source pipeline that takes a single sentence and produces a cinematic reel with characters, animation, music, and narration, using FLUX.2, Wan2.2, and other models on a single AMD GPU. The pipeline includes a director agent, character generation, keyframe animation, vision critic, music, and narration stages.
The article describes a fine-tuning dataset generation pipeline using Codex 5.5 as orchestrator and Deepseek v4 Pro as generator, with autonomous quality gates and iterative improvement for high-quality synthetic data at low cost.
MagicQuant v2.0 is a pipeline for creating hybrid mixed GGUF quant models, learning from Unsloth and other methods to find optimal quant configurations based on KLD benchmarks, with a focus on nonlinear wins and anomaly detection.
This guide explains the end-to-end inference pipeline of LLMs, serving as a mock interview resource for understanding text generation.
Hugging Face's speech-to-speech is an open-source, modular voice-agent pipeline (VAD->STT->LLM->TTS) with an OpenAI Realtime-compatible WebSocket API, supporting swappable components and local or hosted models.
Zapier employees used ChatGPT and Codex to build an automated QA/QC system, which drastically reduced lead processing time from 35-45 minutes, generating seven-figure pipeline value monthly and significantly improving sales conversion efficiency.
no-mistakes is a local git proxy that runs an AI-driven validation pipeline when pushing, ensuring only clean PRs are created by automatically checking code quality, running tests, and fixing issues.