{"id":399632,"date":"2026-09-23T05:15:47","date_gmt":"2026-09-23T05:15:47","guid":{"rendered":"https:\/\/bizscoreai.com\/blog\/ai-coding-agents-no-sense-of-time-study\/"},"modified":"2026-09-23T05:15:48","modified_gmt":"2026-09-23T05:15:48","slug":"ai-coding-agents-no-sense-of-time-study","status":"publish","type":"post","link":"https:\/\/bizscoreai.com\/blog\/ai-coding-agents-no-sense-of-time-study\/","title":{"rendered":"AI coding agents show almost no sense of time, study of Claude Code and Codex finds"},"content":{"rendered":"<p>Development teams get a clearer picture of where AI coding assistants can be trusted on long jobs, and where they need guardrails. A new study from two independent AI researchers, run through the MATS research program, found that Anthropic&#8217;s Claude Code and OpenAI&#8217;s Codex cannot reliably predict how long a task will take, and they frequently misjudge how much time has already passed.<\/p>\n<p>The work tested both systems on their sense of time using 200 tasks from a collection called ProgramBench, plus the researchers&#8217; own suite of 18 benchmarks. The pattern was consistent: the agents overestimated the time they would need, and the errors grew worse on short tasks.<\/p>\n<h2>How the time estimates went wrong<\/h2>\n<p>Before each coding task, the agents had to estimate how long they would need. After solving the task, they reported how much time had passed. Both models mostly guessed around 90 minutes, no matter the difficulty of the job. That flat guess ignored the actual shape of the work.<\/p>\n<p>The size of the miss depended on the task and the model. In the second test round, Claude was off by three times on average, while Codex was off by six to ten times. The estimates were worst for short tasks. Only in the multi-hour range did some predictions come close to reality.<\/p>\n<p>One benchmark result made the gap concrete. Fable 5 came in about three times over the actual runtime on average, while GPT-5.6 Sol sat about seven times over. The diagonal in the study&#8217;s chart marks an accurate estimate; nearly every point landed above it.<\/p>\n<h2>The same model behaves differently depending on its harness<\/h2>\n<p>The results shifted with the software setup the models ran in. Claude Code keeps working until it decides the task is done, a median of about 90 minutes. Codex stops after roughly half an hour, almost regardless of the task. That means runtime depends on the model and heavily on the surrounding software, which the study calls the harness.<\/p>\n<p>The same language model took 2.5 times more steps inside Claude Code than inside Codex on average. A team swapping between harnesses can expect the same underlying model to spend very different amounts of time and compute on the same job.<\/p>\n<h2>Self-assessment was even less reliable<\/h2>\n<p>The agents also misjudged the quality of their own work. The older models in the test, Opus 4.8 and GPT-5.5, overrated their results by 20 points on average and gave themselves high marks even on failed tasks.<\/p>\n<p>In one case, both systems figured their work was about 70 percent successful. The actual scores were 7 and 14.5 percent. When an assistant reports completion that confidently while delivering so little, a human reviewer has no signal to trust without independent checks.<\/p>\n<h2>Why time awareness matters for long-running jobs<\/h2>\n<p>The researchers say this ability to self-assess matters for real deployments. For an agent to work reliably on a task that runs for hours, it has to follow instructions like &#8220;iterate on this task for two hours.&#8221; An agent that constantly misjudges how much time has passed is difficult to control, because it cannot know whether it is meeting that instruction or ignoring it.<\/p>\n<p>There is a straightforward fix the study points to. When the agents got access to a tool that reports elapsed time, they got it right almost every time. Giving the agent a clock, rather than expecting it to sense time on its own, closes most of the gap.<\/p>\n<p>Next, the authors want to test whether agents can stick to a set work duration when given that external timing tool. The answer would tell teams how much supervision long autonomous runs still need.<\/p>\n<h2>FAQ<\/h2>\n<h3>Can AI coding agents tell how long a task will take?<\/h3>\n<p>No. In the study, both Claude Code and Codex mostly guessed around 90 minutes regardless of task difficulty, and in a second round Claude was off by three times on average while Codex was off by six to ten times. The errors were largest on short tasks.<\/p>\n<h3>Do coding agents know how long they have already been working?<\/h3>\n<p>Not reliably. The researchers found the agents could not accurately report elapsed time on their own. When the agents were given access to a tool that reports elapsed time, however, they got it right almost every time.<\/p>\n<h3>Why does the same AI model behave differently in Claude Code and Codex?<\/h3>\n<p>The surrounding software, called the harness, heavily influences runtime. The same language model took 2.5 times more steps in Claude Code than in Codex on average. Claude Code keeps working until it thinks a task is done, a median of about 90 minutes, while Codex stops after roughly half an hour.<\/p>\n<h2>Related coverage<\/h2>\n<ul>\n<li><a href=\"https:\/\/bizscoreai.com\/blog\/ai-finds-fixes-software-bugs\/\">Anthropic Claude Security Beta Scans and Fixes Code Vulnerabilities &#8211; BizScoreAI<\/a><\/li>\n<li><a href=\"https:\/\/bizscoreai.com\/blog\/claude-opus-4-8-can-ai-find-your-business\/\">Claude Opus 4.8: Anthropic\u2019s Most Capable AI for Reasoning and Agents &#8211; BizScoreAI<\/a><\/li>\n<li><a href=\"https:\/\/bizscoreai.com\/blog\/claude-opus-4-8-reasoning-agents\/\">Claude Opus 4.8: Anthropic\u2019s Most Capable AI for Reasoning and Agents &#8211; BizScoreAI<\/a><\/li>\n<\/ul>\n<p><script type=\"application\/ld+json\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"Can AI coding agents tell how long a task will take?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"No. In the study, both Claude Code and Codex mostly guessed around 90 minutes regardless of task difficulty, and in a second round Claude was off by three times on average while Codex was off by six to ten times. The errors were largest on short tasks.\"}},{\"@type\":\"Question\",\"name\":\"Do coding agents know how long they have already been working?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Not reliably. The researchers found the agents could not accurately report elapsed time on their own. When the agents were given access to a tool that reports elapsed time, however, they got it right almost every time.\"}},{\"@type\":\"Question\",\"name\":\"Why does the same AI model behave differently in Claude Code and Codex?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The surrounding software, called the harness, heavily influences runtime. The same language model took 2.5 times more steps in Claude Code than in Codex on average. Claude Code keeps working until it thinks a task is done, a median of about 90 minutes, while Codex stops after roughly half an hour.\"}}]}]}<\/script><\/p>\n<hr style=\"margin:2.5em 0 1em;opacity:.35\" \/>\n<p style=\"font-size:.85em;opacity:.7\">This article summarizes reporting from <a href=\"https:\/\/the-decoder.com\/ai-agents-have-no-sense-of-time-and-are-not-aware-of-it\/\" target=\"_blank\" rel=\"nofollow noopener\">the-decoder.com<\/a>. See our <a href=\"https:\/\/bizscoreai.com\/blog\/disclaimer\/\">editorial disclaimer<\/a> for how our articles are produced.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>New research shows popular coding assistants overestimate task length by 3 to 10 times and misjudge their own work quality. What that means for long-running<\/p>\n","protected":false},"author":1,"featured_media":399631,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"rank_math_title":"AI Coding Agents Show Almost No Sense of Time","rank_math_description":"New research shows Claude Code and Codex overestimate task length by 3 to 10 times and misjudge their own work quality. What that means for long jobs.","rank_math_focus_keyword":"coding agents sense of","footnotes":""},"categories":[1],"tags":[],"class_list":["post-399632","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-news"],"elementor_data":null,"elementor_edit_mode":null,"_links":{"self":[{"href":"https:\/\/bizscoreai.com\/blog\/wp-json\/wp\/v2\/posts\/399632","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bizscoreai.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bizscoreai.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/bizscoreai.com\/blog\/wp-json\/wp\/v2\/comments?post=399632"}],"version-history":[{"count":1,"href":"https:\/\/bizscoreai.com\/blog\/wp-json\/wp\/v2\/posts\/399632\/revisions"}],"predecessor-version":[{"id":399633,"href":"https:\/\/bizscoreai.com\/blog\/wp-json\/wp\/v2\/posts\/399632\/revisions\/399633"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bizscoreai.com\/blog\/wp-json\/wp\/v2\/media\/399631"}],"wp:attachment":[{"href":"https:\/\/bizscoreai.com\/blog\/wp-json\/wp\/v2\/media?parent=399632"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bizscoreai.com\/blog\/wp-json\/wp\/v2\/categories?post=399632"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bizscoreai.com\/blog\/wp-json\/wp\/v2\/tags?post=399632"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}