anthropics / anthropics/original_performance_takehome

Technical Contradiction: Runtime calculation enforced on static data (O(1) violation)

Offen
#9 0 Kommentare 2 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
Python
Sterne
4.2k
Forks
950
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

Summary
I am submitting this issue to provide formal feedback regarding the coding assessment. The current test design contains technical contradictions that enforce anti-patterns, and the administration process lacks transparency.
1. Technical Contradiction: Static Data vs. Runtime Calculation
The test provides static data at build time but explicitly enforces a "runtime calculation" requirement.
• Current Behavior: The test fails or rejects solutions that pre-compute static data.
• Engineering Best Practice: In a real-world production environment, static data should be pre-computed to allow O(1) access. Enforcing runtime calculation for static datasets is an artificial constraint that negates standard optimization techniques.
• Impact: This forces candidates to write inefficient code that would be unacceptable in a professional engineering context.
2. Process Integrity: Silent Updates
The rules/README were updated retroactively after candidates had already started or submitted their solutions.
• Making "silent changes" without notifying active applicants is fundamentally dishonest.
• It wastes candidates' time and creates an unfair evaluation environment.
3. Lack of Communication
I attempted to reach out regarding these inconsistencies but received no response. Blaming "LLM behavior" or other external factors for design flaws, while failing to support applicants, reflects poorly on the engineering culture.
Recommendation
• Remove artificial constraints that contradict real-world performance optimization.
• Maintain a changelog for test requirements and notify candidates of any changes.
• Establish a clear channel for addressing ambiguities in the test specifications.

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.