i get that. it’s not the best end but i think i established the weirdness earlier in the piece (pandemic issues, tech issues, the political/cultural issues around fair wages and good jobs)
AI
-
Unconventional Tech Stack for Eight-Figure Monthly Business
By
–
My Tech Stack for a 8-figure a month business. Apple Notes App for organization
Random scratch paper in room for note taking
My parrot Petey who remembers my passwords
Tmobile sidekick for comms Dave Ramsey podcasts for finance Jamba Juice for health -

Square Tablets Tipping Tech Impact on Wage Fairness
By
–
the tipping discourse is complex (anything that helps people get more more tips is good! also: tipping is a way for employers to pay unfair wages!) i think this is an important point about the square tablets and what the tech does
-
LangChain Implements Conversational Agent Interface
By
–
Conversational Agent One pain point we heard was people trying to get agents to work in a conversational interface Although not perfect, we now have an implementation of this h/t @brunotorious for driving a lot of this, + @nfcampos & @andrewgleave https://
langchain.readthedocs.io/en/latest/modu
les/memory/examples/conversational_agent.html
… -
Tool Priority: Guide to LLM Tool Selection
By
–
Tool Priority First up, an example of how to create some sense of priority amongst tools Basically just tell the LLM (with language) when to use which tools Thank you @Yoooongtae for creating this excellent guide! https://
langchain.readthedocs.io/en/latest/modu
les/agents/examples/custom_tools.html#defining-the-priorities-among-tools
… -
LangChain Direct Return Flag for Tool Responses
By
–
Direct Return Sometimes, if a specific tool is chosen, you may just want to return the response of that directly to the user There is now a flag to easily allow for exactly that Thank you @andrewgleave @brunotorious for the suggestion! https://
langchain.readthedocs.io/en/latest/modu
les/agents/examples/custom_tools.html#using-tools-to-return-directly
… -
OpenAI API Update: Logprobs and Agent Tool Improvements
By
–
v0.0.58 Add generation reason and logprobs to @OpenAI response – @diwanksingh Add @OpenAI logit bias param – @benderville bug fixes (h/t @shivanshug11 , @brain_exe_ai ) And a bunch of Agent & Tool improvements! So many we can't list them all in this tweet ->
-

Pangolin-Terminator: AI Image Generation Success Through Reference Images
By
–
#23 EJEMPLO: EL PANGO-NEITOR Hace unos días me hacía gracia la idea de crear una imagen de un Pangolín + Terminator. Y lo único que obtenía era lo que ves en la primera imagen. Entonces busqué una imagen parecida a la que quería, como esta mítica escena y entonces ¡ÉXITO!
-

C3.ai CEO Siebel discusses company stock valuation and AI
By
–
Please enjoy my interview with http://
C3.ai’s CEO, Tom Siebel http://
C3.ai CEO Siebel: our stock price is a ‘steal’ https://
thetechnologyletter.com/the-posts/c3ai
-ceo-siebel-our-stock-price-is-a-steal
… // $AI #Investing #stocks #technology #cloudcomputing #artificialintelligence -
Essential Machine Learning Algorithms for Every Data Scientist
By
–
There are thousands of machine learning algorithms, but you'll rarely need more than a handful. A good start: • Linear/Logistic Regression
• Decision Trees
• Neural Networks
• XGBoost
• KNN
• K-Means
• PCA What else?