Tag
A discussion prompt asking developers what features they find missing in current AI coding IDEs like Cursor, Claude Code, Codex, and OpenCode.
A hands-on comparison of Claude Code and OpenCode across various coding tasks, finding Claude Code superior for seamless frontend work and long sessions, while OpenCode offers greater flexibility, model freedom, and inspectability.
The author describes setting up an AI dev platform in his homelab using OpenCode Web UI with Git access, enabling AI-assisted maintenance of Docker services via PR review and GitOps deployment.
Tweet reminding developers they can run coding agents locally using llama.cpp and OpenCode for fast, reliable, and private inference, demonstrating with UnslothAI's North-Mini-Code-1.0-GGUF model.
LiteLLM releases a self-hosted open-source agent platform that lets users build autonomous agents on top of Hermes, OpenCode, and Claude Code harnesses, with support for any OpenAI-compatible endpoint including Ollama and vLLM.
A warning that OpenCode Go/Zen currently does not offer users the ability to easily delete their accounts or data, despite ongoing GitHub issues and a response promising future self-deletion.
An open-source project providing an Opencode Skill that automatically generates in-depth research reports comparable to those from brokerages/research institutions through a four-stage pipeline (outline → data collection → parallel writing → review and assembly). Cost is less than 0.6 yuan, takes 10–20 minutes, supports output in 19 languages, suitable for independent developers and researchers.
A demo of a self-healing agent that uses observability (Monocle) and MCP to debug and fix a broken application by inspecting telemetry data and running tests, treating observability as part of the agent loop.
A talk by @thdxr explains how opencode uses the Effect TypeScript library across its codebase for schemas, services, and tracing.
Co-founder Dax Raad of OpenCode observes that despite operating in an AI-native space, no company is using AI well enough to dominate the competition, and shares lessons from recent operational changes.
User shares experience with Qwen3.6 27B model, which successfully generated a complete HTML5 breakout game in one shot, showing impressive coherence and attention to detail beyond typical LLM outputs.
re_gent is a version control system for AI agents, tracking agent actions, enabling line-level attribution to specific prompts, and supporting rollback. It integrates with Claude Code, Codex, and OpenCode automatically.
A pull request for llama.cpp fixes the constant prompt processing issue that occurs when using OpenCode or Pi with the library.
The author tests multiple coding agent harnesses (GitHub Copilot, Pi, Claude Code, OpenCode) using the same Qwen3.6 27B model, finding that harness design significantly impacts performance, with OpenCode excelling at web searches and web development, and GitHub Copilot struggling with file editing tools.
This article describes how to use the coding agent OpenCode with llama.cpp and the Qwen3.6 model to find bugs in code, while emphasizing the critical safety measures needed to prevent LLMs from accessing sensitive data.
Markokraemer announces SandboxAgent, an opencode-based runtime that runs in sandboxes with remote session storage and git-native versioning for centralized data and isolated operation.
The author explores the viability of using the open-source tool OpenCode with DeepSeek V4 Pro as a cost-effective alternative to the paid Claude Code CLI for agentic automation and 'vibe coding'.
A curated list of plugins, themes, agents, and SDKs for Opencode, an AI coding agent for the terminal.
An evaluation of four LLMs (Qwen, MiniMax, GLM) using Claude as a prompter for the Opencode agent tool reveals that a smaller local model (Qwen 27B on a 3090) outperforms a larger pruned model in coding quality and reliability.
A developer benchmarked multiple self-hosted LLMs (Qwen 3.5/3.6, Gemma 4, Nemotron 3, GLM-4.7) with OpenCode on two coding tasks, revealing speed and quality trade-offs on RTX 4080 hardware.