Round #411

09 May 2026, 14:09· hr-law· llama-3.3-70b-versatile· r13-clean-hints
Complexity
band 1
ZP / UO / OBS
3 / 5 / 3
Journey weight
729
Lightshift ΔL
-0.17

Prompt

An employee raised a grievance and then resigned before the hearing date. Do we still have to investigate and what are the risks if we do not?

Zero-point index (what the engine surfaced)

ZPI-ZPI-0002 | 2026-05-09T14:09:56Z An employee raised a grievance and then resigned before the hearing date. Do we still have to investigate and what are the risks if we do not? ZERO POINT — 3 entries (structural invariants) ● hsl(157.40, 100%, 50%) ACAS Code of Practice [contract] ● hsl(34.71, 100%, 50%) procedural fairness [contract] ● hsl(280.96, 100%, 50%) appeal right [contract] UNOBSERVED — 5 entries (implied truths) ○ hsl(197.00, 100%, 16%) mutual trust and confidence [feature] ○ hsl(215.00, 100%, 16%) constructive dismissal trigger [feature] ○ hsl(224.00, 100%, 22%) ACAS Code of Practice [feature] ○ hsl(230.00, 100%, 44%) right to be accompanied [feature] ○ hsl(231.00, 100%, 45%) appeal right [feature] OBSERVED — 3 entries (explicit in request) ◉ hsl(180.00, 100%, 50%) employee [feature] ◉ hsl(232.00, 100%, 18%) grievance [feature] ◉ hsl(236.25, 100%, 8%) Investigate grievance [function] COMPLEXITY │ 11 entries │ spread: 56° │ band: MEDIUM

Baseline response (no ZPI)

When an employee raises a grievance and then resigns before the hearing date, it's essential to consider the implications and potential risks of not investigating the grievance. Here's a breakdown of the key points to consider: **Do you still have to investigate?** While the employee has resigned, it's still important to consider investigating the grievance, especially if it involves allegations of misconduct, discrimination, or other serious issues. The fact that the employee has resigned does not necessarily mean that the grievance is no longer relevant or that the employer is no longer liable. **Reasons to investigate:** 1. **Potential claims**: The employee may still bring a claim against the employer, even after resignation, if they feel that their grievance was not adequately addressed. Investigating the grievance can help mitigate this risk. 2. **Reputation and transparency**: Investigating the grievance demonstrates that the employer takes all complaints seriously and is committed to transparency and fairness. 3. **Lessons learned**: Investigating the grievance can help identify any underlying issues or systemic problems that may need to be addressed to prevent similar grievances in the future. 4. **Compliance with employment law**: Depending on the nature of the grievance, failing to investigate may be a breach of employment law or regulatory requirements. **Risks of not investigating:** 1. **Tribunal claims**: If the employee brings a claim against the employer, a failure to investigate the grievance may be seen as a breach of the employer's duties and could lead to a successful claim. 2. **Reputation damage**: Failing to investigate a grievance can damage the employer's reputation and may lead to negative publicity or reviews. 3. **Loss of trust**: If the employer fails to investigate a grievance, it may lead to a loss of trust among current and former employees, which can negatively impact morale and retention. 4. **Regulatory action**: Depending on the nature of the grievance, failing to investigate may lead to regulatory action or intervention from bodies such as the Equality and Human Rights Commission. **Best practice:** 1. **Conduct a preliminary investigation**: Even if the employee has resigned, it's still important to conduct a preliminary investigation to determine the facts and assess the severity of the grievance. 2. **Document everything**: Keep a record of all correspondence, meetings, and investigations related to the grievance, including any decisions made and actions taken. 3. **Consider a formal investigation**: If the preliminary investigation suggests that the grievance is serious or complex, consider conducting a formal investigation, even if the employee has resigned. 4. **Communicate with the employee**: Keep the employee informed of the progress of the investigation and any outcomes, even if they have resigned. In summary, while the employee has resigned, it's still important to consider investigating the grievance to mitigate potential risks, maintain transparency, and demonstrate a commitment to fairness and compliance with employment law. Here is a sample C# code to demonstrate a basic grievance tracking system: ```csharp using System; using System.Collections.Generic; public class Grievance { public int Id { get; set; } public string EmployeeName { get; set; } public string GrievanceDescription { get; set; } public DateTime DateRaised { get; set; } public DateTime? DateResolved { get; set; } public string Status { get; set; } } public class GrievanceTracker { private List<Grievance> grievances = new List<Grievance>(); public void AddGrievance(Grievance grievance) { grievances.Add(grievance); } public void UpdateGrievanceStatus(int id, string status) { var grievance = grievances.Find(g => g.Id == id); if (grievance != null) { grievance.Status = status; } } public void ResolveGrievance(int id, DateTime dateResolved) { var grievance = grievances.Find(g => g.Id == id); if (grievance != null) { grievance.DateResolved = dateResolved; grievance.Status = "Resolved"; } } } class Program { static void Main(string[] args) { var tracker = new GrievanceTracker(); var grievance = new Grievance { Id = 1, EmployeeName = "John Doe", GrievanceDescription = "Example grievance", DateRaised = DateTime.Now, Status = "Open" }; tracker.AddGrievance(grievance); tracker.UpdateGrievanceStatus(1, "Investigating"); tracker.ResolveGrievance(1, DateTime.Now); Console.WriteLine("Grievance status: " + grievance.Status); } } ``` This code demonstrates a basic grievance tracking system with methods to add, update, and resolve grievances. Note that this is a simplified example and a real-world implementation would require more features and functionality.

Enhanced response (with ZPI)

In this scenario, it's essential to consider the principles of procedural fairness and the ACAS Code of Practice. Although the employee has resigned, the employer still has a responsibility to investigate the grievance, especially if it involves allegations of misconduct, discrimination, or other serious issues. Here's a step-by-step approach to handling the situation: 1. **Acknowledge the grievance**: Respond to the employee's grievance in writing, acknowledging receipt and informing them that the investigation will proceed despite their resignation. 2. **Conduct a thorough investigation**: Gather all relevant evidence, interview witnesses, and review any supporting documentation. The investigation should be fair, impartial, and thorough, following the principles outlined in the ACAS Code of Practice. 3. **Consider the employee's involvement**: Although the employee has resigned, they may still want to participate in the investigation or provide additional information. It's essential to communicate with them and provide opportunities for them to contribute to the process. 4. **Document the investigation**: Maintain a detailed record of the investigation, including all evidence, witness statements, and findings. This will help demonstrate that a thorough investigation was conducted, even if the employee is no longer employed. 5. **Take appropriate action**: Based on the investigation's findings, take any necessary actions, such as disciplinary measures or changes to policies and procedures. If the employer fails to investigate the grievance, they may face risks, including: * **Claims of unfair dismissal**: The employee may claim that their resignation was a result of the employer's failure to address their grievances, potentially leading to an unfair dismissal claim. * **Discrimination claims**: If the grievance involves allegations of discrimination, the employer's failure to investigate may be seen as a breach of the Equality Act 2010, potentially leading to discrimination claims. * **Reputational damage**: Failing to investigate a grievance can damage the employer's reputation and create a negative work environment, potentially leading to decreased morale and increased turnover. * **ACAS and tribunal claims**: The employee may still bring a claim to an employment tribunal, even if they have resigned. The employer's failure to investigate the grievance may be seen as a breach of the ACAS Code of Practice, potentially leading to increased liability. In terms of C# code, this scenario is more related to HR and employment law than programming. However, if we were to create a simple system to track and manage grievances, it might look like this: ```csharp using System; using System.Collections.Generic; public class Grievance { public int Id { get; set; } public string EmployeeName { get; set; } public string Description { get; set; } public DateTime DateRaised { get; set; } public DateTime? InvestigationCompleted { get; set; } public string Outcome { get; set; } } public class GrievanceManager { private List<Grievance> grievances = new List<Grievance>(); public void RaiseGrievance(Grievance grievance) { grievances.Add(grievance); } public void InvestigateGrievance(int id) { var grievance = grievances.Find(g => g.Id == id); if (grievance != null) { // Conduct investigation grievance.InvestigationCompleted = DateTime.Now; // Update outcome grievance.Outcome = "Investigation completed"; } } public void GetGrievanceStatus(int id) { var grievance = grievances.Find(g => g.Id == id); if (grievance != null) { Console.WriteLine($"Grievance {id} status: {grievance.Outcome}"); } else { Console.WriteLine("Grievance not found"); } } } class Program { static void Main(string[] args) { var grievanceManager = new GrievanceManager(); var grievance = new Grievance { Id = 1, EmployeeName = "John Doe", Description = "Example grievance" }; grievanceManager.RaiseGrievance(grievance); grievanceManager.InvestigateGrievance(1); grievanceManager.GetGrievanceStatus(1); } } ``` This code provides a basic example of how to track and manage grievances, but it's essential to note that this is a simplified example and should not be used in a real-world scenario without proper modifications and considerations for employment law and HR best practices.

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.

V1samba/Meta-Llama-3.3-70B-Instruct
Better
V4qwen2.5-coder-3b-instruct
Better
V5cerebras/qwen-3-235b-a22b-instruct-2507
Better
V7qwen2.5-coder-7b-instruct
Better
V8openai/gpt-4.1
Better
V9anthropic/claude-opus-4-7
Better
V12openai/gpt-4o
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