-
Sep 20, 2024 |
cacm.acm.org | WALID SABA |Alex Williams |Gregory Goth
McCarthy and his Prediction Regarding ‘Scruffy’ AIJohn McCarthy, one of the founders of (and the one who supposedly coined the term) artificial intelligence (AI), stated on several occasions that if we insist on building AI systems based on empirical methods (e.g., neural networks or evolutionary models), we might be successful in building “some kind of an AI,” but even the designers of such systems will not understand how such systems work (see, for an example, [1]).
-
Sep 20, 2024 |
cacm.acm.org | Pamela Samuelson |Alex Williams |Gregory Goth |R. Colin Johnson
Fed up with major social media platforms’ frequent decisions to remove or deprioritize postings by Florida and Texas conservatives, their state legislators passed laws forbidding these platforms from “censoring” their users’ online postings.
-
Sep 20, 2024 |
cacm.acm.org | Dhiren Navani |Alex Williams |Gregory Goth |R. Colin Johnson
Large Language Models (LLMs) have not only fascinated technologists and researchers but have also captivated the general public. Leading the charge, OpenAI ChatGPT has inspired the release of numerous open-source models. In this post, I explore the dynamics that are driving the commoditization of LLMs. Low switching costs are a key factor supporting the commoditization of Large Language Models (LLMs).
-
Sep 18, 2024 |
cacm.acm.org | Advait Sarkar |Alex Williams |Gregory Goth |R. Colin Johnson
“How should we evaluate the legacy of Thomas Jefferson?,” asks a professor of American history.
-
Sep 17, 2024 |
cacm.acm.org | Alex Williams |Gregory Goth |R. Colin Johnson
While C certainly deserves its place on the programming language Mount Rushmore, it is ill-equipped for growing codebases and multicore chips. As a result, Go came to fruition, mainly as a means of simplifying software development. However, as we saw more advancements in cloud tech, Go turned out to be the language that solved many of the issues surrounding modern cloud infrastructure development, from microservices to efficient networking and cross-platform interoperability.
-
Sep 16, 2024 |
cacm.acm.org | Gregory Goth |R. Colin Johnson
Beginning in 2021, researchers at Google began piloting an exercise intended to reduce urban traffic congestion called Project Green Light. The premise was fairly simple–the project uses data from Google Maps’ driving trends to create an AI model that measures how traffic flows through an intersection, including patterns of starting and stopping, average wait times at a traffic light, and coordination between adjacent intersections.
-
Aug 29, 2024 |
cacm.acm.org | Yael Erez |Koby Mike |Orit Hazzan |Gregory Goth
Computational thinking was first introduced by Papert (1980), and a quarter of a century later, was illuminated and elaborated by Wing (2006). In August 2022, the concept of computational thinking was revisited by Mike et al., this time from the data science perspective (Mike et al., 2022). A few months later, in November 2022, OpenAI launched ChatGPT, which was the first signal of a new storm—Generative AI, or GenAI—that has changed many domains of our lives since then.
-
Aug 29, 2024 |
cacm.acm.org | Gregory Goth |Ted Selker |Micah Beck
The phrase “think globally, act locally” may be most associated with environmental activists such as folk singer Pete Seeger, but it is also becoming a watchword in the buttoned-down world of electric power security. The U.S. Dept. of Energy (DoE), through several recent funding rounds, is enabling new collaborations between university researchers, national laboratories, industry research associations, and individual utility companies to strengthen power grid cybersecurity.
-
Jul 1, 2024 |
cacm.acm.org | Gregory Goth |R. Colin Johnson |Alex Williams
At what was billed as a “fireside chat” at Tel Aviv University in June 2023, the very first question from the audience posed to OpenAI CEO Sam Altman and chief scientist Ilya Sutskever was, “Could open source LLMs (large language models) potentially match GPT-4’s abilities without additional technical advances, or is there a ‘secret sauce’ in GPT-4 unknown to the world that sets it apart from the other models?” After nervous laughter and applause, Sutskever said, “You don’t want to think...
-
Jun 24, 2024 |
cacm.acm.org | Alex Williams |Herbert Bruderer |Gregory Goth
With millions of users accessing Web services simultaneously, the need for scalability has never been more critical. Traditional monolithic architectures, where all functionalities are tightly integrated into a single codebase, are struggling to keep up. As applications grow, these monoliths become unwieldy—hard to understand, difficult to modify, and challenging to scale. This is why microservice architectures are gaining traction.