Artwork

เนื้อหาจัดทำโดย Nathan Kirschbaum and Alfred Nutile, Nathan Kirschbaum, and Alfred Nutile เนื้อหาพอดแคสต์ทั้งหมด รวมถึงตอน กราฟิก และคำอธิบายพอดแคสต์ได้รับการอัปโหลดและจัดหาให้โดยตรงจาก Nathan Kirschbaum and Alfred Nutile, Nathan Kirschbaum, and Alfred Nutile หรือพันธมิตรแพลตฟอร์มพอดแคสต์ของพวกเขา หากคุณเชื่อว่ามีบุคคลอื่นใช้งานที่มีลิขสิทธิ์ของคุณโดยไม่ได้รับอนุญาต คุณสามารถปฏิบัติตามขั้นตอนที่แสดงไว้ที่นี่ https://th.player.fm/legal
Player FM - แอป Podcast
ออฟไลน์ด้วยแอป Player FM !

PHP and LLM News 2024 Week 39

9:51
 
แบ่งปัน
 

Manage episode 442392988 series 1401962
เนื้อหาจัดทำโดย Nathan Kirschbaum and Alfred Nutile, Nathan Kirschbaum, and Alfred Nutile เนื้อหาพอดแคสต์ทั้งหมด รวมถึงตอน กราฟิก และคำอธิบายพอดแคสต์ได้รับการอัปโหลดและจัดหาให้โดยตรงจาก Nathan Kirschbaum and Alfred Nutile, Nathan Kirschbaum, and Alfred Nutile หรือพันธมิตรแพลตฟอร์มพอดแคสต์ของพวกเขา หากคุณเชื่อว่ามีบุคคลอื่นใช้งานที่มีลิขสิทธิ์ของคุณโดยไม่ได้รับอนุญาต คุณสามารถปฏิบัติตามขั้นตอนที่แสดงไว้ที่นี่ https://th.player.fm/legal

Here are many of the links from this episode

Another Coding Assistant

https://www.youtube.com/watch?v=5VkR9Sj_dOc
Plus a good Youtuber to watch imo

Laravel News Interview with Me about LLMs!

https://www.youtube.com/watch?v=YRG_eZJ0CnQ
One thing that came after the interview was a conversation with Eric and we found more then one way to help automate some of his more tedious daily tasks.
For example he gets numerous URLs sent to him daily that he has to verify are not spam. With just a little LLM prompting we can do the following.

  • Get the page from the url
  • See if the page is a valid technology article related to Laravel, PHP etc
  • If it is then mark the link as approved
  • if not mark the link as spam!
    Of course it will take some prompt tweaking to get it right but in time as trust is built up he will no longer have to do this task.

Open-Source LLM with Vision Llama3.2!

https://ai.meta.com/blog/llama-3-2-connect-2024-vision-edge-mobile-devices/

The Best RAG Technique Yet? Anthropic’s Contextual Retrieval Explained!

This has shown up in a few areas and it is starting to take off. Augmenting your RAG system with chunk context!
https://www.youtube.com/watch?v=tmiBae2goJM

GraphRAG: The Marriage of Knowledge Graphs and RAG: Emil EifremUnlock the connections in your data with a well known pattern of Graph Databases and then using RAG to let the LLM help you query that data.

https://www.youtube.com/watch?v=knDDGYHnnSI

NoteBookLM makes a Podcast!

This is an amazing tool and everyone who wants to see how LLMs can really help them do things like "study a collection of documents", "create FAQs" from a collection of documents, "

And even make a podcast! You can see here I release a few chapters and some PHP LLM news (coming soon)
https://readorlisten.com/episodes/why-llms-chapter-2-of-php-and-llms-the-book

OpenSource AiPodcast Generator

https://github.com/jgravelle/GroqCasters?tab=readme-ov-file

👉🏻 Join the NewsLetter https://sundance-solutions.mailcoach.app/php-and-llms

👉🏻 Buy the book "PHP and LLMs - the practical guide" https://bit.ly/php_llms

🚀 Music by https://www.udio.com/home

❤️ NoteBookLM https://notebooklm.google/

  continue reading

31 ตอน

Artwork

PHP and LLM News 2024 Week 39

DevelopersHangout

32 subscribers

published

iconแบ่งปัน
 
Manage episode 442392988 series 1401962
เนื้อหาจัดทำโดย Nathan Kirschbaum and Alfred Nutile, Nathan Kirschbaum, and Alfred Nutile เนื้อหาพอดแคสต์ทั้งหมด รวมถึงตอน กราฟิก และคำอธิบายพอดแคสต์ได้รับการอัปโหลดและจัดหาให้โดยตรงจาก Nathan Kirschbaum and Alfred Nutile, Nathan Kirschbaum, and Alfred Nutile หรือพันธมิตรแพลตฟอร์มพอดแคสต์ของพวกเขา หากคุณเชื่อว่ามีบุคคลอื่นใช้งานที่มีลิขสิทธิ์ของคุณโดยไม่ได้รับอนุญาต คุณสามารถปฏิบัติตามขั้นตอนที่แสดงไว้ที่นี่ https://th.player.fm/legal

Here are many of the links from this episode

Another Coding Assistant

https://www.youtube.com/watch?v=5VkR9Sj_dOc
Plus a good Youtuber to watch imo

Laravel News Interview with Me about LLMs!

https://www.youtube.com/watch?v=YRG_eZJ0CnQ
One thing that came after the interview was a conversation with Eric and we found more then one way to help automate some of his more tedious daily tasks.
For example he gets numerous URLs sent to him daily that he has to verify are not spam. With just a little LLM prompting we can do the following.

  • Get the page from the url
  • See if the page is a valid technology article related to Laravel, PHP etc
  • If it is then mark the link as approved
  • if not mark the link as spam!
    Of course it will take some prompt tweaking to get it right but in time as trust is built up he will no longer have to do this task.

Open-Source LLM with Vision Llama3.2!

https://ai.meta.com/blog/llama-3-2-connect-2024-vision-edge-mobile-devices/

The Best RAG Technique Yet? Anthropic’s Contextual Retrieval Explained!

This has shown up in a few areas and it is starting to take off. Augmenting your RAG system with chunk context!
https://www.youtube.com/watch?v=tmiBae2goJM

GraphRAG: The Marriage of Knowledge Graphs and RAG: Emil EifremUnlock the connections in your data with a well known pattern of Graph Databases and then using RAG to let the LLM help you query that data.

https://www.youtube.com/watch?v=knDDGYHnnSI

NoteBookLM makes a Podcast!

This is an amazing tool and everyone who wants to see how LLMs can really help them do things like "study a collection of documents", "create FAQs" from a collection of documents, "

And even make a podcast! You can see here I release a few chapters and some PHP LLM news (coming soon)
https://readorlisten.com/episodes/why-llms-chapter-2-of-php-and-llms-the-book

OpenSource AiPodcast Generator

https://github.com/jgravelle/GroqCasters?tab=readme-ov-file

👉🏻 Join the NewsLetter https://sundance-solutions.mailcoach.app/php-and-llms

👉🏻 Buy the book "PHP and LLMs - the practical guide" https://bit.ly/php_llms

🚀 Music by https://www.udio.com/home

❤️ NoteBookLM https://notebooklm.google/

  continue reading

31 ตอน

모든 에피소드

×
 
Loading …

ขอต้อนรับสู่ Player FM!

Player FM กำลังหาเว็บ

 

คู่มืออ้างอิงด่วน