Interesting how much weight video depositions are getting in major cases now. Seeing executives explain decisions on record probably adds a very different layer compared to written statements alone. Curious to see how much influence that ends up having on the overall case.
AI right now feels same like the early interne. Lots of hype and skepticism but also real shifts happening underneath. Hard to know exactly how it’ll play out but the impact on how people build tools and products is already pretty clear.
In my opinion it depends on how AI is being used. In many projects it’s hard to avoid it completely for example, while building a game solver I ended up using AI in a few places. More or less half of the development was done through vibe-coding and for screenshot detection I trained a small object detection model by AI. That part is difficult to solve reliably with simple rules and logic alone because screenshots vary a lot between devices.
At the same time, most of the logic, debugging and problem-solving still came down to regular development work. So using AI with clear limits feels more like using a tool than replacing the work itself.