Appears on
Articles2
Comparing Approaches to LLM Tool Descriptions: Direct Tool Calls vs. Shell Command Integration
The article discusses evolving industry practices in 2026 for structuring tool descriptions within LLM context windows. It compares two main approaches: providing top-level tools for fine-grained actions (like listing GitHub pull requests) versus informing models about useful shell commands they can invoke directly. Both approaches allow for reusable skills
Insight
walters.app4mo ago
Building the Bun JavaScript Runtime from Source: A Bootstrapping Journey
The article details the author's technical journey of building the Bun JavaScript runtime from source without using its pre-built binaries, a process known as bootstrapping. The author faced challenges when trying to install OpenCode for LLM-assisted coding, which required Bun, but found that neither OpenCode nor Bun were available in their Linux distributio
walters.app4mo ago
