Round #363

08 May 2026, 20:59· hr-law· qwen2.5-coder-7b-instruct· r13-clean-hints
Complexity
band 0
ZP / UO / OBS
3 / 5 / 1
Journey weight
761
Lightshift ΔL
-0.17

Prompt

We started a disciplinary hearing but the employee's trade union rep can't attend until next week. Do we have to wait or can we go ahead?

Zero-point index (what the engine surfaced)

ZPI-ZPI-0002 | 2026-05-08T20:59:49Z We started a disciplinary hearing but the employee's trade union rep can't attend until next week. Do we have to wait or can we go ahead? ZERO POINT — 3 entries (structural invariants) ● hsl(157.40, 100%, 15%) ACAS Code of Practice [contract] ● hsl(34.71, 100%, 15%) procedural fairness [contract] ● hsl(280.96, 100%, 15%) appeal right [contract] UNOBSERVED — 5 entries (implied truths) ○ hsl(230.00, 100%, 15%) right to be accompanied [feature] ○ hsl(231.00, 100%, 16%) appeal right [feature] ○ hsl(225.00, 100%, 18%) disciplinary investigation [feature] ○ hsl(180.00, 100%, 20%) Conduct disciplinary investigation [function] ○ hsl(182.25, 100%, 7%) Issue disciplinary invitation [function] OBSERVED — 1 entries (explicit in request) ◉ hsl(226.00, 100%, 16%) disciplinary hearing [feature] COMPLEXITY │ 9 entries │ spread: 51° │ band: LOW

Baseline response (no ZPI)

In most cases, you should proceed with the disciplinary hearing even if the employee's trade union representative (TUR) cannot attend in person. Here are some key points to consider: 1. **Legal Requirements**: In many countries, including the UK and the EU, there is no legal requirement for a TUR to be present during a disciplinary hearing. The primary concern should be ensuring that the process is fair and transparent. 2. **Fairness of Process**: It's important to ensure that the employee has an opportunity to present their case and any evidence they wish to provide. If the TUR cannot attend, you can still allow the employee to do so through other means (e.g., by phone or video call). 3. **Documentation**: Make sure all proceedings are documented thoroughly. This includes recording what is said during the hearing, who was present, and any decisions made. 4. **Alternative Arrangements**: If possible, arrange for another representative from a different trade union to attend on behalf of the employee. Alternatively, you could consider holding the hearing at a later date when the TUR can be present. 5. **Communication**: Keep the employee informed about the status of their case and any changes in scheduling. Transparency is key in maintaining trust and fairness. 6. **Post-Hearing Actions**: After the hearing, ensure that all decisions are communicated to the employee in writing, including any proposed actions or sanctions. In summary, you can proceed with the disciplinary hearing without waiting for the TUR's attendance, but it's important to ensure that the process remains fair and transparent.

Enhanced response (with ZPI)

In this scenario, you don't necessarily need to wait for the employee's trade union representative (TUR) to attend the disciplinary hearing. However, it is important to ensure that procedural fairness is maintained and that all relevant parties are informed of the proceedings. Here’s how you can proceed: 1. **Issue a Disciplinary Invitation**: Notify the employee in writing about the disciplinary hearing, including the date, time, location, and any other relevant details. This should be done as soon as possible to ensure the employee is aware of the upcoming hearing. 2. **Inform the TUR**: While it's not mandatory for the TUR to attend, it is a best practice to inform them about the disciplinary hearing. They have the right to be present and can provide representation if they choose to do so. You should send an email or letter to the TUR explaining the situation and requesting their attendance at the hearing. 3. **Proceed with the Hearing**: If the TUR cannot attend, you can proceed with the hearing without them. However, it is important to ensure that all relevant information is presented and that the employee has a chance to respond to any allegations against them. 4. **Document Everything**: Make sure to document the entire process, including the reasons for not having the TUR present, any evidence presented during the hearing, and the outcome of the hearing. This documentation will be important if there are any appeals or further issues related to the disciplinary proceedings. Here is a sample code snippet in C# that demonstrates how you might implement this: ```csharp using System; using System.Collections.Generic; public class DisciplinaryHearingService { public void StartDisciplinaryHearing(Employee employee, DateTime hearingDate) { // Issue a disciplinary invitation to the employee IssueInvitation(employee, hearingDate); // Inform the TUR about the hearing NotifyTUR(employee.TUR, hearingDate); // Proceed with the hearing without the TUR ConductHearing(employee); } private void IssueInvitation(Employee employee, DateTime hearingDate) { // Code to issue a disciplinary invitation to the employee Console.WriteLine($"Disciplinary invitation issued to {employee.Name} for {hearingDate.ToShortDateString()}"); } private void NotifyTUR(TUR tur, DateTime hearingDate) { // Code to notify the TUR about the hearing Console.WriteLine($"Notification sent to {tur.Name} regarding the disciplinary hearing on {hearingDate.ToShortDateString()}"); } private void ConductHearing(Employee employee) { // Code to conduct the disciplinary hearing without the TUR Console.WriteLine($"Disciplinary hearing conducted for {employee.Name} without TUR present"); } } public class Employee { public string Name { get; set; } public TUR TUR { get; set; } } public class TUR { public string Name { get; set; } } ``` ### Explanation: 1. **DisciplinaryHearingService**: This service class handles the entire process of starting a disciplinary hearing. 2. **StartDisciplinaryHearing**: This method initiates the hearing by issuing an invitation to the employee and notifying the TUR. 3. **IssueInvitation**: This method simulates sending a disciplinary invitation to the employee. 4. **NotifyTUR**: This method simulates notifying the TUR about the hearing. 5. **ConductHearing**: This method simulates conducting the hearing without the TUR present. By following these steps, you ensure that procedural fairness is maintained and that all relevant parties are informed of the proceedings, even if the TUR cannot attend.

Grader chain

Each grader reads the same baseline + enhanced pair and casts an independent verdict. Disagreement is the framework's own signal — not noise to be averaged away.

V1llama-3.3-70b-versatile
Better
V4qwen2.5-coder-7b-instruct
Better

Comments

Our grader said what it said. What do you say? Comment as a guest below.

No comments yet. Be the first to say what you make of this round.

← back to all rounds