2 ms·
That confirms the recent spike of Claude calling everything I was recently working on a 'spike'. I still don't know what that term is supposed to represent (app
by confusedbucket 1mo ago
That confirms the recent spike of Claude calling everything I was recently working on a 'spike'. I still don't know what that term is supposed to represent (apparently).
- Kwpolska 1mo agoIn some software development methodologies, "spike" is a task whose goal is figuring something out instead of delivering shippable code. https://agiledictionary.com/209/spike/ https://agiledictionary.com/209/spike/
- Espressosaurus 1mo agoWhy can't they call it a prototype or experiment? Sheesh.
- bloomca 1mo agoPrototype is usually something working, while spike can be pure research (e.g. validate that APIs are feasible and enough, or that something satisfies requirements). Prototype is usually more polished/usable. Experiment in my mind is something which user-facing but not in stable yet. So for me they are differentiated enough, but could be that I am just used to it.
- Espressosaurus 1mo agoAn experiment doesn’t say anything about user facing or not. I do tons of them when reverse engineering poorly documented hardware and APIs to determine if the thing I’m trying to do is even supported.
- bloomca 29d agoIn general, yes, but I would say "experimental features" is a pretty widely used term, so in my mind the association with something user facing is strong.
- bitwize 29d ago"Spike" comes from Extreme Programming where it means specifically code written without TDD. Code that wasn't written against a pre-existing test is by definition broken, and should not go into production. So you create a simple "spike solution" to explore the problem space, so called because it cross-cuts concerns like a spike going through wood or something, I dunno. Spikes are explicitly time-boxed to keep the team focused on the red-green-refactor churn which is the software engineering process in XP.
- smj-edison 1mo agoTIL that agile has its own words for everything.
- swader999 29d agoThat was a thing in the early 2000's. You had to have a blog and invent words that describe regular things everyone did.
- xg15 1mo agoA spike is an early prototype that you're supposed to throw away after having figured out the real design. I think it was subtly dissing you.
- confusedbucket 1mo agoI think you are subtly dissing me :) I was half-joking, of course I could've just asked Claude, but the linked site shows there has been actual recent spikes in the use of the word 'spike'. The term does match what I was recently doing, but hacking around legacy ERP software, blackboxes and other enterprise abominations isn't that out of the ordinary for me.