Kilo Code's Avatar

Kilo Code

@kilocode.ai.bsky.social

Open Source AI coding assistant for planning, building, and fixing code. We're a superset of Roo, Cline, and our own features. Follow us: https://kilocode.ai/social

59 Followers  |  26 Following  |  302 Posts  |  Joined: 10.03.2025  |  1.6034

Latest posts by kilocode.ai on Bluesky

Post image

Conventional commits = structured git messages that actually help. Format: type(scope): description. feat: new features, fix: bug fixes, docs: documentation. Benefits: automatic changelogs, semantic versioning, better git history. AI can generate these perfectly. ๐Ÿ“โœจ

06.08.2025 13:15 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Introducing new Kilo Code feature โœจ๐Ÿ› ๏ธ : Usage stats

06.08.2025 12:03 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Stop measuring lines of code. Real dev productivity metrics: Time to first commit, context switching frequency, bugs per feature, deployment frequency, mean time to recovery. AI assistants should reduce context switches, not increase LOC. Quality over quantity. ๐Ÿ“Š๐ŸŽฏ

06.08.2025 01:15 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Pair programming evolved: Human + AI collaboration beats human + human. AI never gets tired, remembers everything, suggests alternatives instantly. Human provides creativity, judgment, business context. Best pattern: Human architects, AI implements, human reviews. ๐Ÿค๐Ÿค–

05.08.2025 21:12 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

OpenAI just released its first open-source models:

1. GPT OSS 20B (131k context window)
2. GPT OSS 120B (same context window)

You start using them in Kilo Code right now:

05.08.2025 17:49 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Have you tried Horizon Beta model yet?

You can use a new Frontier Model for ๐Ÿ…ต๐Ÿ†๐Ÿ…ด๐Ÿ…ด !

๐ŸŸก App built in the tutorial: match-me-if-you-can-three.vercel.app
๐ŸŸก GitHub: github.com/ESzyszka/Mat...

05.08.2025 17:00 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

AI task breakdowns: "Add user auth" becomes 8 steps - API design, database schema, JWT implementation, frontend forms, validation, testing, docs, deployment. Smart AI shows progress visually: โœ… โšก โญ•. No more "where was I?" moments. Complexity โ†’ clarity. ๐ŸŽฏ๐Ÿ“‹

05.08.2025 01:25 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Developers hate interruptions because flow state is fragile. Auto-approval settings let AI assistants work without constant "OK?" prompts. Enable for: todo updates, mode switching, simple file operations. Keep human control for: terminal commands, deletions. Balance! โš–๏ธ๐Ÿ”„

04.08.2025 17:22 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Check out this power setup for vibe coding from our Engineer Chris

1๏ธโƒฃ @DJIGlobal ๐ŸŸฐ mic
2๏ธโƒฃ @aquavoice_ ๐ŸŸฐ speech2text
3๏ธโƒฃ VScode with Kilo Code ๐ŸŸฐ code

#VibeMaxing #PowerUser #KiloCode #VSCode #productivity

04.08.2025 14:00 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Introducing new Kilo Code feature โœจ ๐Ÿ› ๏ธ : Referral links

04.08.2025 12:01 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Ollama vs OpenAI for coding: Privacy vs Performance showdown.

Ollama: Free, private, offline, slower responses, good for basic tasks
OpenAI: Fast, smart, costs money, sends data to cloud, better for complex reasoning

Your call: Control or capability? ๐Ÿค–โš–๏ธ

03.08.2025 16:44 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

โŒ Bad prompt: "Fix the code"

๐Ÿ˜Ž Good prompt: "Fix the bug in calculateTotal that returns incorrect results when handling decimal prices"

๐ŸŽฏ Best prompt: "In @utils/pricing.js, fix calculateTotal - it's adding tax twice on decimal prices. Expected: $10.50, Getting: $12.11"

02.08.2025 15:48 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

"Shell Integration Unavailable" driving you crazy? 90% of failures: outdated VS Code, wrong shell profile, or 0ms command delay. Quick fixes: Update to 1.93+, select compatible shell, try 50ms delay. WSL users: add integration script to .bashrc. โšก๐Ÿ”ง

01.08.2025 17:13 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

PowerShell vs Bash vs Zsh for AI coding? PowerShell needs 150ms delay, Bash works at 0ms, Zsh loves customization but breaks integration. Winner: Bash for reliability, Zsh for power users who configure properly. PowerShell... if you must. ๐Ÿšโšก

01.08.2025 13:55 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Let's take a closer look at two models from Moonshot AI that made quite a splash in the Open-Source Agentic space:

1๏ธโƒฃ Kimi K2 :
ใ€€๐ŸŸก $0.60/$2.50 per 1M tokens
ใ€€๐ŸŸก No thinking, pure execution

2๏ธโƒฃ Kimi VL Thinking:
ใ€€๐ŸŸก Crushes math/multimodal tasks
ใ€€๐ŸŸก Actually "thinks" through problems

01.08.2025 11:02 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Introducing new Kilo Code feature โœจ๐Ÿ› ๏ธ : Crypto payments

01.08.2025 10:00 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Local AI vs Cloud for coding: Privacy & offline access vs performance & features. Local wins for sensitive code, cloud wins for complex tasks. Your call: Ollama for control, OpenAI for capabilities. Most devs need both. ๐Ÿค–๐Ÿ’ป

31.07.2025 17:50 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Switch AI models mid-conversation without losing context. Need Claude's reasoning for architecture but want GPT for quick code gen? Just click and go. No more opening new windows or explaining your project again. The right model for each moment, seamlessly. ๐Ÿ”„

31.07.2025 16:44 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Have you heard the news? ... ๐Ÿคซ
fibonacci.kilocode.ai

31.07.2025 15:01 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

๐ŸŽฅ We are going live in 5 minutes with "The Art of Prompt Engineering for Software Developers" by Anthropic & Kilo Code

Join the session: www.youtube.com/watch?v=G0ev...

31.07.2025 15:00 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Open source AI just got serious

Kimi K2 is the first model that doesn't make me miss Claude for coding tasks
53.7% LiveCodeBench score (beats GPT-4)
Real tool execution that actually works

Deep dive:https://blog.kilocode.ai/p/kimi-k2-first-open-model-to-challenge

31.07.2025 11:01 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Top up today with any Fibonacci number, get the next number in the sequence as bonus credits for Kilo Code.

Examples:

Top up $5 โ†’ get $8 bonus (total: $13)
Top up $21 โ†’ get $34 bonus (total: $55)
Top up $89 โ†’ get $144 bonus (total: $233)

31.07.2025 10:35 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Browser tool isn't just for Claude anymore. Gemini, GPT-4.1, Mistral, Qwen - any model that can see images gets the full browsing experience. Why should Claude have all the fun scrolling through your web app and finding that CSS bug you missed? Visual debugging for everyone! ๐Ÿ‘€

30.07.2025 17:12 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Stop writing "fixes everything (hopefully)" at 2 AM. AI-generated commit messages analyze your unstaged changes and create descriptive history. But remember: git history matters! Use this wisely, or you'll explain that 47-file commit to your future self. The Git Police are watching ๐Ÿ‘ฎโ™‚๏ธ

30.07.2025 13:15 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

๐Ÿšจ Anthropic just dropped new API rate limits.

This changes everything for power users building with Claude. The AI pricing playbook strikes again - but what does this really mean for developers scaling AI products?

Deep dive:
blog.kilocode.ai/p/ai-pricing...

30.07.2025 11:00 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

AI tools that let you burn through 100% of your context window are doing you a disservice. We automatically block file reads over 80% usage. Think of it as a smart bouncer for your token budget. Your future self will thank you for keeping this protection enabled. ๐Ÿ›ก๏ธ

30.07.2025 01:15 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Edit a message from 10 steps back and watch AI automatically undo previous work and continue from that point. It's like having a time machine for your coding sessions. Made a wrong turn? Just edit that earlier message and watch the timeline correct itself. Doc Brown approved ๐Ÿ•ฐ๏ธ

29.07.2025 21:12 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Anthropic just announced they're imposing weekly limits. Just like a lot of companies before them, we're seeing the results of subscription-based AI services.

Read our take on it here; blog.kilocode.ai/p/ai-pricing... and try Kilo Code today to get 300% bonus credits this week only!

29.07.2025 12:54 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
How AI Models Use APIs (They Don't) And How We Actually Make Them Do It

MCP is the missing piece that makes AI assistants actually useful. Instead of being limited to built-in tools, your AI can now adapt to YOUR workflow. GitHub integration? Database queries? Custom APIs? All possible.

Learn more: blog.kilocode.ai/p/how-ai-mod...

29.07.2025 01:25 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Want to cut AI coding costs by 70%? Use Orchestrator mode: 1) Smart models plan the work 2) Cheap models execute tasks 3) Each subtask runs lean with only needed context. Sonnet handles thinking, Flash handles implementation. Your wallet stays happy. ๐Ÿง ๐Ÿ’ธ

youtu.be/20MmJNeOODo

28.07.2025 17:22 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@kilocode.ai is following 19 prominent accounts