zvone187

zvone187 @zvone187

About: I founded AWW which had 1.5M MAU and was acquired by Miro in 2021. Now I'm working on making software development autonomous - https://github.com/Pythagora-io/gpt-pilot

Location:
Zagreb, Croatia
Joined:
Jan 20, 2023

zvone187
articles - 21 total

How to secure AI-coded (vibe coded) applications

Overview For the past two years, I’ve been deep in the world of AI, building Pythagora and...

Learn More 2 0Sep 25 '25

How We Made Sure Big Companies Can’t Steal Our Code

As a developer, I love open source. I think it’s the backbone of innovation, collaboration, and...

Learn More 0 0Jan 30 '25

Pythagora_v1 release reflection – what we learned, current state, next steps

Today, we’re launching Pythagora v1, so we wanted to reflect on our progress in the past year since...

Learn More 18 2Oct 1 '24

What I learned in 6 months of working on a CodeGen dev tool GPT Pilot

For the past 6 months, I’ve been working on GPT Pilot (https://github.com/Pythagora-io/gpt-pilot) to...

Learn More 39 6Feb 29 '24

🤜💥🤛 GPT-4 vs Claude-2 context recall analysis

In today’s rapidly advancing AI world, one of the limiting factors of modern Large Language Models...

Learn More 78 3Dec 5 '23

GPT Pilot - a dev tool that writes 95% of coding tasks [Part 2/3 - Coding Workflow]

This is the second blog post in a 3-part series where I explain we created GPT Pilot – the AI coding...

Learn More 116 7Oct 3 '23

GPT Pilot - a dev tool that writes 95% of coding tasks

An MVP for a scalable dev tool that writes production-ready apps from scratch as the...

Learn More 242 50Sep 6 '23

How to kickstart automated test suite when there are 0 tests written and the codebase is already huge

You know, there’s a certain anxiety that creeps in when you take a look at a codebase you’re just...

Learn More 1 0Jun 29 '23

How to create an automated test suite - get from 0 to 90% code coverage with a single command and GPT-4

Creating a test suite from scratch can certainly seem like a daunting task, especially if you have an...

Learn More 3 0Jun 13 '23

Generating negative tests with GPT-4

As developers, we strive to write efficient and error-free code, but let's face it - mistakes happen....

Learn More 1 0Apr 20 '23

45 ways to break an API server (negative tests with examples)

As developers, we strive to write error-free code, but no one actually does so because...well, bugs....

Learn More 98 16Apr 19 '23

How Pythagora Reduces Debugging Time and Supercharges Your Development Workflow

As developers, we know that testing is a crucial part of any development process. However, writing...

Learn More 1 0Apr 18 '23

Creating integration tests for a backend legacy codebase

The problem with a legacy codebase is that it's often not well documented, you're just not familiar...

Learn More 1 0Apr 11 '23

ChatGPT created a script in 2 hours which would take 20-30 dev hours [prompts included]

I'm working on an open source project which creates integration tests for web apps in seconds by...

Learn More 6 0Apr 5 '23

How to mock ALL external data sources and completely isolate the codebase while testing

In this blog post, I want to share with you an idea that my friend and I had to isolate the entire...

Learn More 4 0Apr 4 '23

Build automated test suite with 150 tests and 80% code coverage in 30 minutes

Hey fellow devs! 👋 I know, I know, the title seems quite ambitious, right? But bear with me here, as...

Learn More 9 2Mar 30 '23

Easiest way to create integration tests for GraphQL server with 80% code coverage in 30 minutes

Intro Integration testing is an essential part of any robust software development process,...

Learn More 2 0Mar 16 '23

How I failed with 4 different products and how I started with open source

As a developer, I’m always on the lookout for new tools and technologies that can make my work...

Learn More 1 0Mar 14 '23

5 essential automated testing tools for Node.js

Introduction One of the biggest areas I’ve seen evolve over the past couple of years is...

Learn More 5 0Mar 1 '23

How to create integration tests for an API server with 90% Code Coverage in 1 hour without writing any code

Automated testing has become an essential part of software development. However, I still very much...

Learn More 3 0Feb 20 '23

How often do you accept Github Copilot autocomplete?

I'm using Copilot for a couple of months now and I'm quite impressed with it's abilities so I'm...

Learn More 1 0Feb 17 '23