Round #614

09 May 2026, 23:26· hr-law· Meta-Llama-3.3-70B-Instruct· r13-clean-hints
Complexity
band 0
ZP / UO / OBS
0 / 0 / 0
Journey weight
0
Lightshift ΔL

Prompt

A retailer is refusing to honour a price advertised on its website, claiming it was a mistake. Can I insist?

Zero-point index (what the engine surfaced)

ZPI-ZPI-0023 | 2026-05-09T23:26:16Z A retailer is refusing to honour a price advertised on its website, claiming it was a mistake. Can I insist? ZERO POINT — 0 entries (structural invariants) UNOBSERVED — 0 entries (implied truths) OBSERVED — 0 entries (explicit in request) COMPLEXITY │ 0 entries │ spread: 0° │ band: LOW

Baseline response (no ZPI)

A frustrating situation! In the UK, the rules around pricing errors are governed by the Consumer Rights Act 2015 and the Consumer Contracts (Information, Cancellation and Additional Charges) Regulations 2013. Here's what you need to know: **General principle:** If a retailer advertises a price on their website, they are generally bound by that price. However, there are some exceptions and nuances to consider. **Mistake or not:** If the retailer claims the price was a mistake, they might try to argue that it was an error and not a genuine offer. But, if the price was displayed on their website, and you relied on that price to make a purchase, you may still be able to insist on the advertised price. **Key factors to consider:** 1. **Was the price clearly displayed?** If the price was prominently displayed on the website, and you had no reason to believe it was an error, you may be able to argue that the retailer is bound by that price. 2. **Did you rely on the price?** If you made a purchase or placed an order based on the advertised price, you may be able to claim that you relied on the price and that the retailer should honour it. 3. **Was the mistake obvious?** If the price was significantly lower than the usual market price, or if it was clear that the price was an error (e.g., a £100 item priced at £1), the retailer may be able to argue that you should have known it was a mistake. **Your rights:** Under the Consumer Rights Act 2015, you have the right to: 1. **Request the retailer to honour the price**: You can ask the retailer to sell you the item at the advertised price. If they refuse, you may be able to claim that they are in breach of contract. 2. **Cancel the contract**: If the retailer refuses to honour the price, you may be able to cancel the contract and request a refund. **What to do:** 1. **Contact the retailer**: Reach out to the retailer's customer service department and explain the situation. Provide evidence of the advertised price, such as a screenshot or a printout of the webpage. 2. **Quote the relevant laws**: Mention the Consumer Rights Act 2015 and the Consumer Contracts (Information, Cancellation and Additional Charges) Regulations 2013, and explain how they apply to your situation. 3. **Be polite but firm**: Be respectful and courteous, but also clear and assertive in your communication. 4. **Consider escalating the issue**: If the retailer still refuses to honour the price, you may want to consider escalating the issue to a higher authority, such as a customer service manager or a trade association (e.g., the Retail Ombudsman). Remember, the outcome will depend on the specific circumstances of your case. Be prepared to provide evidence and argue your position, and don't be afraid to seek advice from a consumer protection organization or a lawyer if needed.

Enhanced response (with ZPI)

In the UK, the Consumer Rights Act 2015 states that a retailer is legally bound to honour a price advertised on its website, as long as the consumer has not been misled about the product or the price. However, if the retailer can prove that the advertised price was a genuine mistake, they may not be required to honour it. To insist on the advertised price, you can follow these steps: 1. **Check the website**: Take a screenshot of the webpage showing the advertised price, including the date and time. This will serve as evidence of the price you saw. 2. **Contact the retailer**: Reach out to the retailer's customer service department and explain the situation. Provide them with the screenshot and any other relevant information. 3. **Quote the relevant laws**: Inform the retailer that, under the Consumer Rights Act 2015, they are required to honour the advertised price unless it was a genuine mistake. 4. **Ask for a resolution**: Request that the retailer honours the advertised price or provides a reasonable explanation for why they cannot do so. If the retailer still refuses to honour the price, you can consider the following options: 1. **Contact Citizens Advice**: Reach out to Citizens Advice, a UK-based consumer advocacy group, for guidance and support. 2. **File a complaint with the retailer's trade association**: If the retailer is a member of a trade association, such as the British Retail Consortium, you can file a complaint with the association. 3. **Take the matter to court**: As a last resort, you can consider taking the retailer to court to enforce your rights under the Consumer Rights Act 2015. It's essential to note that the retailer may have a legitimate reason for not honouring the price, such as a technical error or a supplier issue. In such cases, they may offer an alternative solution, such as a discount or a voucher. In terms of C# code, this scenario does not directly relate to programming. However, if you were to create a system to track and manage consumer complaints, you could use the following example as a starting point: ```csharp using System; using System.Collections.Generic; public class Complaint { public string RetailerName { get; set; } public string ProductName { get; set; } public decimal AdvertisedPrice { get; set; } public decimal ActualPrice { get; set; } public string Resolution { get; set; } } public class ComplaintManager { private List<Complaint> complaints = new List<Complaint>(); public void AddComplaint(Complaint complaint) { complaints.Add(complaint); } public void ResolveComplaint(int complaintId, string resolution) { var complaint = complaints.Find(c => c.GetHashCode() == complaintId); if (complaint != null) { complaint.Resolution = resolution; } } } ``` This example demonstrates a basic complaint management system, where you can add complaints and resolve them. However, this is a simplified example and would require significant expansion to handle real-world scenarios.

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
V5openrouter/qwen/qwen3-235b-a22b-2507
Worse
V7qwen2.5-coder-7b-instruct
Better
V8openai/gpt-4.1
Better
V9anthropic/claude-opus-4-7
Worse
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