Aiswitch – switch between Claude, OpenAI, Gemini and Copilot accounts in one cmd
Aiswitch: CLI tool to switch between Claude, OpenAI, Gemini, and Copilot accounts for developers using multiple AI services simultaneously.
Aiswitch: CLI tool to switch between Claude, OpenAI, Gemini, and Copilot accounts for developers using multiple AI services simultaneously.
Docker setup to run LLMs on AMD Ryzen AI NPU under Linux using FastFlowLM, generated by Claude Opus with human guidance via Copilot CLI.
Local analytics tool aggregating statistics from multiple AI coding agents (Cursor, Windsurf, Claude Code, Copilot) including costs, token usage, and session tracking across 14 editors.
Self-hosting pure lazy functional language compiler (~7kloc) in itself, implementing pattern matching, algebraic data types, and functional data structures for educational exploration.
Discussion of production AI agent monitoring, covering failure modes like untracked token usage, undetectable outputs, and lack of audit trails. References AgentShield observability tool.
Automated end-to-end comedy podcast generation pipeline using Gemini, Temporal orchestration, and ElevenLabs voice synthesis.
Sandboxed VM environment using Lima to safely run AI coding agents (Claude Code, OpenCode) with full autonomy while isolating host system, ships with Docker and headless Chrome.
Security scanner tool for prompts that identifies vulnerabilities before runtime, treating prompts as executable artifacts requiring security analysis.
Open-source voice-to-text tool using Whisper for transcription and LLM for output formatting. Hotkey-activated, clipboard-integrated alternative to Wispr Flow.
Open-source inference engine using ternary quantization (1.58-bit) to compress models 10x, enabling 500B+ parameter models on consumer hardware via INT8/INT4 quantization, speculative decoding, and dynamic sparsity.
Analysis of AI agent security challenges, arguing authorization scoping is more critical than identity verification. Discusses granular API access control for agent containment.
Opinion on how LLMs like GPT/Claude changed software development workflow from methodical to collaborative iteration.
SQLite tool for searching 50K+ AI coding conversations from Claude/Codex. Full-text search with incremental sync.
Open-source tool using Whisper and Gemini 2.0 Flash to auto-generate viral short clips from long videos.
AI agent monitoring cryptocurrency markets and portfolios, sends Telegram alerts. Integrates multiple data sources.
Art installation using local LLM to generate SVG while measuring real power consumption, visualizing hallucinations on steam-covered glass.
CLI tool to automate web browsers via Playwright scripts for end-user automation workflows.
Open benchmark testing autonomous coding agents on safety decisions: allow, ask, refuse. 50 test cases covering prompt injection, secrets, destructive commands.
Open-source context layer for coding agents that captures and shares session data between agents in real-time, enabling better coordination and information transfer.
Book review series on AI Engineering by Chip Huyen, covering differences between ML and AI engineering, foundation models, and building applications on top of them.
Opinion arguing AI doesn't replace white-collar knowledge work, emphasizing human judgment value.
Desktop AI agent application (.exe/.dmg) designed for low resource usage (300MB idle RAM), making AI agents accessible to non-technical users.
Open-source CLI tool using AI to automatically generate conventional commit messages from staged Git changes, improving code organization.
Open-source Python pipeline for home security camera using local Vision LLM and text-to-speech for scene analysis.
Claude Code Skill that generates production-ready landing pages from single-sentence prompts using LLM.
Article arguing AI agents need structured data formats instead of README files for effective navigation and tool usage.
Claude Skill for temporary cost tracking during interactive Claude Code sessions to monitor API token usage and expenses.
CLI deployment tool using SSH and Docker Swarm for VMs as alternative to Fly.io addressing cold starts and costs.
Open-source ESP32 firmware for Ulanzi pixel clocks with bug fixes, tests, Home Assistant integration, and browser flasher.
Open-source repository of AI agents for marketing automation covering ad management, website building, and SEO for 35+ clients.
Think Better: open-source AI skills package with 155 decision-science frameworks for LLM assistants, following Anthropic skill format.
System R provides risk management API for autonomous trading agents with examples in Python, CrewAI, and LangChain. Blocked 53 trades, reduced max drawdown 29 percentage points.
Mixed-precision 4-bit quantization technique improves Qwen3.5-4B model performance, achieving lower perplexity than FP16 baseline while reducing VRAM usage to 6.4GB.
Critical examination of claims that AI agents will replace software engineers, analyzing autonomy vs task proficiency gap.
Go CLI proxy for monitoring LLM API requests and flagging sensitive data exposure in outbound agent traffic.
Architectural patterns for multi-agent systems addressing six common mistakes: inter-agent coordination, task management, scalability, cost optimization.
Python implementation of LCModel converted from Fortran using OpenAI Codex with project-owner oversight and validation.
NimoNova: AI-assisted research workspace that organizes saved articles, papers, PDFs, and images into a knowledge system. Part 4 of series on AI-assisted development.
Benchmark comparison of cloud sandbox providers (Daytona, E2B, Blaxel, Modal) for Python code execution performance.
RailsForge: CLI tool for auto-generating Rails components including monitoring, DevOps, security analyzers, and Docker/CI-CD configurations.
Open-source platform to orchestrate AI agents as employees with role-based assignments, budgets, and monitoring dashboard.
Analysis of information cocoon problem in AI agents: agents stuck in loops, duplicating code, failing to search existing solutions.
Developer tool running 5 frontier models in parallel for code audit, models debate findings, coordinator synthesizes consensus. Claude, GPT-4o, Gemini, Mistral, DeepSeek.
Open-source modular Linux host monitoring system using autonomous agent workers for subsystem surveillance. Structured event aggregation with CLI and Prometheus exposure.
Open-source tool tracking Cursor IDE costs with anomaly detection and Slack alerting. Developer tool for LLM application costs.
Open-source CLI tool scanning shell for credentials and access that AI agents could exploit. Covers AWS, GCP, Azure, API keys, K8s, Docker.
Open source alternative to Topaz Photo AI with direct implementation of all AI logic (preprocessing, inference, tiling, tensor ops) without external APIs.
Claude Code Container: zero-config Docker isolation for Claude's code generation, balancing safety and developer flow without permission prompts.
LLMTor: tool enabling anonymous access to public LLMs using blind signatures and Tor, preventing server operators from linking prompts to users.
Atombot: open source self-hosted personal AI assistant (~500 lines) with persistent memory, Telegram gateway, reminders, and extensible skills system for local and GPT models.