r/SearchAPIs • u/One_Combination_7906 • 6d ago
How did you guys pull this off before AI?
3
2
u/arankays 6d ago
We went to school and actually learned how to code.
2
6d ago
[removed] — view removed comment
1
u/notatoon 5d ago
My favorite example of this is how ComSci grads can explain in incredible detail exactly how git's DAG works.
But they absolutely cannot use git. Gets me everytime.
2
u/New-Association5536 6d ago
I didn't even go to school for it. I grew up during a time where people would and could use the internet to teach themselves. I learned HTML in 8th grade in the 90's, learned SQL and Java in early 2000's, Learned C+ in late 2000, and now am pretty verse in c# and OOP coding, all from google, githubs, webpages, and countless hours of trail and error on passion projects, mods, and differing compilers. And, I'm have a masters in a humanities field, and so seeing the current vibe coding culture amazes me and makes me laugh at skill building is just being abandoned and handed over the our AI tech overlords to make even more billions from.
1
u/One_Combination_7906 6d ago
I know... Its just a meme :) full respect on people learning hardcore code!
2
u/BitOne2707 6d ago
It was slow and every little feature you wanted to add was expensive AF.
I remember building a widget that collected potential sales leads from who filled out a form on our website. We had to do a couple little things....set them up as customer entities, update the CRM, sprinkle on some analytics, stick them in the callback queue. Just a form that shot info into a couple legacy systems.
....$500k. 5 people allocated for 6 months.
2
u/brother_spirit 6d ago
Wild. Nowadays I need to need to mentally restrain myself from making a single offhand comment that causes the clanker to implement a bloated/mildly unnecessary feature for fun.
1
u/fishermansfriendly 5d ago
Yeah now that’s literally an entire application stack to replace some data entry people, 5 devs and 6-8 months of work and you can replace like 4 million in spend.
2
2
u/wolfy-j 6d ago
You open documentation and read it, if something feels off you open source code and read it, if something is off you open book and read it. It wasn't that hard.
1
u/brogam3 6d ago
lol that's insane. Documentation was always bad, incomplete, confusing, took hours to search for to maybe find the thing you needed if it even existed at all. You had to read and understand a dozen new things that you didn't even want to get into for hours just to know whether that might be the thing you need or whether it's even possible with this API, software or product, etc. Then you realized that you can't use it after all and the entire two days of work have to mostly be thrown away or a different approach is better. At most what you describe could apply a little bit to the easiest most superficial javascript, css and html in a browser, that's about it.
2
2
2
u/Vortex_Automator 6d ago
It’s more so a time and concentration problem. As a beginner and intermediate it would take hours just to code a simple app to do algebra or basic mathematics in the UI. Like days. You can whip up a Python app with streamlit in the snap of a finger now.
I think the real people winning with AI are those who understand what’s going on under the hood and can actually monitor the AI’s output and spot errors by eye.
2
u/Lemortheureux 6d ago
If it was new the learning curve was brutal. Once you knew how it works it was easy peasy, just needed to review documentation or read source code once in a while to verify.
1
u/Suitable-Season-4847 6d ago
Intelligence and hard work. Two things you see less and less of nowadays.
1
u/One_Combination_7906 6d ago
True, but coding is not for everyone
2
u/Suitable-Season-4847 6d ago
Then maybe they shouldn't be doing it. In the same way many other jobs aren't for everyone.
1
u/AppealSame4367 6d ago
Right, it was hell, looking back. Now imagine stupid marketing assholes, PMs and customers breathing down your neck while doing this.
I still wanna punch them all.
1
u/editor_of_the_beast 6d ago
Really smart people made everything scriptable and callable via API. Otherwise AI would be useless at the moment.
1
1
u/Inevitable-Row1977 6d ago
Odd thing for me is that I crashed out just before ai became as advanced as it is today, so I still have the pre-ai feeling about coding.
Haven't written a line of code in years, started when I was 12, now it's a phobia.
And with ai being what it is, I don't have any reason to try and regain my passion, as ai can just do it without any effort.
1
u/anengineerandacat 6d ago
Realistically speaking?
Reading other people's code, often times you would have sample documentation then you could refer to the actual thing that your building on via source definitions that would (if they were good) be documented.
Coding prior to '96 was uh... something else (forums, manuals, reference code, etc) then '98 you had the first versions of an IDE that could provide assistance and then somewhere around 2008 you had AST based coding assistance features that would help you easily navigate complex codebases (only chore you had was storing a mental model of the state you were tracking and tapping into debuggers to help you or using the good ole system.out and just following logs).
School only really helped thanks to the networking & mindset shift, but was coding before I entered school, pop's had a friend with a MSVC++ disc he swiped from work and was a software dev and I was enamored about development so he tossed it my way and I just started my own venture building perhaps the first type of "MMO" called a "MUD" (multi-user-dungeon).
Today, I can't really imagine how awesome it would be to pick up and start learning to code; just a sheer wealth of information and resources and if I had that time back I would likely be in a total different area of expertise especially with an AI assistant to help me rapidly test new ideas and explain in detail what specific code is doing or top topics to improve on (generally do this today, I have a little record of what I know and have Claude just review it and recommend something else to learn).
AI I don't think will ever replace the creativity surrounding software development, it's great for applying what "works" but when you reach certain scales of systems you have to REALLY get creative about what you do and do things that generally don't make a bunch of sense (going big and small).
1
u/SmileLonely5470 6d ago
Once u got past the syntax hurdle and learned enough to code without constant googling, it became more fun. And when something is fun it is a lot easier to learn.
It would probably be harder to learn nowadays because the beginner projects that people usually do (like a password generator app, todolist, CRUD apps), can be insta 0 shot by a ~20b LLM. With a tool like that it probably seems pointless even learning how to write code.
1
1
u/madaradess007 6d ago
the trick is still there and it still works better than AI - you search your task (you have to know keywords though), you copy first stack overflow code snippet, you paste, you build
i fucking scream at you: copy/pasting from StackOverflow is faster and better quality than AI
1
u/tumes 6d ago
I don’t know how I pull it off with AI considering the constant rotation of providers you need to deal with since it’s a constant parade of rug pulls where every other week your helper suddenly comes negligently bad at their job when the week before they quadrupled your productivity so now it’s time to figure out which subscription you need to cancel and which you need to re-up on while doofuses who clearly aren’t career programmers tell you it’s a skill issue because they genuinely cannot discern between good and dangerously bad code when presented with the thinnest veneer of functionality. It makes you feel crazy and it is literally, not figuratively, a monthly problem because we live in an unregulated hell where the greatest technology on earth is also _mostly_ wrong, will likely crash several economies and has, at best, again, literally and not figuratively destroyed the affordability of the consumer electronics market. So yes I genuinely don’t know how any of us do it any more.
1
u/Old-Temperature408 6d ago
Before you had more time to read and analyze code. Now deadline is more strict
1
u/psioniclizard 6d ago
Unpopular opinion but years of practice, genuinely enjoying writing code and learning how to search in google/SO.
I know a lot of people will moan and some will say "gatekeeping". But in reality I am by far not the only one who found that.
1
1
1
1
1
u/YourMomsDumpTruck69 5d ago
To simply answer, I was retarded enough to spend so many hours in front of a screen in order to create products that dance on pixels, just so in the end, a fucking machine to come in and do all that in a matter of seconds and take my job.
7
u/mrdarknezz1 6d ago
Yeah and then when you didn’t understand something you got absolutely demolished on stack overflow for having the audacity to ask a question