Answer Factories
Answer Factories
The Engineering of Useful Surprises
About the Book
This book is not ready for purchase, and as I write the content on my blog, I've lowered the price to $0.00
This book is a collection of generative projects: projects where our goal is the discovery of a new design, refining a novel invention, uncovering a solution to an unsolved puzzle, or some other sort of inspirational and unexpected surprise.
We'll use techniques and algorithms from the field of AI called Genetic Programming to work through these projects. You may have heard about Genetic Programming, and about "invention machines" that can produce "human-competitive results" "automatically" using "artificial intelligence".
That admirable research program is exciting and well-intentioned. But as I said our goal here is actually solving problems, so we're going to use tools and algorithms from Genetic Programming in ways that researchers and practitioners in Genetic Programming definitely don't approve of. I know—I've been one for nearly 20 years, and trust me when I say we're doing something different here.
I'm going to call this "GP". Let the resulting ambiguity mask the differences.
The technical side of GP is a big pile of trivia, at least in the context of solving problems. It's just thousands of variations on a few simple design patterns. There are no "theories" that can advise you on choosing one algorithm over another in a particular context, nor do you need to know anything about the analytical correctness of your procedures if you just want an answer. GP is just another flavor of software development. It's an idiomatic approach to answering questions using computers.
But when it's done right, GP can help you explore problems faster. Much faster than you can with pencil or paper, or by sitting and thinking in front of a whiteboard with a domain expert. It's a way of capturing and accelerating the repetitive parts of design, invention, and other creative efforts, in order to free your time for the more difficult tasks that never disappear.
When GP works, it does so by speeding up the rate at which you're usefully surprised. The lead compound for a drug is useful because it’s different from what everybody in the field thought they knew. The patentable design for an analog circuit or a bearing or an antenna isn’t useful because it’s “optimized”, it’s patentable because it’s different. Even the amiable workhorse of the GP world—arbitrary mathematical functions fit to data points—isn’t helpful as a way of doing statistics. It’s about the hints and surprises it shows an attentive watcher.
In other words, GP is useful for changing you, not for heating up the processors inside the “artificial” black box or filling a drive with the stuff a million random monkeys have typed. So in this book, we're not going to try to build "automatic invention machines" that use Genetic Programming.
We're going to build GP software systems that support your own creativity and inventive capacity: Answer Factories.
Like the manager of any real factory, you can't just set it up and tell it what to do. You need to be in a position to manage it. You need to be vigilant about your own goals, and what's being produced. You need to be able to see promise in a partial solution, and adapt your own needs to the emergent behavior of your complex factory. You can't just point and shoot, no more than you can "point and shoot" a human software development team and expect them to succeed at reading your mind, staying on track, and getting valuable results delivered to you on schedule and under budget.
We also need to cover the habits and techniques that can help you cope with the acclerated pace at which you receive surprising results. And the habits that help you define and direct goals, evaluate results, and direct your project to success before the heat death of the Universe.
It turns out there's a movement in software development that's specifically focused on coping with and embracing this sort of change. With helping human beings manage and adapt in the context of the projects they work in, and reducing the risk that they just heating up processors and filling hard drives.
We'll spend a lot of time learning from those folks.
Table of Contents
- Acknowledgments
- About this release
- About this book
- Why?
- Audience
- Subject matter
- Preface
- The Age of the “Invention Machine”
- Answer factories
- What to do
- I On Tools
- 1 Technical toolkit
- Hardware
- Code
- Testing
- Refactor, but don’t optimize
- The Literature
- Analytical tools
- Project management tools
- 2 Cognitive toolkit
- GP in one 3×5 card
- What actually happens in a GP project?
- 3 Software Toolkit
- Three Languages
- The Answer Language: What?
- The Search Language: How?
- The Project Language: Why?
- II Cargo-bot
- 4 Introduction
- Cargo-bot for iPad
- Prospectus
- 5 Test-driven Design of a Cargo-bot Emulator
- Setting the stage
- Thinking about what’s needed
- Emergent design
- Done, mostly
- What just happened, and what’s next?
Authors have earned$10,080,957writing, publishing and selling on Leanpub, earning 80% royalties while saving up to 25 million pounds of CO2 and up to 46,000 trees.
Learn more about writing on Leanpub
The Leanpub 45-day 100% Happiness Guarantee
Within 45 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
See full terms
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers), EPUB (for phones and tablets) and MOBI (for Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them
Top Books
C++ Best Practices
Jason TurnerLevel up your C++, get the tools working for you, eliminate common problems, and move on to more exciting things!
Digital-First Events
Joep Piscaer and Jana BorutaThe only resource you will ever need to launch your digital events program.
C++20
Rainer GrimmC++20 is the next big C++ standard after C++11. As C++11 did it, C++20 changes the way we program modern C++. This change is, in particular, due to the big four of C++20: ranges, coroutines, concepts, and modules.
The book is almost daily updated. These incremental updates ease my interaction with the proofreaders.
Sockets and Pipes
Type ClassesSockets and Pipes is not an introduction to Haskell; it is an introduction to writing software in Haskell. Using a handful of everyday Haskell libraries, this book walks through reading the HTTP specification and implementing it to create a web server.
Atomic Kotlin
Bruce Eckel and Svetlana IsakovaFor both beginning and experienced programmers! From the author of the multi-award-winning Thinking in C++ and Thinking in Java together with a member of the Kotlin language team comes a book that breaks the concepts into small, easy-to-digest "atoms," along with exercises supported by hints and solutions directly inside IntelliJ IDEA!
Algebra-Driven Design
Sandy MaguireA how-to field guide on building leak-free abstractions and algebraically designing real-world applications.
Introducing EventStorming
Alberto BrandoliniThe deepest tutorial and explanation about EventStorming, straight from the inventor.
node-opcua by example
Etienne RossignonGet the best out of node-opcua through a set of documented examples by the author himself that will allow you to create stunning OPCUA Servers or Clients.
Ansible for DevOps
Jeff GeerlingAnsible is a simple, but powerful, server and configuration management tool. Learn to use Ansible effectively, whether you manage one server—or thousands.
Cloud Strategy
Gregor Hohpe“Strategy is the difference between making a wish and making it come true.” A successful migration to the cloud can transform your organization, but it shouldn’t be driven by wishes. This book tells you how to develop a sound strategy guided by frameworks and decision models without being overly abstract nor getting lost in product details.
Top Bundles
- #1
Software Architecture for Developers: Volumes 1 & 2 - Technical leadership and communication
2 Books
"Software Architecture for Developers" is a practical and pragmatic guide to modern, lightweight software architecture, specifically aimed at developers. You'll learn:The essence of software architecture.Why the software architecture role should include coding, coaching and collaboration.The things that you really need to think about before... - #2
Django for Beginners/APIs/Professionals
3 Books
- #3
CCIE Service Provider Ultimate Study Bundle
2 Books
Piotr Jablonski, Lukasz Bromirski, and Nick Russo have joined forces to deliver the only CCIE Service Provider training resource you'll ever need. This bundle contains a detailed and challenging collection of workbook labs, plus an extensively detailed technical reference guide. All of us have earned the CCIE Service Provider certification... - #4
Cisco CCNA 200-301 Complet
4 Books
Ce lot comprend les quatre volumes du guide préparation à l'examen de certification Cisco CCNA 200-301. - #5
Linux Administration Complet
4 Books
Ce lot comprend les quatre volumes du Guide Linux Administration :Linux Administration, Volume 1, Administration fondamentale : Guide pratique de préparation aux examens de certification LPIC 1, Linux Essentials, RHCSA et LFCS. Administration fondamentale. Introduction à Linux. Le Shell. Traitement du texte. Arborescence de fichiers. Sécurité... - #6
Modern Management Made Easy
3 Books
Read all three Modern Management Made Easy books. Learn to manage yourself, lead and serve others, and lead the organization. - #7
PowerShell
3 Books
Buy every PowerShell book from Adam Bertram at a 20% discount! - #8
Mastering Containers
2 Books
Docker and Kubernetes are taking the world by storm! These books will get you up-to-speed fast! Docker Deep Dive is over 400 pages long, and covers all objectives on the Docker Certified Associate exam.The Kubernetes Book includes everything you need to get up and running with Kubernetes! - #9
CCDE Practical Studies (All labs)
3 Books
CCDE lab - #10
All the Books of The Medical Futurist
6 Books
We put together the most popular books from The Medical Futurist to provide a clear picture about the major trends shaping the future of medicine and healthcare. Digital health technologies, artificial intelligence, the future of 20 medical specialties, big pharma, data privacy, digital health investments and how technology giants such as Amazon...