• 0 Posts
  • 12 Comments
Joined 2 years ago
cake
Cake day: April 3rd, 2024

help-circle
  • unfortunately AI tools do exist in the company and there are some expectations of use on some teams but it varies depending where in the product you work. anything OS, kernel, bootloaders, filesystem, etc is a strict no AI policy. All the front end teams seem to use something sparingly, couldnt tell you what it is or why.

    without revealing too much personal info, companies like mine aren’t too hard to find but they tend to be somewhat old school. Lots of C programming, some assembly, and digging into the guts of stuff. Anyone doing firmware, infrastructure (like all the big storage guys), or even some of the trading world is highly sensitive to genAI tools because of the risk. Especially if you ship a box rather than some fully cloud connected always updating app. The companies may even say they do something with or about AI then you talk to the loader or kernel team and they will say “absolutely not”. I cannot tell you over the years across a few jobs how often I hear management lamenting how we can never fill recs because we need actual C people or someone not afraid of a terminal debugger. And two of these shops are hugely popular in the tech world. Hope these hints help




  • The fact it doesn’t have an assembler or linker, and I am doubting it implemented its own lexical analyzer, I almost struggle to call this a compiler.

    The claim it is from scratch is misleading since it has all prior training from open source.

    Building a small compiler for a simple language (C is pretty simple, especially older versions) is a common learning exercise and not difficult. This is very much another situation where “AI” created an over simplified version of something with hidden details on how it got there as a way to further push the propaganda that it is so capable.