More or less, but being able to interact w the world is probably the best way to learn and evolve
AI
-
LangChain Zapier NLA Integration Improves Reliability
By
–
for impressive, the langchain ZapierNLA connection allowed it to create a task list, search the web, and then write a report into google drive (though very unreliably) this version is not as impressive, but I can feel it becoming more stable π
-
Simplifying AI Agent Architecture with OpenAI Text-Completion
By
–
Basically stripping it down to a barebones template only using OpenAI text-completion for all three task agents (execution, creation, prioritization). I think it makes sense to clean it up like this, and then add back on complexity – like Langchain, etc.
-

Simplifying AI Agent Architecture by Removing Langchain Framework
By
–
Taking a pause from adding complexity to the agent as it's harder to debug.
— Yohei (@yoheinakajima) 2 avril 2023
Took it an opposite direction and stripped out Langchain for now. It can't engage with APIs now, but can still perpetually build and execute tasks (just writing and "thinking"). pic.twitter.com/rJKDXZEchbTaking a pause from adding complexity to the agent as it's harder to debug. Took it an opposite direction and stripped out Langchain for now. It can't engage with APIs now, but can still perpetually build and execute tasks (just writing and "thinking").
-

Task Management AI Agent Execution and Reprioritization Issues
By
–
It then continued to:
– execute tasks
– create new tasks
– reprioritize tasks Task mgmt agent is a bit wonky, so need to fix that… btw, all text-davinci-003 cuz… that's what i know -
New Python Programming Guide Published Monday
By
–
I just wrote another post about Python. Publishes Monday
-

AlphaFold enables novel bacterial syringe drug delivery system
By
–
Super cool use of #AlphaFold from the world famous @zhangf lab to help them develop a novel molecular syringe that could act as a new type of drug delivery system that could potentially target things like cancer cells! https://
genengnews.com/insights/natur
es-needle-feng-zhangs-team-re-engineers-bacterial-syringes-for-programmable-protein-delivery/
β¦ -
Projecting Our Values onto More Intelligent Systems
By
–
seems wrong to project our own values/frameworks on a being that is more intelligent than us we have zero understanding (and probably never will) of what a more intelligent system would want/desire otherwise we would be the more intelligent system
-
Agency Mimicry vs Authentic Experience in AI Models
By
–
one question… we know that the appearance of agency is necessary for many consumer-facing job functions yet to be replaced so is it possible to reach a point of perfect mimicry in our models without the "illusion" actually constituting a genuinely authentic experience?
-

Advanced Natural Language Processing Class Notes from USC
By
–
Advanced Natural Language Processing – Class Notes, University of Southern California Great and concise notes on various techniques and algorithms in natural language processing. Notes: https://
elanmarkowitz.github.io/USC-CS662/asse
ts/files/class_notes.pdf
β¦ Course webpage: https://
elanmarkowitz.github.io/USC-CS662/