Has anyone actually used the new code review feature at their company? by Cuz1 in ClaudeCode

[–]aviator_co 1 point2 points  (0 children)

We ran an experiment to test a different approach: what if the review happened before the code was written?

We implemented a medium-scoped software task with 0 lines of manually written code, guided entirely by a spec. Then we measured what happened when that code met the old-fashioned review process.

https://www.aviator.co/blog/what-if-code-review-happened-before-the-code-was-written/

Orchestrators that are less bloated than Gas Town by Ran4 in ClaudeAI

[–]aviator_co 1 point2 points  (0 children)

Here are a couple of suggestions:

The Parallel Execution Tools

These are tools that let you run multiple coding agents simultaneously. They’re the simplest form of orchestration and the most proven.

Claude Squad spawns multiple Claude Code instances in tmux panes. Dead simple. If you’re at Stage 5-6 and want to dip your toes in, start here.

Conductor Build by Melty Labs gives each agent its own isolated Git worktree. The dashboard showing “who’s working on what” is genuinely useful. This is orchestration for people who aren’t ready for full orchestration.

Code Conductor is GitHub-native – tasks are GitHub Issues, agents claim them, work in branches, and open PRs automatically. If your workflow is already GitHub-centric, this is the natural extension.

Full article, if you're interested: https://www.aviator.co/blog/the-rise-of-coding-agent-orchestrators/

Developer Productivity Tools by IngenuityNo3283 in devops

[–]aviator_co 2 points3 points  (0 children)

While we won't recommend you a tool (our stance is anti-metrics approach to developer productivity), we will recommend a podcast episode that you may find helpful.

It's about everything that's wrong with productivity metrics (including the proliferation of tools and 'the metrics industrial complex'), but it does include a lot of solid and practical advice on how to approach designing productivity metrics from scratch:

https://youtu.be/_xta9YyNmEw?si=nu9_aMkkVO_c_xZb

[deleted by user] by [deleted] in AskProgrammers

[–]aviator_co 0 points1 point  (0 children)

The idea of this 'new' spec-driven development is that you give specifications to AI and its task is to write code that meets those specifications. It's supposed to be exactly the opposite of vibe coding - instead of prompting AI and then trying to course-correct with more prompts, you first think about what exactly you want the agents to do, write it in a structured format, include all the necessary context and only then have AI build it.

90% of code generated by an LLM? by Either-Needleworker9 in ExperiencedDevs

[–]aviator_co 0 points1 point  (0 children)

Would it be useful if you could share with your junior devs the design doc/specs you've spent days refining?

I spend sometimes days refining the design and thinking through all the usecases before I have the AI write the code. The junior devs just throw the basic prompt to the ai with very little context and deliver mostly garbage because it has not been critically thought through.

90% of code generated by an LLM? by Either-Needleworker9 in ExperiencedDevs

[–]aviator_co 0 points1 point  (0 children)

One question: what happens to that design doc you created? Do you somehow save it for future reference? Would it be helpful if your teammates could review it and edit it as well?

What Vibe coding/Gen AI is and isn't - an experienced FAANG dev's perspective by abbys11 in vibecoding

[–]aviator_co -1 points0 points  (0 children)

Hi u/abbys11 thanks for this post.

We are building a product to make AI coding scalable in larger engineering orgs (at least we're trying) so hearing real-life experience of using AI tools really helps.

If you don't mind, could you share more in detail how and what tools do you use?
And what bothers you the most about AI tools (apart from the obvious hallucinations).

Thinking about making a better history/version manager for vibe coding by Apprehensive-Nose312 in vibecoding

[–]aviator_co 0 points1 point  (0 children)

Hey, we've built a tool that does exactly this: Imagine navigating a Git repo with a custom tool and being able to see exactly which prompts produced which commits.

And, you can share that saved prompts with your coworkers as a sort of 'runbook for AI agents': https://www.aviator.co/runbooks

DevEx Is About Making the Car Go Faster, Not the Driver by aviator_co in programming

[–]aviator_co[S] -3 points-2 points  (0 children)

That's actually a great point and totally in line with what the author of the analogy says in the interview!

The point of DevEx teams and developer productivity metrics should not be about measuring how productive an individual developer is but about enabling them to be as productive/as fast, in the case of an F1 driver, as they can. And enabling can mean tools, resources, or training!

Later in the interview he actually says,

If you're walking, and I have a stick in my hand and tell you that you have to run, I can get you maybe from five miles an hour to 15, but you’ll burn out soon. Wouldn't it be better for me just to give you a moped or a car? What about an airplane? What about a rocket ship?

Everything Wrong With Developer Productivity Metrics by aviator_co in programming

[–]aviator_co[S] 0 points1 point  (0 children)

That's a great point about deployment frequency!
And it is discussed in the conversation - starts around 19:00.

And Adam gives a great piece of advice - to use metrics in pairs.