9 comments

  • skydhash 13 hours ago ago

    My approach since I was in High School and started programming has always stayed the same.

    It's actually very rare to have to innovate, starting from scratch. So whatever problems I need to solve, my first step is always looking for information. And more often than not, the solution is right there.

    I don't spend much time at the keyboard. Most of my time is spent perusing books, articles, blog posts, and source code. Or talking to a domain expert. That's what will gave me the system design/architecture for what I want to build. Once that's done, it's pretty much a straight line, or better a spiral iteratively building and testing, going deep only when things matters.

    This approach clashes with AI (at least from my POV), because they can't give you a coherent overview of a domain. It's always piecewise elements that are probably wrong in the problem's context, or just plain wrong.

    I much prefer to go from general/introductory materials to very specific/advanced ones that matters with sources I trust.

    As for the code, it's starting small, get it to work well, and then start on the next iteration. And thanks to the kindness of people, there's so many opensource code from which to learn from.

    • keepamovin an hour ago ago

      I'm also curious what kind of projects you work on.

  • pkondle 4 hours ago ago

    AI can't give complete answers for incomplete questions. Your questions are a reflection of your knowledge, skill, wisdom & gut. Some of those things are honed in the trenches.

  • boricj 7 hours ago ago

    I've used Copilot for the past six months or so, mostly at work. I've talked to multiple colleagues and I seem to have much better luck using it than others, as in are you sure we're talking about the same tool? kind of discussion. I'm not sure why I manage to get so much more mileage out of Copilot than them.

    I mostly throw entire reams of C++ compiler error messages while working on heavily templated, very intricate code full of compile-time and recursion magic. It usually converges quickly to the solution unless I happen to ask something impossible. I also use it for code completion that can often scale out to dozens of lines predicted correctly or close enough. Yet my colleagues seem to have trouble getting the AI to find its way out of a wet paperbag in simpler situations.

    AI hasn't changed how I work, I tend to quickly design a rough idea in my head and then iterate on code until I've refined it to what I want. It has however increased my productivity significantly in two ways:

    - I can reach beyond my current level on any topic up to a certain point (for example, my hatred of C++ metaprogramming knows no bounds but with AI I can pull off vastly more complex tricks than I can do on my own).

    - It handles some of the tedious menial work for me, which gives me more brainpower bandwidth to focus on design and more speed for iterating on code.

    > AI is an amplifier of what you are. It's not a substitute - it just reflects and scales whatever you bring to the table.

    I'm a chaotic whirlpool with an affinity for heresy. Most of my professional work incorporates some unorthodox element that proves to be unreasonably effective for the problem at hand. Most of my personal work actively hurts the brain of my colleagues whenever I sit down and explain whatever crazy thing I'm currently hacking on.

    I can bring a lot of pure unadulterated chaos to the table, which seems to be exactly what's needed when order has failed and everyone else is left scrambling for Plan B. I don't know what AI is amplifying in there or why I seem to have much better luck using it than my colleagues, but maybe it takes an heretic to talk to a soulless machine in an effective manner.

    • keepamovin an hour ago ago

      This is a great write up! Hahaha :) I'm curious what sort of products you work on at your company and personally if you want to share.

  • mohi-kalantari 15 hours ago ago

    I always try to break out of local optimas I'm in and asking AI to give me other options/insights or even disagree with me. At the end we are steering the wheel and "amplifier" made sense to me.

    I'm wondering how an "aggressive" button would look like in an AI, asking it to be less confirmative. Although I guess it will piss some people off since most of the times I just want a direct answer and get on with my code/life.

  • bobdigit 13 hours ago ago

    > AI is an amplifier of what you are

    All good point. I'd say "AI is an amplifier of what you want", with all the consequences that entails. Because of its amplifying power, if you can be intentional about it, you can steer or explore avenues that you yourself would otherwise not attempt to.

    The ease of which you can jump out of your "local you" basin is still very under appreciated (which reminds me of this post https://open.substack.com/pub/signull/p/answers-are-now-insa...)

  • willemlaurentz 13 hours ago ago

    Similar sentiment here: https://willem.com/blog/2025-04-15_vibe-coding/

    Its power is as great as its putfalls and the outcome totally depends on how you choose to use it.

  • OgsyedIE 15 hours ago ago

    I've seen a good exploration of this sentiment in an essay last month you might like.

    https://www.lesswrong.com/posts/apCnFyXJamoSkHcE4/cautions-a...