Skip to main content

VC firm Oxx says SaaS startups should avoid high-risk growth models

Oxx, a European venture capital firm co-founded by Richard Anton and Mikael Johnsson, this month announced the closing of its debut fund of $133 million to back “Europe’s most promising SaaS companies” at Series A and beyond.

Launched in 2017 and headquartered in London and Stockholm, Oxx pitches itself as one of only a few European funds focused solely on SaaS, and says it will invest broadly across software applications and infrastructure, highlighting five key themes: “data convergence & refinery,” “future of work,” “financial services infrastructure,” “user empowerment” and “sustainable business.”

However, its standout USP is that the firm says it wants to be a more patient form of capital than investors who have a rigid Silicon Valley SaaS mindset, which, it says, often places growth ahead of building long-lasting businesses.

I caught up with Oxx’s co-founders to dig deeper into their thinking, both with regards to the firm’s remit and investment thesis, and to learn more about the pair’s criticism of the prevailing venture capital model they say often pushes SaaS companies to prioritize “grow at all costs.”

TechCrunch: Oxx is described as a B2B software investor investing in SaaS companies across Europe from Series A and beyond. Can you be more specific regarding the size of check you write and the types of companies, geographies, technologies and business models you are focusing on?

Richard Anton: We will lead funding rounds anywhere in the range $5-20 million in SaaS companies. Some themes we’re especially excited about include data convergence and the refining and usage of data (think applications of machine learning, for example), the future of work, financial services infrastructure, end-user empowerment and sustainable business.



from TechCrunch https://ift.tt/2STOVTO

Comments

Popular posts from this blog

Bill Gates steps down from Microsoft’s board to focus on philanthropy

In an announcement on Friday, Microsoft revealed that company co-founder Bill Gates has decided to step down from his role on its Board of Directors in order to focus on his philanthropic efforts at the Bill & Melinda Gates Foundation. This is Gate’s biggest change to his role at Microsoft since stepping down as company chairman in February 2014. According … Continue reading from SlashGear https://ift.tt/2We90Gu

World Economic Forum launches Global AI Council to address governance gaps

The World Economic Forum is creating a series of councils that create policy recommendations for use of things like AI, blockchain, and precision medicine. Read More from VentureBeat http://bit.ly/2EKBjD4

A Mini USB Keyboard That Isn’t A Keyboard

A useful add-on for any computer is a plug-in macro keyboard, a little peripheral that adds those extra useful buttons to automate tasks. [ Sayantan Pal] has made one, a handy board with nine programmable keys and a USB connector, but the surprise is that at its heart lies only the ubiquitous ATmega328 that you might find in an Arduino Uno. This isn’t a USB HID keyboard, instead it uses a USB-to-serial chip and appears to the host computer as a serial device. The keys themselves are simple momentary action switches, perhaps a deluxe version could use key switches from the likes of Cherry or similar. The clever part of this build comes on the host computer, which runs some Python code using the PyAutoGui library. This allows control of the keyboard and mouse, and provides an “in” for the script to link serial and input devices. Full configurability is assured through the Python code, and while that might preclude a non-technical user from gaining its full benefit it’s fair to say that ...