frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•7mo ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

Zillow Removes Climate Risk Scores from Home Listings

https://www.nytimes.com/2025/11/30/climate/zillow-climate-risk-scores-homes.html
1•throwaway81523•1m ago•0 comments

Crow: Agentic Copilot Builder

https://www.usecrow.org/
2•jaixbhatia•4m ago•1 comments

Refining my process of attacking large codebases and contributing to PyTorch

https://michaelgathara.org/pytorch_lessons
1•Michaelgathara•4m ago•0 comments

Radicle is a sovereign code forge built on Git

https://radicle.xyz
1•nnx•7m ago•0 comments

Bricklink suspends Marketplace operations in 35 countries (developing story)

https://jaysbrickblog.com/news/bricklink-suspends-marketplace-operations-in-35-countries/
1•makeitdouble•8m ago•0 comments

Visi on (DOS Software)

https://en.wikipedia.org/wiki/Visi_On
1•rickcarlino•12m ago•0 comments

LTT Linus Torvalds interview [video]

https://m.youtube.com/watch?v=mfv0V1SxbNA&pp=0gcJCRUKAYcqIYzv
4•LorenDB•15m ago•0 comments

Show HN: CSS Advent Calendar 2025

https://cssadventcalendar.dev/
1•steveharrison•17m ago•0 comments

Cosmolab: Rapid audio hardware prototyping – by Faselunare [video]

https://www.youtube.com/watch?v=7OJFybRz65U
1•doctaj•18m ago•0 comments

Hans Moravec: When will computer hardware match the human brain? (1997)

https://web.archive.org/web/20080820105716/https://www.transhumanist.com/volume1/moravec.htm
1•leoc•21m ago•1 comments

Tenets of Great Product Executives

https://chiefofproduct.com/FiveTenets/
1•mooreds•23m ago•0 comments

Liberal towns backtrack on license plate trackers amid concerns about privacy

https://www.politico.com/news/2025/11/30/license-plate-trackers-pushback-00670550
6•JumpCrisscross•23m ago•1 comments

Make It Easy for Humans First, Then AI

https://tombedor.dev/make-it-easy-for-humans/
1•jjfoooo4•24m ago•0 comments

Posty: Turn your Mastodon archive file into a standalone static HTML site

https://codeberg.org/oliphant/posty
2•sohkamyung•29m ago•0 comments

More of Silicon Valley is building on free Chinese AI

https://www.nbcnews.com/tech/innovation/silicon-valley-building-free-chinese-ai-rcna242430
3•freejoe76•31m ago•0 comments

Social-Media Platform Strava Makes You Tell the Truth

https://www.nytimes.com/2025/11/25/magazine/strava-running-social-media.html
2•bookofjoe•32m ago•1 comments

Show HN: I built utm.one a clean, minimal shortener+UTM governance tool (beta)

https://utm.one/
1•Raj7k•36m ago•0 comments

Passwords and Their Significance [pdf]

https://ora.ox.ac.uk/objects/uuid:57d9d9d8-162b-4766-808b-f5a6d571d4ef/files/mcb508a99c4f482b1ce4...
1•mooreds•38m ago•0 comments

Rhesus

https://cosmicdream.com/gutenberg/plays/rhesus.html
1•mooreds•38m ago•0 comments

Show HN: Free AI Coding with Open Source and Deca Models

https://github.com/GenLabsAI/Agentica/releases/tag/v0.0.1
2•GenLabs-AI•40m ago•0 comments

Two Men. One Identity. They Both Paid the Price

https://www.nytimes.com/2025/11/23/us/undocumented-worker-stolen-identity-dan-kluver.html
2•thelastgallon•42m ago•0 comments

Supabase CEO on the "painful" decisions that built a $5B company

https://techcrunch.com/podcast/supabase-ceo-on-the-painful-decisions-that-built-a-5b-company/
1•cmogni1•45m ago•1 comments

Viral Show HN Posts

https://blog.sturdystatistics.com/posts/show_hn/
1•kianN•47m ago•0 comments

Show HN: CLI that generates and prepares to email PDF invoices

https://github.com/LeanerCloud/invoicr
2•alien_•49m ago•1 comments

Nimzo – Grischuk Gambit

https://lichess.org/@/LittleSoapBubble/blog/nimzo-grischuk-gambit/Fccy6JN2
1•fzliu•50m ago•0 comments

Why did Taylor Swift fans get amnesia after Eras Tour; phenomenon addressed

https://www.themirror.com/entertainment/celebrity-news/taylor-swift-eras-tour-amnesia-1451365
2•scireviewer•52m ago•0 comments

Greenlight is an open-source client for xCloud and Xbox home streaming

https://github.com/unknownskl/greenlight
1•doener•53m ago•0 comments

Show HN: Aion – AI longevity coach using wearables, blood tests and facial scans

https://app.aionlongevity.com/
1•nevenp•53m ago•0 comments

Show HN: Identifiy test coverage gaps in your Go projects

https://github.com/LeanerCloud/testvet
1•alien_•54m ago•0 comments

A Love Letter to FreeBSD

https://www.tara.sh/posts/2025/2025-11-25_freebsd_letter/
65•rbanffy•56m ago•12 comments