my name is

Kilian Schmelmer

My work blends IT expertise, a pragmatic approach, and curiosity.
I specialize in managing products, projects, teams, and innovation, efficiently analyzing complex situations to create effective solutions. As a dedicated learner, I craft customized knowledge and training strategies, driving organizations to achieve exceptional results.

import Typebot from 'https://cdn.jsdelivr.net/npm/@typebot.io/[email protected]/dist/web.js' Typebot.initBubble({ typebot: "k-os", apiHost: "https://chat.cocreation.world", previewMessage: { message: "You'd like to know a bit more?", autoShowDelay: 3000, }, theme: { button: { backgroundColor: "#666460", customIconSrc: "https://minio-production-fa1d.up.railway.app/typebot/public/workspaces/clwuhpzhr0001p28kj9hgwzan/typebots/clxbvvh4d003np28kgrjs1yz9/bubble-icon?v=1722090773512", }, previewMessage: { backgroundColor: "#666460", textColor: "#FFFFFF", closeButtonBackgroundColor: "#C75F96", closeButtonIconColor: "#C75F96", }, chatWindow: { backgroundColor: "https://images.unsplash.com/photo-1552083974-186346191183?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0MjU2MDR8MHwxfHNlYXJjaHw4fHxhYnN0cmFjdHxlbnwwfDB8fHwxNzEzMjg2NDY1fDA&ixlib=rb-4.0.3&q=80&w=1080", }, }, });

Voices of my previous collaborations

Testimonial Slider
Bashayer Hindi

Bashayer Hindi

๐Ÿ”—

Innovation Associate at KAUST

"Kilian's support during our virtual bootcamp was invaluable, enhancing the experience for both me and the participants."

Nikola Horvat

Nikola Horvat

๐Ÿ”—

Technical Project Manager

"Kilian's innovative method for real-time attendance and speaker identification has revolutionized our teamwork analysis."

Krishna del Toso PhD

Krishna del Toso PhD

๐Ÿ”—

Trainer & Consultant

"Kilian's IT and digital expertise ensured our project's success. His collaboration skills are top-notch."

Holger Fischer

Holger Fischer

๐Ÿ”—

Founder Confidos Academy

"Kilian's ability to conceptualize AI models and his contributions to our book have been invaluable."

Pedro Coelho

Pedro Coelho

๐Ÿ”—

Front-end Developer

"Kilian's creative problem-solving and leadership in metaverse projects have been inspiring."

Krystal Lucado

Krystal Lucado

๐Ÿ”—

Founder

"Kilian pioneers the future of learning and tech, merging AI, virtual realities, and human potential."

Laura E. Wilson, Ph.D.

Laura E. Wilson, Ph.D.

๐Ÿ”—

Professor at Fort Hays State University

"Kilian's leadership and innovation were key to our project's success, especially in integrating AI into education. Highly recommended for future digital projects."

Nathan Foss

Nathan Foss

๐Ÿ”—

Co-Founder Gather.Town

"Kilian is quite the hacker, he managed to build experiences with the Gather API I never even considered when designing it."

let currentSlide = 0; function showSlide(index) { const slides = document.querySelectorAll('.slide'); if (index >= slides.length) currentSlide = 0; if (index < 0) currentSlide = slides.length - 1; slides.forEach((slide, i) => { slide.classList.remove('active'); if (i === currentSlide) { slide.classList.add('active'); } }); } function nextSlide() { currentSlide++; showSlide(currentSlide); } function prevSlide() { currentSlide--; showSlide(currentSlide); } showSlide(currentSlide);