Jeremy Cordeaux sitting in a black t-shirt

Victoria in Crisis: Why Law and Order is Breaking Down

Victoria is facing a law and order crisis, with rising crime rates, failed bail laws, and gang violence spiralling out of control. In his latest episode of The Court of Public Opinion, Jeremy Cordeaux dissects the alarming state of crime in Victoria, highlighting how weak policies and political mismanagement are putting everyday Australians at risk.

Press Play While You Read

Gang Violence is Out of Control

At [05:42], Jeremy comments on the recent spike in youth gang violence, stating, We’ve got groups of young offenders treating Melbourne’s streets like a war zone.” Reports indicate that home invasions, carjackings, and public assaults have increased dramatically in recent years.

He further adds, “These gangs know they won’t face serious consequences, so they act with impunity.” The justice system’s leniency has emboldened criminals, leaving victims and communities in fear.

A Melbourne Tram
A Tram in Melbourne

Bail Laws Failing to Protect Victims

One of the most controversial aspects of Victoria’s crime wave is its weak bail laws. At [12:08], Jeremy slams the system, saying, “The revolving door of justice means offenders are back on the streets within hours.” Recent high-profile cases have demonstrated how easily violent offenders secure bail, often reoffending while awaiting trial.

Victoria Police have expressed concerns that the current bail laws are putting public safety at risk. Jeremy notes, “Judges are bound by ridiculous policies that prioritise the offender’s rights over the victims.”

Home Invasions and Carjackings on the Rise

Another major issue affecting Victorians is the increase in home invasions and carjackings. At [18:35], Jeremy recounts a recent case where a family was terrorised in their own home by masked intruders.

“Can you imagine waking up in the middle of the night with armed criminals in your house?” he asks. Many homeowners feel helpless, as self-defence laws in Australia make it difficult for victims to protect themselves.

Carjackings have also skyrocketed, with criminals targeting drivers at intersections. Jeremy warns, “Melbourne is starting to feel like a city where you can’t even stop at a red light safely.”

Police Overworked and Understaffed

Victoria Police are struggling to manage the crime wave, with officers stretched to their limits. Jeremy highlights reports that police response times have worsened, and many stations are severely understaffed.

At [25:14], he states, “Police morale is at an all-time low. Officers are frustrated that their hard work is undone by the courts.” Many frontline officers feel disheartened by policies that fail to deter repeat offenders.

Photo: Aaron Cordy

Not an Accident

Victoria’s crime crisis is not an accident—it’s the result of failed policies, weak bail laws, and emboldened criminals. Jeremy argues that unless the government takes immediate action, crime will continue to spiral out of control.

“The people of Victoria deserve to feel safe in their homes, their cars, and on their streets,” he concludes. The question is—will politicians finally listen?

Watch Below

Listen via Youtube Music

What Do You Think?

Leave a Reply

Click below to find out more on
The Court Of Public Opinion

Subscribe and review on your favourite podcast app

Who is behind the show?

Related Articles

gif video of different types of people listening
jQuery(document).ready(function($) { var playerContainer = $('#auscast-player-container'); var player = $('#auscast-player'); // Show player and store session $('#play-auscast').click(function() { playerContainer.slideDown(); sessionStorage.setItem('auscastPlaying', 'true'); sessionStorage.setItem('auscastSrc', player.attr('src')); }); // Keep the player open and playing across page reloads if (sessionStorage.getItem('auscastPlaying') === 'true') { playerContainer.show(); player.attr('src', sessionStorage.getItem('auscastSrc')); } // Close player $('#close-auscast-player').click(function() { playerContainer.slideUp(); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); player.attr('src', ''); // Stop playback }); // Stop stream when another audio plays $('audio, video').on('play', function() { player.attr('src', ''); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); }); });