This is allegedly it: https://chatgpt.com/share/69dd1c83-b164-8385-bf2e-8533e9baba9c
Here’s a github tracking AI contributions to Erdos problems: https://github.com/teorth/erdosproblems/wiki/AI-contributions-to-Erdős-problems
This is allegedly it: https://chatgpt.com/share/69dd1c83-b164-8385-bf2e-8533e9baba9c
Here’s a github tracking AI contributions to Erdos problems: https://github.com/teorth/erdosproblems/wiki/AI-contributions-to-Erdős-problems
Do you see viable career paths for people who love technology and computer science without a formal degree who is interested in getting into it, or is that just a dead end pipe dream?
It’s not a dead end pipe dream but you need to know what to expect. I have been in the industry for about a decade and saw it evolve in the recent years. The way I see it now the developer’s job is completely different than it was before. Many corporations (or at least these I worked for) try to embrace AI as much as possible and think it will take over many domains but usually it boils down to generating more code. It’s expected from me to deliver more so most days I generate stuff just like any developer in the company and that doesn’t require much skill. But when the shit hits the fan (and it does constantly with so much “vibe coding”) my expertise is necessary as I am able to pinpoint issues, quickly investigate and ensure the hole is actually filled (and not covered). But from day to day work I think we’ve lost the most fun part (coding) while turning up all the bullshit (more meetings, shitty documentation, more code reviews where some devs don’t even self-review). Project managers I had the displeasure to work for were the biggest AI embracers, using it to generate superfluous and bloated plans, docs and acceptance criteria which are unnecessarily verbose, filled with errors, misleading info and straight up garbage. And now devs need to untagle all this mess.
Tl;dr - I vibe for work and code for passion. I hope this passion will keep me employable.
I wish you good luck in your journey.
Depends on who is hiring.
I’m in the role you are describing. I can’t code, but I’m good at troubleshooting and if required I can read code.
I would much prefer to work along someone who spent highschool tinkering with game mods than someone with a CS degree, as troubleshooting requires a specific skillset that is developed better by breaking and fixing things than by learning the fundamentals of how computers work or best practices for coding.
That said, if you wanna work for an OEM doing actual chip design or engineering and stuff, you’re prolly gonna need that degree.
appreciate the feedback, “learn to code” was pushed for so long, now “coding is dead” is the new vibe, but glad to hear there may still be options for people like me out there.
Going to continue to hone my skills and work my unrelated job as long as it lasts.
Find a niche where you are appreciated. If you’re brought on as one in an army of thousands for “the next big thing” - you’re much more likely to be a part of the next wave of layoffs statistic too.
I didn’t learn these skills for a job, they simply suited the job I found. If you enjoy what youre doing, and it builds problem solving skills, you will be hard pressed to regret learning the skill.
That said, I started out answering phones, and built from there. Fix peoples problems and keep your eyes open for a job that let’s you fix the kinds of problems you find interesting.
There is a distinct possibility that when people like the guy you were talking to “retire” or get forced out, these corps will hire you (a person without the degree but with the passion to do the job). In pretty much all cases you should assume that they will be taking advantage of you in any way they can, including by looking to use your much cheaper labor to fill the holes the other guy left when they retired.
They will pay you a fraction of what they paid him regardless of your skill. They will avoid any and all training so they don’t have to increase your pay. They will try to force you to use AI rather than building skills you will need to progress in a career like this. And when you give pushback they will force you out either by outright firing you or by making things so miserable you abandon your job. They will continue to do this to anyone they can get on the hook. Probably even after the bubble pops (using local models instead). They don’t want knowlegable humans because those people can ask for what they want and will advocate for it. Those people know what they are worth. They want patsies.
You just described every job I have every worked at, useful information either way because its all dead on point and important to keep in mind.
Cyber security
Honestly one of the most interesting parts to me as I enjoy the concept but it can be tricky to filter out bad information from good. Do you have any recommended readings on the subject, any books or info you would consider to be biblical in their importance or fundamental?
Just start with the free CC cert from ISC2. It’s basically just an introduction to Infosec theories and terminology.
From there you have to decide if you want to work in analytics or GRC (governance, risk, compliance). First is more tech oriented and second is more policy and documentation, although many roles combine the two.
If you want to go the tech route, get your A+, Network+ and Security+ from CompTIA, then you can pick one of many fields like networking security, systems security, and dev security.
For the GRC route, if you’re in the US the NIST 800-53r5 publication is a great place to start, although it can be difficult to translate their vague wording into what work needs to be done.
this is way more indepth and informative than I could of possibly hoped for, thank you so much - I’ll get started with CC from ISC2.
You’re welcome! I just kind of fell into an Infosec role, so I had to do a lot of catching up on my own.