store.hbr.org Open in urlscan Pro
192.200.160.12  Public Scan

Submitted URL: https://link.hbr.org/click/36949638.436917/aHR0cHM6Ly9zdG9yZS5oYnIub3JnL3Byb2R1Y3QvaHVtYW4tbWFjaGluZS11cGRhdGVkLWFuZC...
Effective URL: https://store.hbr.org/product/human-machine-updated-and-expanded-reimagining-work-in-the-age-of-ai/10724?utm_medium=em...
Submission: On October 09 via api from CA — Scanned from CA

Form analysis 7 forms found in the DOM

GET /shop/

<form class="form form-quickSearch" action="/shop/" method="get">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="quick-search">Search</label>
      <input class="form-input" data-search-quick="" name="search_query" id="quick-search" data-error-message="Search field cannot be empty." placeholder="Search HBR Products" autocomplete="off">
      <button class="form-submit" type="submit"></button>
    </div>
  </fieldset>
</form>

GET /shop/

<form class="form form-quickSearch" action="/shop/" method="get">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="nav-quick-search">Search</label>
      <input class="form-input" data-search-quick="" name="search_query" id="nav-quick-search" data-error-message="Search field cannot be empty." placeholder="Search HBR Products" autocomplete="off">
      <button class="form-submit" type="submit"></button>
    </div>
  </fieldset>
</form>

GET /shop/

<form class="form form-quickSearch" action="/shop/" method="get">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="navPages-quick-search">Search</label>
      <input class="form-input" data-search-quick="" name="search_query" id="navPages-quick-search" data-error-message="Search field cannot be empty." placeholder="Search HBR Products" autocomplete="off">
      <button class="form-submit" type="submit"></button>
    </div>
  </fieldset>
</form>

GET /shop/

<form class="form form-quickSearch form-quickSearch_pdp" action="/shop/" method="get">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="search_query_pdp">Search</label>
      <input class="form-input" data-search-quick="" name="search_query" placeholder="Search HBR Products" id="search_query_pdp" data-error-message="Search field cannot be empty." autocomplete="off">
      <button class="form-submit" type="submit"></button>
    </div>
  </fieldset>
</form>

POST /postreview.php

<form class="form writeReview-form" action="/postreview.php" method="post">
  <fieldset class="form-fieldset">
    <div class="form-field form-field--select">
      <label class="form-label" for="rating-rate">Rating <small>*</small>
      </label>
      <!-- Stars -->
      <!-- TODO: Review Stars need to be componentised, both for display and input -->
      <select id="rating-rate" class="form-select" name="revrating" data-input="" aria-required="true">
        <option value="">Select Rating</option>
        <option value="1">1 star (worst)</option>
        <option value="2">2 stars</option>
        <option value="3">3 stars (average)</option>
        <option value="4">4 stars</option>
        <option value="5">5 stars (best)</option>
      </select>
    </div>
    <!-- Name -->
    <div class="form-field form-field--input form-field--inputText" id="revfromname" data-validation="">
      <label class="form-label" for="revfromname_input">Name <small>*</small>
      </label>
      <input type="text" name="revfromname" id="revfromname_input" class="form-input" data-label="Name" data-input="" aria-required="true" aria-labelledby="revfromname" aria-live="polite">
    </div>
    <!-- Email -->
    <div class="form-field form-field--input form-field--inputText" id="email" data-validation="">
      <label class="form-label" for="email_input">Email <small>*</small>
      </label>
      <input type="text" name="email" id="email_input" class="form-input" data-label="Email" data-input="" aria-required="true" aria-labelledby="email" aria-live="polite">
    </div>
    <!-- Review Subject -->
    <div class="form-field form-field--input form-field--inputText" id="revtitle" data-validation="">
      <label class="form-label" for="revtitle_input">Review Subject <small>*</small>
      </label>
      <input type="text" name="revtitle" id="revtitle_input" class="form-input" data-label="Review Subject" data-input="" aria-required="true" aria-labelledby="revtitle" aria-live="polite">
    </div>
    <!-- Comments -->
    <div class="form-field form-field--textarea" id="revtext" data-validation="">
      <label class="form-label" for="revtext_input">Comments <small>*</small>
      </label>
      <textarea name="revtext" id="revtext_input" data-label="Comments" rows="" aria-required="true" aria-labelledby="revtext" aria-live="polite" data-input="" class="form-input"></textarea>
    </div>
    <div class="form-field form-field--submit">
      <input type="submit" class="button button--primary" value="Submit Review">
    </div>
    <input type="hidden" name="product_id" value="90120">
    <input type="hidden" name="action" value="post_review">
  </fieldset>
</form>

POST /postreview.php

<form class="form writeReview-form" action="/postreview.php" method="post">
  <fieldset class="form-fieldset">
    <div class="form-field form-field--select">
      <label class="form-label" for="rating-rate">Rating <small>*</small>
      </label>
      <!-- Stars -->
      <!-- TODO: Review Stars need to be componentised, both for display and input -->
      <select id="rating-rate" class="form-select" name="revrating" data-input="" aria-required="true">
        <option value="">Select Rating</option>
        <option value="1">1 star (worst)</option>
        <option value="2">2 stars</option>
        <option value="3">3 stars (average)</option>
        <option value="4">4 stars</option>
        <option value="5">5 stars (best)</option>
      </select>
    </div>
    <!-- Name -->
    <div class="form-field form-field--input form-field--inputText" id="revfromname" data-validation="">
      <label class="form-label" for="revfromname_input">Name <small>*</small>
      </label>
      <input type="text" name="revfromname" id="revfromname_input" class="form-input" data-label="Name" data-input="" aria-required="true" aria-labelledby="revfromname" aria-live="polite">
    </div>
    <!-- Email -->
    <div class="form-field form-field--input form-field--inputText" id="email" data-validation="">
      <label class="form-label" for="email_input">Email <small>*</small>
      </label>
      <input type="text" name="email" id="email_input" class="form-input" data-label="Email" data-input="" aria-required="true" aria-labelledby="email" aria-live="polite">
    </div>
    <!-- Review Subject -->
    <div class="form-field form-field--input form-field--inputText" id="revtitle" data-validation="">
      <label class="form-label" for="revtitle_input">Review Subject <small>*</small>
      </label>
      <input type="text" name="revtitle" id="revtitle_input" class="form-input" data-label="Review Subject" data-input="" aria-required="true" aria-labelledby="revtitle" aria-live="polite">
    </div>
    <!-- Comments -->
    <div class="form-field form-field--textarea" id="revtext" data-validation="">
      <label class="form-label" for="revtext_input">Comments <small>*</small>
      </label>
      <textarea name="revtext" id="revtext_input" data-label="Comments" rows="" aria-required="true" aria-labelledby="revtext" aria-live="polite" data-input="" class="form-input"></textarea>
    </div>
    <div class="form-field form-field--submit">
      <input type="submit" class="button button--primary" value="Submit Review">
    </div>
    <input type="hidden" name="product_id" value="90120">
    <input type="hidden" name="action" value="post_review">
  </fieldset>
</form>

POST https://store.hbr.org/cart.php

<form class="form" method="post" action="https://store.hbr.org/cart.php" enctype="multipart/form-data" data-cart-item-add="">
  <input type="hidden" name="action" value="add">
  <input type="hidden" name="product_id" value="90120" data-parent-sku="10724">
  <div data-product-option-change="" style="">
    <div class="form-field form-radio-box form-field--format" data-product-attribute="">
      <label class="form-label form-label--alternate form-label--inlineSmall">
        <span class="prefix">Available </span>formats: <small> (*) </small>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_98" name="attribute[360393]" value="98" required="" data-state="false">
      <label data-product-attribute-value="98" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_98" data-label="Choose a format" data-value="PDF">
        <strong>PDF</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_99" name="attribute[360393]" value="99" required="" data-state="false">
      <label data-product-attribute-value="99" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_99" data-label="Choose a format" data-value="Audio MP3">
        <strong>Audio MP3</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_100" name="attribute[360393]" value="100" required="" data-state="false">
      <label data-product-attribute-value="100" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_100" data-label="Choose a format" data-value="Audio M4A">
        <strong>Audio M4A</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_101" name="attribute[360393]" value="101" required="" data-state="false">
      <label data-product-attribute-value="101" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_101" data-label="Choose a format" data-value="Audio CDROM">
        <strong>Audio CDROM</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_102" name="attribute[360393]" value="102" required="" data-state="false">
      <label data-product-attribute-value="102" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_102" data-label="Choose a format" data-value="Audio Cassette">
        <strong>Audio Cassette</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_103" name="attribute[360393]" value="103" required="" data-state="false">
      <label data-product-attribute-value="103" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_103" data-label="Choose a format" data-value="Bundle">
        <strong>Bundle</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_104" name="attribute[360393]" value="104" required="" data-state="false">
      <label data-product-attribute-value="104" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_104" data-label="Choose a format" data-value="DVD">
        <strong>DVD</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_105" name="attribute[360393]" value="105" required="" data-state="false">
      <label data-product-attribute-value="105" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_105" data-label="Choose a format" data-value="Event Live Conference">
        <strong>Event Live Conference</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_106" name="attribute[360393]" value="106" required="" data-state="false">
      <label data-product-attribute-value="106" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_106" data-label="Choose a format" data-value="Event Virtual Conference">
        <strong>Event Virtual Conference</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_107" name="attribute[360393]" value="107" required="" data-state="false">
      <label data-product-attribute-value="107" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_107" data-label="Choose a format" data-value="Word Document">
        <strong>Word Document</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_108" name="attribute[360393]" value="108" required="" data-state="false">
      <label data-product-attribute-value="108" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_108" data-label="Choose a format" data-value="Electronic Book">
        <strong>Electronic Book</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_109" name="attribute[360393]" value="109" required="" data-state="false">
      <label data-product-attribute-value="109" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_109" data-label="Choose a format" data-value="Enhanced Electronic Book">
        <strong>Enhanced Electronic Book</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_110" name="attribute[360393]" value="110" required="" data-state="false">
      <label data-product-attribute-value="110" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_110" data-label="Choose a format" data-value="ePub">
        <strong>ePub</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_111" name="attribute[360393]" value="111" required="" data-state="false">
      <label data-product-attribute-value="111" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_111" data-label="Choose a format" data-value="Financial">
        <strong>Financial</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_112" name="attribute[360393]" value="112" required="" data-state="false" checked="checked" data-default="">
      <label data-product-attribute-value="112" class="form-label form-label--radio form-label--format available is-checked show" for="attribute_radio_360393_112" data-label="Choose a format" data-value="Ebook" style="display: inline;">
        <strong>Ebook</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_113" name="attribute[360393]" value="113" required="" data-state="false">
      <label data-product-attribute-value="113" class="form-label form-label--radio form-label--format available show" for="attribute_radio_360393_113" data-label="Choose a format" data-value="Hardcover/Hardcopy" style="display: inline;">
        <strong>Hardcover/Hardcopy</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_150" name="attribute[360393]" value="150" required="" data-state="false">
      <label data-product-attribute-value="150" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_150" data-label="Choose a format" data-value="Hardcover/Hardcopy (Color)">
        <strong>Hardcover/Hardcopy (Color)</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_151" name="attribute[360393]" value="151" required="" data-state="false">
      <label data-product-attribute-value="151" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_151" data-label="Choose a format" data-value="Hardcover/Hardcopy (B&amp;W)">
        <strong>Hardcover/Hardcopy (B&amp;W)</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_114" name="attribute[360393]" value="114" required="" data-state="false">
      <label data-product-attribute-value="114" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_114" data-label="Choose a format" data-value="Web Based HTML">
        <strong>Web Based HTML</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_115" name="attribute[360393]" value="115" required="" data-state="false">
      <label data-product-attribute-value="115" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_115" data-label="Choose a format" data-value="Kit">
        <strong>Kit</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_116" name="attribute[360393]" value="116" required="" data-state="false">
      <label data-product-attribute-value="116" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_116" data-label="Choose a format" data-value="License">
        <strong>License</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_117" name="attribute[360393]" value="117" required="" data-state="false">
      <label data-product-attribute-value="117" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_117" data-label="Choose a format" data-value="Magazine">
        <strong>Magazine</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_118" name="attribute[360393]" value="118" required="" data-state="false">
      <label data-product-attribute-value="118" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_118" data-label="Choose a format" data-value="Mobi">
        <strong>Mobi</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_119" name="attribute[360393]" value="119" required="" data-state="false">
      <label data-product-attribute-value="119" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_119" data-label="Choose a format" data-value="Multimedia CDROM">
        <strong>Multimedia CDROM</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_120" name="attribute[360393]" value="120" required="" data-state="false">
      <label data-product-attribute-value="120" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_120" data-label="Choose a format" data-value="Multimedia Windows Media">
        <strong>Multimedia Windows Media</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_121" name="attribute[360393]" value="121" required="" data-state="false">
      <label data-product-attribute-value="121" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_121" data-label="Choose a format" data-value="Paperback Book">
        <strong>Paperback Book</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_122" name="attribute[360393]" value="122" required="" data-state="false">
      <label data-product-attribute-value="122" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_122" data-label="Choose a format" data-value="Powerpoint">
        <strong>Powerpoint</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_123" name="attribute[360393]" value="123" required="" data-state="false">
      <label data-product-attribute-value="123" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_123" data-label="Choose a format" data-value="Paperback/Softbound">
        <strong>Paperback/Softbound</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_152" name="attribute[360393]" value="152" required="" data-state="false">
      <label data-product-attribute-value="152" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_152" data-label="Choose a format" data-value="Paperback/Softbound (Color)">
        <strong>Paperback/Softbound (Color)</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_153" name="attribute[360393]" value="153" required="" data-state="false">
      <label data-product-attribute-value="153" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_153" data-label="Choose a format" data-value="Paperback/Softbound (B&amp;W)">
        <strong>Paperback/Softbound (B&amp;W)</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_154" name="attribute[360393]" value="154" required="" data-state="false">
      <label data-product-attribute-value="154" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_154" data-label="Choose a format" data-value="Registration Fee">
        <strong>Registration Fee</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_124" name="attribute[360393]" value="124" required="" data-state="false">
      <label data-product-attribute-value="124" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_124" data-label="Choose a format" data-value="Short Run">
        <strong>Short Run</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_125" name="attribute[360393]" value="125" required="" data-state="false">
      <label data-product-attribute-value="125" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_125" data-label="Choose a format" data-value="Subscription">
        <strong>Subscription</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_126" name="attribute[360393]" value="126" required="" data-state="false">
      <label data-product-attribute-value="126" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_126" data-label="Choose a format" data-value="Service">
        <strong>Service</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_127" name="attribute[360393]" value="127" required="" data-state="false">
      <label data-product-attribute-value="127" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_127" data-label="Choose a format" data-value="Video CDROM">
        <strong>Video CDROM</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_128" name="attribute[360393]" value="128" required="" data-state="false">
      <label data-product-attribute-value="128" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_128" data-label="Choose a format" data-value="Video DVD">
        <strong>Video DVD</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_129" name="attribute[360393]" value="129" required="" data-state="false">
      <label data-product-attribute-value="129" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_129" data-label="Choose a format" data-value="Video Flash">
        <strong>Video Flash</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_130" name="attribute[360393]" value="130" required="" data-state="false">
      <label data-product-attribute-value="130" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_130" data-label="Choose a format" data-value="Video VHS (NTSC)">
        <strong>Video VHS (NTSC)</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_131" name="attribute[360393]" value="131" required="" data-state="false">
      <label data-product-attribute-value="131" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_131" data-label="Choose a format" data-value="Video VHS (PAL)">
        <strong>Video VHS (PAL)</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_132" name="attribute[360393]" value="132" required="" data-state="false">
      <label data-product-attribute-value="132" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_132" data-label="Choose a format" data-value="Video Real Player">
        <strong>Video Real Player</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_133" name="attribute[360393]" value="133" required="" data-state="false">
      <label data-product-attribute-value="133" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_133" data-label="Choose a format" data-value="Microsoft Excel Spreadsheet">
        <strong>Microsoft Excel Spreadsheet</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_134" name="attribute[360393]" value="134" required="" data-state="false">
      <label data-product-attribute-value="134" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_134" data-label="Choose a format" data-value="XML">
        <strong>XML</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360393_135" name="attribute[360393]" value="135" required="" data-state="false">
      <label data-product-attribute-value="135" class="form-label form-label--radio form-label--format" for="attribute_radio_360393_135" data-label="Choose a format" data-value="Zip File">
        <strong>Zip File</strong>
      </label>
    </div>
    <div class="form-field form-radio-box" data-product-attribute="set-radio" role="radiogroup" aria-labelledby="radio-group-label-360394">
      <label class="form-label form-label--alternate form-label--inlineSmall" id="radio-group-label-360394">
        <span class="prefix">Available </span>languages: <small> (*) </small>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_360394_138" name="attribute[360394]" value="138" required="" data-state="false" checked="checked" data-default="">
      <label data-product-attribute-value="138" class="form-label form-label--radio available is-checked show" for="attribute_radio_360394_138" data-label="Choose a language" data-value="English" style="display: inline;">English</label>
      <input class="form-radio" type="radio" id="attribute_radio_360394_139" name="attribute[360394]" value="139" required="" data-state="false">
      <label data-product-attribute-value="139" class="form-label form-label--radio" for="attribute_radio_360394_139" data-label="Choose a language" data-value="Spanish">Spanish</label>
      <input class="form-radio" type="radio" id="attribute_radio_360394_143" name="attribute[360394]" value="143" required="" data-state="false">
      <label data-product-attribute-value="143" class="form-label form-label--radio" for="attribute_radio_360394_143" data-label="Choose a language" data-value="Chinese">Chinese</label>
      <input class="form-radio" type="radio" id="attribute_radio_360394_147" name="attribute[360394]" value="147" required="" data-state="false">
      <label data-product-attribute-value="147" class="form-label form-label--radio" for="attribute_radio_360394_147" data-label="Choose a language" data-value="Danish">Danish</label>
      <input class="form-radio" type="radio" id="attribute_radio_360394_146" name="attribute[360394]" value="146" required="" data-state="false">
      <label data-product-attribute-value="146" class="form-label form-label--radio" for="attribute_radio_360394_146" data-label="Choose a language" data-value="French">French</label>
      <input class="form-radio" type="radio" id="attribute_radio_360394_144" name="attribute[360394]" value="144" required="" data-state="false">
      <label data-product-attribute-value="144" class="form-label form-label--radio" for="attribute_radio_360394_144" data-label="Choose a language" data-value="German">German</label>
      <input class="form-radio" type="radio" id="attribute_radio_360394_141" name="attribute[360394]" value="141" required="" data-state="false">
      <label data-product-attribute-value="141" class="form-label form-label--radio" for="attribute_radio_360394_141" data-label="Choose a language" data-value="Japanese">Japanese</label>
      <input class="form-radio" type="radio" id="attribute_radio_360394_140" name="attribute[360394]" value="140" required="" data-state="false">
      <label data-product-attribute-value="140" class="form-label form-label--radio" for="attribute_radio_360394_140" data-label="Choose a language" data-value="Portuguese">Portuguese</label>
      <input class="form-radio" type="radio" id="attribute_radio_360394_145" name="attribute[360394]" value="145" required="" data-state="false">
      <label data-product-attribute-value="145" class="form-label form-label--radio" for="attribute_radio_360394_145" data-label="Choose a language" data-value="Polish">Polish</label>
      <input class="form-radio" type="radio" id="attribute_radio_360394_149" name="attribute[360394]" value="149" required="" data-state="false">
      <label data-product-attribute-value="149" class="form-label form-label--radio" for="attribute_radio_360394_149" data-label="Choose a language" data-value="Russian">Russian</label>
      <input class="form-radio" type="radio" id="attribute_radio_360394_148" name="attribute[360394]" value="148" required="" data-state="false">
      <label data-product-attribute-value="148" class="form-label form-label--radio" for="attribute_radio_360394_148" data-label="Choose a language" data-value="Slovak">Slovak</label>
      <input class="form-radio" type="radio" id="attribute_radio_360394_142" name="attribute[360394]" value="142" required="" data-state="false">
      <label data-product-attribute-value="142" class="form-label form-label--radio" for="attribute_radio_360394_142" data-label="Choose a language" data-value="Traditional Chinese">Traditional Chinese</label>
    </div>
    <div class="form-field" data-product-attribute="input-checkbox" style="display: none;">
      <input type="hidden" name="attribute[360395]" value="137">
      <input class="form-checkbox" type="checkbox" name="attribute[360395]" id="attribute-check-360395" value="136" data-cp-checkbox="">
      <label class="form-label  form-label--custominline" for="attribute-check-360395">Add Copyright Permission.</label>
      <a class="quantity-discounts" data-reveal-id="reveal-for-team"><span class="icon-question"><span class="fa fa-question-circle"></span></span></a>
    </div>
    <div class="form-field" data-product-attribute="input-number" style="display: none;">
      <label class="form-label form-label--alternate form-label--inlineSmall" for="attribute_number_360396"> Copyright Permission Qty: <small>
        </small>
      </label>
      <input class="form-input" type="number" id="attribute_number_360396" name="attribute[360396]" value="0">
    </div>
    <div class="productView-split-line"></div>
  </div>
  <div class="form-field form-field--stock" style="display:none;">
    <label class="form-label form-label--alternate"> Current Stock: <span data-product-stock="">1000000</span>
    </label>
  </div>
  <div class="productAttributes-message" style="display:none">
    <p class="alertBox-message"></p>
  </div>
  <div id="add-to-cart-wrapper" class="add-to-cart-wrapper productView-actions-container">
    <div class="sticky-addToCart">
      <div class="form-field form-field--increments">
        <label class="form-label form-label--alternate" for="qty[]">Qty</label>
        <div class="form-increment" data-quantity-change="">
          <input class="form-input form-input--incrementTotal" id="qty[]" name="qty[]" type="tel" value="1" min="1" data-quantity-min="0" data-quantity-max="0" pattern="[0-9]*" aria-live="polite">
          <span style="display: none;"></span>
        </div>
        <div class="for-team" data-team-price-link="" style="">
          <span>Buying for your team?</span><br>
          <a class="quantity-link text-link-blue" data-custom-reveal-id="reveal-for-team" aria-label="See quantity pricing">See quantity pricing</a>
        </div>
      </div>
      <div class="form-action">
        <input id="form-action-addToCart" data-wait-message="Adding to cart…" class="button button--red button--small" type="submit" value="Add to Cart" data-added-sku="">
      </div>
    </div>
  </div>
</form>

Text Content

Take 15% off your first order of books, tools, and collections with promo code
HBR15OFF . (Terms and conditions apply.)
Toggle menu
Search





 * Compare
 * 
 * 0
   
 * 0
 * Sign In
 * Sign In

Search




My Library Topic Feeds Orders Account Settings Email Preferences Log Out

Search




 * Featured
 * Collections
 * Books
    * All Books
    * HBR Work Smart Series
    * Top 40 Business Books
    * HBR 10 Must Read Series
    * HBR 20-Minute Manager Series
    * HBR Emotional Intelligence Series
    * HBR Guide Series
    * HBR Insights Series
    * HBR Women at Work Series
    * HBR Working Parents Series

 * Tools
    * All Tools
    * Harvard ManageMentor
    * Virtual Group Learning Sessions
    * Tools for Individuals
    * Workshop Kits for Team Training

 * Articles
 * Case Studies
 * Magazine Issues
 * Search by Topic
    * Communication
    * Entrepreneurship
    * Finance & Accounting
    * Innovation
    * International Business
    * Leadership & Managing People
    * Managing Organizations
    * Managing Yourself
    * Operations
    * Sales & Marketing
    * Strategy
    * Technology
    * View All

 * HBR Home

 * Compare
 * Sign In Create an Account






 * Home
 * Books

Search
Click to Preview


HUMAN + MACHINE, UPDATED AND EXPANDED: REIMAGINING WORK IN THE AGE OF AI

by Paul Daugherty and H. James Wilson and
(No reviews yet) Write a Review


WRITE A REVIEW

Close ×

HUMAN + MACHINE, UPDATED AND EXPANDED: REIMAGINING WORK IN THE AGE OF AI

Rating * Select Rating 1 star (worst) 2 stars 3 stars (average) 4 stars 5 stars
(best)
Name *
Email *
Review Subject *
Comments *


MSRP:
Was:
Now: $32.00
(USD)
Quantity price applied

(No reviews yet) Write a Review


WRITE A REVIEW

Close ×

HUMAN + MACHINE, UPDATED AND EXPANDED: REIMAGINING WORK IN THE AGE OF AI

Rating * Select Rating 1 star (worst) 2 stars 3 stars (average) 4 stars 5 stars
(best)
Name *
Email *
Review Subject *
Comments *


Available formats: (*) PDF Audio MP3 Audio M4A Audio CDROM Audio Cassette Bundle
DVD Event Live Conference Event Virtual Conference Word Document Electronic Book
Enhanced Electronic Book ePub Financial Ebook Hardcover/Hardcopy
Hardcover/Hardcopy (Color) Hardcover/Hardcopy (B&W) Web Based HTML Kit License
Magazine Mobi Multimedia CDROM Multimedia Windows Media Paperback Book
Powerpoint Paperback/Softbound Paperback/Softbound (Color) Paperback/Softbound
(B&W) Registration Fee Short Run Subscription Service Video CDROM Video DVD
Video Flash Video VHS (NTSC) Video VHS (PAL) Video Real Player Microsoft Excel
Spreadsheet XML Zip File
Available languages: (*) English Spanish Chinese Danish French German Japanese
Portuguese Polish Russian Slovak Traditional Chinese
Add Copyright Permission.
Copyright Permission Qty:

Current Stock: 1000000



Qty

Buying for your team?
See quantity pricing

Item: #10724E-KND-ENG Pages: 336 Publication Date: September 10, 2024



PRODUCT DESCRIPTION

Publication Date: September 10, 2024

AI--including generative AI--is radically transforming business. Are you ready?
Accenture technology leaders Paul Daugherty and Jim Wilson provide crucial
insights and advice to help you meet the challenge.

Look around you. Artificial intelligence is no longer just a futuristic notion.
It's here right now--in software that senses what we need, supply chains that
"think" in real time, and now generative AI that is radically reshaping work and
productivity. Twenty-first-century pioneer companies are already using AI to
innovate and grow fast. The bottom line is this: Businesses that understand how
to harness AI can surge ahead. Those that neglect it will fall behind. Which
side are you on?

In this updated and expanded edition of Human + Machine--including a new chapter
on gen AI--Accenture technology leaders Paul Daugherty and Jim Wilson show that
the essence of the AI paradigm shift is the transformation of all business
processes within an organization, whether related to breakthrough innovation,
everyday customer service, or personal productivity habits. As humans and smart
machines collaborate ever more closely, work processes become more fluid and
adaptive, enabling companies to change them on the fly--or completely reimagine
them.

Based on the authors' experience and research with fifteen hundred
organizations, the book reveals how companies are using the new rules of AI to
leap ahead on innovation and profitability and what you can do to achieve
similar results. It describes six entirely new types of hybrid human + machine
roles that every company must develop, and it includes a "leader's guide" with
the five crucial principles required to become an AI-fueled business.

Human + Machine provides the missing and much-needed management playbook for
success in the new age of AI.

Product #: 10724E-KND-ENG
Pages: 336
Related Topics: Digital transformation, Personal productivity, Process
management, Operations and supply chain management, Collaboration and teams,
Innovation, Business and society, Automation, Data management, Analytics and
data science, Algorithms, AI and machine learning, Technology and analytics,
Competitive strategy, Strategy,
Close ×



Summaries and excerpts of the latest books, special offers, and more from
Harvard Business Review Press.
Sign up


THIS PRODUCT ALSO APPEARS IN

 * ()
   Quantity price applied
   View Details




RELATED PRODUCTS



Close ×


!

OK Cancel


COPYRIGHT PERMISSIONS

To obtain copyright permission to share this PDF with your team, purchase one
copy per user.

ORDER FOR YOUR TEAM AND SAVE!




FOOTER START


HBR STORE

 * Featured
 * Collections
 * Books
 * Tools
 * Articles
 * Case Studies
 * Magazine Issues


HBR SERIES

 * HBR Work Smart Series
 * HBR 10 Must Read Series
 * HBR 20-Minute Manager Series
 * HBR Emotional Intelligence Series
 * HBR Guide Series
 * HBR Insights Series
 * HBR Women at Work Series
 * HBR Working Parents Series


SEARCH BY TOPIC

 * Communication
 * Entrepreneurship
 * Finance & Accounting
 * Innovation
 * International Business
 * Leadership & Managing People
 * Managing Organizations
 * Managing Yourself
 * Operations
 * Sales & Marketing
 * Strategy
 * Technology


MY ACCOUNT

 * My Library
 * Orders
 * Account Settings
 * Email Preferences
 * Sign In


CONTACT US

 * U.S. Canada: 800.988.0886
 * International: 617.783.7500
 * Email: customerservice@harvardbusiness.org
 * Help Center
 * Returns Policy
 * HBR Press




 * Privacy Policy
 * Copyright Information

 * Harvard Business Publishing:
 * Higher Education
 * Corporate Learning
 * Harvard Business Review
 * Harvard Business School

Copyright © 2024 Harvard Business School Publishing. All rights reserved.
Harvard Business Publishing is an affiliate of Harvard Business School.

Back to top Chevron Down Icon



HUMAN + MACHINE, UPDATED AND EXPANDED: REIMAGINING WORK IN THE AGE OF AI

Close ×
| Press Book


HUMAN + MACHINE, UPDATED AND EXPANDED: REIMAGINING WORK IN THE AGE OF AI

By Paul Daugherty and H. James Wilson and

MSRP:
Was:
Now: $32.00
(USD)
Add to Cart

Loading shopping cart, please wait...