venturebeat.com Open in urlscan Pro
192.0.66.2  Public Scan

Submitted URL: https://venturebeat.com/ai/how-to-prompt-on-openai-o1/))
Effective URL: https://venturebeat.com/ai/how-to-prompt-on-openai-o1/
Submission: On September 20 via api from BE — Scanned from DE

Form analysis 2 forms found in the DOM

GET https://venturebeat.com/

<form method="get" action="https://venturebeat.com/" class="search-form" id="nav-search-form">
  <input id="mobile-search-input" class="" type="text" placeholder="Search" name="s" aria-label="Search" required="">
  <button type="submit" class="">
    <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
      <g>
        <path fill-rule="evenodd" clip-rule="evenodd"
          d="M14.965 14.255H15.755L20.745 19.255L19.255 20.745L14.255 15.755V14.965L13.985 14.685C12.845 15.665 11.365 16.255 9.755 16.255C6.16504 16.255 3.255 13.345 3.255 9.755C3.255 6.16501 6.16504 3.255 9.755 3.255C13.345 3.255 16.255 6.16501 16.255 9.755C16.255 11.365 15.665 12.845 14.6851 13.985L14.965 14.255ZM5.255 9.755C5.255 12.245 7.26501 14.255 9.755 14.255C12.245 14.255 14.255 12.245 14.255 9.755C14.255 7.26501 12.245 5.255 9.755 5.255C7.26501 5.255 5.255 7.26501 5.255 9.755Z">
        </path>
      </g>
    </svg>
  </button>
</form>

<form action="" data-action="nonce_mailchimp_boilerplate_subscribe" id="boilerplateNewsletterForm" class="Form js-vb-newsletter-cta">
  <input type="email" name="email" placeholder="Email" class="Form__input" id="boilerplateNewsletterEmail" required="">
  <input type="hidden" name="newsletter" value="vb_dailyroundup">
  <input type="hidden" name="b_f67554569818c29c4c844d121_89d8059242" value="">
  <input type="hidden" id="nonce_mailchimp_boilerplate_subscribe" name="nonce_mailchimp_boilerplate_subscribe" value="06d29c0266"><input type="hidden" name="_wp_http_referer" value="/ai/how-to-prompt-on-openai-o1/"> <button type="submit"
    class="Form__button Newsletter__sub-btn">Subscribe</button>
</form>

Text Content

WE VALUE YOUR PRIVACY

We and our partners store and/or access information on a device, such as cookies
and process personal data, such as unique identifiers and standard information
sent by a device for personalised advertising and content, advertising and
content measurement, audience research and services development. With your
permission we and our partners may use precise geolocation data and
identification through device scanning. You may click to consent to our and our
1445 partners’ processing as described above. Alternatively you may access more
detailed information and change your preferences before consenting or to refuse
consenting. Please note that some processing of your personal data may not
require your consent, but you have a right to object to such processing. Your
preferences will apply to this website only. You can change your preferences or
withdraw your consent at any time by returning to this site and clicking the
"Privacy" button at the bottom of the webpage.
MORE OPTIONSAGREE

Skip to main content
Events Video Special Issues Jobs
VentureBeat Homepage

Subscribe

 * Artificial Intelligence
   * View All
   * AI, ML and Deep Learning
   * Auto ML
   * Data Labelling
   * Synthetic Data
   * Conversational AI
   * NLP
   * Text-to-Speech
 * Security
   * View All
   * Data Security and Privacy
   * Network Security and Privacy
   * Software Security
   * Computer Hardware Security
   * Cloud and Data Storage Security
 * Data Infrastructure
   * View All
   * Data Science
   * Data Management
   * Data Storage and Cloud
   * Big Data and Analytics
   * Data Networks
 * Automation
   * View All
   * Industrial Automation
   * Business Process Automation
   * Development Automation
   * Robotic Process Automation
   * Test Automation
 * Enterprise Analytics
   * View All
   * Business Intelligence
   * Disaster Recovery Business Continuity
   * Statistical Analysis
   * Predictive Analysis
 * More
   * Data Decision Makers
   * Virtual Communication
     * Team Collaboration
     * UCaaS
     * Virtual Reality Collaboration
     * Virtual Employee Experience
   * Programming & Development
     * Product Development
     * Application Development
     * Test Management
     * Development Languages


Subscribe Events Video Special Issues Jobs



HOW TO PROMPT ON OPENAI’S NEW O1 MODELS

Emilia David@miyadavid
September 12, 2024 4:01 PM
 * Share on Facebook
 * Share on X
 * Share on LinkedIn

Credit: VentureBeat made with ChatGPT
Image Credit: VentureBeat

Join our daily and weekly newsletters for the latest updates and exclusive
content on industry-leading AI coverage. Learn More

--------------------------------------------------------------------------------

OpenAI’s latest model family, o1, promises to be more powerful and better at
reasoning than previous models. 

Using GPT-o1 will be slightly different than prompting GPT-4 or even GPT-4o.
Since this model has more reasoning capabilities, some regular prompt
engineering methods won’t work as well. Earlier models needed more guidance, and
people took advantage of longer context windows to provide the models with more
instructions.

0:00
/
10:21


The Power of Geolocation Intelligence for Marketers


According to OpenAI’s API documentation, the o1 models “perform best with
straightforward prompts.” However, techniques like instructing the model and
shot prompting “may not enhance performance and can sometimes hinder it.” 

OpenAI advised users of o1 to think of four things when prompting the new
models:

 * Keep prompts simple and direct and do not guide the model too much because it
   understands instructions well
 * Avoid chain of thought prompts since o1 models already reasons internally
 * Use delimiters like triple quotation markets, XML tags and section titles so
   the model can get clarity on which sections it is interpreting
 * Limit additional context for retrieval augmented generation (RAG) because
   OpenAI said adding more context or documents when using the models for RAG
   tasks could overcomplicate its response

OpenAI’s advice for o1 vastly differs from the suggestions it gave to users of
its previous models. Previously, the company suggested being incredibly
specific, including details and giving models step-by-step instructions, o1 will
do better “thinking” on its own about how to solve queries. 

Ethan Mollick, a professor at the Wharton School of Business at the University
of Pennsylvania, said in his One Useful Thing blog that his experience as an
early user of o1 showed it works better on tasks that require planning, where
the model concludes how to solve problems on its own. 


PROMPT ENGINEERING AND MAKING IT EASIER TO GUIDE MODELS 

Prompt engineering, of course, became a method for people to drill down on
specifics and get the responses they want from an AI model. It’s become not just
an important skill but also a rising job category. 

Other AI developers released tools to make it easier to craft prompts when
designing AI applications. Google launched Prompt Poet, built with the help of
Character.ai, which integrates external data sources to make responses more
relevant. 

o1 is still new, and people are still figuring out exactly how to use it
(including me, who has yet to figure out my first prompt). However, some social
media users predict that people will have to change how they approach prompting
ChatGPT. 



VB Daily

Stay in the know! Get the latest news in your inbox daily

Subscribe

By subscribing, you agree to VentureBeat's Terms of Service.

Thanks for subscribing. Check out more VB newsletters here.

An error occured.

Find Your Place In The World BY Amply
  Release Train Engineer M365 Navy Federal Credit Union Pensacola $109,400 -
$183,800 a year See Job
  Software Developer - AI Trainer (Contract) DataAnnotation Washington From $40
an hour See Job
  C++ Staff / Sr. Staff Software Engineer - Boulder, CO SciTec Boulder $93 -
$137 a day See Job
  Product Owner Envision, LLC Chesterfield See Job
Search More Roles


THE AI IMPACT TOUR DATES

Join leaders in enterprise AI for networking, insights, and engaging
conversations at the upcoming stops of our AI Impact Tour. See if we're coming
to your area!

Learn More

 * VentureBeat Homepage
 * Follow us on Facebook
 * Follow us on X
 * Follow us on LinkedIn
 * Follow us on RSS

 * Press Releases
 * Contact Us
 * Advertise
 * Share a News Tip
 * Contribute to DataDecisionMakers

 * Privacy Policy
 * Terms of Service
 * Do Not Sell My Personal Information

© 2024 VentureBeat. All rights reserved.