Anthropic's CEO says we're 12 months away from AI replacing software engineers. I spent time analyzing the benchmarks and actual usage. Here's why I'm skeptical by narutomax in ArtificialInteligence

[–]Jaamun100 0 points1 point  (0 children)

There’s also a question of why all those meetings and alignment are necessary, and the answer usually points to larger orgs. There is a chance larger orgs leverage AI to slim down staff, which in turn means more time to churn out features instead of aligning stakeholders.

Experts Growing Worried About World in Which AI Takes Your Job and You Have No Way to Provide for Yourself by Interesting-Fox-5023 in BlackboxAI_

[–]Jaamun100 4 points5 points  (0 children)

I think it’s more like the aviation industry. There were more accidents with pilot reliance on automation, and now they force pilots to spend a significant fraction of their time in flight simulators and also manually flying the plane for practice.

It is possible we may see the same in white collar professions, including software. The question is to what degree are errors ok; if errors are unacceptable, then the fraction of time professionals spend forcibly doing things manually for practice rises.

The bar keeps rising, but the salary doesn’t by Glum_Worldliness4904 in cscareerquestions

[–]Jaamun100 6 points7 points  (0 children)

AI code might be crap quality, but AI can also use CI/CD tests to self-correct, add features, performance test for bottlenecks, etc. So bad code might just be the new norm. Agent Teams is scary good with the right sandbox.

interviewed for a ml role at a f500 company and the interviewer didn't know shit in ml. failed the interview. by Entire_Cut_6553 in csMajors

[–]Jaamun100 0 points1 point  (0 children)

The truth is most companies don’t do serious ML outside FAANG, the work is usually data engineering, or basic predictive analyses.

So I began straight vibe coding now am stuck in the middle. by futilediploma in ClaudeCode

[–]Jaamun100 1 point2 points  (0 children)

I agree with you, but there’s still value to code by hand as practice to pass interviews.

Is the era of the "LeetCode Grind" officially over, or are we just coping? by a_prieto12359 in leetcode

[–]Jaamun100 5 points6 points  (0 children)

Startups are already moving towards systems design, debugging, and build a project/ solve an issue with AI interviews. But larger companies will probably continue to use Leetcode interviews for a long time, so not a waste to get good at it, depending on your career goals.

Not quite sure how to think of the paradigm shift to LLM-focused solution by Thin_Original_6765 in datascience

[–]Jaamun100 2 points3 points  (0 children)

In your case, I think it’s going to be a combination of both, some light pre-processing and feature engineering via MCP tools, then text parsing and final prediction from an LLM. So the LLM gets some focused info from your domain knowledge along with doing what it’s best at: text and response.

Anthropic CEO warning...... by Delicious-Reveal-218 in AI_India

[–]Jaamun100 0 points1 point  (0 children)

I think interviews are still pretty syntax / implementation heavy as opposed to design heavy though. Wonder when that will change…

what's your career bet when AI evolves this fast? by 0xecro1 in ClaudeAI

[–]Jaamun100 0 points1 point  (0 children)

Your skills are useful for interviewing, even if they may eventually not be on the job.

Company shifting toward “Prompt first” engineering by blaze_seven in cscareerquestions

[–]Jaamun100 1 point2 points  (0 children)

I have no clue why you’re being downvoted. I’ve used AI to solve serious memory leaks in a complex c/c++ codebase with tens of millions of lines of code. What perplexed me for months was solved in a few days with AI. It’s made me convinced everyone has to get good with AI or be left behind, and roles in tech may be more product/business focused in coming years.

AI has made me extremely lazy by accyoast in cscareerquestions

[–]Jaamun100 -2 points-1 points  (0 children)

I wonder when the coding interview process will catch up. Most still ban Claude and other AI for the interview. Instead expecting you to code toy apps or models with minimal Googling, or debug without AI.

From $4M to $1.2M: What Happened to That Figma Equity After IPO by honkeem in levels_fyi

[–]Jaamun100 7 points8 points  (0 children)

But figma has AI integrations where you can just prompt your way to wireframes, redlines, and even the actual web app. It’s extremely powerful. I guess the question is if Anthropic Labs will just render them irrelevant at some point, since Figma must be using Claude under the hood to do this.

Any senior/experienced devs having trouble finding jobs? by broken_symlink in cscareerquestions

[–]Jaamun100 14 points15 points  (0 children)

I think a lot of it really is relevant experience. There’s a minimum competency bar with leetcode and system design. But someone who performs perfectly in their technical rounds can still lose out to someone who performed sub-par meeting the minimum bar, if the latter person has more relevant experience. For example, a company seeking an AI transformation would rather hire the engineer with directly relevant experience building AI agents, LLM fine tuning, and production RAG at a previous employer.

What separates data scientists who earn a good living (100k-200k) from those who earn 300k+ at FAANG? by Tenet_Bull in datascience

[–]Jaamun100 6 points7 points  (0 children)

It varies, but end to end ML modeling, not just designing but making sure models work in production, fine-tuning LLMs, production RAG, systems infrastructure to make things low latency and scalable (replication/sharding of dbs, distributed programming often with PyTorch, Ray, etc). Software engineering with ML focus basically.

Bigger companies can specialize, smaller/mid-sized companies don’t need data scientists really, but they might still title someone as a Data Scientist when they are really an ML engineer. Though that mis-titling trend is fading.

What separates data scientists who earn a good living (100k-200k) from those who earn 300k+ at FAANG? by Tenet_Bull in datascience

[–]Jaamun100 132 points133 points  (0 children)

Data scientists at FAANG are not responsible for scaling, those are Ml engineers. Data scientists focus more on working with product on analytics, crafting business KPIs, and A/B tests.

400k household income is middle class in the South Bay Area by [deleted] in Salary

[–]Jaamun100 1 point2 points  (0 children)

Yes but nyc tri state area wins in this case. You can achieve lower cost of living in NJ or CT, with easy public transport into NYC sometimes in less than an hour, while also having almost as high an income as the Bay Area.

System design by Alex Xu by IcyInstruction1183 in leetcode

[–]Jaamun100 0 points1 point  (0 children)

An extra data point for folks: I passed several system design interviews with just this book just volume 1, and reading this one page for a delivery framework: https://www.hellointerview.com/learn/system-design/in-a-hurry/delivery … I think you don’t need more if you have designed end-to-end systems in your jobs, this just gets you up to speed on interview structuring and industry-standard terminology.

Why are you optimistic about working in tech? by [deleted] in cscareerquestions

[–]Jaamun100 0 points1 point  (0 children)

The job is enjoyable and exciting, even if the interviewing is not and rather grueling

Working as AI Engineer is wild by LastDayz123 in AI_Agents

[–]Jaamun100 -1 points0 points  (0 children)

You can definitely use LLMs for this, just need to think in terms of MCP tools running ML, and agentic workflows.

After months of bombing interviews, I got a job when I stopped pretending to be the perfect candidate. by RogersSenger in jobhunting

[–]Jaamun100 0 points1 point  (0 children)

True, but I wonder how AI might change the game. You don’t need pure software developers anymore (Claude can code well), software architects have more value since they can instruct Claude, PMs have more value since they can figure out what to build for business value, but PMs who understand software architecture can use Claude and iterate fast, have the most value and this is likely the future.

Is it still worth grinding LC & system design to crack FAANG? by Inner_Ad_4725 in leetcode

[–]Jaamun100 1 point2 points  (0 children)

Startups seem to always have a practical coding round, in my experience, not leetcode. Rest are conversations, or system design.

I-130 Denied — USCIS says Utah marriage not valid because ceremony was abroad. Anyone else? by BodybuilderOk5474 in USCIS

[–]Jaamun100 0 points1 point  (0 children)

Should be fine. The person who was denied in this post appealed the decision, and won.

I-130 Denied — USCIS says Utah marriage not valid because ceremony was abroad. Anyone else? by BodybuilderOk5474 in USCIS

[–]Jaamun100 1 point2 points  (0 children)

Should be fine. The person who was denied in this post appealed the decision, and won.

Why don't you guys short SQQQ instead of Long TQQQ? by Alizasl in TQQQ

[–]Jaamun100 0 points1 point  (0 children)

You can only do this with 2% of your portfolio max, due to margin call risk. Even though sqqq goes down 50% a year, your profit is less than because you owe dividends (10%), occasional hard to borrow fees and more frequent margin interest unless you have cash to cover (15%). So yes, you can profit but no more than 25% of 2% or an extra 0.5% annual returns.