BLOG

Knowledge Share

Technical articles, tutorials, and insights

Found 3 posts
open-sourceworkspaceAI-agent

Open Source Project #175: Buzz — Block Rebuilds Team Collaboration on Nostr, Where AI Agents Hold Their Own Cryptographic Identity

Block's open-source team workspace launched July 21, 2026, where humans and AI agents collaborate as equal members in shared channels. Built on Nostr: every agent holds its own cryptographic keypair — identity and history are portable across any Nostr-compatible system. Rust backend, Tauri desktop, supports Claude Code, Codex, Goose. YAML workflow engine, buzz-cli (JSON in/out, machine-first design for LLM tool calls), NIP-34 Git integration. 21.3k Stars, Apache 2.0, self-hostable.

·10 min read
open-sourceAI-agentharness

Open Source Project #176: Better Harness — A Five-Dimension Workflow Evaluator for AI Coding Agents That Reviews the Loop, Not the Diff

QoderAI's open-source tool that converts project and session evidence into prioritized workflow improvements for AI coding agents. Evaluates the workflow around the agent — not final code quality — across five dimensions: task understanding, controlled execution, change validation, reliable delivery, and learning capture. Three independent evidence agents analyze in parallel; a lead agent synthesizes findings into HTML/Markdown/JSON reports. Supports Claude Code, Codex, GitHub Copilot, Cursor, Qwen Code. 1.5k Stars, MIT license.

·10 min read
open-sourceworkfloworchestration

Open Source Project #177: Apache Airflow — Workflow Orchestration in Python, the Standard Tool for Data Engineers

Apache Airflow is a platform for programmatically authoring, scheduling, and monitoring workflows. Core concept: DAGs (Directed Acyclic Graphs) — define task dependencies in Python code, trigger by schedule or data events, monitor every step in the Web UI. Covers four major scenarios: ETL/ELT pipelines, ML training pipelines, scheduled reporting, and infrastructure automation. 46.4k Stars, Apache 2.0, version 3.3.0, 600+ built-in Operators and Providers.

·10 min read