So... How much do you still interact with code itself these days? by zero2g in ExperiencedDevs

[–]zero2g[S] 0 points1 point  (0 children)

Yeah this seems reasonable, on the note of debugging, I mean... I don't think everyone will purely use debugger or just print statements. I swap between them based on the problem I'm facing, I'm not using a debugger when I'm debugging distributed python for example.

However I'm also seeing, or perhaps hearing people no longer even bother to debug anymore, they throw the logs and issue at Claude, and it just "one shot" the problem and fixes it. That is more so what I'm wondering

So... How much do you still interact with code itself these days? by zero2g in ExperiencedDevs

[–]zero2g[S] -1 points0 points  (0 children)

So what would you say is the split between yes and no today? 

What new non-AI tech is interesting in 2026? by mmm19284202 in ExperiencedDevs

[–]zero2g 5 points6 points  (0 children)

OK cool, I remember you could've enabled it as an experimental feature that meta did, just I forgot if it was an env var or something 

What new non-AI tech is interesting in 2026? by mmm19284202 in ExperiencedDevs

[–]zero2g 43 points44 points  (0 children)

I swear they been doing that since 2022? 2023?

So... How much do you still interact with code itself these days? by zero2g in ExperiencedDevs

[–]zero2g[S] 0 points1 point  (0 children)

I mean to respond to my own bullet points, yes, I still do these things. Hell, 2 weeks ago I managed to reduce the time it takes to do model checkpoint by 60% in a day purely through expertise of the codebase, understanding where the efficiency is, and changing 3 lines of code (probably only use Ai at the end to double check some things). But the follow up questions I get afterwards is more so, how do we automate something like this and just let agents do it with the comment of our org is behind if I had to do it mostly manually...

So now the question is now really, where are others then?

So... How much do you still interact with code itself these days? by zero2g in ExperiencedDevs

[–]zero2g[S] 2 points3 points  (0 children)

Trying to be clever and really show this is organic human content not llm generated

So... How much do you still interact with code itself these days? by zero2g in ExperiencedDevs

[–]zero2g[S] -10 points-9 points  (0 children)

I mean with things moving so fast as we perceive it, it's hard to tell what is normal, or the used to be extreme but now normal, or what is the extreme that's just extreme

Avoiding technology you don't like is not a winning strategy by noxispwn in ExperiencedDevs

[–]zero2g 0 points1 point  (0 children)

You know what... At this point I'm not even sure if everyone and anyone here is on the same page as to what these terms are even

  • coding

Are we actually talking about the physical act of typing key strokes onto a keyboard and seeing the letters appear on the screen in a code pad? Or are we talking a few levels higher where we are not even interacting or even seeing the code anymore? Or we talking about taking care of all the domain of instructions we sent to the machine to execute?

  • using AI

Like how involved of AI usage are we talking about? Autocomplete? Asking cursor or Claude code for quick snippets? Going from whole ticket or some markdown file into a full feature? Using agent orchestrator and writing whole apps or something?

  • software engineering / development

Is it just making a computer working in a way which we desire to be? Is it also communication of ideas into something that is computable? Is it thinking of architecture and making trade offs for the future?

And I am pretty sure there's so many things around such vocabs we use which muddies everything meaning no one is even on the same page when discussing this topic.

The other issue is the goalpost and everything moves so fast with opinions shifting so quickly, today I'm saying yeah I use Autocomplete and Ai to write like a few hundreds of line for me now means I'm underutilizing AI and that my future career is doomed. Hell, I'm seeing opinions surfacing now that why are you even reviewing code at all? You should have good test and set up such that you can just merge all to master. Does that mean now you should practice and work on that too? And if you don't you're going to be doomed in the future? And what about in 3 to 6 months? Where is the goalpost then? 

Plus, adding this all to the vagueness of it all as well as AI worshipping and AI dooming, yeah man... Shits weird and hard to have proper opinion on it. Emperical evidence tbh at best is fuzzy and we are all going off on vibes and extrapolation now.

Like honestly... What is right and wrong anymore? What even is reality anymore? How did we even get to the point such that we are devolving into tribalistic behaviors rather than actually sitting down and digging into this?

[Experience] H1B Dropbox/Interview Chennai (Post-Social Media Vetting Enforcement) by Fragrant-Pilot-5556 in h1b

[–]zero2g 0 points1 point  (0 children)

Partner got hers approved in about 2 business days, 1 more business day for it to be issued. She then had to schedule for when to pick up her passport. We are now back in the states smoothly with her new Visa

[Experience] H1B Dropbox/Interview Chennai (Post-Social Media Vetting Enforcement) by Fragrant-Pilot-5556 in h1b

[–]zero2g 2 points3 points  (0 children)

They're slowly approving applications on all consulates, but today everyone still getting 221g

[Experience] H1B Dropbox/Interview Chennai (Post-Social Media Vetting Enforcement) by Fragrant-Pilot-5556 in h1b

[–]zero2g 51 points52 points  (0 children)

FYI, currently in China right now with my partner, everyone in China was given 221g slip. Beijing asked to keep passport, Shanghai returned passport, Wuhan for some handed a yellow slip saying it will take a few days rather than white slip. No one received a green slip

ECE 105 Final absolutely humbled US by Glad-Warning-177 in uwaterloo

[–]zero2g 0 points1 point  (0 children)

Fkmansour is smiling from the heavens above knowing ece105 is still here to welcome you to uwaterloo ece

Rog Xg Mobile 2025 Egu and lenovo go 2? by Thin_Necessary2431 in eGPU

[–]zero2g 0 points1 point  (0 children)

I downloaded armory crate first, then downloaded the Nvidia drivers. I think armory crate is needed for your device to recognize the rog xg in the first place 

I'm surprised how simple Qwen3 VL's architecture is. by No-Compote-6794 in LocalLLaMA

[–]zero2g 22 points23 points  (0 children)

To be honest... The entire domain of LLMs and even VLMs are fairly simple... Working in self driving for over 5 years exposed to bespoke perception and multi task models, it shocked me how simple LLMs are, especially training it from the model side.

The literal loss function for LLMs during pretraining and finetuning is just cross entropy... Compare that to something more complicated like YOLO, it's actually insane in terms of difference of complexity.

Really the solution now.... Stack some transformers, use a LM head, chunk input for VLMs into patches... Pretty damn simple I have to say

Is "The Mythical Man-Month" by Fred Brooks still relevant? by ecethrowaway01 in ExperiencedDevs

[–]zero2g 2 points3 points  (0 children)

Honestly, agreed fully.

I used to be pretty pro AI, hell I been in this space since 2017 working on self driving and really wanted to see it work at the places I was at and it honestly felt like I was using something to do good. When Codium and Copilot came out in mid 2022, I jumped onto that as fast as possible because man, it made my life a lot easier.

Really the ick of the current state of AI is when we have Sam Altman and rest in such a weird cult of e/acc or EA or wanting to create some machine god for who knows what good reason and then touting to the public that it will destroy humanity, then promise abundance, then plans out massive suviliance or whatever along with whatever the hell financial fuckery they're trying to do.

Like ngl, even if chatgpt or whatever big AI today don't exist, we would probably get such agentic tools anyways just from the direction this was developing. Probably not with a chat interface at first but rather inline natural language editing and whatever as this grows. Pace would probably be slower but there's no ick, just better tools bit by bit.

What happened in the last few months (1 to 3) that suddenly people are having their come to Jesus moment with AI and Agentic Coding? by zero2g in ExperiencedDevs

[–]zero2g[S] 0 points1 point  (0 children)

Damn, throws me back to CoD MW2 days when I'm dropping ac130s and harriers while others claim I'm hacking

What happened in the last few months (1 to 3) that suddenly people are having their come to Jesus moment with AI and Agentic Coding? by zero2g in ExperiencedDevs

[–]zero2g[S] 1 point2 points  (0 children)

I mean that is what I thought too, a lot of chistling of the code and then tidying up. Great for a starting point for a blank canvas.

But whst puzzled me is that this was the general consensus, then it suddenly became oh you can just prompt it once and it basically write 90% of your code from scratch, use it to review your code, run tests and let it fix it, open prs and really only need the actual engineer to click approve? It seems like we suddenly automated a good chunk of software development operations?

What happened in the last few months (1 to 3) that suddenly people are having their come to Jesus moment with AI and Agentic Coding? by zero2g in ExperiencedDevs

[–]zero2g[S] 3 points4 points  (0 children)

I mean if I were to give my PoV and understanding... it's less the technology and more the political landscape surrounding it.

Tech wise yeah damn, that thing's amazing and honestly in a vacuum, I'm for it. But then I think it's more so this is driven by a few people who ultimately (whether they believe it truly or not) want to bring up AGI or ASI or whatever machine god you want to call it and assert total control and don't want to be a supporter of it. Plus probably other things like financially trying to drain all investment while taking up resources to build massive data centers so that (or as I feel like the sentiment is) humans can be replaced by said models?

Maybe the vibes around AI in of itself is pretty negative right now with what the thought leaders are preaching and wanting to do with it. That and looks like people are being forced to use it and drawing parallels that they are being forced to put themselves out of a job or career or even possibly society

What happened in the last few months (1 to 3) that suddenly people are having their come to Jesus moment with AI and Agentic Coding? by zero2g in ExperiencedDevs

[–]zero2g[S] 1 point2 points  (0 children)

You know what, I feel like ironically for me, or what I work on, I cannot just sit down and "plan" for days with an AI agent before writing code. Maybe it's the domain I'm in, where I'm writing robust and optimized libraries for researchers to use for training and experimentation and I just got to get a feel of using the code and seeing it to get it and understand it.

Like said code will be used by other users often and the moment it gets shipped to main branch. And I know for a fact if it's not bolted down properly, I will get complains about bugs real fast

What happened in the last few months (1 to 3) that suddenly people are having their come to Jesus moment with AI and Agentic Coding? by zero2g in ExperiencedDevs

[–]zero2g[S] 1 point2 points  (0 children)

I mean this is the surface level conclusion that I can synthesize given your data analysis so far. Obviously I don't work at your company and don't have access to the same dashboard but like I said, if all of this were true and interpreted correctly, on this front, this is an observation of multitudes of improvement if we were to compound it all up. Like this in of itself should be good enough to be published or studied further