Prosecution Insights
Last updated: July 17, 2026
Application No. 18/638,551

TECHNIQUES FOR AUTOMATED PROGRAMMING OF ROBOT TASKS USING LANGUAGE MODELS

Non-Final OA §103
Filed
Apr 17, 2024
Priority
Oct 04, 2023 — provisional 63/587,887
Examiner
EL SAYAH, MOHAMAD O
Art Unit
3658
Tech Center
3600 — Transportation & Electronic Commerce
Assignee
Autodesk Inc.
OA Round
3 (Non-Final)
75%
Grant Probability
Favorable
3-4
OA Rounds
4m
Est. Remaining
80%
With Interview

Examiner Intelligence

Grants 75% — above average
75%
Career Allowance Rate
174 granted / 231 resolved
+23.3% vs TC avg
Minimal +4% lift
Without
With
+4.2%
Interview Lift
resolved cases with interview
Typical timeline
2y 7m
Avg Prosecution
32 currently pending
Career history
267
Total Applications
across all art units

Statute-Specific Performance

§101
2.6%
-37.4% vs TC avg
§103
90.1%
+50.1% vs TC avg
§102
4.2%
-35.8% vs TC avg
§112
1.7%
-38.3% vs TC avg
Black line = Tech Center average estimate • Based on career data from 231 resolved cases

Office Action

§103
DETAILED ACTION Notice of Pre-AIA or AIA Status The present application, filed on or after March 16, 2013, is being examined under the first inventor to file provisions of the AIA . Response to RCE A request for continued examination under 37 CFR 1.114, including the fee set forth in 37 CFR 1.17(e), was filed in this application after final rejection. Since this application is eligible for continued examination under 37 CFR 1.114, and the fee set forth in 37 CFR 1.17(e) has been timely paid, the finality of the previous Office action has been withdrawn pursuant to 37 CFR 1.114. Applicant's submission filed on 04/10/2026 has been entered. Claim Rejections - 35 USC § 103 The following is a quotation of 35 U.S.C. 103 which forms the basis for all obviousness rejections set forth in this Office action: A patent for a claimed invention may not be obtained, notwithstanding that the claimed invention is not identically disclosed as set forth in section 102, if the differences between the claimed invention and the prior art are such that the claimed invention as a whole would have been obvious before the effective filing date of the claimed invention to a person having ordinary skill in the art to which the claimed invention pertains. Patentability shall not be negated by the manner in which the invention was made. Claims 1, 3-6, 8-11, 14-20 are rejected under 35 U.S.C. 103 as being unpatentable by You (“Robot-Enabled Construction Assembly with Automated Sequence Planning based on ChatGPT: RoboGPT, from IDS”) in view of Erik (US20210342479). Regarding claim 1, You teaches a computer-implemented method for generating program code to control a robot, the method comprising: receiving user input specifying a task to be performed by the robot (Fig.1 section III part A disclosing receiving instruction of a task from a user); processing the user input via a first machine learning model to generate a plurality of subtasks for performing the task (Fig. 1 section III part A disclosing Chat GPT using natural language machine learning generates a sequential solution commands to perform the task); and for each subtask included in the plurality of the subtasks, processing the subtask via a (Fig.1 section III part D disclosing the decoder of the chat GPT LLM to generate the program code for controlling the robot to perform the subtask). While You does not disclose a second machine learning model, it would have been obvious to have made the machine learning of You separable which enables each machine learning to run on a separate computer thus reducing a load and reducing resources used on a single system. You does not teach determining that one or more pieces of text included in the plurality of subtasks are associated with at least one of proprietary or confidential data; in response, replacing the one or more pieces of text with one or more non-reversible aliases to generate a second plurality of subtasks; Erik teaches determining that one or more pieces of text included in the plurality of subtasks are associated with at least one of proprietary or confidential data (abstract, [0161] disclosing determining confidential information included in a subtask “the task of collecting images and audio” such as a text detected in the task, i.e., included in the subtask); in response, replacing the one or more pieces of text with one or more non-reversible public aliases to generate a second plurality of subtasks ([0161] disclosing in response to identifying the confidential data included in a text included in the subtask of collecting images and or in audio and modifying it with blurred or unreadable data, i.e., public alias that can be sent and viewed. The additional instruction generated by the robot to blur the text and then send it is interpreted as a second set of subtasks); It would have been obvious to one of ordinary skill in the art before the effective filing date of the claimed invention to have combined the teaching of Erik of determining confidential data in a text included in the subtask and replacing the text with public alias such as blurring to generate the second instructions that protect data, yielding predictable results allowing the protection of confidential data before sending it publicly thus protecting confidential information from leaking improving confidentiality. Regarding claim 3, You as modified by Erik teaches the computer-implemented method of claim 1, wherein the user input is a natural language input, and each of the first machine learning model and the second machine learning model is a language model (You section 3 part A at least disclosing the chat GPT utilizing LLM). Regarding claim 4, You as modified by Erik teaches the computer-implemented method of claim 1, further comprising, for each subtask included in the second plurality of subtasks, selecting one or more examples of program code associated with the subtask from a plurality of examples of program code, wherein processing the subtask via the second machine learning model comprises inputting the subtask and the one or more examples of program code associated with the subtask into the second machine learning model (Erik teaches generating the second set of tasks, You section III part D at least disclosing the subtasks are matched with program codes to run on the robot from a plurality of subtasks and plurality of program codes). The combination of the second subtasks with the method of generating the codes of You is obvious in order to control the robot based on a language the robot understands thus enabling a control of various robots and of different actions of the same robot instantaneously by converting the language into a robot code. Regarding claim 5, You as modified by Erik teaches the computer-implemented method of claim 1, wherein processing the user input via the first machine learning model comprises inputting, into the first machine learning model, at least one of a role of the first machine learning model to generate the plurality of subtasks, one or more rules for output of the first machine learning model, one or more parameters associated with the robot, or one or more parameters associated with the task (You section III part A disclosing at least a user inputting the specific descriptions for the task, i.e., parameters associated with the task). Regarding claim 6, You as modified by Erik teaches computer-implemented method of claim 1, wherein processing the subtask via the second machine learning model comprises inputting, into the second machine learning model, at least one of a role of the second machine learning model to generate program code, one or more rules for output of the second machine learning model, one or more parameters associated with the robot, one or more parameters associated with the task, one or more definitions associated with a programming language associated with the program code, or one or more examples of program code (You section III part D disclosing at least one or more examples of program codes input into the machine learning to determine a match with the subtask). Regarding claim 8, You as modified by Erik teaches the computer-implemented method of claim 1, further comprising performing one or more operations to verify that the program code for controlling the robot to perform the subtask is program code (You section III part B disclosing and section IV disclosing testing the program subtasks thus determining that it is a successful or not successful program code based on the results). Regarding claim 9, You as modified by Xia teaches the computer-implemented method of claim 1, wherein the first machine learning model is the second machine learning model (You section III part A disclosing the machine learning is a natural language thus is one model). Regarding claim 10, You as modified by Xia teaches the computer-implemented method of claim 1, further comprising causing the robot to move based on the program code for each subtask (You section III A-D and sections IV disclosing the control of the robot based on the code to perform the tasks). Regarding claim 18, You as modified by Xia teaches the one or more non-transitory computer-readable media of claim 11, wherein the instructions, when executed by the at least one processor, further cause the at least one processor to perform the step of selecting the one or more examples of program code based on a behavior label associated with the subtask (You section III part D disclosing the names and strings of the subtask steps “labels” are converted into actions). Claims 11, 14, 15, 16, 17, 19 are rejected for similar reasons as claims 1, 3, 4, 5, 6, 10, respectively, see above rejection. Claim 20 is rejected for similar reasons as claim 1 see above rejection. Claims 2, 7, 12, 13 are rejected under 35 U.S.C. 103 as being unpatentable by You (“Robot-Enabled Construction Assembly with Automated Sequence Planning based on ChatGPT: RoboGPT, from IDS”) in view of Erik (US20210342479) and Xia (US20250018562). Regarding claim 2, You as modified by Xia teaches the computer-implemented method of claim 1, further comprising: You as modified by Erik does not teach performing one or more operations to simulate the robot performing each subtask included in the plurality of subtasks based on the program code for controlling the robot to perform the subtask; and in response to one or more errors when simulating the robot to perform a first subtask included in the plurality of subtasks, processing the first subtask and the one or more errors via the second machine learning model to generate additional program code for controlling the robot to perform the first subtask. Xia teaches performing one or more operations to simulate the robot performing each subtask included in the plurality of second subtasks based on the program code for controlling the robot to perform the subtask ([0004] disclosing the sequential actions and taking corrective actions. [0026]-[0043] disclosing the subtasks created by a natural language program are simulated to determine success or failure. See [0040] disclosing the determination if the low level skill has succeeded, wherein the skill is the action performed by the robot which is interpreted to be based on the program code for controlling the robot to perform the subtask. The processes of [0026]-[0060] is iterative wherein the robot keeps on tracking the progress when completing the second set of subtasks and corrects based on identifying errors ); and in response to one or more errors when simulating the robot to perform a first subtask included in the second plurality of subtasks, processing the first subtask and the one or more errors via the second machine learning model to generate additional program code for controlling the robot to perform the first subtask ([0004] disclosing the LLM with inner monologue for the robot similar to a human that can determine corrective action in case of an error. [0037]-[0043] disclosing the inner dialogue in a textual feedback which is applied also to simulation. [0050] disclosing leveraging the inner monologue to identify a different policy for the robot to recover from mistakes. The processes of [0026]-[0060] is iterative wherein the robot keeps on tracking the progress when completing the second set of subtasks and corrects based on identifying errors. [0074]-[0080] disclosing generating a different grasping task based on the failure of the first grasp, i.e., generating additional program code for controlling the robot to perform the first task of grasping). It would have been obvious to one of ordinary skill in the art before the effective filing date of the claimed invention to have modified the teaching of You as modified by Erik to incorporate the teaching of Xia of and in response to one or more errors when simulating the robot to perform a first subtask included in the plurality of subtasks, processing the first subtask and the one or more errors via the second machine learning model to generate additional program code for controlling the robot to perform the first subtask in order to replan and recover from policy mistakes as taught by Xi [0050]. Regarding claim 7, You as modified by Erik does not teach the computer-implemented method of claim 1, wherein processing the subtask via the second machine learning model further comprises inputting, into the second machine learning model, at least one of one or more previous outputs of the second machine learning model or one or more errors from one or more simulations of the robot performing the subtask. Xia teaches wherein processing the subtask via the second machine learning model further comprises inputting, into the second machine learning model, at least one of one or more previous outputs of the second machine learning model or one or more errors from one or more simulations of the robot performing the subtask ([0004] disclosing the LLM with inner monologue for the robot similar to a human that can determine corrective action in case of an error. [0037]-[0043] disclosing the inner dialogue in a textual feedback which is applied also to simulation. [0050] disclosing the LLM machine learning leveraging the inner monologue to identify a different policy for the robot to recover from mistakes, i.e., the errors are input into the machine learning). It would have been obvious to one of ordinary skill in the art before the effective filing date of the claimed invention to have modified the teaching of You as modified by Erik to incorporate the teaching of Xia of wherein processing the subtask via the second machine learning model further comprises inputting, into the second machine learning model, at least one of one or more previous outputs of the second machine learning model or one or more errors from one or more simulations of the robot performing the subtask in order to replan and recover from policy mistakes as taught by Xi [0050]. Claims 12, is rejected for similar reasons as claims 2, respectively, see above rejection. Regarding claim 13, You as modified by Erik teaches the one or more non-transitory computer readable media of claim 12, wherein the one or more error include at least a run-time exceptions, a syntax error, a format error, a collision, or a failure to achieve a final state associated with the task. Xia further teaches the error include a failure to achieve a final state associated with the task ([0004] disclosing the LLM with inner monologue for the robot similar to a human that can determine corrective action in case of an error. [0037]-[0043] disclosing the inner dialogue in a textual feedback which is applied also to simulation. [0050] disclosing the LLM machine learning leveraging the inner monologue to identify a different policy for the robot to recover from mistakes, i.e., the errors are input into the machine learning). It would have been obvious to one of ordinary skill in the art before the effective filing date of the claimed invention to have modified the teaching of You to incorporate the teaching of Xia of error in reaching a final state in order to replan and recover from policy mistakes as taught by Xi [0050] thus enabling the robot to achieve a goal state. Response to Arguments Applicant’s arguments filed on 11/28/2025 have been fully considered but they are not persuasive. "Applicant's arguments with respect to claim 1 have been considered but are moot because the new ground of rejection does not rely on any reference applied in the prior rejection of record for any teaching or matter specifically challenged in the argument. Erik teaches determining confidential information while performing the task of imaging, i.e., included in the task, and performing second tasks such as blurring the image to make it public. Conclusion Applicant's amendment necessitated the new ground(s) of rejection presented in this Office action. Accordingly, THIS ACTION IS MADE FINAL. See MPEP § 706.07(a). Applicant is reminded of the extension of time policy as set forth in 37 CFR 1.136(a). A shortened statutory period for reply to this final action is set to expire THREE MONTHS from the mailing date of this action. In the event a first reply is filed within TWO MONTHS of the mailing date of this final action and the advisory action is not mailed until after the end of the THREE-MONTH shortened statutory period, then the shortened statutory period will expire on the date the advisory action is mailed, and any nonprovisional extension fee (37 CFR 1.17(a)) pursuant to 37 CFR 1.136(a) will be calculated from the mailing date of the advisory action. In no event, however, will the statutory period for reply expire later than SIX MONTHS from the mailing date of this final action. The prior art made of record and not relied upon is considered pertinent to applicant's disclosure. The prior art cited in PTO-892 and not mentioned above disclose related devices and methods. US11931894 disclosing template reusable primitives that are sequenced by an LLM model to determine a sequence to perform a task. US20240131712 disclosing LLM for subtasks and sending query to user to update task. US20240288870 disclosing natural language to generate sequence of actions for task. US20240351218 disclosing LLM for specific task for robot simulated for safety and errors. Any inquiry concerning this communication or earlier communications from the examiner should be directed to MOHAMAD O EL SAYAH whose telephone number is (571)270-7734. The examiner can normally be reached on M-Th 6:30-4:30. Examiner interviews are available via telephone, in-person, and video conferencing using a USPTO supplied web-based collaboration tool. To schedule an interview, applicant is encouraged to use the USPTO Automated Interview Request (AIR) at http://www.uspto.gov/interviewpractice. If attempts to reach the examiner by telephone are unsuccessful, the examiner’s supervisor, Ramon Mercado can be reached on (571) 270-5744. The fax phone number for the organization where this application or proceeding is assigned is 571-273-8300. Information regarding the status of an application may be obtained from the Patent Application Information Retrieval (PAIR) system. Status information for published applications may be obtained from either Private PAIR or Public PAIR. Status information for unpublished applications is available through Private PAIR only. For more information about the PAIR system, see https://ppair-my.uspto.gov/pair/PrivatePair. Should you have questions on access to the Private PAIR system, contact the Electronic Business Center (EBC) at 866-217-9197 (toll-free). If you would like assistance from a USPTO Customer Service Representative or access to the automated information system, call 800-786-9199 (IN USA OR CANADA) or 571-272-1000. /MOHAMAD O EL SAYAH/Examiner, Art Unit 3658B
Read full office action

Prosecution Timeline

Show 2 earlier events
Nov 28, 2025
Response Filed
Feb 12, 2026
Final Rejection mailed — §103
Apr 08, 2026
Applicant Interview (Telephonic)
Apr 08, 2026
Examiner Interview Summary
Apr 10, 2026
Response after Non-Final Action
May 04, 2026
Request for Continued Examination
May 08, 2026
Response after Non-Final Action
Jun 22, 2026
Non-Final Rejection mailed — §103 (current)

Precedent Cases

Applications granted by this same examiner with similar technology

Patent 12678967
WORK ASSISTANCE DEVICE AND WORK ASSISTANCE METHOD
2y 2m to grant Granted Jul 14, 2026
Patent 12668301
STEERING ASSEMBLY FOR A VEHICLE
2y 3m to grant Granted Jun 30, 2026
Patent 12661790
REMOTE OPERATION METHOD, STORAGE MEDIUM, REMOTE OPERATION DEVICE, AND REMOTE OPERATION SYSTEM
2y 9m to grant Granted Jun 23, 2026
Patent 12655004
SYSTEM AND METHOD FOR CONTROLLING A MAXIMUM VEHICLE SPEED FOR AN INDUSTRIAL VEHICLE BASED ON A CALCULATED LOAD
2y 9m to grant Granted Jun 16, 2026
Patent 12637068
SAFETY CONTROL SYSTEM IN NARROW ROADS FOR SELF-DRIVING DELIVERY VEHICLES
2y 2m to grant Granted May 26, 2026
Study what changed to get past this examiner. Based on 5 most recent grants.

Strategy Recommendation AI-generated — please review before filing

Get a prosecution strategy drawn from examiner precedents, rejection analysis, and claim mapping.
Typically takes 5-10 seconds — AI-generated, attorney review required before filing

Prosecution Projections

3-4
Expected OA Rounds
75%
Grant Probability
80%
With Interview (+4.2%)
2y 7m (~4m remaining)
Median Time to Grant
High
PTA Risk
Based on 231 resolved cases by this examiner. Grant probability derived from career allowance rate.

Sign in with your work email

Enter your email to receive a magic link. No password needed.

Personal email addresses (Gmail, Yahoo, etc.) are not accepted.

Free tier: 3 strategy analyses per month