Skip to content

Commit

Permalink
add 2 blogposts
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierRLopes committed Jan 16, 2024
1 parent f66dfcc commit 07e7717
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 0 deletions.
38 changes: 38 additions & 0 deletions blog/2024-01-01-prediction-for-2024.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
slug: prediction-for-2024
title: Prediction for 2024
date: 2024-01-01
image: https://github.com/DidierRLopes/my-website/assets/25267873/f5116915-e15e-40c7-9633-727a56468d94
tags: ['openbb', 'finance', 'ai', 'agents', 'copilot', 'llm', 'pro', 'fine-tune']
description: Companies will own multiple fine-tuned LLMs/SLMs for specific tasks.
---

<p align="center">
<img width="600" src="https://github.com/DidierRLopes/my-website/assets/25267873/f5116915-e15e-40c7-9633-727a56468d94"/>
</p>

<br />

Companies will own multiple fine-tuned LLMs/SLMs for specific tasks.

<!-- truncate -->

<div style={{borderTop: '1px solid #0088CC', margin: '1.5em 0'}} />

LLMs like ChatGPT are great for showing what these models are capable of doing in terms of breadth, but at the end of the day, you’re going to look for depth. Instead of relying on one-size-fits-all solutions, companies will look towards the integration of multiple, fine-tuned language models tailored for specific actions.

Enterprises are recognizing the importance of accuracy in their AI applications. General-purpose language models have been revolutionary, but the demand for specialized models is on the rise. From customer support interactions to complex data analysis, having dedicated language models for specific tasks enhances accuracy and efficiency. This is easy to understand since the weights that are being used for the LLM to have a big breadth of knowledge are repurposed for depth.

Personalization is no longer a luxury but a necessity. Specialized language models enable enterprises to deliver personalized experiences to their customers. We have to assume that everyone is utilizing the same models today, so offering ChatGPT in your product isn’t good enough. You need to add alpha to it. And that is done through fine-tuning utilizing your private data.

In an era of increasing cyber threats and stringent regulations, the deployment of fine-tuned language models allows enterprises to enhance their security measures and ensure compliance with industry standards.

As for the financial industry, this is 100% going to happen. Firms will fine-tune language models locally utilizing their proprietary datasets and providing access to their Snowflake/Elastic/ClickHouse/.. instances. This collection of models will effectively enhance the productivity of the firm by 2/3x, even displacing jobs.

We are preparing for this shift at OpenBB and I spent the last few days working on a proof-of-concept with José Donato that will allow users to bring their own copilots to the Terminal Pro. And even have these interact with each other.

<p align="center">
<img width="600" src="https://github.com/DidierRLopes/my-website/assets/25267873/5ce7fefe-b5d2-4f91-81dd-a591bb4e86f3"/>
</p>

For a video on how this works you can check: https://x.com/josedonato__/status/1741151037031845986?s=20
47 changes: 47 additions & 0 deletions blog/2024-01-08-building-my-personal-website-in-docusaurus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
slug: building-my-personal-website-in-docusaurus
title: Building my personal website in Docusaurus
date: 2024-01-08
image: https://github.com/DidierRLopes/my-website/assets/25267873/0ae365f8-af88-4d1d-a8f2-bcbe70904749
tags: ['docusaurus', 'website', 'blog']
description: How I'm using Docusaurus to build my own personal website.
---

<p align="center">
<img width="600" src="https://github.com/DidierRLopes/my-website/assets/25267873/0ae365f8-af88-4d1d-a8f2-bcbe70904749"/>
</p>

<br />

How I'm using Docusaurus to build my own personal website.

<!-- truncate -->

<div style={{borderTop: '1px solid #0088CC', margin: '1.5em 0'}} />

One of my goals for 2023 was to learn web development. Given that I knew 0 to nothing last year, I am extremely happy with my progress.

I never had the time to fully dedicate to it in terms of doing a program/course — but as with anything in life, the best way to learn is by doing.

And this year I worked on web development for:

* OpenBB Hub — https://my.openbb.co
* OpenBB marketing website — https://openbb.co
* OpenBB docs — https://docs.openbb.co
* OpenBB Terminal Pro — https://pro.openbb.co

Thank you José Donato for always helping me with anything!

In addition, I’ve always wanted to have my own personal website. So I felt that this would be the perfect opportunity to do so as I could spend some time with it over weekends.

And so I did, and open source here: https://github.com/DidierRLopes/personal-website

However, this website was taking too much of my spare time, which I could use for more important work. And at the time I became very familiar with Docusaurus, which is what we use for OpenBB docs.

So I thought — why not just use Docusaurus to make my personal website? It’s easy to edit, I’m already very familiar with the architecture, and it’s very easy to update when there’s new information.

So that’s what I did, and also made the entire code open source here: https://github.com/DidierRLopes/my-website

You can access the full website here — https://didierlopes.com/, and there you can find: my personal projects, books I’ve read or want to read, interviews/webinars/podcasts, resume or even my blog.

Any feedback is welcome.

0 comments on commit 07e7717

Please sign in to comment.