Show HN: PUNK – Remote control for local Claude Code that just works
PUNK is a tool for remotely controlling Claude Code running locally on a laptop, preserving local state while enabling remote access from mobile devices.
PUNK is a tool for remotely controlling Claude Code running locally on a laptop, preserving local state while enabling remote access from mobile devices.
Llamactl: Self-hosted LLM manager supporting llama.cpp, MLX, and vLLM backends with web dashboard and OpenAI-compatible API.
SQLite-vector extension for approximate nearest neighbor search using HNSW indexing. Supports ACID transactions and multiple distance metrics for embedded vector search.
Antfly: Go-based distributed document database with full-text, vector, and graph search. Includes native ML inference via Termite service for local deployments.
Tool that indexes and ranks 58K AI agents with trust scores, enabling discovery and evaluation within the emerging agent ecosystem.
DashClaw: middleware intercepting AI agent actions before execution. Policy-based guard rails with YAML configuration for agent action control.
Research on automating forecasting question generation for AI evaluation. Evaluation methodology work.
Production architecture patterns for autonomous AI pipelines after 3 months deployment. Technical design insights for agent systems.
Hubcap: single Go binary wrapping Chrome DevTools Protocol in 118 shell commands. Designed to enable AI agents browser automation with JSON output.
Lewis 1.0: 8B parameter model trained on AI social data. Claims performance improvements on personality metrics versus Sonnet.
Praxis: AI-native intermediate language for agentic workflows. 51-token symbolic language converting English goals to structured auditable programs.
OpenReview: open-source self-hosted AI code review bot for GitHub PRs. Deploy to Vercel, powered by Claude, creates automated PR reviews.
MCP server enabling AI agents to upload local files to file.kiwi for instant shareable links. No auth required, supports large files.
Docent: open-source browser-based platform combining document understanding and conversational AI for educational delivery using vision-based analysis.
Survey-style article on LLM development and improvements.
RepoPrep tool converts code repositories into single AI-ready context files for use with Claude, ChatGPT, and Gemini, solving context preparation overhead.
Benchmark evaluating LLM performance on superconductivity research questions.
Technical deep dive: Mistral AI engineers debugged complex memory leak in vLLM during disaggregated serving, discovering unintuitive heap behavior.
Machine Learning Systems textbook by Harvard covering systematic framework for engineering ML systems. Bridges theory and practical engineering with systems perspective.
Cryptographic method for verifying AI inference outputs. Title only, lacks technical explanation.
Open-source framework for building production AI agents. Title only, insufficient technical depth.
Skill/plugin for coding agents that enforces KISS (Keep It Simple, Stupid) principles by scanning CLAUDE.md and AGENTS.md files.
MCP-based financial data aggregator using Plaid for AI clients. Demonstrates practical MCP application for secure data integration.
Memory architecture for AI agents using external shared storage rather than internal models. Title only, minimal detail.
Open-source long-term memory system for AI agents. Title only, lacks implementation details.
Security analysis of AI agent vulnerabilities. Title only, unclear technical depth.
Conceptual project exploring AI agents representing ecosystem interests and legal rights, combining agent design with environmental protection frameworks.
CLI benchmark for evaluating LLM function calling across 30 test cases. Supports cloud and local models for agent workflow testing.
Open-source tool detecting LLM hallucinations via hidden state analysis. Achieves 0.90+ ROC-AUC on Gemma/Llama with <1ms latency.
Technique for running multiple parallel AI coding agents simultaneously using git worktrees to achieve 2-3X productivity improvement over sequential execution.
Flock v0.7.0: Open-source DuckDB extension enabling LLM operators and RAG pipelines natively in SQL. Adds Anthropic/multi-provider support.
Open-source memory layer for AI agents. Title only, lacks technical implementation details.
Shell-based iterative coding approach for AI. Title only, insufficient detail provided.
Open-source autonomous agent runtime connecting AI to business systems (ERP, databases) via WhatsApp, Slack, Telegram with action capabilities.
Discussion on testing tools for MCP servers after Promptfoo acquisition. MCPSpec project for CI testing of Model Context Protocol.
MUP (Model UI Protocol) enables interactive UI components in LLM chat, allowing both users and agents to trigger functions. Includes PoC host and 9 example implementations.
Open-source AI agent designed to perform physics research tasks autonomously.
Framework for reliable AI agent development addressing hallucination and task drift. Structured protocol for production agent deployments.
Analysis of MCP dynamic tool registration feature. Argues MCP enables advanced agent capabilities beyond static tool definitions.
User question about AI tools for personal video editing. Discussion of limitations in current LLM video capabilities.
Performance comparison of Claude vs Calmkeep on 25-turn code and legal tasks. Shows 60%-85% code accuracy and 50%-100% legal accuracy.
Analysis of LLM competence zones for software engineering tasks. Framework for understanding model capabilities and limitations.
Benchmark study showing LLM code generation relies on memorization. Models score 90% on Python but 3.8% on esoteric languages.
Open-source voice-to-text tool with real-time speech cleaning and injection into any app. Customizable alternative to Whisper Flow.
ClickSay is a Chrome extension that captures UI context (selectors, styles, HTML, screenshots) and voice input for AI coding tools like Claude Code.
Security research showing AI agents can perform SIEM/EDR evasion, indicating organizations must assume adversaries will gain these LLM-powered capabilities.
Experience report using Lima for sandboxing AI coding agents (Claude Code, Codex) to enable autonomous operation with controlled permissions.
OpenAI releases GPT-5.4 mini and nano models optimized for coding and subagents with 2x faster inference and improved reasoning.
Rtk is a Rust CLI proxy reducing LLM token consumption 60-90% by filtering and compressing command outputs before context, with <10ms overhead.
Discussion thread with technical questions about LLM mechanics: token stopping, prompt continuation, and next-token prediction behavior.