Command Code

2.6K posts

Command Code banner
Command Code

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`.

San Francisco, CA Katılım Kasım 2023
1 Takip Edilen3.2K Takipçiler
Sabitlenmiş Tweet
Command Code
Command Code@CommandCodeAI·
We've raised $5M to launch the first coding agent that can continuously learn your coding taste. Introducing Command Code. $ npm i -g command-code Code 10x faster. Review 2x quicker. Bugs 5x slashed. Taste >>>> AI Slop.
English
19
9
59
98K
Command Code
Command Code@CommandCodeAI·
Coding agents shine when used for reasoning, not just generation. Try this Active Comparison workflow: 1. Draft first: Ship a rough solution, even if it's messy. 2. Challenge the agent: Ask it why it would refactor specific parts. 3. Diff the logic: Compare its version with yours line-by-line. 4. Audit the tradeoffs: Ask it to justify readability vs. performance. You aren't just getting an answer; you’re building taste. AI speeds up the feedback loop, but the real learning happens in the gap between your version and its.
English
0
0
2
131
Command Code
Command Code@CommandCodeAI·
Coding agents are reshaping how we build software. Here is a simple way to use them well: 1. Start with a clear goal 2. Give context and constraints 3. Review outputs and refine The secret is taste. Guide the agent with good judgment and it will amplify your skills.
English
0
0
5
130
Command Code
Command Code@CommandCodeAI·
AI use case: Log analysis AI can scan logs and instantly surface errors, anomalies, and root causes. It helps you debug faster and resolve issues before they escalate.
English
0
0
5
137
Command Code
Command Code@CommandCodeAI·
AI Terminology #20: Distillation ↳ A training technique where a smaller “student” model learns to replicate the behavior of a larger “teacher” model, preserving performance while reducing size and cost. x.com/CommandCodeAI/…
Command Code@CommandCodeAI

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/…

English
0
0
7
198
Command Code retweetledi
Maedah Batool
Maedah Batool@MaedahBatool·
New role: Product Lead at @CommandCodeAI 🥳 After building developer experience at Vercel (Next.js) and then Sourcegraph, I'm going all in on what comes next. Excited to announce that I've joined Command Code to build and shape the next frontier of developer experience. I'll be working across Product and GTM to help developers take command of their code. Command Code is the first frontier coding agent that both builds software and continuously learns your coding taste via `taste-1`, our meta neuro-symbolic AI model. We're hiring in SF and globally. Come work with us on building the future of agentic engineering. Let's goooo!!
Maedah Batool tweet media
English
9
2
21
1.3K
Command Code
Command Code@CommandCodeAI·
AI is the new operating system for builders. Research in minutes. Code in hours. Ideas turned into products faster than ever. The people who treat AI like a daily tool will move 10x faster than those who do not. Are you using it every day?
English
1
0
6
252
Command Code
Command Code@CommandCodeAI·
AI coding agents are moving beyond autocomplete. ↳ Break tasks into executable steps ↳ Write code, run it, debug failures ↳ Improve outputs through execution loops Code generation backed by runtime feedback. Follow for more insights on AI and coding agents.
English
0
0
4
198
Ashar Irfan
Ashar Irfan@MrAsharIrfan·
Introducing `tikr` A Pomodoro & countdown timer for the terminal. Built with Command Code. No app switching. No browser tabs. No distractions. $ 𝚗𝚙𝚡 𝚝𝚒𝚔𝚛-𝚌𝚕𝚒
Ashar Irfan tweet media
English
3
1
4
95
Command Code retweetledi
Ahmad Awais
Ahmad Awais@MrAhmadAwais·
Star it ↳ github.com/ahmadawais/cha… | ↳ Built with @CommandCodeAI [CommandCode.ai] | npm i -g command-code | | # how? | $ cd my-cli-project | | # pull my coding taste ↳ $ npx taste pull ahmadwais/cli | ↳ $ cmd "build me a CLI with Ahmad's taste that …"
English
0
2
3
896
Command Code retweetledi
Ahmad Awais
Ahmad Awais@MrAhmadAwais·
I got Amjad @amasad to invest in @CommandCodeAI back when Replit was a $2M ARR company, before the $9B decacorn it is today. I've been fortunate and intentional to have great founders on our cap table. Followed Amjad's work for a long time. He's one of those founders who just quietly, consistently executes at a high level. Few people sustain that kind of output over 10+ years. It's rare and I have a lot of respect for it.
Forbes@Forbes

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

English
0
2
60
6.2K
Command Code
Command Code@CommandCodeAI·
People think coding agents only work for small tasks. “Agents can’t handle complex projects.” Coding agents can break big problems into steps, execute them, and iterate — helping you move large projects forward faster. How are you using coding agents today?
English
1
0
7
203
Command Code
Command Code@CommandCodeAI·
AI use case: Code search AI can instantly find functions, files, or patterns across huge codebases. It helps you jump straight to the code that matters. How do you search through your codebase?
English
2
0
6
634
Command Code retweetledi
Ahmad Awais
Ahmad Awais@MrAhmadAwais·
Introducing mmmodels 𝌭 𝚖𝚖𝚖𝚘𝚍𝚎𝚕𝚜 is a CLI for browsing, filtering, and exploring AI models from hundreds of providers. Built for both humans and agents. $ 𝚗𝚙𝚡 𝚖𝚖𝚖𝚘𝚍𝚎𝚕𝚜 I wanted one terminal-native place to answer questions like: - what models exist (fuzzy search) - who ships them at what price - how much context they have - what they cost (esp caching) - which ones support tools, reasoning, files, or structured output The data is all there. The workflow as a CLI was missing. Cognitive load of issues like: Name drifts. IDs collide across providers. Pricing and capability metadata changes constantly. The browser/tab workflow is too slow if you do this often (as someone building a frontier coding agent). Again built with Command Code, with my CLI taste. What it does well: - no-arg interactive TUI for browsing `mmmodels` all you need - fuzzy search across model IDs, model names, and provider names - filtering by provider, capabilities, and status - explicit sorting and limiting with `--sort` and `--limit` - agent-friendly output with `--fields`, `--ids-only`, `--ndjson`, and `--json` - width-aware terminal tables that fail cleanly instead of overflowing - `--plain` mode for scripts, CI, and remote boxes - local disk cache with offline-friendly fallback behavior A few examples: $ mmmodels claude $ mmmodels list --provider anthropic --table $ mmmodels search gpt --provider openai --json $ mmmodels search claude --fields id,provider_id,limit.context,cost.input One subtle feature I like: provider-aware ranking. If the same model family appears from multiple providers, search prefers the default source for that family instead of returning an arbitrary duplicate first. Under the hood the search is custom-scored. PRs welcome. Queries are tokenized, normalized, version-aware, and AND-matched across candidates. Version tokens like `4.6` are handled carefully so they do not accidentally match `4.5`. Caching is simple on purpose: - in-process cache - disk cache in tmp - network fetch from source - do --sync or -s with any command to fetch live Normal mode goes memory -> disk -> network. If the fetch fails, it falls back to disk cache instead of hard-failing. Tables are width-aware. Each column has min/max widths and alignment. The renderer fits the table to the current terminal width, and if the requested columns still do not fit, it errors instead of wrapping into unreadable soup. `--plain` actually means plain: - no banner - no color - no spinner - booleans rendered as `yes/no` - ASCII connectors instead of box-drawing glyphs No dashboards. No browser spelunking. Big win. Need I say more. Just: $ npx mmmodels Or install it globally: $ npm i -g mmmodels If you work with models a lot and prefer terminals over tabs, try it. ⌘ Built with Command Code.
Ahmad Awais tweet media
English
4
7
38
2.6K
Command Code
Command Code@CommandCodeAI·
AI is the new unfair advantage. The same person with AI can research faster, write faster, code faster, and ship faster. The gap will not be small. It will compound daily. People who adopt early will look unstoppable later. Are you building with AI yet?
English
20
4
59
3.3K
Command Code
Command Code@CommandCodeAI·
built with @CommandCodeAI
Ahmad Awais@MrAhmadAwais

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!!

English
0
0
7
310
Command Code
Command Code@CommandCodeAI·
Super excited to welcome you Vipul. ⌘ LFG! Too many “vibe coding tools” miss the mark for top full-stack devs. Great engineering needs taste, and that’s exactly what we’re bringing to agentic coding with taste.
Vipul Gupta@vipulgupta2048

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.

English
1
1
12
951
Command Code
Command Code@CommandCodeAI·
AI coding agents are becoming production-grade development partners. They don’t just write code - they validate architecture decisions, enforce constraints, and optimize implementations before committing changes. • Perform deep static and semantic analysis • Refactor legacy systems with minimal regression risk • Generate production-ready code with test coverage • Track performance and reliability impacts This is software engineering at machine speed.
English
0
0
3
272