Skip to main content

About

Determined tech enthusiast with a love for efficiency, eager to solve complicated business problems in a complex environment. Interested in Start-Ups and people with a vision. Passionate about discussing bold ideas, their impact, and strategies for implementing them.

I have a PhD in Artificial Intelligence (AI), in which I thought the computer to return better answers to complex questions using my strong background in Computational Logic, Computer Vision and Machine Learning. I have entrepreneurial experience with an own Start-up and look forward to founding my next one. In my free time I'm a black belt and martial arts teacher.

In this blog I share my insights and thoughts towards tech, entrepreneurship and leadership. 

Contact

If you think we should talk, feel free to contact me. You can reach me best via LinkedIn or email walter@forkel.eu.

Popular posts from this blog

Abstraction

Abstraction is the ability to boil things down to its core by ignoring unnecessary details and instead focusing on whats common with something else. The ability of abstraction is a defining characteristic of humanity: We can talk about a book , even though every book has a different content, color, languages or size. The concept of a book  is an abstraction of all the different concrete books and every other human understands what we mean.  Through abstraction we are able to draw connections between seemingly unconnected things. Making sense of the world requires abstraction. In his famous monologue Goethes Faust wishes in German Dass ich erkenne, was die Welt Im Innersten zusammenhält That I may detect the inmost force Which binds the world, and guides its course The better we can abstract things, the better we can model the different aspects of the world around us. This enables us to better understand how things effect each other, allows us to make better predictions of the ...

Are you ready to build the future?

The following post is based on the great book "From zero to one"  in which Peter Thiel and Blake Masters present their ideas about whats kind of entrepreneurship is needed to build a glorious future.  Optimist vs Pessimist There are basically two ways we can feel about the future: Either we are optimistic and feel the future is going to be better than the present or we are pessimistic and feel the future is going to be worse that the present. Determinate vs Indeterminate    The second question is concerned with the felt influence we have on the future. Does the future appear   determinate  meaning planable to a sufficiently high degree? Or do we think the future is indeterminate , we are "a lottery ticket", and have no influence on how our life will be tomorrow?  Based on how you feel about these two questions you will belong to one of the following groups: You are a  Determinate Optimist if you think the future is going to be great an...

Theory of Constraints

The theory of constraints (TOC) is an approach for maximizing the throughput of a given system. It was proposed by Eliyahu M. Goldratts and has been applied in manufacturing as well as DevOps. Personally, I like the idea because of it's simplicity and iterative nature.  Let's first define what we mean by a system. A system is a directed acyclic graph with some sources (nodes that do not have any incoming edges) and some sinks (nodes that do not have any outgoing edges). Work in such a system enters the system at some source node and is processed at different nodes, representing workstations, until it reaches a sink node, marking its successful completion. Below you can find a simple system with four nodes. Work enters the system at the right, is split across two different nodes and the completed in the node on the left. The throughput  of a given system is defined as the rate of work units that can pass through the system per unit of time. For example in a car manufactur...