Command Code
2.6K posts

Command Code
@CommandCodeAI
Command Code with taste; the first coding agent that observes how you write code and adapts to your preferences over time with meta neuro-symbolic AI `taste-1`.


AI Terminology #19: Quantization โณ A technique that reduces the precision of a modelโs numbers (e.g., from 32-bit to 8-bit) to make it smaller, faster, and more efficient to run. x.com/CommandCodeAI/โฆ




Amjad Masadโs Replit allows users to build apps together like theyโre doodling on a white board. It also made the Jordanian immigrant a billionaire along the way. Read more about how this AI company is reimagining vibe coding: forbes.com/sites/richardnโฆ ๐ธ: Cody Pickens for Forbes



AI Terminology #18: Backpropagation โณ A training algorithm that computes gradients of the loss function and propagates them backward through the network to update model weights. x.com/CommandCodeAI/โฆ

Introducing chartli ๐ CLI that turns plain numbers into terminal charts. ascii, spark, bars, columns, heatmap, unicode, braille, svg. $ ๐๐๐ก ๐๐๐๐๐๐๐ I wanted terminal charts with zero setup. No browser, no Python env, no matplotlib. Pipe numbers in, get a chart out. Again built using Command Code with my CLI taste. $ npx chartli data.txt -t ascii -w 24 -h 8 8 chart types spanning a fun range of Unicode density: - ascii (line charts with โโโโ markers) - spark (โโโโโ โโโ sparklines, one row per series) - bars (horizontal, โโโโ shading per series) - columns (vertical grouped bars) - heatmap (2D grid, โโโโ intensity mapping) - unicode (grouped bars with โโโโโ โโโ sub-cell resolution) - braille (โ โ โ 2ร4 dot matrix, highest density) - svg (vector output, circles or polylines) Input format is dead simple: rows of space-separated numbers. Multiple columns = multiple series. 0.0 0.1 0.1 0.1 0.2 0.4 0.2 0.4 0.3 0.2 0.4 0.2 Composes with pipes: $ cat metrics.txt | chartli -t spark S1 โโโโโ โ S2 โโโโโ โ S3 โโโโโโ S4 โโโโโโ The braille renderer is my fav. Each braille character encodes a 2ร4 dot grid, so a 16-wide chart gives you 32 pixels of horizontal resolution. Free anti-aliasing from Unicode. The bars renderer uses 4 shading levels (โโโโ) to visually separate series without color. Works on any terminal, any font. Heatmap maps values to a 5-step intensity scale across a rowรcolumn grid, so you can spot patterns in tabular data at a glance. SVG mode has 2 render paths: circles (scatter plot) and lines (polylines). Output is valid XML you can pipe straight to a file or into another tool. Zero config by default, every dimension overridable (-w width, -h height, -m SVG mode). No config files. No themes. No dashboards. $ ๐๐๐ก ๐๐๐๐๐๐๐ Or global install it. $ npm i -g chartli # Skill for your agents $ npx skills add ahmadawais/chartli If you work in terminals and want quick data visualization without leaving your workflow, try it. โ let's go!!

Happy to announce, I joined @CommandCodeAI as their Developer Experience Engineer in January '26! Command Code is a terminal-based coding agent that continuously learns your coding taste. So it codes like you, not just what you ask for. That's the hard problem worth solving. I own developer experience end-to-end - Key features, agent infra, and eliminating friction wherever it hides. Before I even interviewed, I spent $110 worth of credits stress testing Command. Catalogued 5โ6 pages worth of DX papercuts. Presented it to the team. Eight weeks in. 77 PRs. 309 contributions. Every problem I found in that stress-test? Fixed! Read how it all happened below! PS: We're hiring --> Shoot your shot in the comments.


