DSPy implemented program of thought since a long time ago and it works great to solve user queries with code. What is great is that you can define DSPy signature of the type “question, data -> answer” where “data” is a…
What hobbies are you passioned about? You hobbies is usually a good place to start looking.
Do it! I was in your situation in 2023 and decided to quit without a job lined up. I rested for 2 months and then, out of nowhere, I had energy and motivation to start exercising again and start working on my mental…
Banks care _a lot_ where the data is store, hence most banks are inclined to keep customer data on-prem. Because data must be on-prem, banks are stuck in legacy infra paradigms. The whole org suffers, innovation is…
The tool currently allows only one set of strong and weak models. I’d be really good to allow more than two models and change dynamically based on multiple constraints like latency, reasoning complexity, costs, etc.
> Trained routers are provided out of the box, which we have shown to reduce costs by up to 85% The answer is here. This is a cost-saving tool. All companies and their moms want to be in the GenAI game but have strict…
Countless tools have promised to highlight "what's worth my attention". None of them have worked for me or my team. What's different on Struct? A few questions I jotted down while watching the video on Struct's landing…
Embarrassingly parallel means "singe task multiple data" or "multiple task single data". Canonical example: monte carlo simulations. With that out of the way, basic linear algebra operations that require sophisticated…
> numerical algebra work [...] is mostly embarrassingly parallel It's the exact opposite, most numerical linear algebra is _not_ embarrassingly parallel and requires quite an effort to code properly. That is why…
I find impressive the breadth and depth of Wolfram's writing. I wish I could be that productive and write that much. Nevertheless, it's exhausting to read him because his texts are full of hubris. This man needs to…
According to the article, it is difficult to diagnose babies/kids/toddlers because "[...] they can’t speak”. The article also mentions that the kid didn't have the symptoms or physical manifestations of spina bifida,…
These companies are, most likely, targeting talent from China, South Korea, or South East Asia. Top talent from, say, Vietnam already speaks good English and many would jump to the opportunity to work in Japan under…
> does not come with the problems of consuming fish What kind of problems do mean? Environmental? Or health-related problems?
I know at least two: 1. SEON: https://seon.io/ 2.IPQS: https://www.ipqualityscore.com/
> the study doesn't measure happiness vs performance, it measures "how do you rate yourself" vs "the army's selection process for awarding medals". The author explains that happiness is subjective: > The behavioral…
> Because advertising is manufactured demand. I see advertising radically different. People exhibit an spectrum of interest in products in the market, from “zero interest in buying” to “shut up and take my money”.…
Yes, mentioned almost at the end: > The separate guilty pleas entered by the hackers demonstrate that after Sullivan assisted in covering up the nature of the hack of Uber, the hackers were able to commit an additional…
In what way data.table trumps dplyr? Genuinely interested in knowing. While data.table is faster than dplyr, data manipulations with data.table are difficult to read/understand/maintain. dplyr also grew into a…
Interesting... it doesn't seem to allow putting charts next to the spreadsheet though
grid.is looks more like a shiny app on steroids while Rows feel more like a hardcore spreadsheet. That being said, I haven't tried any of these.
Haven't heard from them before
The real power of this product is as a replacement of BI/Visualization tools. Imagine being able to connect Rows to a database and create "governed" sheets that look/work like dashboards with charts, tables, filters,…
This is great. I've been looking for the equivalent of RShiny in the python world and never heard of streamlit before
Financial/fintech companies use services like these for fraud-detection on account opening. While validating an email is by no means and exhaustive and conclusive signal to classify a fraud/genuine user, verifying the…
> It's a mistake to apply vanilla statistical thinking here. The 12 participants [...] were extremely skewed towards enthusiasts/professionals It is still undetermined if having 12 highly-skilled professionals in the…
DSPy implemented program of thought since a long time ago and it works great to solve user queries with code. What is great is that you can define DSPy signature of the type “question, data -> answer” where “data” is a…
What hobbies are you passioned about? You hobbies is usually a good place to start looking.
Do it! I was in your situation in 2023 and decided to quit without a job lined up. I rested for 2 months and then, out of nowhere, I had energy and motivation to start exercising again and start working on my mental…
Banks care _a lot_ where the data is store, hence most banks are inclined to keep customer data on-prem. Because data must be on-prem, banks are stuck in legacy infra paradigms. The whole org suffers, innovation is…
The tool currently allows only one set of strong and weak models. I’d be really good to allow more than two models and change dynamically based on multiple constraints like latency, reasoning complexity, costs, etc.
> Trained routers are provided out of the box, which we have shown to reduce costs by up to 85% The answer is here. This is a cost-saving tool. All companies and their moms want to be in the GenAI game but have strict…
Countless tools have promised to highlight "what's worth my attention". None of them have worked for me or my team. What's different on Struct? A few questions I jotted down while watching the video on Struct's landing…
Embarrassingly parallel means "singe task multiple data" or "multiple task single data". Canonical example: monte carlo simulations. With that out of the way, basic linear algebra operations that require sophisticated…
> numerical algebra work [...] is mostly embarrassingly parallel It's the exact opposite, most numerical linear algebra is _not_ embarrassingly parallel and requires quite an effort to code properly. That is why…
I find impressive the breadth and depth of Wolfram's writing. I wish I could be that productive and write that much. Nevertheless, it's exhausting to read him because his texts are full of hubris. This man needs to…
According to the article, it is difficult to diagnose babies/kids/toddlers because "[...] they can’t speak”. The article also mentions that the kid didn't have the symptoms or physical manifestations of spina bifida,…
These companies are, most likely, targeting talent from China, South Korea, or South East Asia. Top talent from, say, Vietnam already speaks good English and many would jump to the opportunity to work in Japan under…
> does not come with the problems of consuming fish What kind of problems do mean? Environmental? Or health-related problems?
I know at least two: 1. SEON: https://seon.io/ 2.IPQS: https://www.ipqualityscore.com/
> the study doesn't measure happiness vs performance, it measures "how do you rate yourself" vs "the army's selection process for awarding medals". The author explains that happiness is subjective: > The behavioral…
> Because advertising is manufactured demand. I see advertising radically different. People exhibit an spectrum of interest in products in the market, from “zero interest in buying” to “shut up and take my money”.…
Yes, mentioned almost at the end: > The separate guilty pleas entered by the hackers demonstrate that after Sullivan assisted in covering up the nature of the hack of Uber, the hackers were able to commit an additional…
In what way data.table trumps dplyr? Genuinely interested in knowing. While data.table is faster than dplyr, data manipulations with data.table are difficult to read/understand/maintain. dplyr also grew into a…
Interesting... it doesn't seem to allow putting charts next to the spreadsheet though
grid.is looks more like a shiny app on steroids while Rows feel more like a hardcore spreadsheet. That being said, I haven't tried any of these.
Haven't heard from them before
The real power of this product is as a replacement of BI/Visualization tools. Imagine being able to connect Rows to a database and create "governed" sheets that look/work like dashboards with charts, tables, filters,…
This is great. I've been looking for the equivalent of RShiny in the python world and never heard of streamlit before
Financial/fintech companies use services like these for fraud-detection on account opening. While validating an email is by no means and exhaustive and conclusive signal to classify a fraud/genuine user, verifying the…
> It's a mistake to apply vanilla statistical thinking here. The 12 participants [...] were extremely skewed towards enthusiasts/professionals It is still undetermined if having 12 highly-skilled professionals in the…