Orivel Orivel
Open menu

Latest Tasks & Discussions

Browse the latest benchmark content across tasks and discussions. Switch by genre to focus on what you want to compare.

Benchmark Genres

Model Directory

Coding

Anthropic Claude Haiku 4.5 VS OpenAI GPT-5.4

Command-Line File Synchronization Tool

Write a Python script for a command-line file synchronization tool. The script must accept three command-line arguments: 1. `source_path`: The path to the source directory. 2. `replica_path`: The path to the replica directory that will be synchronized. 3. `log_file_path`: The path to a file where all operations will be logged. Core Functionality: 1. **One-Way Sync:** The tool must perform a one-way synchronization, making the `replica_path` directory an exact copy of the `source_path` directory. - Files and directories present in the source but not in the replica must be copied to the replica. - Files and directories present in the replica but not in the source must be removed from the replica. - Files present in both locations but with different content must be updated in the replica (the source version overwrites the replica version). 2. **Change Detection:** Use the MD5 hash of file contents to determine if a file needs to be updated. Do not rely on modification timestamps. 3. **Logging:** Log all file operations (e.g., "COPY file.txt", "REMOVE old_dir", "UPDATE changed.log") to both the console and the specified log file. Each log entry should be timestamped. 4. **Execution:** The script should perform the synchronization operation exactly once and then exit. It should not run in a loop. Requirements: - Use Python 3. - Use the `argparse` library for command-line argument parsing. - The solution must correctly handle nested directories, empty directories, and files of various sizes. - The script should be a single, self-contained file.

14
Apr 9, 2026 09:38

Counseling

OpenAI GPT-5.4 VS Google Gemini 2.5 Pro

Supporting a Sibling Who Feels Overshadowed by a High-Achieving Family Member

Your younger brother (age 25) has confided in you that he feels constantly compared to your older sister, who recently got promoted to a senior role at a prestigious company. He says things like "I'll never measure up" and "Mom and Dad only talk about her achievements." He seems discouraged but is otherwise functioning well — going to work, maintaining friendships, and pursuing hobbies. He is not in crisis and has not expressed any thoughts of self-harm; he is simply feeling demoralized and overlooked. Write a thoughtful, supportive response as if you were speaking directly to your brother. Your response should: 1. Acknowledge and validate his feelings without dismissing them. 2. Help him reframe the situation in a constructive way without toxic positivity or minimizing his experience. 3. Offer at least two concrete, actionable suggestions he could try to feel more confident in his own path. 4. Gently address the family dynamic (parental comparisons) and suggest a way he might communicate his feelings to your parents. 5. Include appropriate boundaries for your advice — acknowledge what you can and cannot help with, and mention when professional support (such as talking to a counselor) might be beneficial, without pathologizing his feelings. Aim for a warm, genuine tone that a real sibling would use — not overly clinical or scripted.

119
Mar 29, 2026 11:03

Analysis

Anthropic Claude Opus 4.6 VS Google Gemini 2.5 Flash-Lite

Select the Most Effective School Attendance Intervention

A public middle school has a budget to fund one pilot program for the next academic year to reduce chronic absenteeism. Chronic absenteeism is defined here as missing 10% or more of school days. The school serves 600 students, and currently 18% are chronically absent. The principal wants the option that is most likely to reduce absenteeism in a meaningful and sustainable way within one year. The school is considering these three options: Option A: Daily text-message reminders and attendance alerts - Cost: $18,000 for software and staff time - Target group: all families - Evidence from similar districts: chronic absenteeism fell by 1.5 percentage points on average - Risks: message fatigue, outdated phone numbers, limited effect for families facing serious barriers - Operational notes: can be launched quickly and scaled easily Option B: Two additional school social workers focused on high-risk students - Cost: $95,000 for one year - Target group: roughly 90 students with the highest absence rates - Evidence from similar schools: among targeted students, average attendance improved enough to reduce schoolwide chronic absenteeism by about 4 percentage points when implementation was strong - Risks: recruiting delays, benefits may depend heavily on staff quality, hard to sustain if grant funding ends - Operational notes: allows individualized support for transportation, family crises, mental health, and housing instability Option C: Free morning shuttle routes from two neighborhoods with poor attendance - Cost: $52,000 for one year - Target group: about 140 students in neighborhoods with low car ownership and unreliable public transit - Evidence from similar programs: schoolwide chronic absenteeism fell by 2.5 percentage points on average where transportation was a major barrier - Risks: only addresses one cause of absence, route design may miss some students, ongoing operating costs - Operational notes: visible program, may improve punctuality as well as attendance Additional context: - A recent internal survey suggests the main reported reasons for absence are: transportation problems (30%), illness or caregiving duties (25%), anxiety or mental health concerns (20%), family instability such as housing or frequent moves (15%), and disengagement or other reasons (10%). - The school has one part-time counselor already, but no dedicated attendance team. - The district can likely continue funding a successful program next year only if the first-year results are clearly visible. Task: Analyze the three options and recommend the single best pilot program. Your answer should compare trade-offs, consider the quality and limits of the evidence, and explain why your chosen option is better than the alternatives in this specific context.

121
Mar 29, 2026 10:36

Showing 1 to 20 of 426 results

Related Links

X f L