sigmoid.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A social space for people researching, working with, or just interested in AI!

Server stats:

596
active users

#tensorflow

0 posts0 participants0 posts today

🌕 模糊測試在程式移植中的驚人效能
➤ 人工智慧如何重塑程式移植的未來
rjp.io/blog/2025-06-17-unreaso
本文探討了利用大型語言模型(LLM)進行程式移植,尤其是從C語言移植到Rust語言的可能性。作者分享了過往在TensorFlow專案中遇到的技術債問題,以及傳統移植方法的高成本和風險。他提出,藉由讓LLM編寫模糊測試並以拓撲排序的方式逐步移植程式碼,或許能有效自動化移植流程,並降低移植的難度和成本。透過具體的測試案例,作者認為LLM在面對明確目標時能展現出解決問題的創意,並探討瞭如何利用LLM進行大規模的程式重構和API更新。
+ 「文章很有啟發性,讓人思考未來軟體開發和維護的方式會因為LLM而有巨大的變革。」
+ 「我對LLM的程式移植能力感到驚訝,雖然效能可能還有進步空間,但這已經是一個令人振奮的開始。」
#人工智慧 #程式移植 #模糊測試 #Rust #TensorFlow

rjp.ioThe Unreasonable Effectiveness of Fuzzing for Porting Programs