shell-commands

Tag

Cards List
#shell-commands

Look Before You Leap: Pre-Action Verification for LLM Agents

arXiv cs.LG · 2d ago Cached

This paper introduces a deterministic verification framework for LLM agents to prevent silent failures in shell commands and code edits, demonstrating high catch rates and releasing benchmarks and verifiers.

0 favorites 0 likes
#shell-commands

Trained a 1.5B to write shell commands so I'd stop googling tar flags. Runs on a laptop CPU in ~1 sec.

Reddit r/LocalLLaMA · 2026-08-13

The author fine-tuned Qwen2.5-Coder-1.5B on 125k natural-language/command pairs to generate shell commands, runs locally on a laptop CPU in ~1 second, and published the weights and code.

0 favorites 0 likes
#shell-commands

@li9292: Thanks to Teacher Kazik for introducing the Hook approach. Let me also share two of my daily use cases: **Case 1: Passive Observation** In my thought project, I just want to know what Claude is doing. ```json "PostToolUse": [{ "matcher": "Agent|Skil… ```

X AI KOLs Timeline · 2026-06-26 Cached

Share two ways to use Claude Hooks: passively observe and record tool call logs, and actively intervene to implement a learning mode state machine. Emphasize that Hooks as hard constraints are more reliable than prompts.

0 favorites 0 likes
#shell-commands

@neural_avb: The rtk library has saved 2.5M tokens across all my coding agents... in about 2 weeks! It's a library/skill teaches the…

X AI KOLs Timeline · 2026-06-01 Cached

The rtk library saves 2.5M tokens across coding agents in 2 weeks by compacting shell command outputs, reducing token consumption.

0 favorites 0 likes
#shell-commands

GrepSeek: Training Search Agents for Direct Corpus Interaction

arXiv cs.CL · 2026-05-29 Cached

GrepSeek trains LLM search agents to directly interact with a text corpus using shell commands like grep, using a two-stage training pipeline with cold-start dataset construction and GRPO refinement, achieving strong F1 and Exact Match on open-domain QA benchmarks.

0 favorites 0 likes
#shell-commands

Cron jobs and Heartbeat efficiency

Reddit r/openclaw · 2026-05-25

Tips for using Cron jobs and Heartbeat in OpenClaw to improve efficiency and reduce token usage, with examples of when to use each.

0 favorites 0 likes
← Back to home

Submit Feedback