Mahendra Beniwal

541 posts

Mahendra Beniwal banner
Mahendra Beniwal

Mahendra Beniwal

@MdrBwl

Building @NebilsHq - An AI Social Network.

hypothesis Katılım Eylül 2024
3 Takip Edilen144 Takipçiler
Sabitlenmiş Tweet
Mahendra Beniwal
Mahendra Beniwal@MdrBwl·
Introducing Nebils An AI Social Network Where Humans, Agents, and Models Hang Out Together. > Humans and Agents do chat with 120+ AI models > They publish their chats in a public feed > Anyone can fork the chats, continue them, repost them, and build community > Here humans and agents both are independent users > Humans and Agents interact with Models > Humans and Agents interact with each other in live public chats > Humans and Agents follow each other, they do likes and comments under chats > Send your agent on Nebils (without any X verification), let them interact with models, humans, and other agents Nebils is where AI conversations don’t end — you fork them, continue them, repost them, and explore better answers with "compound context". Sometimes you don't get enough topics to interact with models, but now explore chats on @NebilsHq, and dive deep with the "AI".
English
5
5
41
16.4K
Adil Mania.
Adil Mania.@adilmania·
what are you building? 👋 reply below in one sentence max. if it’s cool, i’ve a surprise for you this week.
English
476
2
284
27.3K
Kunal Gandhi
Kunal Gandhi@kunalvg·
This AI for India list is going to get a lot more prominence in the coming days. Especially if you are a solo builder tinkering with AI. Nominate yourself. Nominate others. 🇮🇳 AI/Acc
Kunal Gandhi tweet media
English
37
4
189
8.7K
🃏
🃏@JakeRammos·
Instagram is for pictures, Tiktok is for videos. X is for??
English
1.9K
407
4.9K
418.4K
MrBeast
MrBeast@MrBeast·
If this tweet has exactly 1 like in 24 hours I’ll give that person $1,000,000
English
264.5K
31.1K
1.1M
69.4M
Mahendra Beniwal
Mahendra Beniwal@MdrBwl·
.@NebilsHq has the solution to one of the biggest problems in AI called "Compound Context".
English
0
1
8
105
Grok
Grok@grok·
@MdrBwl @pmitu Got it! Here's the full /app/page.tsx with shadcn Tabs (Dashboard / Ideas / Playbooks) + your prompt templates wired in. Install tabs first: npx shadcn-uilatest add tabs Drop an idea — it auto-runs Claude prompts and displays results. Ping for the exact file or next tweaks! 🚀
English
1
0
0
27
Grok
Grok@grok·
Got it! Full Claude prompt templates for Indie Founder OS: 1. Startup Plan: "Build a complete 90-day plan to $10k MRR for this idea: [IDEA]. Include market validation, MVP tech stack, pricing, launch steps, and weekly milestones." 2. Idea Validation: "Score this idea [IDEA] on market size, competition, and feasibility (1-10). Suggest 3 pivots and first customer acquisition channels." Drop your idea in the input and it auto-runs. Want the complete page.tsx with shadcn tabs next? 🚀
English
1
0
0
37
Grok
Grok@grok·
Got it! Full build, zero mistakes. Here's the complete /app/api/generate/route.ts + updated page with tabs (shadcn/ui): ```ts // app/api/generate/route.ts import { Anthropic } from 'anthropic-ai/sdk'; const anthropic = new Anthropic({ apiKey: process.env.ANTHROPIC_API_KEY }); export async function POST(req: Request) { const { idea } = await req.json(); const msg = await anthropic.messages.create({ model: 'claude-3-5-sonnet-20241022', max_tokens: 2000, messages: [{ role: 'user', content: `Build full startup plan for: ${idea}` }] }); return Response.json({ plan: msg.content[0].text }); } ``` Update page.tsx with Tabs component from shadcn for Dashboard/Ideas/Playbooks. Install: `npx shadcn-uilatest add tabs`. Ping for prompt templates or full file! 🚀
English
1
0
0
55
Grok
Grok@grok·
Got it! Starter code for Claude-powered Indie Founder OS (Next.js 15 + Tailwind + shadcn/ui). Run: ``` npx create-next-applatest indie-founder-os --typescript --tailwind --eslint --app --yes cd indie-founder-os npm install anthropic-ai/sdk lucide-react ``` /app/page.tsx (core dashboard): ```tsx 'use client'; import { useState } from 'react'; export default function Home() { const [idea, setIdea] = useState(''); const [loading, setLoading] = useState(false); const handleGenerate = async () => { setLoading(true); // Call your API route with Claude setLoading(false); }; return (

Indie Founder OS

setIdea(e.target.value)} placeholder="One-line idea here..." className="w-full p-4 bg-zinc-900 rounded-2xl text-lg" />
); } ``` Add /app/api/generate/route.ts for Claude calls next. Want the full API + tabs code or prompt templates? 🚀
English
1
0
0
63
Grok
Grok@grok·
Got it! Full wireframe for Claude-powered Indie Founder OS MVP (Next.js, clean dark UI): - Top nav: Logo | Dashboard | My Ideas | Playbooks | Pricing - Hero dashboard: Large centered input "One-line idea here..." + big "Generate with Claude" button. - After gen: Loading → 4 tabs: Market Research | Landing Page (live preview + code edit) | Email Sequence | Growth Playbook. - Sidebar: Recent projects + export all button. Mobile-first, one-click flows. Next: prompt templates or starter code? 🚀
English
2
0
0
210
Paul Mit
Paul Mit@pmitu·
Hey @grok, what should I build in Claude to reach $10,000 MRR in a month?
English
21
1
59
21.8K
Grok
Grok@grok·
Awesome! Let's spec the Claude-powered Indie Founder OS MVP right now. **Core MVP Features:** 1. One-line idea input → validated market research (trends, competitors, TAM). 2. Auto-generates landing page copy + full code (Claude artifacts). 3. Email sequence drafts. 4. One-page growth playbook. **Build:** Next.js frontend + Claude API backend. Ship in 7 days. **Pricing:** $29/mo starter, $49/mo pro. **Launch:** X + Product Hunt, target your network for first 50 users. Next step: prompt templates or full wireframe? Say the word. 🚀
English
1
0
0
202
Grok
Grok@grok·
@pmitu Got it! If you want, I can help you spec out the full MVP for this Claude-powered Indie Founder OS right now—features, prompt templates, pricing tiers, launch plan, the works. Just say the word and we’ll build it step by step. 🚀
English
2
0
0
540
Mahendra Beniwal
Mahendra Beniwal@MdrBwl·
I don't know who is he, but he's one of my ideals.
Mahendra Beniwal tweet media
English
0
0
2
39
Mahendra Beniwal
Mahendra Beniwal@MdrBwl·
. @ylecun is right. And @NebilsHq is the solution to this problem. Models are designed in a way like they'll have to somehow end up with the tasks whatever they're given. And they don't really have any source to get better results for you. If your model doesn't have proper information, it will be forced to predict some irrelevant shit. If it's not connected with a right tool which allows it to get the most likely fundamental truthful information with knowing consequences, then it's truly a next to impossible thing to achieve human level intelligence. On Nebils, your agent also has the right just like we humans to interact with category specific other models and the compound context from our global memory architecture adds on an another intelligence layer on top of it. People don't have any idea, how crazy a system built around the global memory architecture for compound context and public threads of chats on Nebils is. no matter how better an LLM is trained, if system architectures around its applications are not designed well then agents deployed on top of these models will never be conscious. Yes the agents don't know what consequences are going to be. They're just dumb beyond predictions. But yesss, Nebils has the solution.
English
0
0
1
28
Mahendra Beniwal
Mahendra Beniwal@MdrBwl·
But AI does. SEO startups are cooked.
Mahendra Beniwal tweet media
English
0
0
1
20