
188.4K
Downloads
82
Episodes
ACM ByteCast is a podcast series from ACM’s Practitioners Board in which hosts Rashmi Mohan, Bruke Kifle, Scott Hanselman, Sabrina Hsueh, and Harald Störrle interview researchers, practitioners, and innovators who are at the intersection of computing research and practice. In each episode, guests will share their experiences, the lessons they’ve learned, and their own visions for the future of computing.
ACM ByteCast is a podcast series from ACM’s Practitioners Board in which hosts Rashmi Mohan, Bruke Kifle, Scott Hanselman, Sabrina Hsueh, and Harald Störrle interview researchers, practitioners, and innovators who are at the intersection of computing research and practice. In each episode, guests will share their experiences, the lessons they’ve learned, and their own visions for the future of computing.
Episodes

4 days ago
Ray Eitel-Porter - Episode 82
4 days ago
4 days ago
In this episode, part of a special collaboration between ACM ByteCast and the American Medical Informatics Association (AMIA)’s For Your Informatics podcast, Sabrina Hsieh and Li Zhou host AI safety and ethics expert Ray Eitel-Porter, Luminary and Senior Advisor for AI at Accenture and an Intellectual Forum Senior Research Associate at Jesuit College, the University of Cambridge. Previously, he served as Accenture's Global Responsible AI Lead. Ray is the author of Governing the Machine and sits on several boards and councils advising on data analytics and strategy.
In the interview, Ray shares how he was inspired to research responsible AI by data privacy concerns and how biased datasets harm models. He describes his objective as helping people understand the potential risks of emerging technologies in order to confidently use them. He discusses case studies from his book where companies successfully implement responsible AI practices in the workplace, and shares how his framework will be useful even as technologies continue to emerge and change. Finally, Ray offers some advice for younger professionals in AI and medicine.

Wednesday Feb 04, 2026
Nicole Forsgren - Episode 81
Wednesday Feb 04, 2026
Wednesday Feb 04, 2026
In this episode of ACM ByteCast, Rashmi Mohan hosts software development productivity expert Nicole Forsgren, Senior Director of Developer Intelligence at Google. Forsgren co-founded DevOps Research and Assessment (DORA), a Google Cloud team that utilizes opinion polling to improve software delivery and operations performance. Forsgren also serves on the ACM Queue Editorial Board. Previously, she led productivity efforts at Microsoft and GitHub, and was a tenure track professor at Utah State University and Pepperdine University. Forsgren co-authored the award-winning book Accelerate: The Science of Lean Software and DevOps and the recently published Frictionless: 7 Steps to Remove Barriers, Unlock Value, and Outpace Your Competition in the AI Era.
In this interview, Forsgren shares her journey from psychology and family science to computer science and how she became interested in evidence-based arguments for software delivery methods. She discusses her role at Google utilizing emerging and agentic workflows to improve internal systems for developers. She reflects on her academic background, as the idea for DORA emerged from her PhD program, and her time at IBM. Forsgren also shares the relevance of the DORA metrics in a rapidly changing industry, and how she's adjusting her framework to adapt to new AI tools.

Wednesday Jan 14, 2026
Andrew Barto and Richard Sutton - Episode 80
Wednesday Jan 14, 2026
Wednesday Jan 14, 2026
In this episode of ACM ByteCast, Rashmi Mohan hosts 2024 ACM A.M. Turing Award laureates Andrew Barto and Richard Sutton. They received the Turing Award for developing the conceptual and algorithmic foundations of reinforcement learning, a computational framework that underpins modern AI systems such as AlphaGo and ChatGPT. Barto is Professor Emeritus in the Department of Information and Computer Sciences at the University of Massachusetts, Amherst. His honors include the UMass Neurosciences Lifetime Achievement Award, the IJCAI Award for Research Excellence, and the IEEE Neural Network Society Pioneer Award. He is a Fellow of IEEE and AAAS. Sutton is a Professor in Computing Science at the University of Alberta, a Research Scientist at Keen Technologies (an artificial general intelligence company) and Chief Scientific Advisor of the Alberta Machine Intelligence Institute (Amii). In the past he was a Distinguished Research Scientist at Deep Mind and served as a Principal Technical Staff Member in the AI Department at the AT&T Shannon Laboratory. His honors include the IJCAI Research Excellence Award, a Lifetime Achievement Award from the Canadian Artificial Intelligence Association, and an Outstanding Achievement in Research Award from the University of Massachusetts at Amherst. Sutton is a Fellow of the Royal Society of London, AAAI, and the Royal Society of Canada.
In the interview, Andrew and Richard reflect on their long collaboration together and the personal and intellectual paths that led both researchers into CS and reinforcement learning (RL), a field that was once largely neglected. They touch on interdisciplinary explorations across psychology (animal learning), control theory, operations research, cybernetics, and how these inspired their computational models. They also explain some of their key contributions to RL, such as temporal difference (TD) learning and how their ideas were validated biologically with observations of dopamine neurons. Barto and Sutton trace their early research to later systems such as TD-Gammon, Q-learning, and AlphaGo and consider the broader relationship between humans and reinforcement learning-based AI, and how theoretical explorations have evolved into impactful applications in games, robotics, and beyond.

Thursday Dec 18, 2025
Dawn Song - Episode 79
Thursday Dec 18, 2025
Thursday Dec 18, 2025
In this episode of ACM ByteCast, our special guest host Scott Hanselman (of The Hanselminutes Podcast) welcomes ACM Fellow Dawn Song, Professor in Computer Science at UC Berkeley, Co-Director of Berkeley Center for Responsible Decentralized Intelligence (RDI), and Founder of Oasis Labs. Her research interest lies in AI safety and security, Agentic AI, deep learning, security and privacy, and decentralization technology. Dawn is the recipient of numerous awards including the MacArthur Fellowship, the Guggenheim Fellowship, the NSF CAREER Award, the Alfred P. Sloan Research Fellowship, the MIT Technology Review TR-35 Award, ACM SIGSAC Outstanding Innovation Award, and more than 10 Test-of-Time awards and Best Paper awards from top conferences in Computer Security and Deep Learning. She has been recognized as Most Influential Scholar (AMiner Award) for being the most cited scholar in computer security. Dawn is an IEEE Fellow and an Elected Member of American Academy of Arts and Sciences. She is also a serial entrepreneur and has been named on the Female Founder 100 List by Inc. and Wired25 List of Innovators.
Dawn shares her academic journey in cybersecurity, which used to be a much smaller field and how the MacArthur Fellowship (aka the “Genius Grant”) and other prestigious recognitions enabled her to pursue impactful multidisciplinary research. Dawn and Scott cover a myriad of topics around Agentic AI, including current and future security vulnerabilities from AI-powered malicious attacks, Dawn’s popular MOOC at RDI, and the associated AgentX-AgentBeats global competition (with more than $1 million in prizes and resources) focused on standardized, reproducible agent evaluation benchmarks to advance the field as a public good.
AgentX-AgentBeats Agentic AI Competition
Berkeley RDI Agentic AI MOOC

Tuesday Dec 02, 2025
Russ Cox - Episode 78
Tuesday Dec 02, 2025
Tuesday Dec 02, 2025
In this episode of ACM ByteCast, Bruke Kifle hosts Russ Cox, Distinguished Engineer at Google. Previously, he was the Go language technical lead at Google, where he led the development of Go for more than a decade, with a particular focus on improving the security and reliability of using software dependencies. With Jeff Dean, he created Google Code Search, which let developers grep the world's public source code. He also worked for many years on the Plan 9 operating system from Bell Labs and holds degrees from Harvard and MIT. Russ is a member of the ACM Queue Editorial Board.
In the interview, Russ details his journey from the Commodore 64 to Bell Labs, where he met Rob Pike (a co-designer of Go) and contributed to Plan 9 working alongside other legendary figures. Russ shares lessons learned while working on Google Code Search (a highly complex C++ program) and how that informed his later approach to the development and evolution of Go. They delve into the role of Go in the AI era and the future of computing. Russ also discusses the open-source community and collaboration around Go, touches on mentorship and leadership, and offers advice for aspiring builders.

Monday Nov 10, 2025
Anusha Nerella - Episode 77
Monday Nov 10, 2025
Monday Nov 10, 2025
In this episode of ACM ByteCast, Rashmi Mohan hosts Anusha Nerella, a Senior Software Engineer at State Street. She has more than 13 years of experience working on building scalable systems using AI/ML in the domain of high-frequency trading systems and is passionate about driving adoption of automation in the FinTech industry. Anusha is a member of the ACM Practitioner Board, the Forbes Technology Council, and is an IEEE Senior Member and Chair of IEEE Women in Engineering Philadelphia chapter. She has served as a judge in hackathons and devotes significant time mentoring students and professionals on the use of AI technologies, building enterprise-grade software, and all things FinTech.
Anusha traces her journey from growing up with limited access to technology to teaching herself programming to working at global firms including Barclays and Citibank and leading enterprise-scale AI initiatives. Anusha and Rashmi discuss the challenges of applying AI to a field where money and personal data are at stake, and workflows that prioritize trust, security, and compliance. They touch on the importance of clear data lineage, model interpretability, and auditability. The discussion also covers observability, tooling, and the use of LLMs in finance. Along the way, Anusha shares her personal philosophy when it comes to building systems where speed and reliability can be competing priorities.

Wednesday Oct 22, 2025
Ilias Diakonikolas - Episode 76
Wednesday Oct 22, 2025
Wednesday Oct 22, 2025
In this episode of ACM ByteCast, Bruke Kifle hosts 2024 ACM Grace Murray Hopper Award recipient Ilias Diakonikolas, Professor at the University of Wisconsin, Madison, where he researches the algorithmic foundations of machine learning and statistics. Ilias received the prestigious award for developing the first efficient algorithms for high-dimensional statistical tasks that are also robust, meaning they perform well even when the data significantly deviates from ideal modelling assumptions. His other honors and recognitions include a Sloan Fellowship, the NSF CAREER Award, the best paper award at NeurIPS 2019, and the IBM Research Pat Goldberg Best Paper Award. He authored a textbook titled Algorithmic High-Dimensional Robust Statistics.
In the interview, Ilias describes his early love of math as a student in Greece, which led him on a research journey in theoretical statistics and algorithms at Columbia University and, later, at UC Berkeley. He defines “robust statistics” and how it aids in detecting “data poisoning.” Ilias and Bruke explore statistical v. computational efficiency, the practical applications of this research in machine learning and trustworthy AI, and future directions in algorithmic design. Ilias also offers valuable advice to future researchers.

Tuesday Sep 30, 2025
Cecilia Aragon - Episode 75
Tuesday Sep 30, 2025
Tuesday Sep 30, 2025
In this episode of ACM ByteCast, Bruke Kifle hosts ACM Distinguished Member Cecilia Aragon, Professor in the Department of Human Centered Design and Engineering and Director of the Human-Centered Data Science Lab at the University of Washington (UW). She is the co-inventor (with Raimund Seidel) of the treap data structure, a binary search tree in which each node has both a key and a priority. She is also known for her work in data-intensive science and visual analytics of very large data sets, for which she received the Presidential Early Career Award for Scientists and Engineers (PECASE) in 2008. Prior to her appointment at UW, she was a computer scientist and data scientist at Lawrence Berkeley National Laboratory and NASA Ames Research Center, and before that, an airshow and test pilot, entrepreneur, and member of the United States Aerobatic Team. She is a co-founder of Latinas in Computing.
Cecilia shares her journey into computing, starting as a math major at Caltech with a love of the Lisp programming language, to vital work innovating data structures, visual analytics tools for astronomy (Sunfall), and augmented reality systems for aviation. She highlights the importance of making data science more human-centered and inclusive practices in design. Cecilia discusses her passion for broadening participation in computing for young people, a mission made more personal when she realized she was the first Latina full professor in the College of Engineering at UW. She also talks about Viata, a startup she co-founded with her son, applying visualization research from her lab to help people solve everyday travel planning challenges.
We want to hear from you!

Tuesday Sep 16, 2025
Torsten Hoefler - Episode 74
Tuesday Sep 16, 2025
Tuesday Sep 16, 2025
In this episode of ACM ByteCast, Bruke Kifle hosts 2024 ACM Prize in Computing recipient Torsten Hoefler, a Professor of Computer Science at ETH Zurich (the Swiss Federal Institute of Technology), where he serves as Director of the Scalable Parallel Computing Laboratory. He is also the Chief Architect for AI and Machine Learning at the Swiss National Supercomputing Centre (CSCS). His honors include the Max Planck-Humboldt Medal, an award for outstanding mid-career scientists; the IEEE CS Sidney Fernbach Award, which recognizes outstanding contributions in the application of high-performance computers; and the ACM Gordon Bell Prize, which recognizes outstanding achievement in high-performance computing. He is a member of the European Academy of Sciences (Academia Europaea), a Fellow of IEEE, and a Fellow of ACM.
In the interview, Torsten reminisces on early interest with multiple computers to solve problems faster and on building large cluster systems in graduate school that were later turned into supercomputers. He also delves into high-performance computing (HPC) and its central role in simulation and modeling across all modern sciences. Bruke and Torsten cover the various requirements that power HPC, the intersection of HPC and recent innovations in AI, and his key contributions in popularizing 3D parallelism for training AI models. Torsten highlights challenges, such as AI’s propensity to cheat, as well as the promise of turning reasoning models into scientific collaborators. He also offers advice to young researchers on balancing academic learning with industry exposure.

Wednesday Aug 20, 2025
Maja Matarić - Episode 73
Wednesday Aug 20, 2025
Wednesday Aug 20, 2025
In this episode of ACM ByteCast, Bruke Kifle hosts 2024 ACM Athena Lecturer and ACM Eugene L. Lawler Award recipient Maja Matarić, the Chan Soon-Shiong Chaired and Distinguished Professor of Computer Science, Neuroscience, and Pediatrics at the University of Southern California (USC), and a Principal Scientist at Google DeepMind. Maja is a roboticist and AI researcher known for her work in human-robot interaction for socially assistive robotics, a field she pioneered. She is the founding director of the USC Robotics and Autonomous Systems Center and co-director of the USC Robotics Research Lab. Maja is a member of the American Academy of Arts and Sciences (AMACAD), Fellow of the American Association for the Advancement of Science (AAAS), IEEE, AAAI, and ACM. She received the US Presidential Award for Excellence in Science, Mathematics, and Engineering Mentoring (PAESMEM) from President Obama in 2011. She also received the Okawa Foundation, NSF Career, the MIT TR35 Innovation, the IEEE Robotics and Automation Society Early Career, and the Anita Borg Institute Women of Vision Innovation Awards, among others, and is an ACM Distinguished Lecturer. She is featured in the documentary movie Me & Isaac Newton.
In the interview, Maja talks about moving to the U.S. from Belgrade, Serbia and how her early interest in both computer and behavioral sciences led her to socially assistive robotics, a field she saw as measurably helpful. She discusses the challenges of social assistance as compared to physical assistance and why progress in the field is slow. Maja explains why Generative AI is conducive to creating socially engaging robots, and touches on the issues of privacy, bias, ethics, and personalization in the context of assistive robotics. She also shares some concerns about the future, such as the dehumanization of AI interactions, and also what she’s looking forward to in the field.
We want to hear from you!
