Introduction
This report summarises key learnings from the BBC documentary The Secret Rules of Modern Living: Algorithms, presented by mathematician Marcus du Sautoy, which explores the historical development and modern applications of algorithms. As a student studying algorithms in computer science, I found the documentary particularly relevant, as it bridges theoretical concepts with real-world impacts. The report outlines what I learned about the evolution and utility of algorithms, aspects that intrigued me—such as their ubiquity in daily life—and additional observations on their limitations and ethical implications. Drawing on academic sources, this analysis aims to provide a balanced view, highlighting both the strengths and potential drawbacks of algorithmic systems.
Key Learnings from the Documentary
The documentary provided a comprehensive overview of algorithms, tracing their origins back to ancient mathematicians like Euclid and his algorithm for finding the greatest common divisor (GCD). I learned that algorithms are essentially step-by-step procedures for solving problems, a definition that aligns with foundational texts in the field (Cormen et al., 2009). Du Sautoy demonstrates this through practical examples, such as sorting algorithms like bubble sort, where items are repeatedly swapped until ordered—a process I recognised from my studies on time complexity, where bubble sort has an average O(n²) efficiency, making it inefficient for large datasets.
Furthermore, the film delves into graph theory algorithms, illustrating Dijkstra’s shortest path algorithm for navigation, which underpins modern GPS systems. This was enlightening, as it showed how abstract concepts from graph theory are applied in everyday tools like mapping apps. The documentary also covers search algorithms, referencing Google’s PageRank, which uses link analysis to rank web pages (Brin and Page, 1998). Overall, these examples reinforced my understanding that algorithms are not merely theoretical but integral to optimising processes in computing and beyond.
Aspects That Intrigued Me
What particularly intrigued me was the documentary’s emphasis on the ‘secret’ rules governing modern life, revealing how algorithms invisibly shape decisions in areas like online shopping recommendations and medical diagnostics. For instance, du Sautoy’s explanation of machine learning algorithms, such as those in facial recognition, sparked my interest in their potential for bias. This resonates with ongoing debates in algorithm studies, where biased training data can perpetuate inequalities (O’Neil, 2016). Indeed, the film’s demonstration of algorithms in art generation—creating music or paintings—fascinated me, as it blurred the lines between human creativity and computational processes, prompting questions about authorship in algorithmic outputs.
Another intriguing aspect was the historical narrative, showing how algorithms evolved from manual calculations to automated systems powered by computers. This evolution, from Al-Khwarizmi’s contributions in the 9th century to Turing’s universal machine, highlighted the interdisciplinary nature of the field, combining mathematics, logic, and engineering. As a student, this intrigued me because it underscored the foresight of early pioneers, whose work laid the groundwork for today’s AI-driven world, though arguably with unforeseen societal impacts.
Other Relevant Observations
Beyond the core content, I observed that the documentary somewhat glosses over the limitations of algorithms, such as their vulnerability to errors in adversarial conditions. For example, while it praises optimisation algorithms in logistics, it does not deeply address issues like algorithmic fairness, a critical topic in current research (Kleinberg et al., 2017). From my perspective as an algorithms student, this omission is notable, as real-world applications often require robustness against incomplete data or malicious inputs.
Additionally, the film’s engaging, visual style—using animations and real-life demos—made complex ideas accessible, which could benefit educational contexts. However, it raises questions about public understanding; typically, non-experts might overestimate algorithmic infallibility, leading to over-reliance. This observation ties into broader discussions on algorithmic transparency, where explainable AI is increasingly advocated to mitigate risks (Doshi-Velez and Kim, 2017).
Conclusion
In summary, the documentary effectively illustrated the historical and practical dimensions of algorithms, enhancing my appreciation of their role in modern society. Key learnings included foundational algorithms like GCD and Dijkstra’s, while intriguing elements involved their hidden influence on daily life and creativity. Observations highlighted potential gaps in addressing limitations, underscoring the need for ethical considerations in algorithm design. As a student, this reinforces the importance of studying algorithms not just technically but critically, with implications for responsible innovation in fields like AI and data science. Ultimately, the film serves as a reminder that while algorithms optimise efficiency, their societal impact demands ongoing scrutiny to ensure equitable outcomes.
References
- Brin, S. and Page, L. (1998) ‘The anatomy of a large-scale hypertextual web search engine’, Computer Networks and ISDN Systems, 30(1-7), pp. 107-117.
- Cormen, T.H., Leiserson, C.E., Rivest, R.L. and Stein, C. (2009) Introduction to algorithms. 3rd edn. Cambridge, MA: MIT Press.
- Doshi-Velez, F. and Kim, B. (2017) Towards a rigorous science of interpretable machine learning. arXiv preprint arXiv:1702.08608.
- Kleinberg, J., Mullainathan, S. and Raghavan, M. (2017) ‘Inherent trade-offs in the fair determination of risk scores’, Proceedings of Innovations in Theoretical Computer Science (ITCS).
- O’Neil, C. (2016) Weapons of math destruction: How big data increases inequality and threatens democracy. New York: Crown.

