function glossary_alphabetical_listing() { $glossary_posts = get_posts([ 'posts_per_page' => -1, 'category_name' => 'glossary', 'orderby' => 'title', 'order' => 'ASC', ]); $current_letter = ''; $output = ''; foreach ($glossary_posts as $post) { setup_postdata($post); $title = get_the_title($post); $first_letter = strtoupper(mb_substr($title, 0, 1)); if ($first_letter !== $current_letter) { $output .= '

' . esc_html($first_letter) . '

'; $current_letter = $first_letter; } $output .= '
'; $output .= '

' . esc_html($title) . '

'; $output .= '

' . wp_trim_words(get_the_excerpt($post), 25, '...') . '

'; $output .= '
'; } wp_reset_postdata(); return $output; } add_shortcode('glossary_index', 'glossary_alphabetical_listing');

Early-stage Prototyping

Definition

Early-stage Prototyping is the practice of quickly creating low-fidelity models to explore ideas, identify assumptions, and gather feedback before investing heavily in development. These simple models allow teams to test desirability and feasibility early, helping reduce risk and improve decision-making.

Rather than aiming for perfection, early-stage prototypes focus on speed and learning. Tools range from paper sketches and mockups to simple clickable wireframes or service walkthroughs. The goal is to communicate intent, provoke discussion, and capture insights from users or stakeholders through methods like User Testing and early Validation.

This approach is essential in innovation processes where uncertainty is high. By prototyping early, teams can iterate quickly, challenge assumptions, and refine ideas collaboratively. It supports faster validation and better alignment between business goals and user needs using principles of Customer-centric Design.

To build a culture of prototyping, organizations must foster psychological safety, openness to feedback, and a learning mindset. Facilitated sessions, structured templates, and external guidance can help embed these practices into day-to-day innovation work.

Relevant links and use cases

  • Nosco Consultancy – facilitation and guidance on how to build an effective prototyping culture
  • VELUX Use Case – example of early prototyping applied to validate sustainable innovation concepts
  • Download 
our Innovation Glossary!

    To set you off for a good start and ensure smooth communication, we have compiled a list of the most important innovation terms and definitions. Download the PDF presentation and share it with your organisation. 

    Related concepts

    Ideation

    Ideation is the creative process of conceiving and shaping new ideas. It includes everything from the first thought or inspiration to the formulation of an idea. In the context of an innovation challenge, it refers to the initial phase in which ideas are submitted online and…

    Idea management

    Idea management is the structured process of managing ideas from ideation through evaluation and refinement to selection. Many companies use an idea management platform to support this process (the Nosco platform is an example of this).

    Call for ideas

    A call for ideas is an announcement used when an organization or person looks for ideas on a specific topic or project. In the field of innovation, it is used to describe the types of ideas welcome to an innovation challenge…