by Jule | Jun 5, 2024 | Strategy
Understanding the Importance of Problem Definition A well-defined problem is the bedrock of a successful strategy. It clarifies the scope and objectives and ensures that resources are directed efficiently. According to a study by the Harvard Business Review, companies...
by Jule | Jun 4, 2024 | AI, AI safety framework, Artificial Intelligence, Ethics, Safety framework
The paper “Towards Guaranteed Safe AI: A Framework for Ensuring Robust and Reliable AI Systems” introduces a family of approaches to AI safety, termed “Guaranteed Safe (GS) AI.” These approaches aim to provide high-assurance quantitative...
by Jule | Jun 3, 2024 | Bias, Book review, Decision making
The book argues that humans often make decisions using simple heuristics (mental shortcuts) rather than complex algorithms, and these heuristics can be surprisingly effective and efficient, especially in uncertain and complex environments. Adaptive Toolbox: The...
by Jule | Jun 1, 2024 | Insights, Strategy
Technology investments in businesses must be routed in commercial insight. Insight is the key input to strategy. The challenge for SMEs lies in generating these insights without a dedicated team and ensuring they are effectively communicated and utilised in...
by Jule | May 30, 2024 | Software Development, TDD
What is Test-Driven Development? Test-Driven Development (TDD) is a software development approach in which tests are written before the actual code. The process is cyclical and involves writing a test, running it to see it fail, writing the minimal code necessary to...