VibeBuilders.ai Logo
VibeBuilders.ai

All Resources

[D] AI Agents: too early, too expensive, too unreliable
reddit
LLM Vibe Score0
Human Vibe Score1
madredditscientistThis week

[D] AI Agents: too early, too expensive, too unreliable

Reference: Full blog post There has been a lot of hype about the promise of autonomous agent-based LLM workflows. By now, all major LLMs are capable of interacting with external tools and functions, letting the LLM perform sequences of tasks automatically. But reality is proving more challenging than anticipated. The WebArena leaderboard, which benchmarks LLMs agents against real-world tasks, shows that even the best-performing models have a success rate of only 35.8%. Challenges in Practice After seeing many attempts to AI agents, I believe it's too early, too expensive, too slow, too unreliable. It feels like many AI agent startups are waiting for a model breakthrough that will start the race to productize agents. Reliability: As we all know, LLMs are prone to hallucinations and inconsistencies. Chaining multiple AI steps compounds these issues, especially for tasks requiring exact outputs. Performance and costs: GPT-4o, Gemini-1.5, and Claude Opus are working quite well with tool usage/function calling, but they are still slow and expensive, particularly if you need to do loops and automatic retries. Legal concerns: Companies may be held liable for the mistakes of their agents. A recent example is Air Canada being ordered to pay a customer who was misled by the airline's chatbot. User trust: The "black box" nature of AI agents and stories like the above makes it hard for users to understand and trust their outputs. Gaining user trust for sensitive tasks involving payments or personal information will be hard (paying bills, shopping, etc.). Real-World Attempts Several startups are tackling the AI agent space, but most are still experimental or invite-only: adept.ai - $350M funding, but access is still very limited MultiOn - funding unknown, their API-first approach seems promising HypeWrite - $2.8M funding, started with an AI writing assistant and expanded into the agent space minion.ai - created some initial buzz but has gone quiet now, waitlist only Only MultiOn seems to be pursuing the "give it instructions and watch it go" approach, which is more in line with the promise of AI agents. All others are going down the record-and-replay RPA route, which may be necessary for reliability at this stage. Large players are also bringing AI capabilities to desktops and browsers, and it looks like we'll get native AI integrations on a system level: OpenAI announced their Mac desktop app that can interact with the OS screen. At Google I/O, Google demonstrated Gemini automatically processing a shopping return. Microsoft announced Copilot Studio, which will let developers build AI agent bots. Screenshot Screenshot These tech demos are impressive, but we'll see how well these agent capabilities will work when released publicly and tested against real-world scenarios instead of hand-picked demo cases. The Path Forward AI agents overhyped and it's too early. However, the underlying models continue to advance quickly, and we can expect to see more successful real-world applications. Instead of trying to have one large general purpose agent that is hard to control and test, we can use many smaller agents that basically just pick the right strategy for a specific sub-task in our workflows. These "agents" can be thought of as medium-sized LLM prompts with a) context and b) a set of functions available to call. The most promising path forward likely looks like this: Narrowly scoped, well testable automations that use AI as an augmentation tool rather than pursuing full autonomy Human-in-the-loop approaches that keep humans involved for oversight and handling edge cases Setting realistic expectations about current capabilities and limitations By combining tightly constrained agents, good evaluation data, human-in-the-loop oversight, and traditional engineering methods, we can achieve reliably good results for automating medium-complex tasks. Will AI agents automate tedious repetitive work, such as web scraping, form filling, and data entry? Yes, absolutely. Will AI agents autonomously book your vacation without your intervention? Unlikely, at least in the near future.

[D] What is your honest experience with reinforcement learning?
reddit
LLM Vibe Score0
Human Vibe Score1
Starks-TechnologyThis week

[D] What is your honest experience with reinforcement learning?

In my personal experience, SOTA RL algorithms simply don't work. I've tried working with reinforcement learning for over 5 years. I remember when Alpha Go defeated the world famous Go player, Lee Sedol, and everybody thought RL would take the ML community by storm. Yet, outside of toy problems, I've personally never found a practical use-case of RL. What is your experience with it? Aside from Ad recommendation systems and RLHF, are there legitimate use-cases of RL? Or, was it all hype? Edit: I know a lot about AI. I built NexusTrade, an AI-Powered automated investing tool that lets non-technical users create, update, and deploy their trading strategies. I’m not an idiot nor a noob; RL is just ridiculously hard. Edit 2: Since my comments are being downvoted, here is a link to my article that better describes my position. It's not that I don't understand RL. I released my open-source code and wrote a paper on it. It's the fact that it's EXTREMELY difficult to understand. Other deep learning algorithms like CNNs (including ResNets), RNNs (including GRUs and LSTMs), Transformers, and GANs are not hard to understand. These algorithms work and have practical use-cases outside of the lab. Traditional SOTA RL algorithms like PPO, DDPG, and TD3 are just very hard. You need to do a bunch of research to even implement a toy problem. In contrast, the decision transformer is something anybody can implement, and it seems to match or surpass the SOTA. You don't need two networks battling each other. You don't have to go through hell to debug your network. It just naturally learns the best set of actions in an auto-regressive manner. I also didn't mean to come off as arrogant or imply that RL is not worth learning. I just haven't seen any real-world, practical use-cases of it. I simply wanted to start a discussion, not claim that I know everything. Edit 3: There's a shockingly number of people calling me an idiot for not fully understanding RL. You guys are wayyy too comfortable calling people you disagree with names. News-flash, not everybody has a PhD in ML. My undergraduate degree is in biology. I self-taught myself the high-level maths to understand ML. I'm very passionate about the field; I just have VERY disappointing experiences with RL. Funny enough, there are very few people refuting my actual points. To summarize: Lack of real-world applications Extremely complex and inaccessible to 99% of the population Much harder than traditional DL algorithms like CNNs, RNNs, and GANs Sample inefficiency and instability Difficult to debug Better alternatives, such as the Decision Transformer Are these not legitimate criticisms? Is the purpose of this sub not to have discussions related to Machine Learning? To the few commenters that aren't calling me an idiot...thank you! Remember, it costs you nothing to be nice! Edit 4: Lots of people seem to agree that RL is over-hyped. Unfortunately those comments are downvoted. To clear up some things: We've invested HEAVILY into reinforcement learning. All we got from this investment is a robot that can be super-human at (some) video games. AlphaFold did not use any reinforcement learning. SpaceX doesn't either. I concede that it can be useful for robotics, but still argue that it's use-cases outside the lab are extremely limited. If you're stumbling on this thread and curious about an RL alternative, check out the Decision Transformer. It can be used in any situation that a traditional RL algorithm can be used. Final Edit: To those who contributed more recently, thank you for the thoughtful discussion! From what I learned, model-based models like Dreamer and IRIS MIGHT have a future. But everybody who has actually used model-free models like DDPG unanimously agree that they suck and don’t work.

[P] Utilizing graph attention-based neural networks and generative AI to build a tool to automate debugging and refactoring Python code
reddit
LLM Vibe Score0
Human Vibe Score0
bobcodes247365This week

[P] Utilizing graph attention-based neural networks and generative AI to build a tool to automate debugging and refactoring Python code

For the last two years, I and three others have been working on a project we started in a research lab. The project is to create a tool that can automatically identify complex programming errors from source code that require a contextual understanding of the code. For this, we have built a graph attention-based neural network that is used to classify problematic code and embed context info. We employ a two-stage system for accurately embedding context information within a single graph. First, we split up the source code into semantic tokens through an nlp2 tokenizer and generate 80-bit vector embeddings using FastText, which has been trained on code snippets of a particular language. We then map those text tokens to groupings identified in the abstract syntax tree, excluding the individual nodes for each text token, opting instead for the function call with attributes as the smallest individual grouping, averaging the embeddings across each token type. The seed data for the system consists of code changes and their surrounding documentation on why a given code change was made. For this, we utilize a BERTopic-based topic modeling system to identify and categorize the reason why the given change was made from the docs. For the explanations and code recommendations, we utilize generative AI models. They are promising for this purpose as we are able to pass enriched context to them along with the problematic code, hoping to receive more accurate outputs. We are just looking for feedback on if the project currently provides any value to Python users. We've published the first version of the tool on vscode marketplace. It's of course free to use, and we'd appreciate any feedback on it. As it's not a weekend, let me know if you are interested to try the tool and give us your thoughts on it.

[D] Is this close enough to be usable? Need your inputs: Automated RAG testing tool. AI Data Pipelines for Real-World Production (Part 3)
reddit
LLM Vibe Score0
Human Vibe Score1
Snoo-bedoooThis week

[D] Is this close enough to be usable? Need your inputs: Automated RAG testing tool. AI Data Pipelines for Real-World Production (Part 3)

Hey there, Redditors! I'm back with the latest installment on creating dependable AI data pipelines for real-world production. If you've been following along, you know I'm on a mission to move beyond the "thin OpenAI wrapper" trend and tackle the challenges of building robust data pipelines. With 18 months of hands-on experience and many user interviews, I realized that with the probabilistic nature of systems, we need better\_testing.gpt: As you build you should test The world of AI is a fast-moving one, and we've realized that just working on systems is not an optimal design choice. By the time your product ships, it might already be using outdated technology. So, what's the lesson here? Embrace change, test along, but be prepared to switch pace. No Best Practices Yet for RAGs In this rapidly evolving landscape, there are no established best practices. You'll need to make educated bets on tools and processes, knowing that things will change. With the RAG testing tool, I tried allowing for testing many potential parameter combinations automatically Testing Frameworks If your generative AI product doesn't have users giving feedback, then you are building in isolation. I used Deepeval to generate test sets, and they will soon support synthetic test set generation Infographics only go so far AI researchers and data scientists, while brilliant, end up in a loop of pursuing Twitter promotional content. New ways are promoted via new content pieces, but ideally, we need something above simple tracing but less than full-fledged analytics. To do this, I stored test outputs in Postgres and created a Superset instance to visualize the results Bridging the Gap between VectorDBs There's a noticeable number of Vector DBs. To ensure smooth product development, we need to be able to switch to best best-performing one, especially since user interviews signal that they might start deteriorating after loading 50 million rows ​ Github repo is here Next steps: I have questions for you: What variables do you change when building RAGs? What is the set of strategies I should add to the solution? (parent-son etc.) How can I improve it in general? Is anyone interested in a leaderboard for best parameter configs? Check out the blog post: Link to part 3 Remember to give this post an upvote if you found it insightful! And also star our Github repo

[R] AutoDev: Automated AI-Driven Development - Microsoft 2024
reddit
LLM Vibe Score0
Human Vibe Score0
Singularian2501This week

[R] AutoDev: Automated AI-Driven Development - Microsoft 2024

Paper: https://arxiv.org/abs/2403.08299 Sorry posted a wrong github link. The real code sadly isnt public yet! Thank you for everyone who pointed that out to me! ~~Github includes Code + AutoDev Coder Model:~~ ~~https://github.com/unit-mesh/auto-dev~~ Abstract: The landscape of software development has witnessed a paradigm shift with the advent of AI-powered assistants, exemplified by GitHub Copilot. However, existing solutions are not leveraging all the potential capabilities available in an IDE such as building, testing, executing code, git operations, etc. Therefore, they are constrained by their limited capabilities, primarily focusing on suggesting code snippets and file manipulation within a chat-based interface. To fill this gap, we present AutoDev, a fully automated AI-driven software development framework, designed for autonomous planning and execution of intricate software engineering tasks. AutoDev enables users to define complex software engineering objectives, which are assigned to AutoDev's autonomous AI Agents to achieve. These AI agents can perform diverse operations on a codebase, including file editing, retrieval, build processes, execution, testing, and git operations. They also have access to files, compiler output, build and testing logs, static analysis tools, and more. This enables the AI Agents to execute tasks in a fully automated manner with a comprehensive understanding of the contextual information required. Furthermore, AutoDev establishes a secure development environment by confining all operations within Docker containers. This framework incorporates guardrails to ensure user privacy and file security, allowing users to define specific permitted or restricted commands and operations within AutoDev. In our evaluation, we tested AutoDev on the HumanEval dataset, obtaining promising results with 91.5% and 87.8% of Pass@1 for code generation and test generation respectively, demonstrating its effectiveness in automating software engineering tasks while maintaining a secure and user-controlled development environment. https://preview.redd.it/5nxqajnvbkoc1.jpg?width=924&format=pjpg&auto=webp&s=8343c5fb33d2914bbfbf2dd9c164b5970b9743ab https://preview.redd.it/z5fkkjnvbkoc1.jpg?width=1364&format=pjpg&auto=webp&s=bc434ff384d2ed67ea0382dbbb68b9a90313cd44

How I Reduced 🔽Product Development time by 50% & increased 🔼Revenue multi-folds by incorporating No-Code, Low Code & AI tools in our software development workflow
reddit
LLM Vibe Score0
Human Vibe Score1
nikhil_webfostersThis week

How I Reduced 🔽Product Development time by 50% & increased 🔼Revenue multi-folds by incorporating No-Code, Low Code & AI tools in our software development workflow

I run a web development agency, providing SaaS & bespoke Management systems development. Over the years we almost 🔽reduced the software development time by 50% ... ...and increased our revenue. Simultaneously clients are much happier as they get the product quicker. Here is how we achieved it: 1/ Using Low-Code: ➡️ Provide a visual way to software development. ➡️ I just need to build the logic using the interface, check the preview multiple times to refine features, and then download or push the code to GitHub. The benefits are obvious: ⚡ Much faster compared to writing codes 🔄 Iteration & improvements done quickly. 🚀 Idea to basic tiny MVP within few hours. 🧩 Non-developers can build the initial prototype ✅We use https://quickadminpanel.com/ to quickly build admin panel. It provides CRUD, Authentication, Authorisation, API, Model, View, and Controller in PHP Laravel frameworks. ​ 2/ Using AI: Once adminpanel is ready, customers get to see something tangible from his idea. It also uncovers many unseen features, benefits, and roadblocks for us & customers. No-code tools already did a lot of work for us, now we improve the logic where required, build new interfaces, and do integrations. With chatGPT as a development companion, it makes the entire development and design superfast. by helping to build logic quickly, automate mundane tasks, and overcome any roadblocks. ​ Some of our common use cases are: ➡️ Writing PRD ➡️ Brand Guidelines - Color pallet selection, Fonts, images, etc based on targetted niche. ➡️ Designing new component ➡️ Logic building & solving ➡️ Automated Recurring tasks ✅ We use a combination of chatGPT & Github Copilot for AI Assistance. ​ 3/ Using No-Code: ➡️ Allows to quickly build without writing code. ➡️ Provides complete end-to-end solution (application hosting, database hosting, API integrations, etc) ➡️ Unlike Low-code it doesn't provide an option to download code. ✅ Once the MVP is done, we use FormNX to quickly build various types of forms required, like contact forms, Survey forms, initial waiting list forms, Churn Survey forms, Webinar registration & much more. With this customers can build/change forms, embed them in cms, or share them on social media without relying on developers. \\\\\* Doing these 3 has truly helped our agency, leading to substantial time savings, revenue growth, and improved client satisfaction. If you’re an agency owner, i highly recommend doing it to supercharge your agency's growth. If any questions feel free to comment below, happy to help.

I tested hundreds of marketing tools in the last three years and these 50 made it to the list. I'll sum up my top 50 marketing tools with one or two sentences + give you pricings.
reddit
LLM Vibe Score0
Human Vibe Score1
SpicyCopyThis week

I tested hundreds of marketing tools in the last three years and these 50 made it to the list. I'll sum up my top 50 marketing tools with one or two sentences + give you pricings.

Hey guys, I'm working in a growth marketing agency. Marketing tools are 30% of what we do, so we use them a lot and experiment with the new ones as much as possible. There are thousands of tools and it's easy to get lost, so I wanted to share the tools we use most on a daily basis. And divide the list into 14 categories. I thought this could be handy for Entrepreneurs subreddit. Why adopt tools? I see marketing tools as tireless colleagues. If you can't hire an employee, choosing the right tool can solve your problems, because they Are super cheap. Work 7/24 for you. Don’t make mistakes. Don’t need management. (or needless management) Help you to automate the majority of your lead gen process. Onwards to the list. (With the pricings post ended up quite long, you can find a link in the end if you want to check the prices) Email marketing tools #1 ActiveCampaign is armed with the most complicated email automation features and has the most intuitive user experience. It feels like you already know how to use it. \#2 Autopilot is visual marketing automation and customer journey tool that helps you acquire, nurture based on behaviors, interest etc. #3 Mailjet: This is the tool we use to send out bulky email campaigns such as newsletters. It doesn't have sexy features like others but does its job for a cheap price. Email address finders #4 Skrapp finds email of your contacts by name and company. It also works with LinkedIn Sales Navigator and can extract thousands of emails in bulk + have a browser add-on. #5 Hunter: Similar to Skrapp but doesn't work with LinkedIn Sales Navigator directly. In addition, there are email templates and you can set up email campaigns. Prospecting and outreach tools #6 Prospect combines the personal emails, follow-up calls, other social touches and helps you create multichannel campaigns.  #7 Reply is a more intuitive version of Prospect. It is easy to learn and use; their UX makes you feel good and sufficient.  CRM tools #8 Salesflare helps you to stop managing your data and start managing your customers. Not yet popular as Hubspot and etc but the best solution for smaller B2B businesses. (we're fans) \#9 Hubspot: The most popular CRM for good reason and has a broader product range you can adopt in your next steps. Try this if you have a bulky list of customers because it is free. #10 Pardot: Pardot is by Salesforce, it's armed with features that can close the gap between marketing and sales. Sales Tools #11 Salesforce is the best sales automation and lead management software. It helps you to create complicated segmentations and run, track, analyze campaigns from the same dashboard. #12 LinkedIn Sales Navigator gives you full access to LinkedIn's user database. You can even find a kidnapped CEO if you know how to use it with other marketing automation tools like Skrapp. #13 Pipedrive is a simple tool and excels in one thing. It tracks your leads and tells you when to take the next action. It makes sales easier. #14 Qwilr creates great-looking docs, at speed. You can design perfect proposals, quotes, client updates, and more in a flash. We use it a lot to close deals, it's effective. #15 Crystalknows is an add-on that tells you anyone’s personality on LinkedIn and gives you a detailed approach specific to that person. It's eerily accurate. #16 Leadfeeder shows you the companies that visited your website. Tells how they found you and what they’re interested in. It has a free version. Communication Tools #17 Intercom is a sweet and smart host that welcomes your visitors when you’re not home. It’s one of the best chatbot tools in the market. #18 Drift is famous for its conversational marketing features and more sales-focused than Intercom. #19 Manychat is a chatbot that helps you create high converting Facebook campaigns. #20 Plann3r helps you create your personalized meeting page. You can schedule meetings witch clients, candidates, and prospects. #21 Loom is a video messaging tool, it helps you to be more expressive and create closer relationships. #22 Callpage collects your visitors’ phone number and connects you with them in seconds. No matter where you are. Landing page tools #23 Instapage is the best overall landing page builder. It has a broad range of features and even squirrel can build a compelling landing page with templates. No coding needed. #24 Unbounce can do everything that Instapage does and lets you build a great landing page without a developer. But it's less intuitive. Lead generation / marketing automation tools #25 Phantombuster is by far the most used lead generation software in our tool kit. It extracts data, emails, sends requests, customized messages, and does many things on autopilot in any platform. You can check this, this and this if you want to see it in action. #26 Duxsoup is a Google Chrome add-on and can also automate some of LinkedIn lead generation efforts like Phantombuster. But not works in the cloud. #27 Zapier is a glue that holds all the lead generation tools together. With Zapier, You can connect different marketing tools and no coding required. Conversion rate optimization tools #28 Hotjar tracks what people are doing on your website by recording sessions and capturing mouse movements. Then it gives you a heatmap. #29 UsabilityHub shows your page to a digital crowd and measures the first impressions and helps you to validate your ideas. #30 Optinmonster is a top tier conversion optimization tool. It helps you to capture leads and enables you to increase conversions rates with many features. #31 Notifia is one mega tool of widgets that arms your website with the wildest social proof and lead capturing tactics. #32 Sumo is a much simpler version of Notifia. But Sumo has everything to help you capture leads and build your email lists. Web scrapers #33 Data Miner is a Google Chrome browser extension that helps you scrape data from web pages and into a CSV file or Excel spreadsheet. #34 Webscraper does the same thing as Data Miner; however, it is capable of handling more complex tasks. SEO and Content #35 Grammarly: Your English could be your first language and your grammar could be better than Shakespeare. Grammarly still can make your writing better. #36 Hemingwayapp is a copywriting optimization tool that gives you feedback about your copy and improves your readability score, makes your writing bolder and punchier. Free. #37 Ahrefs is an all-rounder search engine optimization tool that helps you with off-page, on-page or technical SEO. #38 SurferSEO makes things easier for your on-page SEO efforts. It’s a tool that analyzes top Google results for specific keywords and gives you a content brief based on that data. Video editing and design tools #39 Canva is a graphic design platform that makes everything easy. It has thousands of templates for anything from Facebook ads, stylish presentations to business cards.  #40 Kapwing is our go-to platform for quick video edits. It works on the browser and can help you to create stylish videos, add subtitles, resize videos, create memes, or remove backgrounds. #41 Animoto can turn your photos and video clip into beautiful video slideshows. It comes handy when you want to create an advertising material but don’t have a budget. Advertising tools #42 AdEspresso lets you create and test multiple ads with few clicks. You can optimize your FB, IG, and Google ads from this tool and measure your ads with in-depth analytics. #43 AdRoll is an AI-driven platform that connects and coordinates marketing efforts across ads, email, and online stores. Other tools #44 Replug helps you to shorten, track, optimize your links with call-to-actions, branded links, and retargeting pixels #45 Draw.io = Mindmaps, schemes, and charts. With Draw.io, you can put your brain in a digital paper in an organized way. #46 Built With is a tool that finds out what websites are built with. So you can see what tools they're using and so on. #47 Typeform can turn data collection into an experience with Typeform. This tool helps you to engage your audience with conversational forms or surveys and help you to collect more data. #48 Livestorm helped us a lot, especially in COVID-19 tiles. It’s a webinar software that works on your browser, mobile, and desktop. #49 Teachable \- If you have an online course idea but hesitating because of the production process, Teachable can help you. It's easy to configure and customizable for your needs. #50 Viral Loops provides a revolutionary referral marketing solution for modern marketers. You can create and run referral campaigns in a few clicks with templates. Remember, most of these tools have a free trial or free version. Going over them one by one can teach you a lot and help you grow your business with less work power in the early stages of your business. I hope you enjoyed the read and can find some tools to make things easier! Let me know about your favorite tools in the comments, so I can try them out. \------ If you want to check the prices and see a broader explanation about the tools, you can go here.

Have You Used AI Tools for Your Research? Which Ones Are Your Favorite and Why?
reddit
LLM Vibe Score0
Human Vibe Score1
somdipdeyThis week

Have You Used AI Tools for Your Research? Which Ones Are Your Favorite and Why?

Over a decade ago, I wrote two articles: "A B\ginner’s Guide to Computer Science Research" and "How to Start a Research Work in Computer Science"*. These articles were widely used in universities worldwide to help students and early-career researchers navigate academic research in Computer Science (CS). Fast forward to 2025, the research landscape has evolved significantly, especially in AI and CS, with the advent of AI-powered research tools, open-access repositories, and real-time collaboration platforms. These tools have made research more accessible, enabling students and professionals to work more efficiently while focusing on real innovation. I recently published an updated article in The Times of India, presenting an Eight-Step Approach to Research framework designed for modern AI and CS research. This framework integrates AI-powered literature review tools, reference management systems, open science platforms, and collaborative research methods to enhance the research workflow. 🚀 Would love to hear from the ML research community: 1️⃣ Have you used any AI-powered tools or automation techniques in your research? Which ones do you find most useful? 2️⃣ Do you have recommendations for other AI tools that weren’t covered in the article but could benefit researchers? 3️⃣ How do you think AI will shape the future of academic research and discovery? 📖 Read the article here: How to Start Research in Computer Science & AI in 2025 – An Updated Framework Block Diagram of “Eight-Step Approach to Research” in 2025 Let’s discuss! What are your go-to tools for making research more efficient in 2025?

Is being a solopreneur really that fatal?
reddit
LLM Vibe Score0
Human Vibe Score1
Upbeat_Challenge5460This week

Is being a solopreneur really that fatal?

Okay, so I need to get something off my chest... People love to say that solopreneurship is a death sentence. That if you can’t find a cofounder, you’ll never build a team, never scale, never succeed. But I wonder about the other side of the coin—something that, browsing here and in other subs, doesn’t seem to get nearly as much attention—how fatal cofounder conflicts can be. I’ve personally seen three startups fail before even getting to an MVP because of cofounder issues. One of them was a company I was briefly a cofounder for. The other two are startups coworkers were previous cofounders for that fell apart before they even got to an MVP. In each case, it wasn’t lack of funding or product-market fit that killed them—it was the people. Yet, somehow, the startup world keeps pushing the idea that finding a cofounder is the most important thing you can do. But here’s the thing: if you can’t find a cofounder, that doesn’t mean you can’t build a business. It doesn’t even mean you can’t build a team. With the tools available today (no-code, AI, fractional hiring), a single person can get an MVP off the ground, validate demand, and take those first steps without needing to rush into a partnership with someone they barely know. And also—I wonder how many people actually succeed with a cofounder they met casually at a networking event or online? People talk about the risks of going solo, but not enough about the risks of tying your company’s future to someone you just met. (If you’re going to have a cofounder, IMO it should be someone you trust deeply, someone whose skills and working style you know complement yours—not just someone you brought on because startup X/YouTube told you to.). At the end of the day, I honestly think it’s about the product. If you can build something valuable and find market fit—whether solo or with a team—you’ll have the leverage to hire, partner, and grow. That’s what actually matters. That said—I know how incredibly hard it is to be a solopreneur—and not to have someone along the journey with you who can take half of the emotional and psychological burden, in addition to the actual work... What do you think? Any thoughts here appreciated.

12 months ago, I was unemployed. Last week my side hustle got acquired by a $500m fintech company
reddit
LLM Vibe Score0
Human Vibe Score0.778
wutangsamThis week

12 months ago, I was unemployed. Last week my side hustle got acquired by a $500m fintech company

I’ve learned so much over the years from this subreddit. I thought I’d return the favour and share some of my own learnings. In November 2020 my best friend and I had an idea. “What if we could find out which stocks the Internet is talking about?” This formed the origins of Ticker Nerd. 9 months later we sold Ticker Nerd to Finder (an Australian fintech company valued at around $500m). In this post, I am going to lay out how we got there. How we came up with the idea First off, like other posts have covered - you don’t NEED a revolutionary or original idea to build a business. There are tonnes of “boring” businesses making over 7 figures a year e.g. law firms, marketing agencies, real estate companies etc. If you’re looking for an exact formula to come up with a great business idea I’m sorry, but it doesn’t exist. Finding new business opportunities is more of an art than a science. Although, there are ways you can make it easier to find inspiration. Below are the same resources I use for inspiration. I rarely ever come up with ideas without first searching one of the resources below for inspiration: Starter Story Twitter Startup Ideas My First Million Trends by the Hustle Trends VC To show how you how messy, random and unpredictable it can be to find an idea - let me explain how my co-founder and I came up with the idea for Ticker Nerd: We discovered a new product on Twitter called Exploding Topics. It was a newsletter that uses a bunch of software and algorithms to find trends that are growing quickly before they hit the mainstream. I had recently listened to a podcast episode from My First Million where they spoke about Motley Fool making hundreds of millions from their investment newsletters. We asked ourselves what if we could build a SaaS platform similar to Exploding Topics but it focused on stocks? We built a quick landing page using Carrd + Gumroad that explained what our new idea will do and included a payment option to get early access for $49. We called it Exploding Stock (lol). We shared it around a bunch of Facebook groups and subreddits. We made $1,000 in pre-sales within a couple days. My co-founder and I can’t code so we had to find a developer to build our idea. We interviewed a bunch of potential candidates. Meanwhile, I was trawling through Wall Street Bets and found a bunch of free tools that did roughly what we wanted to build. Instead of building another SaaS tool that did the same thing as these free tools we decided to pivot from our original idea. Our new idea = a paid newsletter that sends a weekly report that summarises 2 of the best stocks that are growing in interest on the Internet. We emailed everyone who pre-ordered access, telling them about the change and offered a full refund if they wanted. tl;dr: We essentially combined two existing businesses (Exploding Topics and Motley Fool) and made it way better. We validated the idea by finding out if people will actually pay money for it BEFORE we decided to build it. The idea we started out with changed over time. How to work out if your idea will actually make money It’s easy to get hung up on designing the logo or choosing the perfect domain name for your new idea. At this stage none of that matters. The most important thing is working out if people will pay money for it. This is where validation comes in. We usually validate ideas using Carrd. It lets you build a simple one page site without having to code. The Ticker Nerd site was actually built using a Carrd template. Here’s how you can do it yourself (at a high level): Create a Carrd pro account (yes it's a $49 one off payment but you’ll get way more value out of it). Buy a cheap template and send it to your Carrd account. You can build your own template but this will save you a lot of time. Once the template reaches your Carrd account, duplicate it. Leave the original so it can be duplicated for other ideas. Jump onto Canva (free) and create a logo using the free logos provided. Import your logo. Add copy to the page that explains your idea. Use the AIDA formula. Sign up to Gumroad (free) and create a pre-sale campaign. Create a discounted lifetime subscription or version of the product. This will be used pre-sales. Add the copy from the site into the pre-sale campaign on Gumroad. Add a ‘widget’ to Carrd and connect it to Gumroad using the existing easy integration feature. Purchase a domain name. Connect it to Carrd. Test the site works. Share your website Now the site is ready you can start promoting it in various places to see how the market reacts. An easy method is to find relevant subreddits using Anvaka (Github tool) or Subreddit Stats. The Anvaka tool provides a spider map of all the connected subreddits that users are active in. The highlighted ones are most relevant. You can post a thread in these subreddits that offer value or can generate discussion. For example: ‘I’m creating a tool that can write all your copy, would anyone actually use this?’ ‘What does everything think of using AI to get our copy written faster?’ ‘It’s time to scratch my own itch, I’m creating a tool that writes marketing copy using GPT-3. What are the biggest problems you face writing marketing copy? I’ll build a solution for it’ Reddit is pretty brutal these days so make sure the post is genuine and only drop your link in the comments or in the post if it seems natural. If people are interested they’ll ask for the link. Another great place to post is r/entrepreuerridealong and r/business_ideas. These subreddits expect people to share their ideas and you’ll likely make some sales straight off the bat. I also suggest posting in some Facebook groups (related to your idea) as well just for good measure. Assess the results If people are paying you for early access you can assume that it’s worth building your idea. The beauty of posting your idea on Reddit or in Facebook groups is you’ll quickly learn why people love/hate your idea. This can help you decide how to tweak the idea or if you should drop it and move on to the next one. How we got our first 100 customers (for free) By validating Ticker Nerd using subreddits and Facebook groups this gave us our first paying customers. But we knew this wouldn’t be sustainable. We sat down and brainstormed every organic strategy we could use to get traction as quickly as possible. The winner: a Product Hunt launch. A successful Product Hunt launch isn’t easy. You need: Someone that has a solid reputation and audience to “hunt” your product (essentially an endorsement). An aged Product Hunt account - you can’t post any products if your account is less than a week old. To be following relevant Product Hunt members - since they get notified when you launch a new product if they’re following you. Relationships with other builders and makers on Product Hunt that also have a solid reputation and following. Although, if you can pull it off you can get your idea in front of tens of thousands of people actively looking for new products. Over the next few weeks, I worked with my co-founder on connecting with different founders, indie hackers and entrepreneurs mainly via Twitter. We explained to them our plans for the Product Hunt launch and managed to get a small army of people ready to upvote our product on launch day. We were both nervous on the day of the launch. We told ourselves to have zero expectations. The worst that could happen was no one signed up and we were in the same position as we’re in now. Luckily, within a couple of hours Ticker Nerd was on the homepage of Product Hunt and in the top 10. The results were instant. After 24 hours we had around 200 people enter their payment details to sign up for our free trial. These signups were equal to around $5,800 in monthly recurring revenue. \-- I hope this post was useful! Drop any questions you have below and I’ll do my best to respond :)

Made $19.2k this month, and just surpassed $1000 the last 24 hours. What I did and what's next.
reddit
LLM Vibe Score0
Human Vibe Score1
dams96This week

Made $19.2k this month, and just surpassed $1000 the last 24 hours. What I did and what's next.

It's the first time I hit $1000+ in 24 hours and I had no one to share it with (except you guys). I'm quite proud of my journey, and I would have thought that making $1000 in a day would make me ecstatic, but actually it's not the case. Not sure if it's because my revenue has grown by increment step so I had time to "prepare" myself to achieve this at one point, or just that I'm nowhere near my goal of 100k/month so that I'm not that affected by it. But it's crazy to think that my goal was to make 100$ daily at the end of 2024. So for those who don't know me (I guess most of you), I build mobile apps and ship them as fast as I can. Most of them are in the AI space. I already made a post here on how I become a mobile app developer so you can check it for more details, but essentially here's what I did : Always loved creating my own things and solve problems Built multiple YouTube channels since I was 15 (mobile gaming actually) that all worked great (but it was too niche so not that scalable, didn't like that) Did a few businesses here and there (drop shopping, selling merch to school, etc) Finished my master's degree in engineering about 2 years ago Worked a moment in a famous watch industry company and saw my potential. The combo of health issues, fixed salary (although it was quite a lot), and me wanting to be an entrepreneur made me leave the company. Created a TikTok account in mobile tech (got 10+ million views the 1st 3 days), manage to grow it to 200k subs in about 3 months Got plenty of collabs for promoting mobile apps (between $500 - $2000 for a collab) Said fuck it I should do my own apps and market them on my TikTok instead of doing collabs Me wanting to build my own apps happened around May-June 2023. Started my TikTok in Feb 2023. At this point I had already 150k+ subs on TikTok. You guys need to know that I suck at coding big time. During my studies I tried to limit as much as I could coding because I was a lazy bast*rd, even though I knew it would come to bite me in the ass one day. But an angel appeared to me in broad daylight, that angel was called GPT-4. I subscribed for 20$/month to get access, and instantly I saw the potential of AI and how much it could help me. Last year GPT-4 was ahead of its time and could already code me basic apps. I had already a mac so I just downloaded Xcode and that was it. My 1st app was a wallpaper app, and I kid you not 90% of it was made by AI. Yes sometimes I had to try again and again with different prompts but it was still so much faster compared to if I had to learn coding from scratch and write code with my own hands. The only thing I didn't do was implement the in app purchase, from which I find a guy on Fiverr to do it for me for 50$. After about 2 months of on-off coding, my first app was ready to be launched. So it was launched, had a great successful launch without doing any videos at that point (iOS 17 was released and my app was the first one alongside another one to offer live wallpapers for iOS 17. I knew that there was a huge app potential there when iOS 17 was released in beta as Apple changed their live wallpaper feature). I Then made a video a few weeks after on my mobile tiktok channel, made about 1 million views in 48 hours, brought me around 40k additional users. Was top 1 chart in graphism and design category for a few weeks (in France, as I'm French so my TikTok videos are in French). And was top 100 in that same category in 120+ countries. Made about 500$ ? Okay that was trash, but I had no idea to monetize the app correctly at that point. It was still a huge W to me and proved me that I could successfully launch apps. Then I learned ASO (App Store Optimization) in depth, searched on internet, followed mobile app developers on Twitter, checked YouTube videos, you name it. I was eager to learn more. I needed more. Then I just iterated, build my 2nd app in less than a month, my 3rd in 3 weeks and so on. I just build my 14th app in 3 days and is now in review. Everytime I manage to reuse some of my other app's code in my new one, which is why I can build them so much faster now. I know how to monetize my app better by checking out my competitors. I learn so much by just "spying" other apps. Funnily enough, I only made this one Tiktok video on my main account to promote my app. For all my other apps, I didn't do a single video where I showcase it, the downloads has only been thanks to ASO. I still use AI everyday. I'm still not good at coding (a bit better than when I started). I use AI to create my app icons (midjourney or the new AI model Flux which is great). I use figma + midjourney to create my App Store screenshots (and they actually look quite good). I use GPT-4o and Claude 3.5 Sonnet to code most of my apps features. I use gpt-4o to localize my app (if you want to optimize the number of downloads I strongly suggest localizing your app, it takes me about 10 minutes thanks to AI). Now what are my next goals ? To achieve the 100k/month I need to change my strategy a little. Right now the $20k/month comes from purely organic downloads, I didn't do any paid advertising. It will be hard for me to keep on launching new apps and rely on ASO to reach the 100k mark. The best bet to reach 100k is to collab with content creators and they create a viral video showcasing your app. Depending on the app it's not that easy, luckily some of my apps can be viral so I will need to find the right content creators. Second way is to try tiktok/meta ads, I can check (have checked) all the ads that have been made by my competitors (thank you EU), so what I would do is copy their ad concept and create similar ads than them. Some of them have millions in ad budget so I know they create high converting ads, so you don't need to try to create an ad creative from scratch. My only big fear is to get banned by Apple (for no reason of mine). In just a snap of a finger they can just ban you from the platform, that shit scares me. And you pretty much can't do anything. So that's about it for me. I'm quite proud of myself not going to lie. Have been battling so many health issues these past years where I just stay in bed all day I'm surprised to be able to make it work. Anyways feel free to ask questions. I hope it was interesting for some of you at least. PS: My new app was just approved by app review, let the app gods favor me and bring me many downloads ! Also forgot to talk about a potential $100k+ acquisition of one of my apps, but if that ever happens I'll make a post on it.

Tech founders -- you're being lied to
reddit
LLM Vibe Score0
Human Vibe Score1
SaskjimboThis week

Tech founders -- you're being lied to

I've been meaning to post this for a while. I saw a video recently that put me over the edge. You guys need to know what's up. Venture capitalists, angels, and accelerators all want you to build fast and fail faster. They want to you get your mvp buult in as little as a couple weeks. I'm a software dev and I own SaaS company. I'm here to tell you that you're being lied to. It's 2023. Unless some customer is about to drown because of their problem, they are not going to respect, or consider your trashy looking mvp. People these days expect a certain level of polish and professionalism when it comes to software before they give it more than 3s of their time. If your software took 80 hours to build, good chance that even customers from your target market will disregard it unless you're solving some insanely painful problem. And if you're using you're mvp for market research, people aren't going to talk to you if they believe that they spent more time getting dressed that morning than you put into your product. Build things that you can be proud of. Time boxing your first dev cycle into a few days or even weeks limits the scope of what you can build. I've spent more time than this figuring out a single api. Its this time boxing that leads 1000s of people to build the same shit. It's low quality work and exists in a super saturated market. And given the small scope of the product, the amount you'll be able to charge means the LTV of a customer will be lower than you CAC. Meaning your company will always lose money. The negative reception from your pre alpha product will have you think that people don't like you or your work. It's simply not the case. Few on this planet could produce something captivating in 100 hours. VCs tell you to ship your garbage MVP asap because of the following reason. They view every product that ships as a lotto ticket. If they like the look of it, they'll buy a ticket. And the more products there are and the shittier they are, it means a) they have more ticket numbers to select from and b) the cost of the ticket is a lot cheaper than it would otherwise be if the product was nice. VCs are not your friends and often, don't know how to build or market products. They are in it for the money and any advice they give to you or the community will be self serving. The indie community needs to wake up and realize that quality software built by a small team that people will pay for in this saturated market often takes months if not years to build. The idea of building a product and putting it in front of customers in 2 weeks is dumb. I've used some of these products and they are so limited in scope, broken and poorly designed that I don't give them anymore than a minute or two of my time. Note: validate your ideas before writing code. I'm not advocating spending a year writing software for an unproven market or problem. Yes, there are exceptions and stories of people shipping in no time and getting traction, but these are not the norm. Lastly, this philosophy is why you have and will continue to see a million products centered around AI. For those of you who aren't devs, Open AI made chatgpt accessible to developers and it's like 3 lines of code to ask it a question, get a response and save that response within your program. It's super low effort to integrate and that's why everyone will be building the same types of products with it. Tl;dr: Investors and gurus have agendas. Be logical about the level of effort required to build a software company and put forth only work that you're proud of. Being able to code doesn't give you a magical ability to create massive value with only a few weeks of work. You have to grind like pretty much every other successful business owner. I'll likely be banned for this, but fuck it. Ive got a sub where I'll share more insight and ban bullshit and idiotic posts with zero warning. It's not for everyone and I'll usually let you know pretty quick if our relationship isn't going to work. 6000 people and growing. r/cutthebull I'll write a post on that sub in the next few mins on how to guarentee accountability from top level management at your company.

tools I use to not have to hire anyone
reddit
LLM Vibe Score0
Human Vibe Score1
Pio_SceThis week

tools I use to not have to hire anyone

I’ve spent unreasonable amount of time with AI tools and here’s curated list of ones I recommend for productivity (honestly, some of them can replace an employee): General assistants ChatGPT \- You probably know it. It’s a great tool for ideating, brainstorming, document summarization and quick question-answer work. There’s a desktop app available so you can quickly pop it up by pressing control + space, which makes it even better for productivity. Claude \- Another chat interface, similar to ChatGPT. It’s a different model provider so the answers and behavior might be different. From my experience, Claude 3.5 Sonnet is performing better than GPT-4o (but not o1) in tasks that focus on reasoning, code writing and copywriting. There’s also a desktop app available. Gemini \- Honestly, I’m not even sure where to put it. It’s Google’s model, one of the most powerful in terms of multimodal capabilities (text, image, audio). And it’s tailored for your Google Workspace. Email, docs, spreadsheets, meets, presentation. Anything. Research Perplexity \- Perplexity is an AI search engine that provides answers to questions with up-to-date information. So, forget Google. Use Perplexity to get answers to questions and dive down the rabbit hole. Exa AI \- Exa is another advanced search engine that combines AI-driven neural search with traditional keyword search. It understands the semantic meaning of queries and documents. And you can also choose what you want to search: academic articles, news, reports, tweets etc. Meetings, calendar and email Granola \- Great AI notepad for meetings. It’s a desktop app, so there’s no bot joining your meetings. It automatically transcribes and enhances meeting notes, helping organize and summarize key takeaways and generates action items, follow-up emails, etc. It also allows you to ask questions about the transcript and get answers. Reclaim \- AI-powered calendar that optimizes for productivity. Essentially, it automates meetings, tracks tasks, and protects deep work time. Cool thing is that it syncs with Google Calendar and Slack. Cora \- Batch processing emails is one of the main productivity tactics. Cora enables that. You only see emails that you need to respond to. And it generates automatic replies for you. All other emails are summarized twice a day. Knowledge summarization Particle News \- Short summaries of the daily news. Pretty straightforward. Notebook LM \- Notebook LM helps process and summarize various types of content, such as PDFs, websites, videos, and more. The cool thing is that it provides insights and connections between topics, cites sources and offers audio summaries. I use it when the content to read is too long and I’m on the go. Napkin \- For creating visuals from text. You can easily generate and customize infographics, diagrams etc. So, if you’re brainstorming, writing or preparing for a presentation, Napkin will work well. Writing and brainstorming Grammarly \- Well known grammar checker. It helps improve writing by focusing on clarity and tone. Sometimes the Grammarly icon popping up is annoying though. Flow \- Flow helps you write and edit notes by speaking. And it integrates across all the apps you use, adapts to your tone and style. Cool tool for just yapping! Automations Gumloop \- Think AI-first Zapier, but 100x more powerful. It's is a platform for automating complex work using AI via a no-code drag and drop interface. It’s very easy to automate work without needing engineers. And they have loads of templates. Wordware \- A platform for building AI agents with natural language. Honestly, for folks who are a bit more technical. You simply prompt LLM to perform a task for you. And you can build any integration you want. If you’re a builder, you can later on connect the agent via API. I strongly believe that technology is leverage. And with AI we can be in top 0.1% of people. If you want bit deeper dive into the topic, I shared that on my substack (available via link in my profile) Any other recommendations for apps I could use? What works if you want to keep the team super lean in early days?

I built a no-code solution for UI-driven AI applications, But I'm lost on the business side - How to market and transform it into a viable business?
reddit
LLM Vibe Score0
Human Vibe Score1
vnjxkThis week

I built a no-code solution for UI-driven AI applications, But I'm lost on the business side - How to market and transform it into a viable business?

Hey everyone! sorry for the "no-code solution for UI-driven AI applications" (counted 3 buzzwords), couldn't find a way to describe it so I asked claude I'm in a bit of a pickle and could use some wisdom from this awesome community. A few months back, I developed a tool that I'm pretty excited about, but I hit a wall and shelved it. Now I'm feeling the itch to dive back in, but I'm struggling with the business side of things. Here's the gist: It's a drag-and-drop UI builder You can define buttons to execute logic and AI behind the scenes (using no-code) It uses the UI built for both input and output The good news: The site is functional and looks pretty slick (except the produced UI from the builder). Most features are implemented, though I still need to polish up the UI blocks and add more workflow nodes. The not-so-good news: I have zero users and no clear monetization strategy. The tool is so versatile that I'm having trouble figuring out how to even approach marketing it effectively. So, I turn to you guys in hopes of finding a direction: Any ideas on potential monetization strategies for a tool like this? How would you approach marketing such a multi-purpose product? Has anyone been in a similar situation? How did you move forward? generally I'd love to hear your thoughts, experiences, or even wild ideas! Thanks in advance for any insights you can share. The site is withui.com you can test it out

Showing 913-936 of 1945 resources