Wednesday, October 30, 2019
Saturday, October 19, 2019
Friday, October 18, 2019
Monday, October 7, 2019
Thoughts on creating organic software as human extension ?
Some thoughts on my previous question on software being an extension to human
- How to ensure effective human engagement in software processes ?
- How can humans be the key that software needs to unlock for its processes ?
- How can you create a unbreakable link back from any working software to a human ?
- How can a software be better when paired with human where humans have the one way control route ?
- How can software be an true extension of human with a unique fingerprint like identity linked to a human identity ?
- How effective can the interactions be between human and software so that software can truly augment the human to perform better ?
Labels:
ai
,
ai-governance
,
ai-human-association
,
ai-human-idendity
,
augmented-ai
,
organic-software
Reactions: |
Saturday, October 5, 2019
What is it that humans can provide to AI that AI will need forever ?
Just a thought question that came into mind from the current examples in the world. Any AI solution created so far for making the human effort lesser also has a tendency of no human effort at all. Are there any efforts on this aspect of the symbiotic between human and AI ?
Aspects like how to
- Contain ? - Like humans with identity
- Control ? - With Human decisions and Human collaboration and Human consensus
- Maintain ? - Learning life-cycle with humans
An example below of this symbiotic:
An example blockchain system of human collaboration and consensus tied to AI learning life-cycle and control aspects. The more learning the more collaboration and consensus of humans will be involved. In this example AI will be like a fitness trainer helping Humans to collaborate and work better and aimed towards truly augmenting the green circle in the diagram.
Still the question remains unanswered is:
- Are there any best standards or frameworks for AI Governance which is agnostic of any AI and can manage the above aspects separately ?
- Should AI be treated as a external entity and should there be any clear protocol enforced (principals / laws / governance) for any interaction with human and their resources ?
- Should every AI identify itself as a Human extension with a unbreakable link to a Human before handling human owned resources so that the responsibility chain for augmentation is established ?
Labels:
ai
,
ai-governance
,
ai-human-association
,
ai-human-idendity
,
augmented-ai
,
human-link-to-ai
Reactions: |
Sunday, September 29, 2019
Flexbox Example
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Tests</title> <style> .fixed-container { display:flex; justify-content:space-between; flex-wrap: wrap; } .fixed-container div { width:150px; height:100px; background-color: grey; color:white; font-size:40px; display:flex; } .fixed-container div p{ margin: auto; } .form-container form div { display:flex; } .form-container form div input { flex:1; } @media (min-width:900px){ .container, .container2{ display:flex; //align-items: stretch; justify-content:space-between; } .container2 .side-content { display:flex; flex-direction: column; } } .container2 .main-content { flex:1; order:1; background-color: beige; } .container2 .side-content { flex:1; order:2; } .container2 .side-content-2 { background-color: red; flex:1; } .container2 .side-content-1 { background-color: green; flex:1; } .container div { flex-basis:30%; box-sizing: border-box; padding:10px; background-color: beige; } </style> </head> <body> <div class="container2"> <div class="main-content"> <h2>Lorem ipsum dolor</h2> <p>Lorem ipsum dolor sit ametm.</p> </div> <div class="side-content"> <div class="side-content-1"> <h2>Lorem ipsum dolor</h2> <p>Lorem ipsum dolor sit ametsollicitudin.</p> </div> <div class="side-content-2"> <h2>Lorem ipsum dolor</h2> <p>Lorem ipsum dolor sit amet. </p> </div> </div> </div> <div class="fixed-container"> <div><p>1</p></div> <div><p>2</p></div> <div><p>3</p></div> <div><p>4</p></div> <div><p>5</p></div> <div><p>6</p></div> </div> <div class="form-container"> <form> <div> <label for="email">Email Address:</label> <input id="email" type="text"> </div> <div> <label for="name">Name:</label> <input id="name" type="text"> </div> </form> </div> <div class="container"> <div class="main-content"> <h2>Lorem ipsum dolor</h2> <p>Lorem ipsum dolor sit amet</p> </div> <div class="side-content"> <h2>Lorem ipsum dolor</h2> <p>Lorem ipsum dolor sit amet</div> <div class="side-content-1"> <h2>Lorem ipsum dolor</h2> <p>Lorem ipsum dolor sit amet</p> </div> </div> </body> </html>
Reactions: |
Tuesday, August 6, 2019
Friday, May 17, 2019
Subscribe to:
Posts
(
Atom
)