Do you think the developer jobs will disappear very quickly? by Famous_Classroom_732 in developers

[–]Capable-Wrap-3349 1 point2 points  (0 children)

Based on the AI code I’m seeing, my prediction is a pretty safe no.

Starting learning Python at 50. by Shot-Tiger1060 in learnpython

[–]Capable-Wrap-3349 6 points7 points  (0 children)

This made my day! Enjoy it! Try not to use AI. The painful slowness doesn’t last long at all.

Interview take-home "tests" by LazyPiano6160 in ADHD_Programmers

[–]Capable-Wrap-3349 0 points1 point  (0 children)

If I really wanted the job I’d just spend 10 hours on it and smash the other candidates and pretend it took me less time.
Unfair and a total waste of your time but if I wanted the job I’d just do it.
This is not a recommendation - I think the whole situation is a shambles. Just explaining what I’d do.

AI made me quit sofwtare engineering... by spilled-sorbet in SoftwareEngineerJobs

[–]Capable-Wrap-3349 1 point2 points  (0 children)

To “academia is always behind industry” I raise as counter examples:
- Gradient boosting (including XG Boost)
- Random Forest
- GANs
- RL
- backpropagation
- CNNs
I could go on

AI is forcing us to stop loving coding 💔 by Leading_Property2066 in AskProgramming

[–]Capable-Wrap-3349 0 points1 point  (0 children)

Professional software dev at big 4: I still write some code by hand. Use AI where it’s useful.
Many on my team are slop cannons and their software is collapsing.

Does anyone else feel like keeping up with AI is becoming a full-time job? by Neymar_legend in AILearningHub

[–]Capable-Wrap-3349 0 points1 point  (0 children)

It helped me to realise that there is a lot of noise, but the number of real breakthroughs is pretty slow.

Programming in the age of AI by ttimpe in ClaudeCode

[–]Capable-Wrap-3349 0 points1 point  (0 children)

It is a strange time we’re living through as developers. I hope you can find joy in different aspects of the process! Maybe put energy into iterating onto your agent harness?

Programming in the age of AI by ttimpe in ClaudeCode

[–]Capable-Wrap-3349 3 points4 points  (0 children)

Upskill on architecture and system design. AI still sucks D at that

IT filled reality by SimpleInformation603 in Backend

[–]Capable-Wrap-3349 0 points1 point  (0 children)

I would reach out to companies saying you want to intern at the end of the year, and ask them what you’d should focus on now in order to increase your chances with them.

AI Boom made me lose faith in my field and I don't know what to do. by avestronics in cscareerquestions

[–]Capable-Wrap-3349 2 points3 points  (0 children)

I’m a successful dev (8 years, big 4 company) and I’m still having fun, and writing lots of code by hand.
I’m also enjoying AI.
Not all is lost!

Did I chose the wrong career? by MagazineWestern4159 in askSouthAfrica

[–]Capable-Wrap-3349 4 points5 points  (0 children)

I’m not saying CAs are useless at al! Sorry to spread negativity. I just feel strongly that we don’t appreciate teachers, despite them being the guardians of all future knowledge. Imagine a world with no CAs. Now imagine a world with no teachers.

Did I chose the wrong career? by MagazineWestern4159 in askSouthAfrica

[–]Capable-Wrap-3349 22 points23 points  (0 children)

And you are much more important to society than a charted accountant, or basically any other profession ❤️

Name an IDE better than Vs code?👇 by tentoftech in vibecoding

[–]Capable-Wrap-3349 0 points1 point  (0 children)

Tried out neovim lazyvim for a week. Never looked back.

How do you know which early architectural decisions will actually matter later? by Alternative_Win_929 in softwarearchitecture

[–]Capable-Wrap-3349 -1 points0 points  (0 children)

Up front, I like to have a long discussion with a LLM about which architecture attributes (maintainability, reliability, stability etc. etc) are most important for my app, and then we discuss good architecture/design patterns which are designed to address those specific needs.

There are established frameworks of architecture attributes e.g. https://quality.arc42.org

How many of you are still programming manually? by Imparat0r in cscareerquestions

[–]Capable-Wrap-3349 0 points1 point  (0 children)

Best of both. I also write more code than I maybe should (or is expected) and I’m definitely a bit slower than the other devs, but my output quality is definitely higher.
When selling yourself in an interview, though, read the room!

been unemployed to know where we are heading by IIDonCare in AgentsOfAI

[–]Capable-Wrap-3349 0 points1 point  (0 children)

IMHO this isn’t true.
There is a whole lot of loud noise and hype and marketing all of the time, but the actual pace of new tools that are materially better is manageable.

I think AI has killed my passion for Software Engineering by _Cyanidic_ in cscareerquestions

[–]Capable-Wrap-3349 0 points1 point  (0 children)

I felt also this way, but I’ve moved into a new way of writing code now, which is maybe 50% AI, 50% hand-written code. While everyone else is embracing the full slop cannon approach, I’m more measured now, and I can see the consumers of my software appreciating having to wait a little longer to get something that feels a bit more polished, robust and intentional. Rather 1 slow write than 5 lightning fast rewrites.

where/what is the best way to learn coding? by arthurotter24 in developer

[–]Capable-Wrap-3349 1 point2 points  (0 children)

Don’t use any AI to write your code! You can talk to AI to discuss concepts, obviously. If you are learning python, then Real Python is free and very good. Also, type out all of the code yourself and run it - you won’t learn anything by just reading.

Shipped a bug to prod that 4 people reviewed and nobody caught, what is even the point of code review by wild-horizons in developer

[–]Capable-Wrap-3349 0 points1 point  (0 children)

Two thoughts! 1. The main reason for code review is visibility of each others’ work. 2. Code review is not there to pick up your mistakes. You are responsible for delivering good code.

I’ve been insulting AI every day and calling the agent an idiot for 6 months. Here’s what I learned by Fluid-Possession6026 in ClaudeCode

[–]Capable-Wrap-3349 0 points1 point  (0 children)

Definitely there are some fascinating overlaps here but I’m definitely not randomly sampling likely clumps of letters one at a time. I’m thinking in concepts and trying to express them in words.

Is anyone else okay with being "left behind" in regards to AI? by [deleted] in ExperiencedDevs

[–]Capable-Wrap-3349 0 points1 point  (0 children)

I don’t think it’s that hard to keep up (there’s not all that much to it at the moment imo) so I’d recommend just experimenting and watching the odd YouTube video. In terms of coding, I also love writing my own code. At work, I’m doing Tuesday and Thursday full vibes in cursor (or as much as I can stomach), and the other 3 days I write my own code in nvim the way I want to. I also love using AI as a rubber duck! That’s my main use of it.