klotz: opencode*

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. A comprehensive technical guide on setting up a high-performance local large language model environment for agentic coding tasks. The author demonstrates how to run a quantized Qwen3.5-27B model on a remote RTX 4090 workstation and access it from a MacBook using Tailscale, integrating the setup with OpenCode and Codex.
    Key topics include:
    * Step-by-step llama.cpp build configuration for CUDA support.
    * Using Tailscale to create a secure network between client and GPU machine.
    * Optimizing VRAM usage through specific quantization (UD-Q4_K_XL) and context size management.
    * Implementing a corrected chat template to prevent tool-calling errors in agentic workflows.
    * Performance insights regarding hybrid architectures and KV cache precision.
  2. This project, `autoresearch-opencode`, is an autonomous experiment loop designed for use with OpenCode. It's a port of `pi-autoresearch`, but implemented as a pure skill, eliminating the need for an MCP server and relying solely on instructions the agent follows using its built-in tools. The skill allows users to automate optimization tasks, as demonstrated by the example of optimizing the BogoSort algorithm which achieved a 7,802x speedup by leveraging Python's `bisect` module for sorted-state detection.
    The system maintains state using a JSONL file, enabling resume/pause functionality and detailed experiment tracking. It provides a dashboard for monitoring progress and ensures data integrity through atomic writes and validation checks.
  3. OpenCode is an open-source AI coding agent designed for development work. It offers two built-in agents: 'build' for full access and 'plan' for read-only analysis and code exploration. Installation is possible via curl, package managers (npm, brew, etc.), or as a desktop application for macOS, Windows, and Linux. It distinguishes itself from tools like Claude Code by being 100% open source, provider-agnostic, offering LSP support, and having a focus on a Terminal UI. OpenCode is built with a client/server architecture, allowing for remote access via mobile apps.
  4. Open-source coding agents like OpenCode, Cline, and Aider are reshaping the AI dev tools market. And OpenCode's new $10/month tier signals falling LLM costs. These agents act as a layer between developers and LLMs, interpreting tasks, navigating repositories, and coordinating model calls. They offer flexibility, allowing developers to connect their own providers and API keys, and are becoming increasingly popular as a way to manage the economics of running large language models. The emergence of these tools indicates a shift in value towards the agent layer itself, with subscriptions becoming a standard packaging method.
  5. Crush is a Go-based CLI application that brings AI assistance to your terminal. It provides a terminal user interface (TUI) for AI coding.
    2026-02-02 Tags: , , , , , , , , by klotz
  6. One source of truth for all your AI CLI skills. Install once, sync everywhere — Claude, Cursor, Codex, Gemini, and 10+ more.
  7. An analysis of the current LLM landscape in 2026, focusing on the shift from 'vibe coding' to more efficient and controlled workflows for software development and data analysis. The author advocates for tools like AI Studio and OpenCode, and discusses the strengths of models like Gemini 2.5 Pro and Claude Sonnet.
  8. Interact with opencode server over HTTP. The `opencode serve` command runs a headless HTTP server that exposes an OpenAPI endpoint that an opencode client can use.

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: Tags: opencode

About - Propulsed by SemanticScuttle