Introducing make.ts: A Better Workflow for Running Benchmarks and Experiments
By
ingve
Toasted golden, schmeared with insight. Top of the rack.
Summary
The article introduces 'make.ts' as a workflow improvement for running benchmarks and experiments that require repeated command sequences. The author describes moving away from manual command typing and shell history reliance to a more efficient pattern using make.ts, particularly for multiprocess applications. The content focuses on developer workflow optimization and command automation.
Key quotes
· 3 pulledSounds familiar? This is how I historically have been running benchmarks and other experiments requiring a repeated sequence of commands — type them manually once, then rely on shell history (and maybe some terminal splits) for reproduction.
These past few years I've arrived at a much better workflow pattern — make.ts.
I was forced to adapt it once I started working with multiprocess applications.
You might also wanna read
How Terminal-Based AI Integration Transformed My Development Workflow
A developer shares their experience of frustration with constantly switching between terminal windows and AI assistants like ChatGPT while c
Researcher's "ADHD" tool for Claude Code claims 2x improvement; experts call for more evidence
Solo researcher Udit Akhouri released a third-party Agent SDK tool called "ADHD" for Claude Code on Reddit, claiming it helps coding agents
bit.ly·4h agoMicrosoft Foundry Skill: Reusable Guidance for Coding Agent Workflows
The Microsoft Foundry Skill is a meta-skill for coding agents that provides reusable guidance for Foundry agent workflows. It helps standard
Erlang Ecosystem Foundation Launches Central Company Registry
The Erlang Ecosystem Foundation has launched a new canonical company registry at registry.erlef.org. The registry aims to serve members, spo
aislop: Open-source CLI tool detects low-quality code patterns left by AI coding agents
aislop is an open-source CLI tool (MIT-licensed) that detects low-quality patterns left behind by AI coding agents like Claude Code, Cursor,
wterm: A DOM-based Web Terminal Emulator Powered by Zig and WebAssembly
wterm is a web-based terminal emulator that renders directly to the DOM, providing native text selection, copy/paste, find functionality, an
