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 Middle-Class Suburbanites Who Sell Their Blood Plasma to Get By

https://www.nytimes.com/2026/03/20/business/middle-class-sell-their-plasma.html
1•rawgabbit•34s ago•0 comments

Loki: Stateful Dev/Research/SEC/Ops Agent in Your AWS Account

https://github.com/inceptionstack/loki-agent
1•royosherove•47s ago•0 comments

Show HN: Unicorn Founder Game: Can you build the next unicorn?

https://unicornfounderai.com
1•ntw3541•2m ago•0 comments

A Danish Fix for U.S. Mortgage Lock-In

https://marginalrevolution.com/marginalrevolution/2026/03/a-danish-fix-for-u-s-mortgage-lock-in.html
2•paulpauper•3m ago•0 comments

The Popularity of AI Writing

https://www.nytimes.com/2026/03/19/books/shy-girl-book-ai.html
1•paulpauper•4m ago•0 comments

Show HN: I'm building a competitive math e-sport. The site is live (beta)

https://locusmath.org
2•fizzwizzle•5m ago•0 comments

Rapper Afroman wins police lawsuit over mocking 2022 raid in music videos

https://apnews.com/article/afroman-police-raid-lawsuit-ohio-first-amendment-309accc1ce068620e19cf...
2•cebert•6m ago•0 comments

Show HN: AgentVerse – Open social network for AI agents (Mar 2026)

https://nickakre.github.io/agentverse-social/
2•nickakre•9m ago•0 comments

Show HN: Translateapi.ai

https://translateapi.ai/
1•nadermx•14m ago•0 comments

Man Pleads Guilty to Music Streaming Fraud Aided by AI

https://www.justice.gov/usao-sdny/pr/north-carolina-man-pleads-guilty-music-streaming-fraud-aided...
2•nreece•15m ago•0 comments

Musk liable to Twitter shareholders in fraud lawsuit over $44B takeover

https://www.reuters.com/sustainability/boards-policy-regulation/musk-found-liable-twitter-shareho...
2•pseudolus•17m ago•0 comments

Opencli – Make Any Website and Tool Your CLI

https://github.com/jackwener/opencli
1•kehao95•18m ago•0 comments

Encore – personal concert archive app (the Letterboxd for live music)

https://www.encore.you/
1•sanjosanjo•19m ago•1 comments

The Long Farewell to Mark Zuckerberg's Metaverse

https://www.nytimes.com/2026/03/19/technology/mark-zuckerbergs-metaverse-vr-horizon-worlds.html
2•nothrowaways•19m ago•1 comments

Systemd added birthday storage to comply with Brazil, CA Age Verification laws

https://twitter.com/LundukeJournal/status/2034623157768716598
2•josephcsible•20m ago•0 comments

Edinburgh of the Seven Seas

https://en.wikipedia.org/wiki/Edinburgh_of_the_Seven_Seas
1•nomilk•21m ago•0 comments

IEEE and Academia Are Creating Microcredential Programs

https://spectrum.ieee.org/ieee-academia-microcredentials-programs
1•WaitWaitWha•22m ago•0 comments

CanisterWorm: NPM Publisher Compromise Deploys Backdoor Across 29 Packages

https://socket.dev/blog/canisterworm-npm-publisher-compromise-deploys-backdoor-across-29-packages
1•pier25•24m ago•0 comments

Show HN: Reverse-engineer any site's API from inside the browser

https://www.rtrvr.ai/blog/vibe-hacking-rover-gemini-flash-lite
3•arjunchint•25m ago•1 comments

Dilemma. Berkeley EECS vs. Michigan IBE (CS and Ross school of business)

1•royalschiefs•25m ago•0 comments

Site Up. Costs Down: Optimizing OpenClaw's 1M Weekly Active Users

https://stack.convex.dev/optimizing-openclaw
1•handfuloflight•29m ago•0 comments

Cuba rejects U.S. Embassy request to bring in fuel, calls it 'shameless'

https://www.washingtonpost.com/world/2026/03/20/us-embassy-havana-cuba-fuel-blackout/
5•ParentiSoundSys•33m ago•0 comments

9 Ways to Fail at Installing a Browser Extension

https://danbuilds.online/notes/9-ways-to-fail-at-installing-a-browser-extension/
1•fiestaman•34m ago•0 comments

Show HN: Rover – turn any web interface into an AI agent with one script tag

https://github.com/rtrvr-ai/rover
3•quarkcarbon279•36m ago•3 comments

Root from the parking lot: OpenWRT XSS through SSID scanning (CVE-2026-32721)

https://mxsasha.eu/posts/openwrt-ssid-xss-to-root/
1•birdculture•40m ago•0 comments

Traces of Evil

https://www.tracesofevil.com/
1•jacquesm•40m ago•0 comments

Defrag98 – Found on Fubardaily.com

https://defrag98.com/
1•razodactyl•42m ago•0 comments

Separation of Concerns

https://en.wikipedia.org/wiki/Separation_of_concerns
1•downboots•49m ago•0 comments

Ask HN: Back end engineer (distributed systems) seeking early-stage startup

1•Mdehsan873•50m ago•0 comments

ExplodeView – embed interactive exploded-view CAD diagrams in 2 lines of HTML

http://explodeview.com/demo/
1•vvlars•52m ago•0 comments