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_•11mo 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

The Death of the "One-Size-Fits-All" Demo: How to Double Your SaaS Conversions

https://www.indiehackers.com/post/the-death-of-the-one-size-fits-all-demo-how-to-double-your-saas...
1•asif_aziz•1m ago•0 comments

Show HN: Claudectl-local LLM brain that learns to auto-pilot ClaudeCode sessions

https://mercurialsolo.github.io/claudectl/
1•mercurialsolo•2m ago•0 comments

Test – verifying automation flow (2026-04-16)

1•Natevoss•3m ago•0 comments

Tech Stackups: Honest hands-on evaluations of software

https://techstackups.com/
1•ritzaco•8m ago•0 comments

Show HN: Kilroy – Knowledge base for teams using Claude Code

https://github.com/kilroy-sh/kilroy/
1•t55•10m ago•0 comments

MediaRecorder Error Handling: Lessons from Browser Recordings

https://blog.addpipe.com/mediarecorder-error-handling/
1•octavn•11m ago•0 comments

The noise we make is hurting animals. Can we learn to shut up?

https://www.technologyreview.com/2026/04/16/1135179/anthropogenic-noise-hurting-animals/
8•joozio•18m ago•1 comments

BioNTech Antibody-Drug Demonstrated Clinically Meaningful Efficacy

https://investors.biontech.de/news-releases/news-release-details/biontech-and-dualitybios-antibod...
4•doener•19m ago•0 comments

Ask HN: How to disable ANSI color sequences in Claude CLI?

1•notpachet•19m ago•0 comments

The engineering behind BMW's next-gen hydrogen tanks [video]

https://www.youtube.com/watch?v=cGdmTt1GBYs
1•simonebrunozzi•19m ago•0 comments

The Web Is an Antitrust Wedge

https://infrequently.org/2026/04/the-web-is-an-antitrust-wedge/
3•aragilar•21m ago•0 comments

I Stay Sane Running a 'Default Dead' Startup

https://jannikweyrich.com/blog/2026/04/16/how-to-stay-sane-running-a-default-dead-startup.html
1•commanderj•23m ago•1 comments

P2: Object Storage Server with S3 Compatible API, MIT License

https://github.com/Suleman-Elahi/p2
1•isuleman•23m ago•1 comments

Show HN: I'm building Eigen, a self-hosted Google Workspace alternative

https://reindernijhoff.net/2026/04/eigen-six-months-later/
1•reindernijhoff•24m ago•1 comments

Ral: A shell grounded in programming language theory

https://lambdabetaeta.github.io/ral/
1•statusfailed•25m ago•1 comments

David Pierce Tried a Bunch of Android Phones and Then Bought an iPhone Again

https://daringfireball.net/2026/04/piece_android_iphone_apps
1•chalst•31m ago•0 comments

Ask HN: How does one get rich in Q2 2026?

1•roschdal•33m ago•1 comments

Second Skin [video]

https://www.youtube.com/watch?v=QIdiTzjIuII
1•simonebrunozzi•33m ago•0 comments

xsimd: C++ Wrappers for SIMD Intrinsics

https://github.com/xtensor-stack/xsimd
1•tosh•34m ago•0 comments

Show HN: Haindy, a CLI that gives coding agents computer use

https://github.com/Haindy/haindy
1•fkeegan•35m ago•0 comments

The Age of Snarky UI

https://thoughtbot.com/blog/the-age-of-snarky-ui
2•sondr3•35m ago•0 comments

Windsurf 2.0

https://windsurf.com/blog/windsurf-2-0
3•beaylott•36m ago•0 comments

Show HN: I built this to help me learn Duo in Crimson Desert

https://duodegen.vercel.app
1•pj4533•37m ago•0 comments

UK PM Starmer tells social media firms in No 10 meeting 'things can't go on ...

https://www.theguardian.com/uk-news/2026/apr/16/keir-starmer-social-media-firms-no-10-meeting
2•chrisjj•43m ago•2 comments

A brief generational overview of the tech industry

1•5color•44m ago•0 comments

Node.js 24.15.0 (LTS)

https://nodejs.org/en/blog/release/v24.15.0
1•salkahfi•44m ago•0 comments

Ancient DNA reveals pervasive directional selection across West Eurasia [pdf]

https://reich.hms.harvard.edu/sites/reich.hms.harvard.edu/files/inline-files/2026_Akbari_Nature_s...
10•Metacelsus•46m ago•1 comments

Cascade – Typed CSS AST, Parser, Pretty-Printer, and Optimiser for OCaml

https://github.com/samoht/cascade
2•TheWiggles•47m ago•0 comments

How to install Microsoft Office in any Linux distribution

https://gist.github.com/eylenburg/38e5da371b7fedc0662198efc66be57b
4•nogajun•48m ago•0 comments

Silicon Valley's Billion Dollar Design Scams [video]

https://www.youtube.com/watch?v=hDvAQf1cnr8
4•lionkor•51m ago•0 comments