Skip to content

Commit 9633138

Browse files
committed
Clarify the README to emphasize the tool's speed, universal workflow, and human-centric approach to AI coding
1 parent c9983db commit 9633138

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,23 @@
1515

1616
100% free and open source VS Code extension for AI-assisted programming. CWC treats the AI model less like a teammate and more like a calculator; by emphasizing context management, it modifies it predictably, accurately, quickly, thus cost-efficiently. Enjoy a modern software development workflow with a tool that doesn't try hard to replace You.
1717

18-
⚡️ Non-agentic - designed to one-shot any task \
18+
⚡️ World's fastest AI coding - one-shot tasks in a single chat or API call \
1919
🧩 Compatible with VS Code derivatives (Cursor, Windsurf, VSCodium, etc.) \
2020
🙋 Created by an independent developer \
2121
☕️ Supported by donations
2222

2323
**Guiding principles:**
2424

2525
- initialize chatbots—don't scrape responses
26+
- univarsal—allow any workflow
2627
- privacy first—zero telemetry
2728
- lightweight—about 1MB of code
2829

2930
**CWC is for you if:**
3031

3132
- you're an experienced engineer working on a large codebase
3233
- you're a student or hobbyist on a budget
34+
- you believe software should be crafted, not generated
3335

3436
**See how simple it is to implement a feature with ChatGPT:**
3537

@@ -50,8 +52,8 @@ CWC does not prompt-engineer any form of autonomous coding, instead, it expects
5052
The benefits of this friction include:
5153

5254
- developing a mental model of the codebase,
53-
- eliminating idle time waiting for agentic runs to finish,
54-
- predictability of AI-generated outputs.
55+
- quick results from a single chat or API call,
56+
- predictable outputs.
5557

5658
## <span style="background-color: #fbb100; color: black; padding: 0.2em 0.6em; border-radius: 999px">Chatbot initialization</span>
5759

0 commit comments

Comments
 (0)