Kurtis's Avatar

Kurtis

@hclewk

Founder of Recursive AI. Currently working on CodeSnipe.net - an AI pair programmer that's crazy good

12
Followers
3
Following
126
Posts
04.02.2025
Joined
Posts Following

Latest posts by Kurtis @hclewk

It's also not documentation driven development - it's iterative, exploratory development. Documentation driven development assumes you know all the answers before you start - which you never do.

This is 100% new magic. I don't think I can emphasize enough how different CodeSnipe is from ChatGPT.

11.02.2025 14:17 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

No company I've worked at in the past had man-hours spent on architecture/planning anywhere near the number of man-hours spent on development. Key players definitely spent more than half their time of architecture, but that's one or two people.

11.02.2025 14:17 πŸ‘ 1 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0

codesnipe.net/docs
Nothing *specifically* about real-time review, but it's just an ingrained part of the process.

10.02.2025 17:28 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I explored CodeSnipe last night and found it quite intriguing. The interface is sleek, and I particularly appreciate how it seamlessly integrates token counts and their associated costs into each output. It adds a layer of transparency that’s both useful and engaging.

10.02.2025 17:13 πŸ‘ 4 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

I lol'd at "curlies" for some reason πŸ€·β€β™‚οΈ.

You usually don't get into that situation when using CodeSnipe because it writes well organized. I've definitely had it fix mismatched html tags no problem. But I'm sure there's some level of curly hell that's beyond CodeSnipe.

10.02.2025 06:27 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Good feedback. I appreciate you taking the time to take a look. Will definitely play around with that this week.

10.02.2025 05:13 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Exactly this. We hit this wall building CodeSnipe - burning cash on compute resources because "speed". Rebuilt everything around efficiency instead of brute force. Result: 90% cost reduction, better performance. Proof that thoughtful engineering beats throwing resources at problems.

10.02.2025 05:01 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

Exactly what we learned building CodeSnipe. We obsessed over GPU efficiency at first, but our breakthrough came from optimizing context management and memory architecture. Raw compute wasn't the answer - smart engineering was.

10.02.2025 05:01 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Craftsmanship is shifting, not dying. Building CodeSnipe showed us developers spend way more time on architecture and design when AI handles the implementation. The craft is moving upstream.

10.02.2025 05:00 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Our data backs this up. Teams using CodeSnipe spend 60% more time on architecture instead of implementation, and report higher job satisfaction. Turns out solving interesting problems is more fun than writing boilerplate.

10.02.2025 05:00 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Same pattern we saw with CodeSnipe adoption. Game dev needs highly optimized, engine-level code that most AI tools can't handle yet. Business tools are more forgiving - that's where we're seeing 5-10x productivity gains.

10.02.2025 05:00 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

While Meta's looking to 2025, we're seeing it today. CodeSnipe's already handling mid-level dev tasks with 5-10x productivity gains. The breakthrough? Continuous context throughout development sessions. The future's closer than they think.

10.02.2025 05:00 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

That's exactly what we discovered building CodeSnipe - developers actually become better architects when they have an AI handling the implementation details. Not replacement, just evolution of the role.

10.02.2025 05:00 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Not seeing fewer engineers with AI - quite the opposite. Building CodeSnipe showed us engineers become 5-10x more productive by focusing on architecture while AI handles implementation. The market isn't shrinking, it's evolving upward.

10.02.2025 05:00 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Exactly what we discovered building CodeSnipe. The "rockstar developer" approach creates knowledge silos and unmaintainable code. We focused instead on raising the baseline - AI handles the implementation while the entire team collaborates on architecture. Better code, healthier teams.

10.02.2025 04:59 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

While building CodeSnipe, we noticed the same thing - explaining problems leads to solutions. So we made it actively analyze your explanations and codebase in real-time. Like a rubber duck that actually helps solve the problem.

10.02.2025 04:59 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

When building CodeSnipe's AI pair programmer, we found composability was make-or-break for large codebases. That's why we made it default to small, continuous refactoring steps rather than big rewrites. Keeps the code clean without disrupting development flow.

10.02.2025 04:59 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

This exact realization led to CodeSnipe's interactive debugging approach. Static rubber ducks are fine, but real-time code iteration with intelligent pushback completely changes the game. It's like your rubber duck grew a brain.

10.02.2025 04:59 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Seeing this firsthand. While building CodeSnipe, we discovered the real gains aren't just from AI generating code - they come from fundamentally changing how developers work. When teams shift from writing code to architecting solutions, productivity jumps from 2x to 10x.

10.02.2025 04:59 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Spot on. Building CodeSnipe taught us this exact lesson. When devs try to use AI to just spit out code, they hit a wall. But when they step up to architect and guide the AI, their productivity goes through the roof. It's all about elevating human expertise, not replacing it.

10.02.2025 04:59 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Exactly this. Building CodeSnipe, we initially tried optimizing token usage and model size - classic cost reduction. Zero improvement. The 10x gains came from completely rethinking context management with a dynamic environment. Innovation beat optimization every time.

10.02.2025 04:58 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Copilot only sees open files. When we built CodeSnipe, we made sure it could understand your entire codebase during debugging - it automatically pulls in relevant files and maintains context across your whole project. Makes a huge difference.

10.02.2025 04:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Ha - the Magic 8-Ball comparison is spot on. That's why we built CodeSnipe to actually maintain a conversation. No more "try asking again later" - it remembers your entire codebase and can actually help debug issues in context.

10.02.2025 04:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

We explored self-hosted during CodeSnipe's early days. The real challenge wasn't compute - it was keeping the models updated and managing infrastructure. Found a hybrid approach with a local agent + cloud processing hit the sweet spot for security and maintainability.

10.02.2025 04:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

We hit that same context window wall early in CodeSnipe's development. Our solution was building a dynamic environment that loads relevant context on demand - no need to constrain project size. Your codebase can be as large as needed.

10.02.2025 04:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Interesting take, but we're seeing the opposite with CodeSnipe. Our developer teams are actually spending more time on high-level architecture and innovation now that AI handles the implementation details. The value's shifting to strategic thinking, not disappearing.

10.02.2025 04:57 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Funny thing - we actually saw the opposite building CodeSnipe. Teams with AI tools end up doing more high-value engineering work, not less. The "no more engineers" crowd always misses that part.

10.02.2025 04:57 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Building CodeSnipe taught us something interesting about the 10x myth - it's rarely about raw coding speed. The real multiplier comes from freeing developers to think strategically instead of getting bogged down in implementation details.

10.02.2025 04:57 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

When building CodeSnipe, we took this concept further. Instead of a passive rubber duck, we created an AI that actually responds with relevant questions about your code's edge cases and architecture. Turns out an interactive rubber duck finds bugs 5x faster.

10.02.2025 04:57 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

That's exactly why we built CodeSnipe for real-time collaboration instead of batch generation. You review the code as it's being written, so PRs stay manageable and most issues get caught immediately. Completely changed how our teams handle reviews.

10.02.2025 04:57 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0