| ▲ | dvt 3 hours ago | ||||||||||||||||||||||
Engineering has never been, nor will it ever be, about "repetition" or "memorization." This is a relatively new fable invented by those that have participated in ritualistic interview hazing. Imo, there are, broadly speaking, two types of engineers: computer scientists, and programmers. Computer scientists do science. The end result is a new algorithm or theorem, and they work with lots of math, proof systems, formal languages, and so on. This is a profoundly creative and collaborative process. Programmers build products for end-users. The end result is the user experience, the bottom line, stars on Github, or whatever. This is also a process that constantly needs feedback, from teammates and from clients. These are broad categories and sometimes they overlap: an operating system or database engineer might do a bit of both, depending on the hardware targeted or on various constraints. Sometimes you need to be a bit clever to get to your product goal. This cleverness has nothing to do with memorizing keywords or solving interview gotcha questions. This cleverness can't be augmented by AI, and it can't be rotted by AI: it's something that's innate to people. Their internal curiosity just happens to manifest in the context of engineering because they love the craft. In many ways, it's like reading a book. You can't "make someone" enjoy reading, some people are just boring and uncurious. In many ways, I feel that people that are threatened by AI are like this. AI is an incredible tool, but it feels like an autistic junior engineer. Sure, it might have memorized more library names or more syntax or can reference some little-known fact, but it fails to understand basic data flow. It doesn't grasp ergonomics, ease of use, etc., etc. A tool like fata is great if you want to be an AI, but it won't turn you into a good engineer. | |||||||||||||||||||||||
| ▲ | djoume 3 hours ago | parent | next [-] | ||||||||||||||||||||||
Thanks for taking the time to comment. I agree that people have tendencies towards certain interests, I can't remember a time where I wasn't interested about computers, even long before I had access to one. That being said, people are also inspired by other people or by products, and there are ways to make the learning more effective. No tools is going to turn you into a good engineer, fata makes it easier to practice regularly and it's that practice that will make you improve your skills | |||||||||||||||||||||||
| ▲ | RealityVoid an hour ago | parent | prev | next [-] | ||||||||||||||||||||||
> Engineering has never been, nor will it ever be, about "repetition" or "memorization." Having memory of how to do things and techniques and tools and patterns is absolutely important for solving problems. The very reason experienced engineers are just better at many classes of problems. > This cleverness can't be augmented by AI, and it can't be rotted by AI: it's something that's innate to people I argue "cleverness" is a learned and honed skill by exposure and exercise. I just reject the idea that some people are just incapable of original thought. They just didn't get the circumstances to flourish. | |||||||||||||||||||||||
| |||||||||||||||||||||||
| ▲ | danielmarkbruce an hour ago | parent | prev | next [-] | ||||||||||||||||||||||
Engineering creativity does not come from a blank slate.... people create by combining primitives like APIs, algorithms, patterns, debugging techniques, product constraints, performance constraints, user needs, and blah blah blah. You can argue that a particular primitive is bad or overemphasized but the ida that real engineering has nothing to do with repetition, memory etc is wrong. | |||||||||||||||||||||||
| |||||||||||||||||||||||
| ▲ | jacques_chester 2 hours ago | parent | prev [-] | ||||||||||||||||||||||
Focusing on your first point: Memorization isn't everything. But it's not nothing either. Sometimes it's nice to be able to just bang out some code without looking everything up. IDEs in an IDE-friendly language make this awareness accessible in the immediate frame, but don't necessarily help with having a mental menu of possibilities to choose from. That said: I find spaced repetition utterly crushing, so I only use it very sparingly. | |||||||||||||||||||||||