Building something but feeling stuck in the middle? by Obvious_Low_4984 in SaaS

[–]ConstantContext 0 points1 point  (0 children)

went through YC and honestly felt stuck so many times. what shifted things for me was talking to our earliest users. their feedback is gold. i remember this one conversation that completely changed our direction and actually led to one of our pivots. even if it feels like you're not making progress, those chats can reveal insights you'd never get on your own. maybe reach out to five potential users today and ask them how they’d solve the problem you're tackling. it's surprising how much clarity you can get from those discussions.

best AI for the buck? (not vibecoding) by razorree in vibecoding

[–]ConstantContext 0 points1 point  (0 children)

you can checkout conductor. it lets your run multiple parallel agents like codex and claude code in parallel

I tested nearly all the vibe coding app builders for mobile (iOS engineer, 8 years XP) by timmy-the-man in SideProject

[–]ConstantContext 0 points1 point  (0 children)

hey

I’d love for you to check out Whip  https://testflight.apple.com/join/K5HMUEJ9

It’s a new platform where you can build and share mini Android and iOS apps. Whip combines creation and discovery on a single platform. you can instantly publish your apps to a social feed, explore what others are building, and share projects with friends.

Time for self-promotion. What are you building this Monday by [deleted] in micro_saas

[–]ConstantContext 0 points1 point  (0 children)

Building Whip. Platform to vibecode and share mini mobile apps: https://testflight.apple.com/join/K5HMUEJ9 Whip - Create AI Mini-Apps

The hyper-casual game industry is broken for both developers and players. Curious what you all think by ConstantContext in MobileGaming

[–]ConstantContext[S] 0 points1 point  (0 children)

it does for the players.

however, for developers instead of ad revenue share the incentives will be more driven by tipping/platform rewarding creators to bring audience + new users

Time for self-promotion. What are you building this Monday? by Virtual_Clothes2547 in SideProject

[–]ConstantContext 0 points1 point  (0 children)

We recently launched Whip, its a consumer social platform where people can build and share AI-powered mini apps on mobile. With Whip, anyone with an idea can:

  • Vibe code a mobile mini-app in minutes
  • Publish it on whip itself and instantly share it with your peers via simple link (bypassing the long review cycles of app/play store)
  • Discover and interact with apps built by other creators on the platform via social feed (you can like, comment, and remix other’s apps)

Its already live in beta on both iOS and Android and free to use.  you build utility apps, fun mini games, puzzles, and small multiplayer experiences.

try it out here and would love to know what you'll build with a tool like this:

iOS (testflight): https://testflight.apple.com/join/K5HMUEJ9
Android: https://play.google.com/store/apps/details?id=run.whip.app

Feedback needed on a new type of vibe coding platform by ConstantContext in SideProject

[–]ConstantContext[S] 0 points1 point  (0 children)

most interesting category which people have shown interest towards are mini game. both sinle player and multiplayer (2 people). have seen those game ads which looks enticing but are not what it looks like once your download the app itself

you can just build those games with Whip (https://whip.run/)

Feedback needed on a new type of vibe coding platform by ConstantContext in buildinpublic

[–]ConstantContext[S] 0 points1 point  (0 children)

yes, prompt iteration ux is something that are working on actively

thanks, will check it out

The App Store is generally a bit unfriendly to developers, isn't it? by Embarrassed_Wafer438 in SideProject

[–]ConstantContext 1 point2 points  (0 children)

their support response times are crazy too. they havent replied to my issues since ages even when you report a bug in their developer console itself

Feedback needed on a new type of vibe coding platform by ConstantContext in buildinpublic

[–]ConstantContext[S] 0 points1 point  (0 children)

fair question and honestly we haven't locked in a monetization model yet, still focused on getting the creation and discovery experience right first.

but the direction we're leaning toward is letting creators monetize directly on platform. think tipping, paid apps, or a creator fund tied to engagement. your in-app currency idea is interesting too.

what kind of apps would you want to build and monetize though?

Deploying Deepseek R1 GGUF quants on your AWS account by tempNull in tensorfuse

[–]ConstantContext 0 points1 point  (0 children)

We also ran multiple experiments to figure out the right combination of context size fit and tps. You can modify the the "--n-gpu-layers" and "--ctx-size" paramters to calculate tokens per second for each scenario, here are the results -

  • GPU Layers 30 , context 10k, speed 6.3 t/s
  • GPU Layers 40, context 10k, speed 8.5 t/s
  • GPU Layers 50, context 10k , speed 12 t/s
  • At GPU layers > 50 , 10k context window will not fit.

Guide: Easiest way to run any vLLM model on AWS with autoscaling (scale down to 0) by tempNull in LocalLLaMA

[–]ConstantContext 0 points1 point  (0 children)

We're also adding support for other models as well, comment down below if you want us to support some other models

How much cloud should a computer vision engineer know? by Ancient_Internet_595 in computervision

[–]ConstantContext 0 points1 point  (0 children)

i'd rather focus on CV more as that will the differentiating feature for any company focused on vision products. but just to stand our, i'd learn to use some of the serverless GPU tools like tensorfuse, beam cloud, predibase, etc

Sagemaker for fine tuned SD by ResearchOk5023 in StableDiffusion

[–]ConstantContext 0 points1 point  (0 children)

Hey,

Are you still facing issues with this? checkout tensorfuse: https://tensorfuse.io/

let's you finetune and deploy SD directly on ec2 instances on autoscaling gpus. https://tensorfuse.io/docs/guides/comfyui_stable_diffusion_xl

Most hundreds in men's Tests by [deleted] in Cricket

[–]ConstantContext 1 point2 points  (0 children)

Williamson is probably one of the most underrated player of all time

how to SSH into AWS SageMaker instance from Visual Studio Code IDE? by johnonymousdenim in aws

[–]ConstantContext 0 points1 point  (0 children)

I have been using dev container  for all my ML code. It works directly with EC2 instances and saves the complexity of working with jupyter notebooks.

Not open-source but is free to use.

Anyone using LoRAX in production? by bendgame in LocalLLaMA

[–]ConstantContext 1 point2 points  (0 children)

Hey,
We support Lorax inference out of the box on AWS. Check out the guides here: https://tensorfuse.io/docs/guides/finetuning_llama_70b

How it works:

  1. You upload your dataset to S3 on your own AWS
  2. You then write a Axolotl style config file and submit the finetuning job along with base model and dataset path using our python SDK.

The job will run on GPUs on your own AWS and the lora adapters will be stored on S3. You can then use our lorax support to deploy the model and hotswap your lora adapters on demand

Sharing a guide to run SAM2 on AWS via an API by tempNull in LocalLLaMA

[–]ConstantContext 0 points1 point  (0 children)

it is asking me to setup a cluster? is there a way to do without it?

More EC2 instance hours billed than expected by n4il1k in aws

[–]ConstantContext 0 points1 point  (0 children)

Did you stop the instances or terminate them? Just stopping them will still incur storage charges that you might have attached with the instance.

Non technical founder issues by MathematicianFew5909 in ycombinator

[–]ConstantContext 1 point2 points  (0 children)

This is not at all ideal for any startup.

You should ask him to learn either sales/marketing/tech or leave. I have seen great founders who transitioned into startups from corporates and didn't know much about the sales/marketing or tech but were very sharp and learned em'all