Today's Deep-Dive: Flowise
Ep. 234

Today's Deep-Dive: Flowise

Episode description

This episode discusses Flowise, an open-source platform that simplifies the creation of AI agents through a visual, modular approach. Unlike traditional methods that require extensive coding knowledge, Flowise democratizes AI development by allowing users to build complex AI systems using pre-built functional modules, making it accessible to a wider audience. The platform supports both simple workflows and fully autonomous agents, and it integrates seamlessly with various data sources and other AI tools. Flowise emphasizes transparency and control with features like human-in-the-loop (HITL) and detailed execution traces, ensuring that AI operations are observable and auditable. It is used by businesses to enhance efficiency and innovation, from customer service chatbots to multi-agent systems that automate complex processes. Flowise is free to start with scalable pricing, making it accessible for individuals and enterprises alike. The platform is backed by Y Combinator and has a vibrant community, showcasing its potential to transform AI development across various industries.

Gain digital sovereignty now and save costs

Let’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates?

Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools.

Try it now for 1 Euro - 30 days free!

Download transcript (.srt)
0:00

Welcome to the deep dive today. We're really getting into something exciting flow

0:04

wise. It's an open source platform and honestly

0:07

It's changing the game for building AI agents our mission today to show you how

0:10

something that sounds super complex is actually becoming well

0:13

Surprisingly accessible even if you're not, you know a hardcore AI coder

0:18

But hang on before we dive right in a quick shout out to our supporter safe server

0:22

dot DE

0:23

They're fantastic when it comes to digital transformation

0:26

They actually host the software that helps us put together these deep dives for you

0:30

So if you're curious about boosting your own digital setup, check them out at www.safeserver.de

0:35

Right. So flow wise as I said open source and it lets you build AI agents visually

0:40

now when you hear AI agents

0:42

Maybe you picture I don't know teams of developers deep and complex code, right?

0:46

But the real magic here what flow wise does is it kind of demystifies all that it

0:50

makes building these things intuitive really powerful

0:52

And honestly something a much wider range of people can actually do that's such a

0:56

key point. I mean traditionally

0:57

Yeah building AI agents meant you needed serious technical chops coding machine

1:01

learning frameworks the whole deal

1:03

What's so fascinating about flow wise is how it just bypasses that whole

1:08

intimidating entry barrier

1:10

It brings this really advanced capability into a visual space, you know makes it

1:14

approachable. It's not just simplifying things

1:17

It's genuinely like democratizing access to these powerful AI tools, which is

1:21

frankly a massive step forward

1:23

Okay, so let's unpack that a bit for anyone who listening is maybe, you know

1:26

tangled with complex AI stuff before flow

1:28

Why it sounds like a completely different approach. What exactly is it

1:31

fundamentally?

1:32

And how does it pull off making something so sophisticated feel well easier? Yeah,

1:37

good question

1:38

So at its heart flow wise is an open source platform specifically for developing

1:44

agentic systems

1:45

The revolutionary bit is the visual building it uses these modular building blocks

1:51

Think of it like like building with high-tech Legos instead of forging metal parts

1:56

from scratch

1:56

You snap together these pre-built functional modules on a screen to define how your

2:01

AI works

2:02

It's logic its flow all visual this massively cuts down on the you know

2:06

The mental load and the amount of boilerplate code you'd normally have to write and

2:10

just to give a sense of its credibility

2:12

It's backed by Y Combinator and already being used by teams all over the world.

2:16

That says a lot, right?

2:17

So it's not just a pretty interface. It's changing how you actually build the thing

2:21

Yeah sounds almost like those drag-and-drop website builders that totally changed

2:24

web design, but this is for AI

2:26

You're arranging pieces to map out complex AI behavior instead of typing endless

2:30

lines of code

2:31

That definitely sounds like it lets you as developers say iterate fast

2:34

Does this visual approach ever feel limiting or can flow wise really handle the

2:38

complex stuff? You'd normally code

2:40

That's a really fair question and it gets right to the core of how flow wise is

2:45

designed. It simplifies

2:47

Yes, but crucially it doesn't really sacrifice power or flexibility

2:50

The core promise is that you can build everything from say simple workflows where

2:56

an AI follows set steps all the way up to fully

2:59

Autonomous agents and all through that visual interface

3:02

So you're focusing purely on the logic and the flow how the AI should behave

3:05

without getting bogged down in the underlying code implementation

3:08

And for anyone wondering about getting started

3:10

It's incredibly simple like a quick NPM install dash g flow wise and then npx flow

3:16

wise start and boom

3:17

You're basically up and running that ease of setup is key for rapid prototyping and

3:21

the modular design means it's robust enough for complex

3:24

Scenarios to it bridges that gap between no code simplicity and code heavy power,

3:28

you know

3:29

Okay, that makes the barrier to entry almost nothing. So let's get practical. What

3:33

can you actually build with this?

3:34

What kind of tangible things could our listeners start thinking about for their own

3:37

work or projects?

3:38

Great. This is where it gets really interesting. You can basically break down what

3:42

you build into two main categories

3:44

First up, you've got chat assistance

3:46

These are probably what most people think of as an AI chatbot

3:50

Single agent systems designed for specific interactions, but they're super

3:54

versatile

3:55

They support things like tool calling which means the AI isn't just talking it can

4:00

actually do things like interact with other systems trigger actions

4:04

Oh interesting like pull up customer data or book something exactly pull order

4:08

history from a CRM book an appointment

4:11

maybe even process a simple transaction all based on the chat and

4:14

Critically these assistants are great at knowledge retrieval often using this

4:18

technique called rag retrieval augmented generation

4:22

This means the AI isn't just using its general knowledge

4:25

It can intelligently search and pull specific up-to-date info from your own private

4:30

data sources before it answers

4:32

Ah, so it's like giving it a super focused research assistant for your specific

4:37

stuff precisely

4:38

It makes the answers not just accurate in general

4:41

But highly relevant to your context your company docs latest market reports product

4:45

manuals

4:46

Whatever and when I say it supports a wide array of data sources

4:49

I really mean it it handles almost everything you'd find in a business

4:52

Txt files PDFs rtf doc HTML CSS JSON XML CSV markdown

5:00

Even direct sequel database chats Wow. Yeah, it's comprehensive

5:04

You can feed it pretty much all your relevant info turning all that scatter data

5:07

into something that AI can use intelligently

5:09

Then you step up to the next level multi agent systems

5:12

This is where it gets really powerful and honestly quite transformative instead of

5:16

one AI doing everything you orchestrate workflows across multiple

5:19

Coordinated agents think of it like building a specialized AI

5:23

Okay, how does that work? Well each agent might have a specific role

5:27

maybe one agent is great at research another excels at summarizing information a

5:32

Third drafts content and maybe a fourth reviews at all. They communicate they

5:37

delegate tasks

5:38

They collaborate to tackle problems far more complex than any single agent could

5:42

manage on its own

5:43

This opens the door to automating entire business processes that used to need a lot

5:48

of human coordination

5:49

Or really complex software integrations that distinction really helps visualize it

5:55

Yeah, so just to make sure I'm getting this you could literally build say a

5:58

customer service chatbot that answers questions using your entire library of PDF

6:02

Manuals and word docs always giving the right info and on the multi-agent side you

6:07

could build a team of AIs

6:08

Maybe one does market research another analyzes social media sentiment a third

6:12

writes a summary report and a fourth even drafts some marketing ideas

6:16

That's yeah, that's a whole different level of automation. Exactly, right?

6:19

The potential scope is huge really just limited by the workflow you design

6:22

It moves beyond simple task automation towards

6:25

Intelligent orchestration. Okay, that sounds

6:28

Incredibly powerful almost maybe a little scary like how do you maintain control?

6:34

How does flow wise make sure things are transparent and you can have human

6:38

oversight?

6:38

You definitely don't want a black box AI running wild especially for important

6:42

stuff, right?

6:43

That's a critical point and yeah a very valid concern flow wise tackles this head-on

6:48

with a few key features

6:49

Focused on control and transparency first off. There's human in the loop or

6:54

HITL this is huge. It lets humans review tasks that agents perform during the

7:00

process within the feedback loop

7:02

Okay, so you can step in. Absolutely. Yeah, imagine your AI support agent is about

7:05

to give slightly outdated advice with HITL

7:09

A human can catch that specific output before it goes out correct it and this is

7:13

key

7:13

The AI learns from that correction instantly. It's not just fixing one mistake

7:18

It's continuously refining the agents performance based on real-time human guidance

7:22

that helps bridge the gap between AI efficiency and human nuance

7:25

Then beyond stepping in flow eyes offer strong observability through what they call

7:30

execution traces execution traces like a log file

7:33

Sort of but much more detailed. It's like a full step-by-step recording of the AI's

7:38

decision-making process

7:39

You see exactly how it reached an answer what data it looked at which tools it used

7:44

the sequence of its reasoning

7:46

This is invaluable for debugging for optimizing performance and for auditing making

7:51

sure it's doing what you expect

7:52

It even integrates with standard tools like Prometheus and open telemetry for

7:56

deeper system monitoring

7:58

Which is essential for enterprise use and finally, even though it's visual and easy

8:02

to use flow wise is also super developer friendly

8:05

It's not some closed little garden the agents you design visually you can extend

8:10

them and integrate them smoothly into your existing apps and systems

8:13

Oh, okay. So plays nice with other things. Definitely. It has robust API's

8:17

Software development kits SDKs for both TypeScript and Python and even embeddable

8:22

chat widgets

8:23

You can drop onto a website so you can design the core AI logic visually and flow

8:27

wise

8:28

Which is fast and then plug that intelligence into your website your internal tools

8:32

your mobile app

8:32

Whatever you're building it gives developers the best of both worlds visual speed

8:36

plus coding flexibility

8:38

So yeah, definitely not a pleck box. You can see inside guide it and plug it into

8:42

pretty much anything

8:43

You're already using that makes it way more practical for actual businesses, which

8:47

leads me to ask

8:48

How are businesses using flow wise right now? What kind of real-world impact are we

8:53

seeing out there?

8:54

Oh, the impact is definitely tangible and it really highlights those benefits speed

8:58

efficiency opening up new AI

9:00

Possibilities their customer stories show this well, for example uneq. They do

9:05

these amazing digital human experiences

9:08

They significantly cut down the resources needed to deploy their AI brains by using

9:12

flow eyes

9:13

That means faster launches and lower costs for them

9:15

Another one kumit guitar iFleet used flow eyes to seriously boost the quality and

9:20

efficiency of a new co-pilot feature in their fleet

9:24

Management product so it's great for enhancing existing things to right now just

9:27

building from scratch

9:28

Exactly and BTS digital they sped up their whole initiative around build your own

9:33

AI

9:33

Assistance easily showing how flow wise helps companies become more self-sufficient

9:38

with AI

9:38

There's great quote from David Mikado a senior director of DX and AI

9:42

He said flow eyes has truly changed how we approach AI

9:46

It's simple enough to prototype an idea in minutes yet powerful enough to take all

9:50

the way to production

9:51

That's a pretty strong statement, you know, yeah that sums it up perfectly

9:55

Prototype fast scale up and it's not just the official stories

9:59

The open source community around flow wise is buzzing on Twitter and places like

10:03

that

10:04

You see people doing amazing things like creating super specific AI teaching

10:08

personas building

10:09

Multimodal chatbots that handle both text and images making telegram bots for real-time

10:14

bus info using live data

10:16

Even no code sequel chatbots. So business users can query databases just by asking

10:21

questions in plain English

10:22

Wow, that's diverse

10:23

It really is it shows the platform is enabling all sorts of innovation from

10:27

education to transport to business

10:30

Intelligence, it really does sound like a game-changer then speeding things up

10:33

making AI more efficient and unlocking these capabilities for people who aren't

10:37

necessarily

10:38

AI-phd's it lets you test ideas super fast and then actually build them out

10:42

properly and having such a strong community

10:45

What was it over 42,000 stars on github? That's huge for an open source project

10:49

shows. It's alive and well-supported

10:52

Absolutely, that community is vital and importantly flow eyes is also built to work

10:56

Well with other popular AI tools and frameworks that you know, many listeners might

11:00

already be using we're talking smooth integrations with big LLM providers

11:04

Like AWS bedrock open a eyes GPT models

11:06

frameworks like Lang chain for managing complex AI steps and

11:10

Essential vector databases like lemma index or milvis for that smart knowledge

11:13

retrieval

11:14

It even works with multi-agent systems frameworks like autogen so flow eyes fits

11:18

neatly into the bigger AI ecosystem

11:20

It doesn't force you into some isolated silo. You can leverage your existing tech

11:25

stack

11:25

okay, this all sounds amazing incredibly powerful, but

11:28

Often tools like this, especially the ones ready for big companies come with a

11:33

pretty hefty price tag

11:35

How accessible is flow wise really for someone just starting out?

11:38

Maybe a small team wanting to experiment that's another area where flow eyes really

11:43

scores points accessibility and scalability

11:45

You can literally as they say start building for free their free tier gives you

11:50

enough to really get going

11:51

Two flows in assistance 100 predictions a month a bit of storage plus access to all

11:55

the community support

11:57

It's perfect for just trying things out learning the ropes building a proof of

12:01

concept all with zero cost

12:02

Okay, that's genuinely free to start

12:04

Yeah

12:05

And then if you need more they have starter and pro tiers that are really

12:08

reasonably priced for individuals or smaller teams

12:11

It scales up affordably, but crucially it's also built to be enterprise ready for

12:15

bigger organizations

12:17

It has all the features you'd expect support for like over a hundred different

12:21

large language models

12:23

Tons of embedding options various vector databases plus robust deployment options

12:27

on your own servers or in the cloud

12:29

And it's designed for horizontal scaling so it can handle massive workloads and

12:34

stay reliable

12:34

It truly spans from you know a hobby project right up to industrial scale AI

12:39

So you can genuinely start for nothing play around learn build something cool

12:44

And if it takes off you have a clear path to scale it up massively that level of

12:48

flexibility is incredible

12:50

It really empowers everyone from beginners to big enterprises

12:53

Wow what an incredible deep dive into flow eyes today

12:56

It really does seem to stand out by making this complex world of AI agent building

13:00

so much more accessible so visual

13:02

It's clearly empowering people and organizations to innovate much faster whether

13:07

they're seasoned developers

13:08

Or you know just starting to explore what AI can do and that really brings up an

13:12

interesting question for everyone listening

13:14

Doesn't it thinking about your own work your own life?

13:17

What task or challenge could you transform with an AI agent especially one that you

13:22

could actually build and control yourself?

13:24

Maybe without needing to become a coding expert first just imagine the

13:28

possibilities flow wise could unlock for you personally

13:31

That's a fantastic thought to leave people with thank you so much for joining us on

13:35

this deep dive into flow wise today

13:37

We really hope you learn something useful and maybe feel inspired to check out

13:41

visual AI building and before we go a huge thing

13:44

Thank you once again to our sponsor safe server.de for helping make these deep dives

13:48

happen do check them out at

13:50

next time

13:50

next time