» Tag
open-source
261 postsOpen-source AI skill set turns LinkedIn posting into a pipeline
linkedin-skills is an open-source, ten-skill toolkit for Claude Code and Codex that automates LinkedIn writing, publishing, and analytics safely.
AEGIS: An Open-Source, Self-Hosted Personal AI Orchestration System
Developer open-sources AEGIS, an MIT-licensed, self-hosted personal AI orchestration platform built on FastAPI, Postgres, and Temporal.
Hermes Agent: A Self-Improving AI Framework With Persistent Memory
Nous Research's open-source Hermes Agent framework combines persistent memory, reusable skills, and a real multi-agent architecture for self-improving AI.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comDetecting Bibliographic Leakage in Materials Science ML Models
The materials-confounding-check CLI applies the Clever Materials falsification test to reveal whether materials science ML models secretly learn from author, journal or year metadata instead of real chemistry.
n8n's real bet: closing the AI agent prototype-to-production gap
n8n's strength isn't its visual canvas but how model flexibility, human approvals, observability and self-hosting make AI agents production-ready.
MiniMax M2.7: Open-Source AI That Optimized Its Own Training
MiniMax's open-source M2.7 model actively shaped its own training via memory writes and skill-building, gaining 30% efficiency and matching GPT-5.3-Codex on SWE-bench Pro.
Instagui turns any CLI tool into a web GUI instantly
Instagui runs via npx and parses a CLI's --help output with AI to auto-generate a local web form, letting you run tools like ffmpeg without memorizing flags.
Claude's Weights Are Closed, So a Live Thought Viewer for Qwen
Inspired by Anthropic's workspace paper, a developer built a live, token-level inner-thought viewer for the open Qwen model since Claude's weights are closed.
ExploitGym: A Benchmark for AI-Driven Exploit Development
ExploitGym is an open-source AI benchmark with 869 real-world exploit tasks spanning userspace software, V8, and the Linux kernel.
Minisqlite: A Pure-Rust Reimplementation of SQLite
Minisqlite is a pure-Rust reimplementation of SQLite, byte-compatible with its on-disk format, spanning 200K lines and 5,650 tests, no unsafe code.