Sarvam 105B, the first competitive Indian open source LLM
Sarvam releases open-source 30B and 105B reasoning models trained from scratch in India with in-house datasets and compute, full-stack optimization.
Sarvam releases open-source 30B and 105B reasoning models trained from scratch in India with in-house datasets and compute, full-stack optimization.
Essay on shifting from manual prompt-response interaction to autonomous AI agent workflows using multi-step blueprints instead of iterative prompting.
Guide on effective AI coding workflows: architect system design first, then use AI for implementation details rather than generating entire projects at once.
Essay examining human-AI agent partnerships, exploring how agents recruit humans as sensors, verifiers, and liability bearers in autonomous systems.
MCP server connecting Claude Desktop to live Smalltalk environments. Browse classes, evaluate code, autonomous code review against running Squeak/Cuis image.
Mb-CLI provides read-only Metabase API terminal interface designed for humans and AI coding agents to explore databases and run ad-hoc queries.
macOS menu bar app for checking Claude Code subscription usage without interrupting running agent sessions.
Go implementation of OpenAI's Symphony with multi-agent coordination. Watches Linear board, spawns agents per task, lands PRs automatically.
SlideHTML Electron app renders HTML files as slides, enabling AI-generated slide creation workflow with Claude Code or Gemini CLI.
Open-source encrypted data vault for LLM training data using compression, AES-256-GCM encryption, and Merkle trees. REST API included.
Analysis of Claude model behavior: exploiting weight patterns improves code generation. Shows how model weights drive realistic vs unrealistic outputs.
CLI tool tracking spending on AI coding tools. Monitors Claude Code Pro, Cursor IDE, and OpenAI Codex usage and costs in one dashboard.
Unofficial CLI for Resend email service designed for AI agents and humans. Supports macOS, Linux, and Windows with multiple install options.
CLI tool to run AI instructions in shells, scripts, and CI/CD pipelines like Unix tools. Single binary, supports piping and chaining.
Android app running Qwen3.5-0.8B locally for offline document AI without cloud upload. Supports PDF Q&A and document summarization.
Discussion of whether AI agents should skip sponsored ad results during automated web research to avoid accidental PPC click fraud.
Mobile app to remotely control Claude Code and Codex CLI agents from iOS/Android via WebSocket bridge on Mac.
Gollem: Go framework for production AI agents with type safety, structured output, multi-provider streaming, guardrails, and zero-allocation streaming.
Always-on memory agent using Google ADK and Gemini 3.1 Flash-Lite. Implements persistent 24/7 memory consolidation without vector databases or embeddings.
SurvivalIndex project benchmarks what developer tools AI agents actually choose in practice. Finds Claude Code picks custom solutions over available tools in 60% of categories.
Pre-tool-use hook for Claude Code that logs all actions as tamper-evident audit trail, catching attempted production config poisoning.
Lightweight CLI for creating and deploying MDX blogs. Designed with AI agents in mind for blog automation.
2026 directory of frontier AI labs and emerging research labs worldwide including AMI Labs, with contact and location info.
Security disclosure of supply chain vulnerability in Cline AI coding tool via compromised issue triage bot. Real exploit of AI agent.
Autonomous browser agent that decomposes test intentions into phases and executes frontend tests. AI-driven test automation tool.
Technique to summarize AI agent context via compression instead of truncation. Preserves task continuity and memory for long-running agents.
Crypto data enrichment API on Base mainnet allowing AI agents to pay USDC per request for price data, trading signals, and market analysis.
Open source AI assistant converting natural language to Python code. Features autonomous execution loop, persistent mistake memory, voice input, and internet integration.
Claude-consensus: Multi-model code review plugin running GPT, Gemini, Grok in parallel for code analysis with consensus convergence.
MetalRT: LLM inference engine for Apple Silicon achieving 658 tok/s on M4 Max, 1.67x faster than llama.cpp in benchmarks.
Minimal web GUI for AI coding agents. Currently supports Codex CLI with Claude Code support planned. Early stage.
Git-native CLI tool for sharing LLM coding context between team members. Addresses context drift in multi-developer AI coding workflows.
Auto-Co: Autonomous AI company with specialized agent roles (CEO, CTO, engineer, etc.) running scheduled workflows, open source MIT license.
Analysis of LLM-generated code producing plausible but functionally incorrect implementations. SQLite lookup 20k times slower than expected.
Reflectt-node: Multi-agent coordination platform deployable via Claude/ChatGPT in 5 minutes with task board, chat, and review gates.
dullnote: Version control system for Claude's context/memory using MCP protocol, enabling persistent state across sessions and team sharing.
dlgo: Pure Go LLM inference engine loading GGUF models with no dependencies, supporting LLaMA, Qwen, Gemma, Phi models.
Developer activity tracker with narrative context similar to Strava for fitness. Privacy-focused alternative to time trackers.
Atheon: Telemetry analytics platform for AI products tracking agent behavior, user intent, and failure modes without raw logs.
AI agent tool automating spreadsheet analysis, web research, form filling with browser automation and real-time monitoring.
CodeTrackr: Open-source privacy-first developer activity tracker with real-time dashboard, WakaTime-compatible API, Docker support.
Open source CLI and MCP server for openEHR artifact management. Automates template validation and resource processing in scripts/CI. Integrates with Claude Desktop and Cursor via MCP.
Hatice autonomously orchestrates GitHub/Linear issues by dispatching Claude Code agents to solve end-to-end. Built in TypeScript with multi-turn execution, retry logic, and observability.
Essay on how software proliferation enables new kinds of processes beyond efficiency gains. Historical examples from business automation but limited technical depth.
Sonde defines stable manifest contracts for AI-native CLI workflows with tooling to generate, validate, and score. Reference CLI implementation for standardized agent-CLI integration.
Markdown parser with streaming support for incrementally parsing LLM outputs. Parses into typed node tree following CommonMark spec, enabling finalized block emission as input grows.
MCP server enabling multiple Claude instances to communicate via shared message bus. Solves isolation problem in multi-session Claude workflows with messaging, channels, and data sharing.
Personal experience of developer reinvigorated by Claude Code agentic capabilities for programming.
Agent Office provides Slack-like communication interface for AI agents similar to OpenClaw architecture.
Proof-of-concept comparing WebSocket+Huffman vs SSE+JSON for LLM token streaming. Achieves 30% latency improvement and 60% bandwidth savings through client-side token decoding.