RU version is available. Content is displayed in original English for accuracy.
Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
83% Positive
Analyzed from 1060 words in the discussion.
Trending Topics
#model#code#modeloop#generation#embedded#developers#design#mouse#feedback#tool

Discussion (20 Comments)Read Original on HackerNews
Other than that, seems interesting! Simulink could always do with a competitor, although I'm always saying Simulink needs a text-based interface. Same signal flow programming model that supports scopes and continues time integrators, just with text instead of drag-and-drop.
Regarding the needs a text-based interface, I totally agree with you! Most of the time you can create models directly within the terminal or with a simple script. That's why we actually provide a CLI that allows you to build and run models. You can initialize models, add blocks with parameters, connect ports, validate the graph, and trigger code generation all from the terminal. Nevertheless, we think the GUI is useful to review the model and inspect it graphically
Please use the HN_PRO_2026 promo code to unlock more features :)
I've seen slighly similar presentations in LabView and/or Matlab. How does your project compare to them?
Particularly, Modeloop allows developers to iterate on the design and test the solutions before putting on actual hardware.
In Modeloop there are basically two phases: 1) Mathematical verification: developers can insert contracts on the signals on the model design. These contracts specify the maximum and minimum range allowed for each variable. In the code generation phase, they are used to check that are no mathematical inconsistencies in the model. For example, code generation fails if you try to multiply inputs A ∈ [0,10] and B ∈ [0,20] and asserts C (C = A × B) ∈ [0,100]. 2) Testing: developers can not only perform model simulation with defined input profiles, but also they can make unit tests on subsystems - a container of different blocks . This makes the testing phase extremely rigorous.
Good luck.
Modeloop is a tool designed to generate code and deploy on embedded systems. The core idea behind this product is to create a vertical solution to design, test and iterate on the model faster, leveraging the modern software practices like Git. For this reason, Modeloop avoids vendor lock-in by saving model data as readable JSON rather than proprietary formats, making model reviews significantly easier. At its core, Modeloop is conceived with a developer-first mindset, focusing on delivering an optimal user experience. This approach comes from my personal experience working in the robotics and automotive industries where I've experienced firsthand the frustration of fighting with tool configurations. The software we use should be built to accelerate innovation, not spend all day setting the right parameters to make the tool work. This is why it is engineered to prioritize developer happiness by automating the complex under-the-hood operations, resulting in a cleaner UI/UX. There is still a lot to do, though.
Modeloop supports a comprehensive library of standard blocks and also Finite State Machines (FSM) for advanced diagram modeling. Within the engine, a mathematical consistency checker runs automatically, blocking code generation if any defined contracts in the model exhibit mathematical inconsistencies.
Furthermore, Modeloop features an integrated test harness that allows developers to test their models directly within the UI, supporting MIL (Model-in-the-Loop), SIL (Software-in-the-Loop), and PIL (Processor-in-the-Loop) simulations. This built-in Testing & Validation suite accelerates the production of testing and code generation artifacts—proving that verifying model logic isn't a separate project, but an intrinsic part of the design process that speeds up the V-model workflow.
As a solo-founder project, I don't yet have all the libraries or certifications of the industry giants. There are surely some edge-case code generation bugs I haven't hunted down yet. But the core engine is solid, fast and, honestly, a joy to use. There's a lot left to polish — my roadmap for the coming months is packed with improvements. Maybe too many, haha.
But… yes, the tool is in Beta. And I'd be thrilled to hear your feedback and take your criticism, however brutal it may be — in fact, I invite you to technically tear my design choices apart.
I'll be here in the comments all day to respond, but if you'd rather, you can DM me on Instagram (@_lucamark) or via mail (lucamarkdev@modeloop.app).
Enjoy, Luca Marchionna
P.s.: For the HN community, I've prepared a promo code to unlock functionalities through the Pro Plan. Once registered, please insert the promo code HN_PRO_2026 .