Go to technology
The very first thing I did was create a AGENTS.md for Rust by telling Opus 4.5 to port over the Python rules to Rust semantic equivalents. This worked well enough and had the standard Rust idioms: no .clone() to handle lifetimes poorly, no unnecessary .unwrap(), no unsafe code, etc. Although I am not a Rust expert and cannot speak that the agent-generated code is idiomatic Rust, none of the Rust code demoed in this blog post has traces of bad Rust code smell. Most importantly, the agent is instructed to call clippy after each major change, which is Rust’s famous linter that helps keep the code clean, and Opus is good about implementing suggestions from its warnings. My up-to-date Rust AGENTS.md is available here.
,推荐阅读夫子获取更多信息
36氪获悉,据商务部消息,3月2日,2026年全国消费促进月暨京津冀消费季在天津市启动。商务部认真贯彻落实党中央、国务院决策部署,坚持扩大内需这个战略基点,坚持“政策+活动”双轮驱动,深入实施提振消费专项行动,持续打造“购在中国”品牌,推进建设强大国内市场。2026年全国消费促进月暨京津冀消费季作为“购在中国”重点专题活动,将进一步优化消费品以旧换新政策实施,深化消费新业态新模式新场景、国际化消费环境建设、有奖发票等试点工作,强化京津冀三地区域消费协同,扩大优质商品和服务供给,促进首发经济、健康消费、绿色消费、智能消费,推动商旅文体健多场景融合,更好满足多样化、品质化消费需求。,推荐阅读一键获取谷歌浏览器下载获取更多信息
Generic Callable