Agam More

Agam More

0x006 - Large Language Models 🦣

Problem: Computers can’t perform natural language tasks easily. Solution: Train deep neural networks at scale, so they could simulate a human-like understanding of textual problems.

0x005 - Unikernels 🏍️

Problem: You want faster and leaner VMs/containers. Solution: Compile a slim and performant OS custom-made for your application.

0x003 - Programmatic SEO 🛺

Problem: Trying to target each query a user might search for in your site is too time-consuming to do manually. Solution: Leverage code to generate landing pages at scale for long-tail keywords, which results in a lot of organic search traffic.

0x002 - Search as a Service 🔍

Problem: Developing robust search functionality for your application is a challenging task. Solution: Outsource the search function to an external (mostly hosted) search service, which includes indexing and sometimes pre-built UI - so you don’t have to build them.