p/general
by
Nika
Yesterday, Meta announced that they have released a new collection of AI models, Llama 4, in its Llama family.
(It consists of Llama 4 Scout, Llama 4 Maverick, and Llama 4 Behemoth.)
Historically, Open AI with its ChatGPT has been on the market for the longest period.
46
34
Maria McGinn
Hi all, there's a distinction I keep thinking about: apps built with AI (Cursor, Claude, Copilot writing the code) vs apps that depend on AI APIs at runtime to function.
I'm in the first camp. I used AI-assisted coding heavily to build Briskly (a cleaning app that scans your room and generates a timed task list), but the app itself makes zero LLM API calls. The scanning runs on Apple's Vision framework, entirely on-device. No tokens, no per-user inference costs, no latency, works offline, and my privacy label is basically empty.
10
16
I think AI has been around long enough for us to identify which tools have changed the way we work.
There are more and more of them every day, and sometimes it feels like it s getting harder to keep track of them all.
20
22
p/ctruh-studio
Somesh Putatunda
AI has become part of almost everyone's workflow.
If you had to keep just one AI tool, which would it be and why?
14
13
p/llama-3
Anil Matcha
7
18
In a discussion forum with @monatruong_murror , we talked about how AI can help us learn things that aren t naturally familiar to us, like programming.
The biggest challenge was/is:Getting AI to guide you toward a solution, instead of just giving you the answer.
23
p/clawdbot-2
fmerian
There's a question we all ask when setting up @OpenClaw: which model should I actually use?
What are your suggestions? Any preferences?
33
p/claude
New AI models pop up every week. Some developer tools like @Cursor, @Zed, and @Kilo Code let you choose between different models, while more opinionated products like @Amp and @Tonkotsu default to 1 model.
Curious what the community recommends for coding tasks? Any preferences?
102
195
Sebastián Álvarez
Everyone is hyping up GEO as the new SEO. Honestly? They re just merging. But hype aside, if you aren't tracking how ChatGPT or Perplexity cite your product, you're flying blind. What tools are you actually using to monitor your brand's AI visibility right now?
p/self-promotion
Pravin Boppuri
Hi Founders,
I excited to share that I have built ArchitectGBT - Find Your Perfect AI Model and now its BETA live. ArchitectGBT is an AI-powered tool that takes the guesswork out of LLM selection.
Describe your project in natural language Get instant recommendations ranked by speed, cost, and accuracy for your specific use case.
8
3
Cyril Gupta
Jitesh Ghanchi
I've seen ChatGPT and other LLMs recommend tools, products, and websites based on user queries.
As a solo maker, I'm curious,
how do these models decide what to recommend?
p/vibecoding
Hassan Jahan
I keep seeing advice like use this model for the easy stuff and that one for complex problems. But it makes me wonder what really counts as a complex problem for an LLM?
For us, complex usually means lots of steps, deep reasoning, or tricky knowledge. But for AI, the definition might be different. Some things that feel easy for us can be surprisingly hard for models, while things that seem tough for us (like scanning huge datasets quickly) might be trivial for them.
12
Aravind Parameswaran
p/fleet-cockpit
Robin Marillia
When integrating internal knowledge into AI applications, three main approaches stand out:
1. Prompt Context Load all relevant information into the context window and leverage prompt caching.2. Retrieval-Augmented Generation (RAG) Use text embeddings to fetch only the most relevant information for each query.3. Fine-Tuning Train a foundation model to better align with specific needs.
Each approach has its own strengths and trade-offs:
6
19
p/openai
Ashok Nayak
Lately, I have been experimenting with how to feed context into GPT models more effectively.
For example, when fine-tuning or working with larger context windows, I have noticed that the dilemma is in organizing the surrounding information, rather than the prompt itself. Last week, I came to know that it's called Context Engineering.
55
Shushant Lakhyani
58
42
Mina Cheragh
As a marketer trying to be AI first and making sure my team does the same, I do have some issues such as:
Juggling many LLMs to find a base I can work on (image generation, content creation, strategy builder, content optimizer, social media content and hashtag generation,...)
Having to test many prompts to get what i need. Sometimes I even need to repeat the same prompt in different LLMs to get what I need
Need to copy paste the result on a different tool for final edits and tweaks.
Ending up using the same tools I used before, such as Canva, google Sheets, Google Docs, ...
I do think that AI is super helpful for content optimization, reducing time to do research, cutting labor cost and many more stuff, but I'm afraid we're still using too many tools for doing the same tasks and it's not that cheap at all!
11
p/chatgpt
Enzo Ghillain
Hi everyone,
I'm currently exploring a project idea : create an ultra-simple tool for launching open source LLM models locally, without the hassle, and I'd like to get your feedback.
The current problem:
I'm not a dev or into IT or anything, but I've become fascinated by the subject of local LLMs , but running an LLM model on your own PC can be a real pain in the ass :
Sunny Kumar
9
17
Ghost Kitty
steve beyatte
On their livestream today, OpenAI just released a bunch of new tools for reliably building and using AI agents. From what I can tell, this is what's new-
New APIs:
Responses API - a new multi-modal API that builds on chat completions to allow for the next-generation of tool calling, starting with the new tools announced today.
31
p/chakra-ui
Matt Carroll
Title says it all, but in general i find that llm's are pretty bad with v3 components.both prop names and the general composition of components seem to have sufficient variance from v2 that the llm's often use the "wrong" paradigm.i like chakra, how can i use my tools more effectively so that it works well with gen ai?do you have context you set, or do you constantly mentioned you are using v3? appreciate any tips :)
God of Prompt