Thursday, September 12, 2024

Kognitos: Your AI-Powered Automation System


Introduction:

Kognitos is a revolutionary business automation platform that harnesses the power of Generative AI (GenAI) to streamline your workflows. Our intuitive, English-based interface empowers you to create and manage automation without complex coding.

Analogy:

It is like a human learning a new skill, like how most of us learn to drive.

  1. Read the Drivers Manual ( Connect to Kognitos Books)

  2. Learn to Drive the car with the learner's license ( Playground testing)

  3. Pass the driver’s test ( move it to process)

  4. Learn while driving on the new roads and conditions - new signal on the road (exception handling)

  5. Drive with less effort and zero accidents

Key Features:

  • Natural Language Automation: Describe your desired automation in plain English using our innovative FlexGrammar syntax.
  • Serverless Infrastructure: Leverage the efficiency and scalability of serverless architecture to reduce costs and complexity.
  • Third-Party Integrations: Seamlessly connect to your favorite tools and applications through our extensive library of integrations.
  • Patented Exception Handling: Kognitos learns from exceptions, adapting to new scenarios and avoiding costly downtime. 
  • Continuous Learning: Our platform improves its understanding of your unique processes, ensuring optimal performance over time with manual exception handling

How It Works:

Architecture 



  1. Create Automation: Use our user-friendly interface to define your automation in plain English.
  2. Test and Refine: Experiment with your automation in the playground to ensure it meets your specific needs.
  3. Deploy and Scale: Promote your playground to a process. These processes/automation can be triggered via email or scheduled. 
  4. Continuous Improvement: Kognitos learns from exceptions and adapts to new scenarios based on input, ensuring your automation remains effective forever.

Benefits:

  • Increased Efficiency: Automate repetitive tasks, allowing your team to focus on higher-value work.
  • Reduced Errors: Minimize human error and ensure accuracy in your processes.
  • Faster Time-to-Value: Quickly implement automation without extensive technical coding expertise.
  • Scalability: Easily adapt your automation to changing business needs.
  • Cost Savings: Leverage the efficiency of serverless SaaS Platform

Example Automation:

  • Sample Code(s): ( with our UI preview)
    • Extract doc related to a vendor and translate it into different languages
  • Sample 2:(connect to external app)

    Find the Name in the email body
    Get the above as the lead name
    Find the Title in the email body
    Get the above as the lead title
    Connect to Salesforce
    create a lead in Salesforce with
       the lead status is "New"
       the last name is the lead name
       the title is the lead title
       the lifecycle stage is "marketingqualifiedlead"



    Sample 3 ( with GPT prompts):
  • process each file as follows
  • get the file as a scanned document
  • get the document's lines
  •      ask koncierge
  •          the task is "{the lines} \n-----\n You will be provided with a questionnaire. Find the following information in the document: telephone number, e-mail, nationality. Print the telephone number, e-mail, nationality. No explanation necessary."
  •          the openai model is "gpt-4o"
  •          the rules are "do not include any explanation", "do not include any description", "in the case that a value is not found, just print 'value not in the document' for it. Do not ask for further guidance", "make sure the output is ONLY a json list of rows"
  •         the response format is "table"
  • create a table from the above answer

  • Conclusion:
    Thanks for reading this blog. Kognitos is moving the automation code to English, where the domain experts in accounting/finance and HR can write and manage their day-to-day automation tasks with minimal help from IT/programming experts.
    If you need more information about how Kognitos can help with your workflow/business automation, please visit http://www.kognitos.com.


    Please read the Kognitos Blogs from our CEO and other top-notch industry leaders: http://www.kognitos.com/blog.

No comments:

Post a Comment

Mindful Software: Building Agentic Automations using GenAI

Currently, software development and automation are painful. The software or automation team has to complete almost 95% of the process, takin...