Mateusz Konik

Mateusz Konik

Head of Technology | System Architect

About

Founder of jottify.co. I built it after years of capturing everything in one increasingly unmanageable notes file, and trusting I'd somehow remember where to find it. Fortunately my memory was good enough that I rarely needed to search it. Before Jottify, I spent nine years building technology products in fintech, crypto, and trading, progressing from Java Engineer to Head of Technology and leading engineering teams of up to 30 people.

Badges

Pixel perfection 💎
Pixel perfection 💎
Bright Idea 💡
Bright Idea 💡
Gemologist
Gemologist
Tastemaker
Tastemaker
View all badges

Maker History

  • Jottify
    JottifyCapture everything. Organize nothing.
    Aug 2026
  • 🎉
    Joined Product HuntJuly 1st, 2026

Forums

12d ago

Jottify - Capture everything. Organize nothing.

Dump any thought by voice or text. Jottify reads the meaning, connects ideas across time, and surfaces them when it's useful later. No system to maintain.

15d ago

What do you think about AI tools leaving their own watermarks on AI generated content?

  • I know many countries (especially in the European Union) are moving toward requiring AI-generated content to be distinguishable from human-generated content. Gemini already does this with images, and now Claude does it with text.

  • Social platforms are also creating their own identifiers that can detect and label AI-generated content, such as AI labels on X and LinkedIn.

I understand all sides of this:

Governments want to prevent misinformation.
AI companies can use it as a way to promote their tools.
Companies and SoMe platforms can distinguish AI-generated content from human-created content.
And AI tools can essentially create their own trademark on the content they generate.

⛔ Stop building your auth in-house

I talk to founders every week and the pattern repeats. The team needs login, someone says "how hard can a login form be," and two quarters later they are maintaining an identity system nobody wanted to own and the actual roadmap is on fire.

The problem is that auth looks like one feature but it is actually five products stacked on top of each other:

  • Every sign-in method your users expect (passkeys alone took our team over 800 engineering hours to get production ready)

  • Session management that survives a real security review, which arrives with 40 questions you have not thought about

  • Token infrastructure, issuance, rotation, revocation, the part that pages someone at 2am

  • Permissions, because plain roles stop working the moment your product grows

  • And now identity for AI agents acting on behalf of your users, which no in-house auth from two years ago was designed for

Each of these is somebody's entire company. Your team will build all five as a side quest, and then maintain them forever.

View more