Love the ability of Almanac to synthesize notes from different places into coherent knowledge! To get a glimpse of what Almanac can do, give the following newsletter a read:
https://t.co/67bz4YD0e1
@dwarkeshpodcast
It is with more sadness than mere words can convey that we have to report that our beloved Ozzy Osbourne has passed away this morning. He was with his family and surrounded by love.
We ask everyone to respect our family privacy at this time.
Sharon, Jack, Kelly, Aimee and Louis
@vinodgansan Brings another question to my mind - every new tool retires a superpower, but which ones should we never off-load? As we delegate more to AI, which skills are you willing to let go and what uniquely human capabilities must we deliberately preserve?
@DarKnightakvk18 I totally agree! Thinking about it, building the communication skills you mentioned also requires focus.
By avoiding watching the 30 sec reels :p Jokes apart, a common technique is to use Pomodoro technique and keep increasing the time of each session as your focus improves.
Which skills would you say are the most important in today's world?
I vouch for self-discipline and focus (willpower to push through and complete a task despite lack of motivation and distractions).
@AravSrinivas Thank you for making Perplexity Pro accessible to students - it's revolutionizing academic research! 🚀 Would your team consider offering educational API credits? I'd love to try Perplexity's unbiased reasoning model for code generation tasks #PerplexityPro
In future, being able to write clear and coherent sentences without using AI tools might be equivalent to being able to do math calculations without a calculator today.
And so many other skills for that matter...
New Ecosystem Tool: Zeus ⚡
Zeus is an open source toolbox for measuring and optimizing the energy consumption of deep learning workloads.
Learn more in our community blog: https://t.co/KXLquUBOmN
Excited to talk about my work on “What, When, Where to Compute-in-Memory” today at DAC. Please stop by Level 2 Lobby between 7:00pm and 9:00pm if you are also attending! The work explores key questions when integrating compute within on-chip memory for ML
@61stDAC #DACYoungFellow
@vinodgansan It is interesting that my first first thought was to perceive it as an AI generated suggestion, probably due to seeing so many LLM 'generations'
Is Python also integrated with some smaller version of an LLM/AI support or is it just the mainstream compiler, that can detect the choice of correct variable like this?
NameError: name 'output' is not defined. Did you mean: 'output1'?
#python#compiler#ArtificialInteligence
@vinodgansan You are absolutely right! I dig into it to find that it calculates Levenshtein distance between two strings. These suggestion features have been added in Python 3.10 release. Can check the code here: https://t.co/i1S9ah9Z6g