CVPR 2024: Language models in end-to-end autonomous drivingWhy use Language models in end-2-end driving?Paper survey on LLMs/VLMs in self-drivingTags: VLMs Autonomous Driving
Software for explorationResearch is done faster without strict codeInvest in speeding up research pathsTags: research management software design
Interfaces: abc vs. ProtocolsWhat is the best way to make an interface?Fresh and shiny Protocols seem to be the answer!Tags: python software design
Neat Python interfaceYou know how to make an interface in PythonBut what makes a good interface?Tags: python software design
All Dangers of Side EffectsCode side effects influence external worldWhy is it bad? What are the pitfalls?Tags: python software design
Dealing with side effectsCode side effects are not welcomeHow do we minimize them?Tags: python software design