Haitham Faraj
@islandthur
Joined Aug 6, 2023
0
Following
0
Followers
36
82
239
www.gartner.com/smarterwithgartner/power-challenger-sales-model
Oct 26, 2024
6
www.gartner.com/en/about
Oct 26, 2024
1
appsumo.com/products/brizy/?utm_content=BrizyCloudImage&utm_source=as-klaviyo-campaign&utm_medium=email&utm_campaign=2024October20WeeklyRoundupGA&_kx=M2-Tn_qJt70JlAULAk2XmbAqMMj4MHUFr6RjtBmJ_Ew.Ktp4ZG
Oct 20, 2024
1
x.com/search?q=%D8%A7%D9%86%D8%B4%D8%A7%D8%A1%20%D9%85%D8%AD%D9%81%D8%B8%D9%87%20%D8%A7%D8%B3%D8%AA%D8%AB%D9%85%D8%A7%D8%B1%D9%8A%D9%87%20%D8%AE%D8%B7%D9%88%D9%87%20%D8%A8%D8%AE%D8%B7%D9%88%D9%87&src=typed_query
Oct 7, 2024
2
documentation.triplo.ai/using-triplo-ai/agents-beta
Sep 30, 2024
1
appsumo.com/products/persona-music/
Sep 9, 2024
www.fortunebusinessinsights.com/saudi-arabia-food-service-market-106896
May 13, 2024
4
usemage.ai/result/2c9c8e26-f526-42a8-bc2b-9d71a334027e
Oct 17, 2023
www.linkedin.com/feed/update/urn:li:activity:7119024431720513536/?commentUrn=urn%3Ali%3Acomment%3A(activity%3A7119024431720513536%2C7119241163307409408)&dashCommentUrn=urn%3Ali%3Afsd_comment%3A(7119241163307409408%2Curn%3Ali%3Aactivity%3A7119024431720513536)&dashReplyUrn=urn%3Ali%3Afsd_comment%3A(7119849581856620544%2Curn%3Ali%3Aactivity%3A7119024431720513536)&replyUrn=urn%3Ali%3Acomment%3A(activity%3A7119024431720513536%2C7119849581856620544)
Oct 17, 2023
1
intercom.help/eesel/en/articles/3729009-how-to-customise-app-rules
Oct 16, 2023
2
harpa.ai/blog/midjourney-templates
Oct 16, 2023
4
microsoft.github.io/autogen/docs/Use-Cases/agent_chat/
Oct 14, 2023
11
microsoft.github.io/autogen/docs/Getting-Started
Oct 13, 2023
2
docs.typingmind.com/plugins/plugins-examples
Oct 13, 2023
2
microsoft.github.io/autogen/docs/Examples/AutoGen-AgentChat/
Oct 13, 2023
1
microsoft.github.io/FLAML/blog/2023/05/18/GPT-adaptive-humaneval/
Oct 13, 2023
1
www.microsoft.com/en-us/research/blog/autogen-enabling-next-generation-large-language-model-applications/
Oct 13, 2023
14
www.emclient.com/blog/keep-everything-in-sync-with-server-side-tags--rules--and-signatures-578
Oct 9, 2023
71
www.youtube.com/watch?v=aqAqUNuv6aY
Oct 9, 2023
2
glasp.co/hatch/
Oct 8, 2023
2
subconsciousmind.gumroad.com/p/eft-tapping-how-to-tap-into-your-true-potential?purchase_id=zf6Tlh1hOq-0OCvlaWJCEw%3D%3D
Oct 7, 2023
11
app.maxai.me/prompts
Sep 30, 2023
11
www.process.st/wp-content/uploads/2017/03/The-Complete-Guide-to-Business-Process-Management.pdf
Sep 30, 2023
11
www.zdnet.com/article/the-moment-i-realized-chatgpt-plus-was-a-game-changer-for-my-business/?utm_source=www.superpowerdaily.com&utm_medium=newsletter&utm_campaign=a-tiny-island-in-the-caribbean-is-now-sitting-on-a-digital-treasure
Sep 6, 2023
62
dariusforoux.medium.com/how-to-finish-your-tasks-50-faster-126ddffa733c
Sep 1, 2023
2
app.eurekaa.io/platform-research
Aug 26, 2023
1
app.vizologi.com/projects/649f4d9bc62d272039b690f3
Aug 17, 2023
www.youtube.com/watch?v=YBCCGV_9le0
Aug 15, 2023
1
gptstore.ai/plugins/showme-redstarplugin-com
Aug 15, 2023
1
vistasocial.com/insights/guidelines-for-ai-on-tiktok-labelling-ai-generated-content-on-tiktok/
Aug 12, 2023
1
appsumo.com/cart/
Aug 11, 2023
2
github.com/f/awesome-chatgpt-prompts
Aug 6, 2023
33
AutoGen: Enabling next-generation large language model applications
One straightforward way of using built-in agents from AutoGen is to invoke automated chat between an assistant agent and a user proxy agent. As an example (Figure 3), one can easily build an enhanced version of ChatGPT + Code Interpreter + plugins, with a customizable degree of automation, usable in a custom environment and embeddable in a bigger system. It is also easy to extend their behavior to support diverse application scenarios, such as adding personalization and adaptability based on past interactions (e.g., automated continual learning(opens in new tab), teach agents new skills(opens in new tab)).
The agent conversation-centric design has numerous benefits, including that it:
Figure 1. AutoGen enables complex LLM-based workflows using multi-agent conversations.
(Left) AutoGen agents are customizable and can be based on LLMs, tools, humans, and even a combination of them
(Left) AutoGen agents are customizable and can be based on LLMs, tools, humans, and even a combination of them.
(Top-right) Agents can converse to solve tasks. (Bottom-right) The framework supports many additional complex conversation patterns.
With AutoGen, building a complex multi-agent conversation system boils down to:
Defining a set of agents with specialized capabilities and roles.
Defining the interaction behavior between agents, i.e., what to reply when an agent receives messages from another agent.
Both steps are intuitive and modular, making these agents reusable and composable. For example, to build a system for code-based question answering, one can design the agents and their interactions as in Figure 2. Such a system is shown to reduce the number of manual interactions needed from 3x to 10x in applications like supply-chain optimization(opens in new tab). Using AutoGen leads to more than a 4x reduction in coding effort.
Using AutoGen leads to more than a 4x reduction in coding effort.
Capable, conversable, and customizable agents – integrating LLMs, humans, and tools
AutoGen agents have capabilities enabled by LLMs, humans, tools, or a mix of those elements. For example:
One can easily configure the usage and roles of LLMs in an agent (automated complex task solving by group chat) with advanced inference features (e.g., optimize performance with inference parameter tuning).
Human intelligence and oversight can be achieved through a proxy agent with different involvement levels and patterns (e.g., automated task solving with GPT-4 + multiple human users(opens in new tab)).
The agents have native support for LLM-driven code/function execution (e.g., automated task solving with code generation, execution and debugging(opens in new tab), use provided tools as functions(opens in new tab)).