Guiding a product development project course at KU Leuven
November 4, 2025
Update
Guiding a product development project course at KU Leuven
Last week we were invited by prof. Jochen De Weerdt to kick-off our yearly product management project course at KU Leuven! In this hands-on course, we'll guide the Business and Information Systems Engineering students in the process of defining and developing their very own software solution. Over the next few months, they'll explore the entire software development journey - all the way from initial user interviews until AI assisted coding, using the latest tooling like Cursor.
Completing a major performance optimization for a Laravel application
November 1, 2025
Update
Completing a major performance optimization for a Laravel application
For one of our clients, we recently completed a major performance optimization initiative for a Laravel application. Through extensive analysis using Sentry tracing, K6 stress testing, and a dedicated performance environment, we first identified the key bottlenecks across the system. Subsequently, we implemented some infrastructure-level improvements —output structure caching with JIT compilation and Laravel Octane with Swoole for concurrent execution and script preloading— that significantly improved performance without refactoring the entire codebase.
Connecting AI microservices with a back-end API running on Azure
September 22, 2025
Update
Connecting AI microservices with a back-end API running on Azure
For one of our enterprise clients, we recently built a system that integrates an AI microservice with their backend API running on Azure, ensuring seamless connectivity between new AI capabilities and the existing software stack.
At the core of the architecture, Azure Service Bus acts as a task manager, enabling the AI engine to pick up jobs from the backend API. It processes them in an iterative loop, sending follow-up messages back to the bus until completion. Document intelligence is used for document preprocessing, streamlining inputs before they reach the AI engine. To provide full visibility, we monitor LLM calls with Langfuse, use Azure Blob Storage for data handling, and expose a custom API for debugging and health checks.
Celebrating the end of intern season with an after-work padel tournament
August 19, 2025
Update
Celebrating the end of intern season with an after-work padel tournament
Two weeks ago, we celebrated the end of intern season at Panenco with an after-work padel tournament!
A big thank you to all for all your hard work and dedication over the past weeks —we're wishing you all the best of luck with your final year of studies!
We're also excited to have welcomed Joren Renders, who is joining us for the remainder of the summer months.
If you're a student interested in a software engineering or product management internship, don't hesitate to get in touch for a coffee!
How we transform API specs into MCP servers for agentic communication
July 30, 2025
Update
How we transform API specs into MCP servers for agentic communication
Over the past months, we've actively started using MCP to streamline the development of agentic workflow patterns for our applications.
Amongst others, we are leveraging FastMCP in this process.Building with MCP greatly boosts the modularity and interoperability of agentic tools. It provides a unified message-passing layer, ensuring predictable and efficient communication across all our agents and services.
Streamlining image selection workflows with Vision AI
July 15, 2025
Update
Streamlining image selection workflows with Vision AI
For one of our clients, we developed a custom image selection workflow powered by Vision AI that automatically analyses and categorizes product images at scale.
This solution reduced manual review time by 80% and improved consistency across their platform.
From database frameworks to query builders: evolving our data access patterns
July 4, 2025
Update
From database frameworks to query builders: evolving our data access patterns
Over the past year, we've shifted our approach to database access from heavy ORM frameworks to lightweight query builders for several client projects.
The result? Better performance, more control, and easier debugging.
We've successfully renewed our ISO 27001 certification.
June 27, 2025
Update
We've successfully renewed our ISO 27001 certification.
We've successfully renewed our ISO 27001 certification.
This confirms our continued commitment to maintaining strong information security practices across the organization.Thanks to our team for their consistent focus on protecting data and upholding high standards. Our clients can continue to rely on us for secure, compliant operations.
Refactoring a SaaS product from a custom UI component library to shadcn/ui
June 17, 2025
Update
Refactoring a SaaS product from a custom UI component library to shadcn/ui
For one of our clients, we recently completed a significant UI refactoring project, migrating from a custom-built component library to shadcn/ui. This transition modernised their design system, improved development speed, and enhanced maintainability.
Welcoming 6 interns to the team for the summer months!
May 26, 2025
Update
Welcoming 6 interns to the team for the summer months!
We're excited to welcome six talented interns to the team for the summer months!
They'll be working across software engineering and product management, diving into real projects and gaining hands-on experience building impactful products.
Looking forward to a great summer of learning, collaboration, and growth!
Wrapping up our product management course at KU Leuven
May 15, 2025
Update
Wrapping up our product management course at KU Leuven
Yesterday, we wrapped up our product management course at KU Leuven, a hands-on program designed for students eager to explore what it takes to build software products.
Big thanks to all the students who joined us — your ideas and questions made every session inspiring. We can't wait to see the products you'll build in the future!
Growing our presence in Antwerp to be close to our clients and attract more talent
May 13, 2025
Update
Growing our presence in Antwerp to be close to our clients and attract more talent
We're growing our presence in Antwerp, being closer to some of our clients and attracting more talent!
Feel free to pay us a visit at any time — at our Leuven HQ or at our hub in Antwerp. Both locations offer plenty of creative space for workshops and brainstorm sessions.
Interested in joining our team? We're actively hiring in both cities.
Leveraging Text-to-Speech AI to navigate children with learning disorders through this platform
May 6, 2025
Update
Leveraging Text-to-Speech AI to navigate children with learning disorders through this platform
For one of our clients, we've been developing a learning platform for children aged 6-14. Because reading text-heavy exercises can be a real challenge for children with dyslexia, we integrated Google's Text-to-Speech AI into the entire platform, introducing a "Speech Assistant" button next to every piece of text: instructions, questions, answer options.
These kinds of small changes can have a massive impact! By combining the capabilities of AI with thoughtful product design, we create an inclusive learning experience to let children reach their full potential.
Assisting this startup with their cloud architecture, leveraging infrastructure-as-code (IaC)
April 18, 2025
Update
Assisting this startup with their cloud architecture, leveraging infrastructure-as-code (IaC)
We recently had the pleasure of supporting ReqCon in enhancing their cloud infrastructure with a tailored Infrastructure-as-Code approach.
Our short but impactful engagement focused on improving scalability, maintainability, and deployment efficiency—laying solid foundations for their next stage of growth.
Always proud to empower ambitious teams with the right tech foundations.