vLex, Definely, Verbit + Chamelio –...


As we head into the weekend, here are four AL TV Product Walk Throughs, including: vLex’s latest product expansion; Definely’s new Enhance and agentic AI features; Verbit’s Legal Visor, turning speech to text, then adding in AI analysis; and Chamelio, a new platform for inhouse legal intelligence.

Verbit

Chamelio

Definely

vLex

(Note: All videos are AL TV Productions, 2025.)

Legal Innovators Conferences in New York and London – Both In November ’25

If you’d like to stay ahead of the legal AI curve….then come along to Legal Innovators New York, Nov 19 + 20, where the brightest minds will be sharing their insights on where we are now and where we are heading. 

And also, Legal Innovators UK – Nov 4 + 5 + 6

Both events, as always, are organised by the awesome Cosmonauts team! 

Please get in contact with them if you’d like to take part. 


Discover more from Artificial Lawyer

Subscribe to get the latest posts sent to your email.

function display_related_posts() { if (is_single()) { global $post; $categories = wp_get_post_categories($post->ID); if ($categories) { $args = array( 'category__in' => $categories, 'post__not_in' => array($post->ID), 'posts_per_page' => 4, 'orderby' => 'rand' ); $related_posts = new WP_Query($args); if ($related_posts->have_posts()) { echo ''; } wp_reset_postdata(); } } } add_action('wp_footer', 'display_related_posts');