Ape Coding

(rsaksida.com)

93 points | by rmsaksida 3 hours ago

25 comments

  • pbohun 34 minutes ago
    It's not ape coding. It's skill coding. People who don't have the skill to do math and logic ask others to do it for them.

    The reason we have programming languages is the same reason we have musical notation or math notation. It is a far more concise and precise way of communicating than using natural languages.

    We could write music using natural language, but no one does because a single page of music would require dozens of pages of natural language to describe the same thing.

    • justinhj 14 minutes ago
      This is why I never use a calculator. Since my school days I have the skill to do long division. Why hit the sin button when I have the skill to write out a Taylor series expansion? For many other purposes I have the skill to use Newton Raphson methods to calculate values that mostly work.

      Those who use a calculator simply don't have these skills.

      • aqua_coder 10 minutes ago
        There is a notable difference between say, calculating long division through a calculator compared to prompting an AI to calculate the derivative of a simple continuous function. one requires _understanding_ of the function, while the other just skips the understanding and returns the required derivative. One is just a means to skip labor intensive and repetitive actions, while the other is meant to skip the entire point of _why_ you are even calculating in the first place. What is the point of dividing two numbers if you don't even understand the reason behind it ?
      • pbohun 7 minutes ago
        You probably also don't use a calculator because it uses a scary language called arabic numerals. Why write 123,456 when you could write out in english: One Hundred Twenty-Three Thousand Four Hundred Fifty-Six? English is your programming language and also your math language, right?
    • waygtdai 30 minutes ago
      [dead]
  • andai 20 minutes ago
    I call it Tradcoding. Not using AI for anything. (You just copy-paste from StackOverflow, as our forefathers once did ;)

    I also have two levels "beneath" vibe coding:

    - Power Coding: Like power armor, you describe chunks of code in English and it's built. Here you outsource syntax and stdlib, but remain in control of architecture and data flow.

    - Backseat Coding: Like vibe coding but you keep peeking at the code and complaining ;)

    - Vibe Coding: Total yolo mode. What's a code?

    • mikepurvis 10 minutes ago
      I feel like this distinction isn't made often or clearly enough. AI as a superpowered autocomplete is far more useful to me than trying to one-shot entire programs or modules.
  • djha-skin 17 minutes ago
    I would probably just call it hand coding, as we say we use hand tools in wood working. Many do this for fun, but knowing the hand tools also makes you a better woodworker.

    It's an interesting question: Will coding turn out to be more like landscaping, where (referring to the practice specifically of cutting grass) no one uses hand tools (to a first approximation)? Or it will it be more like woodworking, where everyone at least knows where a Stanley hand plane is in their work shop?

  • ghm2199 5 minutes ago
    I would call it code-plumber. It's like a plumber who are today socio-economocally very distinct from architects, civil and structural engineers.

    They will have very narrow to zero understanding — don't need it to fix — of shear forces, navier stokes.

    They will command high rates if labor is limited(a plumber in Indonesia will commande lower ppp adjusted hourly rates than America). CS education become a subset of applied math since graduate hiring of code-plumber will require a narrower certificate to fix an AI subsystem — which works very much like how plumber working to fix a building leak is different from a person fixing a water pipe burst under a road.

  • philipallstar 12 minutes ago
    I think this is going to be very prescient! Just as Baristas died out once we got machines that could make coffee from powders.
  • the__alchemist 1 hour ago
    > “Autonomous Proxies for Execration, or APEs,” Pluto said. > “By typing in a few simple commands, I can spawn an arbitrary number of APEs in the cloud,” Pluto said. > “I have hand-tuned the inner loops to the point where a single APE can generate over a megaBraden of wide-spectrum defamation. The number would be much larger, of course, if I didn’t have to pursue a range of strategies to evade spam filters, CAPTCHAs, and other defenses.”

    “Have you tried this out yet?” Corvallis asked.

    “Not against a real subject,” Pluto said. “I invented a fictitious subject and deployed some APEs against it, just to see how it worked in the wild. The fictitious subject has already attracted thousands of death threats,” he added with a note of pride.

    “You mean, from people who saw the defamatory posts seeded by the APEs and got really mad at this person who doesn’t even exist.”

  • avaer 25 minutes ago
    "Aping in" in crypto means (meant?) buying crypto without doing any research.

    I know it's not what the thought piece is about, but it's equally accurate to say engineers are "aping in" on AI coding without doing any research. Very much the same vibe, my anti-AI friends suddenly flipped their tune to shill slopped together apps.

    I expect it to go about as well as it did in crypto.

  • jayd16 17 minutes ago
    It's pretty strange to me that we imagine a world where AI can handle every problem but we still talk about code. It's like how the Jetson's had bulky TVs.

    You don't talk about all the assembly high level languages make, or at least it's no longer how people view things. We don't say "look at this assembly I compiled." Instead the entire concept fades to the back.

    • mvanbaak 10 minutes ago
      > You don't talk about all the assembly high level languages make, or at least it's no longer how people view things. We don't say "look at this assembly I compiled." Instead the entire concept fades to the back.

      Some still do. Os and compiler devs to name a few

  • delichon 1 hour ago
    I am ape writing this post after ape cooking breakfast, and then I'll go for an ape walk. In the future, maybe by Thursday, I can have agents do all of that and relax.
  • amelius 43 minutes ago
    So we are apes now?

    It's so great to be alive in this time of of dehumanizing AI.

  • patrickmay 1 hour ago
    If you're selling Ape Coding merchandise, send me the link!
    • mvanbaak 8 minutes ago
      I am reading the comments to see if there’s a merch shop haga
  • msteffen 47 minutes ago
    I liked this a lot in retrospect.

    I really like to understand the practice of software engineering by analogy to research mathematics (like, no one ever asks mathematicians to estimate how long it will take to prove something…).

    Something I think software engineers can take from math right now: years of everyone’s math education is spent doing things that computers have always been able to do trivially—arithmetic, solving simple equations, writing proofs that would just be `simp` in Lean—and no one wrings their hands over it. It’s an accepted part of the learning process.

  • blurbleblurble 23 minutes ago
    Who's still here in 2026
  • hparadiz 1 hour ago
    If everything is C why not generate the entire bootloader to kernel stack with programs specifically tailored to the user.
  • theusus 50 minutes ago
    AI can produce thousands of line of code. But that’s not the goal.
    • segmondy 41 minutes ago
      What is the goal?
      • saghm 28 minutes ago
        Producing code that does what's intended. The metric is fuzzy and based on the usage of the software, not the scale of lines of code. The extent of the importance of the code itself is that I'm practice software tends not to be "one and done", so you need to be able to go back and modify it to fix bugs, add features, etc., and it turns out that's usually hard when the code is sloppy. Those needs still should stem from the sandal actual user experience though, or else we've lost the plot by treating the mechanism as the goal itself
      • sph 31 minutes ago
        What is art? What is the point of anything? Why write code instead of eating bananas all day? There is no answer to your question.
  • samoit 18 minutes ago
    I always thought that ape coding is what we call vibe-coding nowadays. Maybe the write of the article (maybe an ai generated blog?) misunderstood the terms.
  • lyu07282 1 hour ago
    Why has nobody mentioned yet how dangerous this really is? Have we all forgotten the great Datacenter burnings of 2031? The APEs are one step away from becoming fully fledged Luddite terrorists. Artisanal software is unamerican just like President Barron said the other day on his Twitch stream.
  • YarickR2 1 hour ago
    Every joke has a bit of a joke, as they say. I'm proudly ape-coding two of my current projects.
  • raxskle 1 hour ago
    The merits and demerits of this product vary from person to person, and I dare not make a definite assertion
  • gas9S9zw3P9c 1 hour ago
    "Humans are now writing code in strict specification language so that AI agents have completely context and don't mistakes. This specification language is called C' and has led to a whopping 20% reduction of code. 1000 of C++ code can be expressed in no more than 800 lines of specification C' code written by humans"
  • tshaddox 1 hour ago
    I’m a fan of the term “human slop,” which I’ve seen pop up recently regarding certain tech company feuds on Twitter.
  • throwaway613746 7 minutes ago
    [dead]
  • g-b-r 3 minutes ago
    [flagged]
  • serious_angel 1 hour ago
    [flagged]
    • nehal3m 1 hour ago
      I don’t think it was meant that seriously. I read it as a humorous fiction written as if in the future, and I thought it was funny. Even speaking as a primate.
    • bitexploder 1 hour ago
      When someone so clearly misses an article written tongue in cheek and uses personal insults to let us know they missed the point, one begins to wonder. Apes code together. Apes stronger together. Return to monke.
  • hanifbbz 1 hour ago
    WTF is this?! Sattire? AI generated propaganda? I honestly don't get it. Can OP elaborate why it's a good content worthy of people’s time? Thanks in advance.
    • rmsaksida 1 hour ago
      It's fiction. I did not use AI to write it. On whether it's worthy of people's time... well, I'm not presumptuous enough to say. :)
      • jshmrsn 1 hour ago
        I enjoyed reading it. Whether one believes the future will look like this fictional/hypothetical one, it encourages the reader to think about what would need to become true for this future to be plausible.
      • jjcc 1 hour ago
        Ape writing? (kidding)
    • AreShoesFeet000 1 hour ago
      It’s called fun, dude. Have some.